Changed EP to 1 Input
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -294,57 +294,10 @@ $MdsLoopApp = {
|
||||
}
|
||||
}
|
||||
+GAMFileReader = {
|
||||
Class = IOGAM
|
||||
InputSignals = {
|
||||
Time = {
|
||||
DataSource = FileReader_DS
|
||||
Type = uint32
|
||||
}
|
||||
Langmuir0 = {
|
||||
DataSource = FileReader_DS
|
||||
Type = float32
|
||||
}
|
||||
Langmuir1 = {
|
||||
DataSource = FileReader_DS
|
||||
Type = float32
|
||||
}
|
||||
Langmuir2 = {
|
||||
DataSource = FileReader_DS
|
||||
Type = float32
|
||||
}
|
||||
Langmuir3= {
|
||||
DataSource = FileReader_DS
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
OutputSignals = {
|
||||
TimeSdasA = {
|
||||
DataSource = "DDB1"
|
||||
Type = uint32
|
||||
}
|
||||
Langmuir0= {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir1= {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir2= {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir3= {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
}
|
||||
+GAMFileReaderS = {
|
||||
Class = IOGAM
|
||||
InputSignals = {
|
||||
Inputs = {
|
||||
DataSource = FileReaderS_DS
|
||||
DataSource = FileReader_DS
|
||||
Type = LangmuirStructure
|
||||
MemberAliases = {
|
||||
Inputs.TimeSdas = TimeSdas
|
||||
@@ -383,6 +336,34 @@ $MdsLoopApp = {
|
||||
}
|
||||
}
|
||||
|
||||
+GAMLangSigs= {
|
||||
Class = IOGAM
|
||||
InputSignals = {
|
||||
LangmuirStrt_SignalArray = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
NumberOfElements = 4
|
||||
}
|
||||
}
|
||||
OutputSignals = {
|
||||
Langmuir0 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir1 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir2 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir3 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
+GAMFileReaderS = {
|
||||
Class = IOGAM
|
||||
@@ -421,7 +402,36 @@ $MdsLoopApp = {
|
||||
DataSource = FileSignalsWriter
|
||||
Type = float32
|
||||
}
|
||||
//"LangmuirStrt.SignalsL[0]" = {
|
||||
LangmuirStrt_SignalArray = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
NumberOfElements = 4
|
||||
}
|
||||
*/
|
||||
+GAMElectricProbes = {
|
||||
Class = ElectricProbesGAM
|
||||
Gain = 5 //Compulsory
|
||||
NumberOfSamplesAvg = 5 //Compulsory
|
||||
ResetInEachState = 0//Compulsory. 1–> reset in each state, 0–> reset if the previous state is different from the next state
|
||||
InputSignals = {
|
||||
LangmuirStrt_SignalArray = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
NumberOfElements = 4
|
||||
}
|
||||
}
|
||||
OutputSignals = {
|
||||
SignalEP_OutR = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
SignalEP_OutZ = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
}
|
||||
+GAMFileWriter = {
|
||||
Class = IOGAM
|
||||
InputSignals = {
|
||||
@@ -429,11 +439,21 @@ $MdsLoopApp = {
|
||||
DataSource = "DDB1"
|
||||
Type = uint32
|
||||
}
|
||||
//"LangmuirStrt.SignalsL[0]" = {
|
||||
LangmuirStrt_SignalArray = {
|
||||
Langmuir0 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir1 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
SignalEP_OutR = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
SignalEP_OutZ = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
NumberOfElements = 4
|
||||
}
|
||||
}
|
||||
OutputSignals = {
|
||||
@@ -460,40 +480,6 @@ $MdsLoopApp = {
|
||||
}
|
||||
}
|
||||
|
||||
+GAMElectricProbes = {
|
||||
Class = ElectricProbesGAM
|
||||
Gain = 5 //Compulsory
|
||||
NumberOfSamplesAvg = 4 //Compulsory
|
||||
ResetInEachState = 0//Compulsory. 1–> reset in each state, 0–> reset if the previous state is different from the next state
|
||||
InputSignals = {
|
||||
Langmuir0 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir1 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir2 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
Langmuir3 = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
OutputSignals = {
|
||||
SignalEP_OutR = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
SignalEP_OutZ = {
|
||||
DataSource = "DDB1"
|
||||
Type = float32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+Data = {
|
||||
Class = ReferenceContainer
|
||||
@@ -521,16 +507,6 @@ $MdsLoopApp = {
|
||||
}
|
||||
}
|
||||
+FileReader_DS = {
|
||||
Class = FileDataSource::FileReader
|
||||
Filename = "../Analysis/LangmuirSdas_46241.csv"
|
||||
FileFormat = "csv"
|
||||
CSVSeparator = ","
|
||||
Interpolate = "no"
|
||||
Preload = "yes" //Optional
|
||||
EOF = "Last" // "Rewind"
|
||||
}
|
||||
|
||||
+FileReaderS_DS = {
|
||||
Class = FileDataSource::FileReader
|
||||
Filename = "../Analysis/LangmuirSdas_46241_strt.csv"
|
||||
FileFormat = "csv"
|
||||
@@ -590,7 +566,7 @@ $MdsLoopApp = {
|
||||
+Thread1 = {
|
||||
Class = RealTimeThread
|
||||
CPUs = 0x1
|
||||
Functions = {GAMTimer GAMFileReader GAMFileReaderS FlatIOGAM GAMElectricProbes GAMFileWriter }
|
||||
Functions = {GAMTimer GAMFileReader FlatIOGAM GAMLangSigs GAMElectricProbes GAMFileWriter }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user