Skip to content
Snippets Groups Projects
Commit f93d17b7 authored by Cristian Galperti's avatar Cristian Galperti
Browse files

MDSReader moved to bottom comments

parent b136db2e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
}
}
}
*/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment