added signals
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
CPUs = @cpus_epics
|
CPUs = @cpus_epics
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
MCPSGAM,
|
MCPSGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
@@ -73,6 +74,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
MCPSGAM,
|
MCPSGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
@@ -140,6 +142,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
WFRecordGAM,
|
WFRecordGAM,
|
||||||
PreProgrammedGAM,
|
PreProgrammedGAM,
|
||||||
@@ -208,6 +211,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
WFRecordGAM,
|
WFRecordGAM,
|
||||||
PreProgrammedGAM,
|
PreProgrammedGAM,
|
||||||
@@ -280,6 +284,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
FromWaitHVONToWaitStandby,
|
FromWaitHVONToWaitStandby,
|
||||||
@@ -345,6 +350,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
FromWaitHVONToWaitStandby,
|
FromWaitHVONToWaitStandby,
|
||||||
@@ -413,6 +419,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
PreProgrammedGAM,
|
PreProgrammedGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
@@ -474,6 +481,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
PreProgrammedGAM,
|
PreProgrammedGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
@@ -538,6 +546,7 @@
|
|||||||
Class = RealTimeThread
|
Class = RealTimeThread
|
||||||
Functions = {
|
Functions = {
|
||||||
SyncThreadConsumerGAM,
|
SyncThreadConsumerGAM,
|
||||||
|
DecimateGAM,
|
||||||
StateGAM,
|
StateGAM,
|
||||||
PXIErrorGAM,
|
PXIErrorGAM,
|
||||||
ResetErrorGAM,
|
ResetErrorGAM,
|
||||||
|
|||||||
@@ -121,6 +121,139 @@
|
|||||||
CRIO_RV3 = {
|
CRIO_RV3 = {
|
||||||
Type = uint8
|
Type = uint8
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PXI6259_Status_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint32
|
||||||
|
}
|
||||||
|
PXI6528_Status_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint32
|
||||||
|
}
|
||||||
|
PXI6683_Status_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PXI6683_PtpdStatus_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
GYA_APS_READY_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
GYA_APS_FLT_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
GYA_BPS_READY_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
GYA_BPS_FLT_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
MHVPS_OV_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
MHVPS_OC_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
MHVPS_FLT_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
MHVPS_READY_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
ECPC_MOD_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
FAST_TRIP_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_ITL_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_STANDBY_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_READY_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_ON_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_PERMIT_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_OP_SELECTED_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_CC_OP_SELECTED_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
PLC_SYNCMODE_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
TRIGGER_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
BEAM_ON_STAT_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
HVARMED_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
HVINJECTION_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
RFON_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
ELAPSED_TIME_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
BEAM_ON_TIME_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
SHOT_ID_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
CRIO_RV1_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
CRIO_RV2_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
|
CRIO_RV3_SAMPLES = {
|
||||||
|
NumberOfElements = @fast_slow_ratio
|
||||||
|
Type = uint8
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+DDB3 = {
|
+DDB3 = {
|
||||||
|
|||||||
@@ -140,171 +140,344 @@
|
|||||||
Samples = @fast_slow_ratio
|
Samples = @fast_slow_ratio
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
OutputSignals = {
|
||||||
|
PXI6259_Status_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PXI6528_Status_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PXI6683_Status_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PXI6683_PtpdStatus_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
GYA_APS_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
GYA_APS_FLT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
GYA_BPS_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
GYA_BPS_FLT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
MHVPS_OV_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
MHVPS_OC_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
MHVPS_FLT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
MHVPS_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
ECPC_MOD_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
FAST_TRIP_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_ITL_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_STANDBY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_ON_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_PERMIT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_OP_SELECTED_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_CC_OP_SELECTED_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
PLC_SYNCMODE_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
TRIGGER_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
BEAM_ON_STAT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
HVARMED_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
HVINJECTION_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
RFON_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
ELAPSED_TIME_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
BEAM_ON_TIME_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
SHOT_ID_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
CRIO_RV1_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
CRIO_RV2_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
CRIO_RV3_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
+DecimateGAM = {
|
||||||
|
Class = IOGAM
|
||||||
|
InputSignals = {
|
||||||
|
PXI6259_Status_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PXI6528_Status_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PXI6683_Status_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PXI6683_PtpdStatus_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
GYA_APS_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
GYA_APS_FLT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
GYA_BPS_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
GYA_BPS_FLT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
MHVPS_OV_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
MHVPS_OC_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
MHVPS_FLT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
MHVPS_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
ECPC_MOD_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
FAST_TRIP_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_ITL_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_STANDBY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_READY_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_ON_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_PERMIT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_OP_SELECTED_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_CC_OP_SELECTED_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
PLC_SYNCMODE_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
TRIGGER_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
BEAM_ON_STAT_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
HVARMED_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
HVINJECTION_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
RFON_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
ELAPSED_TIME_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
BEAM_ON_TIME_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
SHOT_ID_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
CRIO_RV1_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
CRIO_RV2_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
CRIO_RV3_SAMPLES = {
|
||||||
|
DataSource = DDB1
|
||||||
|
Ranges = { { @dec_index, @dec_index } }
|
||||||
|
}
|
||||||
|
}
|
||||||
OutputSignals = {
|
OutputSignals = {
|
||||||
PXI6259_Status = {
|
PXI6259_Status = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PXI6528_Status = {
|
PXI6528_Status = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PXI6683_Status = {
|
PXI6683_Status = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PXI6683_PtpdStatus = {
|
PXI6683_PtpdStatus = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
GYA_APS_READY = {
|
GYA_APS_READY = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
GYA_APS_FLT = {
|
GYA_APS_FLT = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
GYA_BPS_READY = {
|
GYA_BPS_READY = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
GYA_BPS_FLT = {
|
GYA_BPS_FLT = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
MHVPS_OV = {
|
MHVPS_OV = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
MHVPS_OC = {
|
MHVPS_OC = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
MHVPS_FLT = {
|
MHVPS_FLT = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
MHVPS_READY = {
|
MHVPS_READY = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
ECPC_MOD = {
|
ECPC_MOD = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
FAST_TRIP = {
|
FAST_TRIP = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_ITL = {
|
PLC_ITL = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_STANDBY = {
|
PLC_STANDBY = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_READY = {
|
PLC_READY = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_ON = {
|
PLC_ON = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_PERMIT = {
|
PLC_PERMIT = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_OP_SELECTED = {
|
PLC_OP_SELECTED = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_CC_OP_SELECTED = {
|
PLC_CC_OP_SELECTED = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
PLC_SYNCMODE = {
|
PLC_SYNCMODE = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
TRIGGER = {
|
TRIGGER = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
BEAM_ON_STAT = {
|
BEAM_ON_STAT = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
HVARMED = {
|
HVARMED = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
HVINJECTION = {
|
HVINJECTION = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
RFON = {
|
RFON = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
ELAPSED_TIME = {
|
ELAPSED_TIME = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
BEAM_ON_TIME = {
|
BEAM_ON_TIME = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
SHOT_ID = {
|
SHOT_ID = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
CRIO_RV1 = {
|
CRIO_RV1 = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
CRIO_RV2 = {
|
CRIO_RV2 = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
CRIO_RV3 = {
|
CRIO_RV3 = {
|
||||||
DataSource = DDB1
|
DataSource = DDB1
|
||||||
NumberOfElements = @fast_slow_ratio
|
|
||||||
Ranges = { { @dec_index, @dec_index } }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user