fixed CCPS in op

This commit is contained in:
Martino Ferrari
2026-02-11 12:00:21 +01:00
parent 5ad2d75aa4
commit cb00d24179
6 changed files with 15 additions and 24 deletions

View File

@@ -211,6 +211,10 @@
PVName = (@rfid .. "-GAF:STAT-SHORT-PULSE") PVName = (@rfid .. "-GAF:STAT-SHORT-PULSE")
Type = uint32 Type = uint32
} }
CCPS_IN_OPERATION = {
PVName = (@rfid .. "-GAF-CCPS:PSU2320-TR")
Type = uint8
}
} }
} }
+EPICSCAOutput = { +EPICSCAOutput = {

View File

@@ -128,6 +128,8 @@
MCPS_RD_COMPLETED = { MCPS_RD_COMPLETED = {
Type = uint8 Type = uint8
} }
CCPS_IN_OPERATION = {
Type = uint8
}
} }
} }

View File

@@ -506,6 +506,9 @@
MCPS_RD_COMPLETED = { MCPS_RD_COMPLETED = {
DataSource = EPICSCAInput DataSource = EPICSCAInput
} }
CCPS_IN_OPERATION = {
DataSource = EPICSCAInput
}
} }
OutputSignals = { OutputSignals = {
BPS_OUT = { BPS_OUT = {
@@ -529,5 +532,8 @@
MCPS_RD_COMPLETED = { MCPS_RD_COMPLETED = {
DataSource = Th1Bridge DataSource = Th1Bridge
} }
CCPS_IN_OPERATION = {
DataSource = Th1Bridge
}
} }
} }

View File

@@ -367,8 +367,8 @@
FHPS_RU = { FHPS_RU = {
DataSource = WGAsyncBridge DataSource = WGAsyncBridge
} }
CCPS_IN_OP = { CCPS_IN_OPERATION = {
DataSource = WGAsyncBridge DataSource = Th1Bridge
} }
MCPS_RU_COMPLETED = { MCPS_RU_COMPLETED = {
DataSource = Th1Bridge DataSource = Th1Bridge

View File

@@ -29,24 +29,6 @@
} }
} }
} }
+CCPSStateONGAM = {
Class = ConstantGAM
OutputSignals = {
CCPS_IN_OP = {
DataSource = WGAsyncBridge
DefaultValue = 1
}
}
}
+CCPSStateOFFGAM = {
Class = ConstantGAM
OutputSignals = {
CCPS_IN_OP = {
DataSource = WGAsyncBridge
DefaultValue = 0
}
}
}
} }
+Data = { +Data = {

View File

@@ -18,9 +18,6 @@
FHPS_RU = { FHPS_RU = {
Type = uint8 Type = uint8
} }
CCPS_IN_OP = {
Type = uint8
}
} }
} }
+NI6259_AO = { +NI6259_AO = {