EPICS Msg Version
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
NextState = "WAITING_FOR_PRE"
|
||||
NextStateError = "IDLE"
|
||||
Timeout = 0
|
||||
+ChangeToRunMsg = {
|
||||
+ChangeToWaitPreMsg = {
|
||||
Class = Message
|
||||
Destination = MdsLoopApp
|
||||
Mode = ExpectsReply
|
||||
@@ -158,6 +158,16 @@
|
||||
NextState = "PULSING"
|
||||
NextStateError = "IDLE"
|
||||
Timeout = 0
|
||||
+ChangeToRunMsg = {
|
||||
Class = Message
|
||||
Destination = MdsLoopApp
|
||||
Mode = ExpectsReply
|
||||
Function = PrepareNextState
|
||||
+Parameters = {
|
||||
Class = ConfigurationDatabase
|
||||
param1 = Online
|
||||
}
|
||||
}
|
||||
+CalcOffSetsMsg = {
|
||||
Class = "Message"
|
||||
Destination = "MdsLoopApp.Functions.GAMElectricProbes"
|
||||
@@ -508,7 +518,7 @@ $MdsLoopApp = {
|
||||
}
|
||||
+FileReader_DS = {
|
||||
Class = FileDataSource::FileReader
|
||||
Filename = "../Analysis/LangmuirSdas_46241_strt.csv"
|
||||
Filename = "../Analysis/LangmuirSdas_46241.csv"
|
||||
FileFormat = "csv"
|
||||
CSVSeparator = ","
|
||||
Interpolate = "no"
|
||||
@@ -525,7 +535,7 @@ $MdsLoopApp = {
|
||||
Overwrite = "yes"
|
||||
FileFormat = "csv"
|
||||
CSVSeparator = ","
|
||||
StoreOnTrigger = 0
|
||||
StoreOnTrigger = 0 //Compulsory. If 0 all the data in the circular buffer is continuously stored. If 1 data is stored when the Trigger signal is 1 (see below).
|
||||
Signals = {
|
||||
Time = {
|
||||
Type = uint32
|
||||
|
||||
Reference in New Issue
Block a user