Added Timout PVs
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -41,6 +41,16 @@ record( longin, "ISTTOK:marte2:COUNTER")
|
||||
field(DTYP, "Soft Channel")
|
||||
}
|
||||
|
||||
record( longin, "ISTTOK:marte2:AtcaIop-Timeout-Count")
|
||||
{
|
||||
field(DTYP, "Soft Channel")
|
||||
}
|
||||
|
||||
record( longin, "ISTTOK:marte2:AtcaIop-Timeout-Max")
|
||||
{
|
||||
field(DTYP, "Soft Channel")
|
||||
}
|
||||
|
||||
record( ai, "ISTTOK:marte2:ADC0S")
|
||||
{
|
||||
field(DTYP, "Soft Channel")
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user