Added Timout PVs

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2024-10-10 23:29:28 +00:00
parent 085cf5d70e
commit 87e1a11fd4
4 changed files with 107 additions and 41 deletions

View File

@@ -306,6 +306,14 @@ $IsttokApp = {
DataSource = "AtcaIopAdc_DS"
Type = "uint32"
}
TimeoutCount = {
DataSource = "AtcaIopAdc_DS"
Type = "uint32"
}
TimeoutMax = {
DataSource = "AtcaIopAdc_DS"
Type = "uint32"
}
ADC0Decim = {
DataSource = "AtcaIopAdc_DS"
Type = "int32"
@@ -454,6 +462,14 @@ $IsttokApp = {
DataSource = "DDB1"
Type = "uint32"
}
TimeoutCount = {
DataSource = "DDB1"
Type = "uint32"
}
TimeoutMax = {
DataSource = "DDB1"
Type = "uint32"
}
ADC0DRaw = {
DataSource = "DDB1"
Type = "int32"
@@ -1005,11 +1021,19 @@ $IsttokApp = {
+GAMCAOutput = {
Class = "IOGAM"
InputSignals = {
Counter = {
DataSource = "DDB1"
Type = "uint32"
}
Time = {
DataSource = "DDB1"
Type = "uint32"
}
Counter = {
TimeoutCount = {
DataSource = "DDB1"
Type = "uint32"
}
TimeoutMax = {
DataSource = "DDB1"
Type = "uint32"
}
@@ -1023,11 +1047,19 @@ $IsttokApp = {
}
}
OutputSignals = {
Time = {
CounterLi = {
DataSource = "EPICSCAOutput"
Type = "uint32"
}
Counter = {
TimeLi = {
DataSource = "EPICSCAOutput"
Type = "uint32"
}
TimeoutCountLi = {
DataSource = "EPICSCAOutput"
Type = "uint32"
}
TimeoutMaxLi = {
DataSource = "EPICSCAOutput"
Type = "uint32"
}
@@ -1351,6 +1383,12 @@ $IsttokApp = {
Time = {
Type = "uint32"
}
TimeoutCount = {
Type = "uint32"
}
TimeoutMax = {
Type = "uint32"
}
ADC0Decim = {
Type = "int32"
}
@@ -1726,12 +1764,20 @@ $IsttokApp = {
IgnoreBufferOverrun = "1"
NumberOfBuffers = "10"
Signals = {
Time = {
CounterLi = {
PVName = "ISTTOK:marte2:COUNTER"
Type = "uint32"
}
TimeLi = {
PVName = "ISTTOK:marte2:TIME"
Type = "uint32"
}
Counter = {
PVName = "ISTTOK:marte2:COUNTER"
TimeoutCountLi = {
PVName = "ISTTOK:marte2:AtcaIop-Timeout-Count"
Type = "uint32"
}
TimeoutMaxLi = {
PVName = "ISTTOK:marte2:AtcaIop-Timeout-Max"
Type = "uint32"
}
ADC0DecimAi = {