Added ATCA channels 14/15
Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
@@ -7,11 +7,15 @@
|
||||
Class = "EPICS::EPICSPV"
|
||||
PVName = "ISTTOK:central:MARTe2-Status"
|
||||
PVType = "int32"
|
||||
NumberOfElements = "1"
|
||||
Timeout = 2.0
|
||||
}
|
||||
+PV_COMMAND = {
|
||||
Class = "EPICS::EPICSPV"
|
||||
PVName = "ISTTOK:central:MARTe2-Command"
|
||||
PVType = "uint32"
|
||||
NumberOfElements = "1"
|
||||
Timeout = 2.0
|
||||
Event = {
|
||||
Destination = "StateMachine"
|
||||
PVValue = "Function"
|
||||
@@ -22,6 +26,8 @@
|
||||
Class = "EPICS::EPICSPV"
|
||||
PVName = "ISTTOK:central:MARTe2-Reset"
|
||||
PVType = "uint32"
|
||||
NumberOfElements = "1"
|
||||
Timeout = 2.0
|
||||
Event = {
|
||||
Destination = "StateMachine"
|
||||
PVValue = "Ignore"
|
||||
@@ -500,6 +506,7 @@ $IsttokApp = {
|
||||
DataSource = "DDB1"
|
||||
Type = "float32"
|
||||
NumberOfElements = "14"
|
||||
NumberOfDimensions = "1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -549,11 +556,13 @@ $IsttokApp = {
|
||||
EO = {
|
||||
DataSource = AtcaIopConfig_DS
|
||||
Type = int32
|
||||
NumberOfDimensions = "1"
|
||||
NumberOfElements = "16"
|
||||
Trigger = 1
|
||||
}
|
||||
WO = {
|
||||
DataSource = AtcaIopConfig_DS
|
||||
NumberOfDimensions = "1"
|
||||
NumberOfElements = "16"
|
||||
Type = float32
|
||||
}
|
||||
@@ -707,10 +716,12 @@ $IsttokApp = {
|
||||
CounterLi = {
|
||||
DataSource = "EPICSCAOutput"
|
||||
Type = "uint32"
|
||||
NumberOfElements = "1"
|
||||
}
|
||||
TimeLi = {
|
||||
DataSource = "EPICSCAOutput"
|
||||
Type = "uint32"
|
||||
NumberOfElements = "1"
|
||||
}
|
||||
TimeoutCountLi = {
|
||||
DataSource = "EPICSCAOutput"
|
||||
|
||||
Reference in New Issue
Block a user