From f93d17b76e962b48f7f811520c6e6d113d5dd859 Mon Sep 17 00:00:00 2001
From: galperti <cristian.galperti@epfl.ch>
Date: Thu, 23 Jun 2022 16:18:45 +0200
Subject: [PATCH] MDSReader moved to bottom comments

---
 .../template/algo_template_marte2_tester.cfg  | 41 ++++++++++---------
 1 file changed, 22 insertions(+), 19 deletions(-)

diff --git a/algos/template/algo_template_marte2_tester.cfg b/algos/template/algo_template_marte2_tester.cfg
index 22e5326..f04823c 100644
--- a/algos/template/algo_template_marte2_tester.cfg
+++ b/algos/template/algo_template_marte2_tester.cfg
@@ -243,25 +243,6 @@ output={
                 Time = { Type = uint32 }
             }
         }
-        +MDSReader_0 = {
-            Class = MDSReader
-            TreeName = "martetest" //Compulsory. Name of the MDSplus tree.
-            ShotNumber = 10 //Compulsory. 0 --> last shot number (to use 0 shotid.sys must exist)
-            Frequency = 1 // in Hz. Is the cycle time of the real time application.
-            Signals = {
-                mdsint1 = {
-                    NodeName = "AI.CH003" // node of the tree node
-                    Type = "uint32" //Can be any of the node supported types
-                    NumberOfElements = 1
-                    DataManagement = 0 //could be 0, 1 or 2
-                    HoleManagement = 1 //could be 0 or 1
-                }
-                Time = { //Compulsory
-                    Type = "int32" //can be any of the supported types
-                    NumberOfElements = 1 //must be always one.
-                }
-            }       
-        }
         +MDSWavegen_0 = {
             Class = MDSObjWavegen
             Server="tcvscd.crpp.tcv"
@@ -442,3 +423,25 @@ output={
  * <li>int64</li>
  * </ul>
  */
+
+ /*        
+        +MDSReader_0 = {
+            Class = MDSReader
+            TreeName = "martetest" //Compulsory. Name of the MDSplus tree.
+            ShotNumber = 10 //Compulsory. 0 --> last shot number (to use 0 shotid.sys must exist)
+            Frequency = 1 // in Hz. Is the cycle time of the real time application.
+            Signals = {
+                mdsint1 = {
+                    NodeName = "AI.CH003" // node of the tree node
+                    Type = "uint32" //Can be any of the node supported types
+                    NumberOfElements = 1
+                    DataManagement = 0 //could be 0, 1 or 2
+                    HoleManagement = 1 //could be 0 or 1
+                }
+                Time = { //Compulsory
+                    Type = "int32" //can be any of the supported types
+                    NumberOfElements = 1 //must be always one.
+                }
+            }       
+        }
+*/
-- 
GitLab