diff --git a/plc-tmo-motion/_Config/PLC/tmo_motion.xti b/plc-tmo-motion/_Config/PLC/tmo_motion.xti
index 3a91422..49db4e6 100644
--- a/plc-tmo-motion/_Config/PLC/tmo_motion.xti
+++ b/plc-tmo-motion/_Config/PLC/tmo_motion.xti
@@ -1326,7 +1326,10 @@ External Setpoint Generation:
INT
- PRG_IM2K4_PPM.fbIM2K4.fbFlowMeter.fRaw
+ PRG_IM2K4_PPM.fbIM2K4.fbFlowMeter.iRaw
+
+
+
INT
@@ -1429,7 +1432,10 @@ External Setpoint Generation:
INT
- PRG_IM3K4_PPM.fbIM3K4.fbFlowMeter.fRaw
+ PRG_IM3K4_PPM.fbIM3K4.fbFlowMeter.iRaw
+
+
+
INT
@@ -1532,7 +1538,10 @@ External Setpoint Generation:
INT
- PRG_IM4K4_PPM.fbIM4K4.fbFlowMeter.fRaw
+ PRG_IM4K4_PPM.fbIM4K4.fbFlowMeter.iRaw
+
+
+
INT
@@ -1635,7 +1644,10 @@ External Setpoint Generation:
INT
- PRG_IM5K4_PPM.fbIM5K4.fbFlowMeter.fRaw
+ PRG_IM5K4_PPM.fbIM5K4.fbFlowMeter.iRaw
+
+
+
INT
@@ -1738,7 +1750,10 @@ External Setpoint Generation:
INT
- PRG_IM6K4_PPM.fbIM6K4.fbFlowMeter.fRaw
+ PRG_IM6K4_PPM.fbIM6K4.fbFlowMeter.iRaw
+
+
+
INT
@@ -2284,14 +2299,6 @@ External Setpoint Generation:
-
- PRG_SP1K4.bHallInput1
- BOOL
-
-
- PRG_SP1K4.bHallInput2
- BOOL
-
PRG_SL2K4_SCATTER.fbSL2K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc
NCTOPLC_AXIS_REF
@@ -2510,6 +2517,22 @@ External Setpoint Generation:
+
+ PRG_SP1K4.bHallInput1
+ BOOL
+
+
+ PRG_SP1K4.bHallInput2
+ BOOL
+
+
+ PRG_SP1K4.bTL1High
+ BOOL
+
+
+ PRG_SP1K4.bTL1Low
+ BOOL
+
PRG_ST4K4_TMO_TERM.ST4K4.i_xInsertedLS
@@ -2522,11 +2545,11 @@ External Setpoint Generation:
BOOL
- PRG_SP1K4.bTL1High
+ PRG_SP1K4.bTL2High
BOOL
- PRG_SP1K4.bTL1Low
+ PRG_SP1K4.bTL2Low
BOOL
@@ -2643,14 +2666,6 @@ External Setpoint Generation:
PRG_TM1K4.fbTM1K4.fbThermoCouple1.iRaw
INT
-
- PRG_SP1K4.bTL2High
- BOOL
-
-
- PRG_SP1K4.bTL2Low
- BOOL
-
PRG_TM2K4.fbTM2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
NCTOPLC_AXIS_REF
@@ -8799,6 +8814,10 @@ External Setpoint Generation:
GVL_PMPS.PMPS_ST4K4_IN
BOOL
+
+ GVL_PMPS.PMPS_ST4K4_OUT
+ BOOL
+
PRG_3_PMPS_POST.fbArbiterIO.q_stRequestedBP
ST_BeamParams_IO
@@ -8937,10 +8956,6 @@ External Setpoint Generation:
GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut
BOOL
-
- GVL_PMPS.PMPS_ST4K4_OUT
- BOOL
-
Main.M1.Axis.PlcToNc
PLCTONC_AXIS_REF
@@ -9530,6 +9545,9 @@ External Setpoint Generation:
+
+
+
@@ -9557,6 +9575,9 @@ External Setpoint Generation:
+
+
+
@@ -9615,6 +9636,9 @@ External Setpoint Generation:
+
+
+
@@ -9697,6 +9721,9 @@ External Setpoint Generation:
+
+
+
diff --git a/plc-tmo-motion/tmo_motion/POUs/PRG_IM3K4_PPM.TcPOU b/plc-tmo-motion/tmo_motion/POUs/PRG_IM3K4_PPM.TcPOU
index 885ab87..6fa5918 100644
--- a/plc-tmo-motion/tmo_motion/POUs/PRG_IM3K4_PPM.TcPOU
+++ b/plc-tmo-motion/tmo_motion/POUs/PRG_IM3K4_PPM.TcPOU
@@ -17,7 +17,8 @@ VAR
.fbYagThermoCouple.bError := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Value'}
+ .fbYagThermoCouple.iRaw := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM3K4-EL3052-E5]^AI Standard Channel 1^Value'}
fbIM3K4: FB_PPM;
fStartupVelo: LREAL := 12;
END_VAR
diff --git a/plc-tmo-motion/tmo_motion/POUs/PRG_IM4K4_PPM.TcPOU b/plc-tmo-motion/tmo_motion/POUs/PRG_IM4K4_PPM.TcPOU
index 372007d..b48c37b 100644
--- a/plc-tmo-motion/tmo_motion/POUs/PRG_IM4K4_PPM.TcPOU
+++ b/plc-tmo-motion/tmo_motion/POUs/PRG_IM4K4_PPM.TcPOU
@@ -17,7 +17,8 @@ VAR
.fbYagThermoCouple.bError := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Value'}
+ .fbYagThermoCouple.iRaw := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM4K4-EL3052-E5]^AI Standard Channel 1^Value'}
fbIM4K4: FB_PPM;
fStartupVelo: LREAL := 15;
END_VAR
@@ -60,6 +61,7 @@ fbIM4K4(
stYStage := Main.M16,
sPmpsDeviceName := 'IM4K4:PPM',
sTransitionKey := 'IM4K4:PPM-TRANSITION',
+ fFlowOffset := 0.4
);]]>
diff --git a/plc-tmo-motion/tmo_motion/POUs/PRG_IM5K4_PPM.TcPOU b/plc-tmo-motion/tmo_motion/POUs/PRG_IM5K4_PPM.TcPOU
index ffdad00..aaef9b2 100644
--- a/plc-tmo-motion/tmo_motion/POUs/PRG_IM5K4_PPM.TcPOU
+++ b/plc-tmo-motion/tmo_motion/POUs/PRG_IM5K4_PPM.TcPOU
@@ -17,7 +17,8 @@ VAR
.fbYagThermoCouple.bError := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Value'}
+ .fbYagThermoCouple.iRaw := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM5K4-EL3052-E5]^AI Standard Channel 1^Value'}
fbIM5K4: FB_PPM;
fStartupVelo: LREAL := 12;
END_VAR
@@ -55,6 +56,7 @@ fbIM5K4(
stYStage := Main.M17,
sPmpsDeviceName := 'IM5K4:PPM',
sTransitionKey := 'IM5K4:PPM-TRANSITION',
+ fFlowOffset := 0.8,
);]]>
diff --git a/plc-tmo-motion/tmo_motion/POUs/PRG_IM6K4_PPM.TcPOU b/plc-tmo-motion/tmo_motion/POUs/PRG_IM6K4_PPM.TcPOU
index 6b59b4d..9ef303b 100644
--- a/plc-tmo-motion/tmo_motion/POUs/PRG_IM6K4_PPM.TcPOU
+++ b/plc-tmo-motion/tmo_motion/POUs/PRG_IM6K4_PPM.TcPOU
@@ -17,7 +17,8 @@ VAR
.fbYagThermoCouple.bError := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Value'}
+ .fbYagThermoCouple.iRaw := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM6K4-EL3052-E5]^AI Standard Channel 1^Value'}
fbIM6K4: FB_PPM;
fStartupVelo: LREAL := 13;
END_VAR
@@ -54,6 +55,7 @@ fbIM6K4(
stYStage := Main.M27,
sPmpsDeviceName := 'IM6K4:PPM',
sTransitionKey := 'IM6K4:PPM-TRANSITION',
+ fFlowOffset := 0.6,
);]]>
diff --git a/plc-tmo-motion/tmo_motion/tmo_motion.plcproj b/plc-tmo-motion/tmo_motion/tmo_motion.plcproj
index 65d9d92..6f55822 100644
--- a/plc-tmo-motion/tmo_motion/tmo_motion.plcproj
+++ b/plc-tmo-motion/tmo_motion/tmo_motion.plcproj
@@ -190,13 +190,13 @@
- LCLS General, 2.8.2 (SLAC)
+ LCLS General, 2.9.0 (SLAC)
lcls-twincat-motion, 3.0.1 (SLAC)
- lcls2-cc-lib, 2.0.0 (SLAC)
+ lcls2-cc-lib, 2.1.0 (SLAC)
PMPS, 3.0.14 (SLAC - LCLS)
diff --git a/plc-tmo-motion/tmo_motion/tmo_motion.tmc b/plc-tmo-motion/tmo_motion/tmo_motion.tmc
index be7abdd..fffbcb9 100644
--- a/plc-tmo-motion/tmo_motion/tmo_motion.tmc
+++ b/plc-tmo-motion/tmo_motion/tmo_motion.tmc
@@ -1,5 +1,5 @@
-
+
ST_System
@@ -180,31 +180,31 @@
bBusy
BOOL
8
- 84563784
+ 84564156
bError
BOOL
8
- 84563816
+ 84564188
hrErrorCode
HRESULT
32
- 84563824
+ 84564196
nStringSize
UDINT
32
- 84563808
+ 84564180
sResult
STRING(255)
2048
- 84563820
+ 84564192
__getbBusy
@@ -1413,15 +1413,15 @@
nId
UDINT
32
- 84563728
- 84563752
+ 84564100
+ 84564124
sName
STRING(255)
2048
- 84563764
- 84563776
+ 84564136
+ 84564148
__setbCutInstancePathByLastInst
@@ -1689,31 +1689,31 @@
eSeverity
TcEventSeverity
16
- 84563872
+ 84564244
ipSourceInfo
I_TcSourceInfo
32
- 84563852
+ 84564224
nEventId
UDINT
32
- 84563940
+ 84564312
sEventClassName
STRING(255)
2048
- 84563900
+ 84564272
sEventText
STRING(255)
2048
- 84563944
+ 84564316
EqualsToEventClass
@@ -2286,7 +2286,7 @@
nTimeSent
ULINT
64
- 84563968
+ 84564340
SetJsonAttribute
@@ -43109,7 +43109,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
FB_AnalogInput
- 320
+ 448
iRaw
INT
@@ -43166,24 +43166,73 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
+
+ fResolution
+ LREAL
+ Value to scale the end result to
+ 64
+ 192
+
+ 1
+
+
+
+ ItemType
+ Input
+
+
+ pytmc
+
+ pv: RES
+ io: io
+
+
+
+
+
+ fOffset
+ LREAL
+ 64
+ 256
+
+
+ ItemType
+ Input
+
+
+ pytmc
+
+ pv: OFF
+ io: io
+
+
+
+
fReal
LREAL
The real value read from the output
64
- 192
+ 320
ItemType
Output
+
+ pytmc
+
+ pv: VAL
+ io: i
+
+
fScale
LREAL
64
- 256
+ 384
@@ -43305,7 +43354,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
FB_REF_Laser
- 1088
+ 1216
bShutdown
BOOL
@@ -43364,14 +43413,14 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbGetLasPercent
FB_AnalogInput
- 320
+ 448
192
fbSetLasPercent
FB_AnalogOutput
576
- 512
+ 640
@@ -43382,7 +43431,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
FB_REF
- 981568
+ 981696
stYStage
DUT_MotionStage
@@ -43491,7 +43540,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbLaser
FB_REF_Laser
- 1088
+ 1216
980224
@@ -43507,13 +43556,13 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
bInit
BOOL
8
- 981312
+ 981440
bStatesLock
BOOL
8
- 981320
+ 981448
0
@@ -43522,7 +43571,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fVelo
LREAL
64
- 981376
+ 981504
10
@@ -43531,7 +43580,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fAccel
LREAL
64
- 981440
+ 981568
10
@@ -43540,7 +43589,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fDelta
LREAL
64
- 981504
+ 981632
2
@@ -44149,7 +44198,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
FB_PPM_PowerMeter
- 578496
+ 578624
iVoltageINT
INT
@@ -44331,26 +44380,26 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbGetPMVoltage
FB_AnalogInput
- 320
+ 448
192640
fbVoltageBuffer
FB_LREALBuffer
128512
- 192960
+ 193088
fbCalibBaseBuffer
FB_LREALBuffer
128512
- 321472
+ 321600
fbCalibMJBuffer
FB_LREALBuffer
128512
- 449984
+ 450112
@@ -44361,7 +44410,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
FB_PPM_Gige
- 1088
+ 1216
iIlluminatorINT
INT
@@ -44412,20 +44461,20 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbGetIllPercent
FB_AnalogInput
- 320
+ 448
128
fbSetIllPercent
FB_AnalogOutput
576
- 448
+ 576
bGigeInit
BOOL
8
- 1024
+ 1152
0
@@ -44437,53 +44486,9 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
-
- FB_L2SI_Flowmeter
- 128
-
- fRaw
- INT
- 16
- 32
-
-
- pytmc
-
- pv: MA
- io: input
-
-
-
- TcAddressType
- Input
-
-
-
-
- fFlowRate
- LREAL
- 64
- 64
-
-
- pytmc
-
- pv: FLOW
- io: input
-
-
-
-
-
-
- PouType
- FunctionBlock
-
-
-
FB_PPM
- 1575488
+ 1576128
stYStage
DUT_MotionStage
@@ -44592,17 +44597,29 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
+
+ fFlowOffset
+ LREAL
+ 64
+ 16064
+
+
+ ItemType
+ Input
+
+
+
fbYStage
FB_MotionStage
297920
- 16064
+ 16128
fbStates
FB_PPM_States
681600
- 313984
+ 314048
pytmc
@@ -44616,8 +44633,8 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbPowerMeter
FB_PPM_PowerMeter
- 578496
- 995584
+ 578624
+ 995648
pytmc
@@ -44630,8 +44647,8 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbGige
FB_PPM_Gige
- 1088
- 1574080
+ 1216
+ 1574272
pytmc
@@ -44643,14 +44660,32 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbFlowMeter
- FB_L2SI_Flowmeter
- 128
- 1575168
+ FB_AnalogInput
+ 448
+ 1575488
+
+
+ .iTermBits
+ 12
+
+
+ .fTermMax
+ 60
+
+
+ .fTermMin
+ 0
+
+
+ .fResolution
+ 0.1
+
+
pytmc
- pv: SFM
+ pv: FWM
@@ -44659,7 +44694,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t
fbYagThermoCouple
FB_ThermoCouple
192
- 1575296
+ 1575936
pytmc
@@ -49493,6 +49528,89 @@ Digital outputs
+
+ ENUM_ZonePlate_States
+ 16
+ UINT
+
+ Unknown
+ 0
+
+
+ OUT
+ 1
+
+
+ Yag
+ 2
+
+
+ FZP860_1
+ 3
+ Ne1
+
+
+ FZP860_2
+ 4
+ Ne2
+
+
+ FZP860_3
+ 5
+ Ne3
+
+
+ FZP750_1
+ 6
+ 3w1
+
+
+ FZP750_2
+ 7
+ 3w2
+
+
+ FZP530_1
+ 8
+ o1
+
+
+ FZP530_2
+ 9
+ o2
+
+
+ FZP460_1
+ 10
+ Ti1
+
+
+ FZP460_2
+ 11
+ Ti2
+
+
+ FZP410_1
+ 12
+ N1
+
+
+ FZP410_2
+ 13
+ N2
+
+
+ FZP290_1
+ 14
+ C1
+
+
+ FZP290_2
+ 15
+ C2
+ FZP250_1 := 16 //w1
+
+
ST_StateEpicsToPlc
32
@@ -52608,122 +52726,6 @@ Digital outputs
-
- ENUM_ZonePlate_States
- 16
- UINT
-
- Unknown
- 0
-
-
- OUT
- 1
-
-
- Yag
- 2
-
-
- FZP860_1
- 3
- Ne1
-
-
- FZP860_2
- 4
- Ne2
-
-
- FZP860_3
- 5
- Ne3
-
-
- FZP750_1
- 6
- 3w1
-
-
- FZP750_2
- 7
- 3w2
-
-
- FZP530_1
- 8
- o1
-
-
- FZP530_2
- 9
- o2
-
-
- FZP460_1
- 10
- Ti1
-
-
- FZP460_2
- 11
- Ti2
-
-
- FZP410_1
- 12
- N1
-
-
- FZP410_2
- 13
- N2
-
-
- FZP290_1
- 14
- C1
-
-
- FZP290_2
- 15
- C2
- FZP250_1 := 16 //w1
-
-
-
- ENUM_SolidAttenuator_States
- 16
- UINT
-
- Unknown
- 0
-
-
- OUT
- 1
-
-
- Target1
- 2
-
-
- Target2
- 3
-
-
- Target3
- 4
-
-
- Target4
- 5
-
-
- Target5
- 6
-
-
FB_StateSetupHelper
87808
@@ -53277,6 +53279,39 @@ Digital outputs
+
+ ENUM_SolidAttenuator_States
+ 16
+ UINT
+
+ Unknown
+ 0
+
+
+ OUT
+ 1
+
+
+ Target1
+ 2
+
+
+ Target2
+ 3
+
+
+ Target3
+ 4
+
+
+ Target4
+ 5
+
+
+ Target5
+ 6
+
+
ST_BeamParams_IO
1760
@@ -54039,8 +54074,8 @@ Digital outputs
nTimestamp
ULINT
64
- 84570552
- 84570560
+ 84570904
+ 84570912
__getnTimestamp
@@ -54841,9 +54876,9 @@ Digital outputs
STRING(80)
Message or Alarm{Cleared,Confirmed,Raised} event information
- Note that elements here do not follow the usual Hungarian notation /
- variable-type-prefixing naming convention due to the member names being
- used directly in the generation of the JSON document.
+ Note that elements here do not follow the usual Hungarian notation /
+ variable-type-prefixing naming convention due to the member names being
+ used directly in the generation of the JSON document.
648
0
@@ -54853,8 +54888,8 @@ Digital outputs
plcAttribute_pytmc
pv: Schema
- io: i
- field: DESC Schema string
+ io: i
+ field: DESC Schema string
@@ -54867,8 +54902,8 @@ Digital outputs
plcAttribute_pytmc
pv: Timestamp
- io: i
- field: DESC Unix timestamp
+ io: i
+ field: DESC Unix timestamp
@@ -54881,8 +54916,8 @@ Digital outputs
plcAttribute_pytmc
pv: Hostname
- io: i
- field: DESC PLC Hostname
+ io: i
+ field: DESC PLC Hostname
@@ -54895,12 +54930,12 @@ Digital outputs
plcAttribute_pytmc
pv: Severity
- io: i
- field: DESC TcEventSeverity
- field: ZRST Verbose
- field: ONST Info
- field: TWST Warning
- field: THST Error
+ io: i
+ field: DESC TcEventSeverity
+ field: ZRST Verbose
+ field: ONST Info
+ field: TWST Warning
+ field: THST Error
@@ -54913,8 +54948,8 @@ Digital outputs
plcAttribute_pytmc
pv: MessageID
- io: i
- field: DESC TwinCAT Message ID
+ io: i
+ field: DESC TwinCAT Message ID
@@ -54927,8 +54962,8 @@ Digital outputs
plcAttribute_pytmc
pv: EventClass
- io: i
- field: DESC TwinCAT Event class
+ io: i
+ field: DESC TwinCAT Event class
@@ -54941,7 +54976,7 @@ Digital outputs
plcAttribute_pytmc
pv: Message
- io: i
+ io: i
@@ -54956,7 +54991,7 @@ Digital outputs
plcAttribute_pytmc
pv: Source
- io: i
+ io: i
@@ -54971,8 +55006,8 @@ Digital outputs
plcAttribute_pytmc
pv: EventType
- io: i
- field: DESC The event type
+ io: i
+ field: DESC The event type
@@ -54985,8 +55020,8 @@ Digital outputs
plcAttribute_pytmc
pv: MessageJSON
- io: i
- field: DESC Metadata with the message
+ io: i
+ field: DESC Metadata with the message
@@ -55334,31 +55369,31 @@ Digital outputs
bBusy
BOOL
8
- 84570120
+ 84570472
bError
BOOL
8
- 84570152
+ 84570504
hrErrorCode
HRESULT
32
- 84570156
+ 84570508
nStringSize
UDINT
32
- 84570144
+ 84570496
sEventText
STRING(255)
2048
- 84570164
+ 84570516
__getbBusy
@@ -59528,7 +59563,7 @@ Digital outputs
Input
- 640767680
+ 640767744
PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.iVoltageINT
@@ -59540,7 +59575,7 @@ Digital outputs
Input
- 641744736
+ 641744800
PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.bError
@@ -59559,7 +59594,7 @@ Digital outputs
Input
- 641937096
+ 641937160
PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.bUnderrange
@@ -59571,7 +59606,7 @@ Digital outputs
Input
- 641937104
+ 641937168
PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.bOverrange
@@ -59583,7 +59618,7 @@ Digital outputs
Input
- 641937112
+ 641937176
PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.iRaw
@@ -59595,7 +59630,7 @@ Digital outputs
Input
- 641937120
+ 641937184
PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbGetPMVoltage.iRaw
@@ -59608,7 +59643,7 @@ Digital outputs
Input
- 641937376
+ 641937440
PRG_IM2K4_PPM.fbIM2K4.fbGige.fbGetIllPercent.iRaw
@@ -59621,26 +59656,20 @@ Digital outputs
Input
- 642323360
+ 642323552
- PRG_IM2K4_PPM.fbIM2K4.fbFlowMeter.fRaw
+ PRG_IM2K4_PPM.fbIM2K4.fbFlowMeter.iRaw
+ Connect this input to the terminal
16
INT
-
- pytmc
-
- pv: MA
- io: input
-
-
TcAddressType
Input
- 642324320
+ 642324640
PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.bError
@@ -59659,7 +59688,7 @@ Digital outputs
Input
- 642324552
+ 642325192
PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.bUnderrange
@@ -59671,7 +59700,7 @@ Digital outputs
Input
- 642324560
+ 642325200
PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.bOverrange
@@ -59683,7 +59712,7 @@ Digital outputs
Input
- 642324568
+ 642325208
PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.iRaw
@@ -59695,7 +59724,7 @@ Digital outputs
Input
- 642324576
+ 642325216
PRG_IM3K4_PPM.fbIM3K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -59707,7 +59736,7 @@ Digital outputs
Input
- 642343232
+ 642343936
PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.iVoltageINT
@@ -59719,7 +59748,7 @@ Digital outputs
Input
- 643320288
+ 643320992
PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.bError
@@ -59738,7 +59767,7 @@ Digital outputs
Input
- 643512648
+ 643513352
PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.bUnderrange
@@ -59750,7 +59779,7 @@ Digital outputs
Input
- 643512656
+ 643513360
PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.bOverrange
@@ -59762,7 +59791,7 @@ Digital outputs
Input
- 643512664
+ 643513368
PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.iRaw
@@ -59774,7 +59803,7 @@ Digital outputs
Input
- 643512672
+ 643513376
PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbGetPMVoltage.iRaw
@@ -59787,7 +59816,7 @@ Digital outputs
Input
- 643512928
+ 643513632
PRG_IM3K4_PPM.fbIM3K4.fbGige.fbGetIllPercent.iRaw
@@ -59800,26 +59829,20 @@ Digital outputs
Input
- 643898912
+ 643899744
- PRG_IM3K4_PPM.fbIM3K4.fbFlowMeter.fRaw
+ PRG_IM3K4_PPM.fbIM3K4.fbFlowMeter.iRaw
+ Connect this input to the terminal
16
INT
-
- pytmc
-
- pv: MA
- io: input
-
-
TcAddressType
Input
- 643899872
+ 643900832
PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.bError
@@ -59838,7 +59861,7 @@ Digital outputs
Input
- 643900104
+ 643901384
PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.bUnderrange
@@ -59850,7 +59873,7 @@ Digital outputs
Input
- 643900112
+ 643901392
PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.bOverrange
@@ -59862,7 +59885,7 @@ Digital outputs
Input
- 643900120
+ 643901400
PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.iRaw
@@ -59874,7 +59897,7 @@ Digital outputs
Input
- 643900128
+ 643901408
PRG_IM4K4_PPM.fbIM4K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -59886,7 +59909,7 @@ Digital outputs
Input
- 643918784
+ 643920128
PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.iVoltageINT
@@ -59898,7 +59921,7 @@ Digital outputs
Input
- 644895840
+ 644897184
PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.bError
@@ -59917,7 +59940,7 @@ Digital outputs
Input
- 645088200
+ 645089544
PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.bUnderrange
@@ -59929,7 +59952,7 @@ Digital outputs
Input
- 645088208
+ 645089552
PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.bOverrange
@@ -59941,7 +59964,7 @@ Digital outputs
Input
- 645088216
+ 645089560
PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.iRaw
@@ -59953,7 +59976,7 @@ Digital outputs
Input
- 645088224
+ 645089568
PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbGetPMVoltage.iRaw
@@ -59966,7 +59989,7 @@ Digital outputs
Input
- 645088480
+ 645089824
PRG_IM4K4_PPM.fbIM4K4.fbGige.fbGetIllPercent.iRaw
@@ -59979,26 +60002,20 @@ Digital outputs
Input
- 645474464
+ 645475936
- PRG_IM4K4_PPM.fbIM4K4.fbFlowMeter.fRaw
+ PRG_IM4K4_PPM.fbIM4K4.fbFlowMeter.iRaw
+ Connect this input to the terminal
16
INT
-
- pytmc
-
- pv: MA
- io: input
-
-
TcAddressType
Input
- 645475424
+ 645477024
PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.bError
@@ -60017,7 +60034,7 @@ Digital outputs
Input
- 645475656
+ 645477576
PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.bUnderrange
@@ -60029,7 +60046,7 @@ Digital outputs
Input
- 645475664
+ 645477584
PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.bOverrange
@@ -60041,7 +60058,7 @@ Digital outputs
Input
- 645475672
+ 645477592
PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.iRaw
@@ -60053,7 +60070,7 @@ Digital outputs
Input
- 645475680
+ 645477600
PRG_IM5K4_PPM.fbIM5K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60065,7 +60082,7 @@ Digital outputs
Input
- 645494336
+ 645496320
PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.iVoltageINT
@@ -60077,7 +60094,7 @@ Digital outputs
Input
- 646471392
+ 646473376
PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.bError
@@ -60096,7 +60113,7 @@ Digital outputs
Input
- 646663752
+ 646665736
PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.bUnderrange
@@ -60108,7 +60125,7 @@ Digital outputs
Input
- 646663760
+ 646665744
PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.bOverrange
@@ -60120,7 +60137,7 @@ Digital outputs
Input
- 646663768
+ 646665752
PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.iRaw
@@ -60132,7 +60149,7 @@ Digital outputs
Input
- 646663776
+ 646665760
PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbGetPMVoltage.iRaw
@@ -60145,7 +60162,7 @@ Digital outputs
Input
- 646664032
+ 646666016
PRG_IM5K4_PPM.fbIM5K4.fbGige.fbGetIllPercent.iRaw
@@ -60158,26 +60175,20 @@ Digital outputs
Input
- 647050016
+ 647052128
- PRG_IM5K4_PPM.fbIM5K4.fbFlowMeter.fRaw
+ PRG_IM5K4_PPM.fbIM5K4.fbFlowMeter.iRaw
+ Connect this input to the terminal
16
INT
-
- pytmc
-
- pv: MA
- io: input
-
-
TcAddressType
Input
- 647050976
+ 647053216
PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.bError
@@ -60196,7 +60207,7 @@ Digital outputs
Input
- 647051208
+ 647053768
PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.bUnderrange
@@ -60208,7 +60219,7 @@ Digital outputs
Input
- 647051216
+ 647053776
PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.bOverrange
@@ -60220,7 +60231,7 @@ Digital outputs
Input
- 647051224
+ 647053784
PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.iRaw
@@ -60232,7 +60243,7 @@ Digital outputs
Input
- 647051232
+ 647053792
PRG_IM6K4_PPM.fbIM6K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60244,7 +60255,7 @@ Digital outputs
Input
- 647069888
+ 647072512
PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.iVoltageINT
@@ -60256,7 +60267,7 @@ Digital outputs
Input
- 648046944
+ 648049568
PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.bError
@@ -60275,7 +60286,7 @@ Digital outputs
Input
- 648239304
+ 648241928
PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.bUnderrange
@@ -60287,7 +60298,7 @@ Digital outputs
Input
- 648239312
+ 648241936
PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.bOverrange
@@ -60299,7 +60310,7 @@ Digital outputs
Input
- 648239320
+ 648241944
PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.iRaw
@@ -60311,7 +60322,7 @@ Digital outputs
Input
- 648239328
+ 648241952
PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbGetPMVoltage.iRaw
@@ -60324,7 +60335,7 @@ Digital outputs
Input
- 648239584
+ 648242208
PRG_IM6K4_PPM.fbIM6K4.fbGige.fbGetIllPercent.iRaw
@@ -60337,26 +60348,20 @@ Digital outputs
Input
- 648625568
+ 648628320
- PRG_IM6K4_PPM.fbIM6K4.fbFlowMeter.fRaw
+ PRG_IM6K4_PPM.fbIM6K4.fbFlowMeter.iRaw
+ Connect this input to the terminal
16
INT
-
- pytmc
-
- pv: MA
- io: input
-
-
TcAddressType
Input
- 648626528
+ 648629408
PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.bError
@@ -60375,7 +60380,7 @@ Digital outputs
Input
- 648626760
+ 648629960
PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.bUnderrange
@@ -60387,7 +60392,7 @@ Digital outputs
Input
- 648626768
+ 648629968
PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.bOverrange
@@ -60399,7 +60404,7 @@ Digital outputs
Input
- 648626776
+ 648629976
PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.iRaw
@@ -60411,7 +60416,7 @@ Digital outputs
Input
- 648626784
+ 648629984
PRG_LI1K4_IP1.fbLI1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60423,7 +60428,7 @@ Digital outputs
Input
- 648645952
+ 648649152
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60435,7 +60440,7 @@ Digital outputs
Input
- 649651328
+ 649654528
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbZStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60447,7 +60452,7 @@ Digital outputs
Input
- 649949248
+ 649952448
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.bError
@@ -60471,7 +60476,7 @@ Digital outputs
Input
- 650933768
+ 650936968
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.bUnderrange
@@ -60483,7 +60488,7 @@ Digital outputs
Input
- 650933776
+ 650936976
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.bOverrange
@@ -60495,7 +60500,7 @@ Digital outputs
Input
- 650933784
+ 650936984
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.iRaw
@@ -60507,7 +60512,7 @@ Digital outputs
Input
- 650933792
+ 650936992
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.bError
@@ -60531,7 +60536,7 @@ Digital outputs
Input
- 650934024
+ 650937224
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.bUnderrange
@@ -60543,7 +60548,7 @@ Digital outputs
Input
- 650934032
+ 650937232
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.bOverrange
@@ -60555,7 +60560,7 @@ Digital outputs
Input
- 650934040
+ 650937240
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.iRaw
@@ -60567,7 +60572,7 @@ Digital outputs
Input
- 650934048
+ 650937248
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60579,7 +60584,7 @@ Digital outputs
Input
- 650961792
+ 650964992
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbZStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60591,7 +60596,7 @@ Digital outputs
Input
- 651259712
+ 651262912
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.bError
@@ -60615,7 +60620,7 @@ Digital outputs
Input
- 652244232
+ 652247432
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.bUnderrange
@@ -60627,7 +60632,7 @@ Digital outputs
Input
- 652244240
+ 652247440
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.bOverrange
@@ -60639,7 +60644,7 @@ Digital outputs
Input
- 652244248
+ 652247448
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.iRaw
@@ -60651,7 +60656,7 @@ Digital outputs
Input
- 652244256
+ 652247456
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.bError
@@ -60675,7 +60680,7 @@ Digital outputs
Input
- 652244488
+ 652247688
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.bUnderrange
@@ -60687,7 +60692,7 @@ Digital outputs
Input
- 652244496
+ 652247696
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.bOverrange
@@ -60699,7 +60704,7 @@ Digital outputs
Input
- 652244504
+ 652247704
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.iRaw
@@ -60711,7 +60716,7 @@ Digital outputs
Input
- 652244512
+ 652247712
PRG_SL1K4_SCATTER.fbSL1K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60723,7 +60728,7 @@ Digital outputs
Input
- 652250560
+ 652253760
PRG_SL1K4_SCATTER.fbSL1K4.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60735,7 +60740,7 @@ Digital outputs
Input
- 652548480
+ 652551680
PRG_SL1K4_SCATTER.fbSL1K4.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60747,7 +60752,7 @@ Digital outputs
Input
- 652846400
+ 652849600
PRG_SL1K4_SCATTER.fbSL1K4.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60759,7 +60764,7 @@ Digital outputs
Input
- 653144320
+ 653147520
PRG_SL1K4_SCATTER.fbSL1K4.AptArrayReq
@@ -60771,42 +60776,34 @@ Digital outputs
Input
- 653590016
+ 653593216
- PRG_SP1K4.bHallInput1
- 8
- BOOL
+ PRG_SL2K4_SCATTER.fbSL2K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc
+ 2048
+ NCTOPLC_AXIS_REF
-
- TcLinkTo
- TIIB[LensX_EL1004]^Channel 1^Input
-
TcAddressType
Input
- 653593584
+ 653600320
- PRG_SP1K4.bHallInput2
- 8
- BOOL
+ PRG_SL2K4_SCATTER.fbSL2K4.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc
+ 2048
+ NCTOPLC_AXIS_REF
-
- TcLinkTo
- TIIB[LensX_EL1004]^Channel 2^Input
-
TcAddressType
Input
- 653593592
+ 653898240
- PRG_SL2K4_SCATTER.fbSL2K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc
+ PRG_SL2K4_SCATTER.fbSL2K4.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc
2048
NCTOPLC_AXIS_REF
@@ -60815,10 +60812,10 @@ Digital outputs
Input
- 653597184
+ 654196160
- PRG_SL2K4_SCATTER.fbSL2K4.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc
+ PRG_SL2K4_SCATTER.fbSL2K4.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc
2048
NCTOPLC_AXIS_REF
@@ -60827,43 +60824,83 @@ Digital outputs
Input
- 653895104
+ 654494080
- PRG_SL2K4_SCATTER.fbSL2K4.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc
- 2048
- NCTOPLC_AXIS_REF
+ PRG_SL2K4_SCATTER.fbSL2K4.AptArrayReq
+ 96
+ ST_PMPS_Aperture_IO
TcAddressType
Input
- 654193024
+ 654939776
- PRG_SL2K4_SCATTER.fbSL2K4.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc
- 2048
- NCTOPLC_AXIS_REF
+ PRG_SP1K4.bHallInput1
+ 8
+ BOOL
+
+ TcLinkTo
+ TIIB[LensX_EL1004]^Channel 1^Input
+
TcAddressType
Input
- 654490944
+ 654939920
- PRG_SL2K4_SCATTER.fbSL2K4.AptArrayReq
- 96
- ST_PMPS_Aperture_IO
+ PRG_SP1K4.bHallInput2
+ 8
+ BOOL
+
+
+ TcLinkTo
+ TIIB[LensX_EL1004]^Channel 2^Input
+
+
+ TcAddressType
+ Input
+
+
+ 654939928
+
+
+ PRG_SP1K4.bTL1High
+ 8
+ BOOL
+
+ TcLinkTo
+ TIIB[SP1K4-TL1-EL1124]^Channel 1^Input
+
TcAddressType
Input
- 654936640
+ 654943392
+
+
+ PRG_SP1K4.bTL1Low
+ 8
+ BOOL
+
+
+ TcLinkTo
+ TIIB[SP1K4-TL1-EL1124]^Channel 2^Input
+
+
+ TcAddressType
+ Input
+
+
+ 654943400
PRG_ST4K4_TMO_TERM.ST4K4.i_xInsertedLS
@@ -60876,7 +60913,7 @@ Digital outputs
Input
- 655049120
+ 655052320
PRG_ST4K4_TMO_TERM.ST4K4.i_xRetractedLS
@@ -60888,39 +60925,39 @@ Digital outputs
Input
- 655049128
+ 655052328
- PRG_SP1K4.bTL1High
+ PRG_SP1K4.bTL2High
8
BOOL
TcLinkTo
- TIIB[SP1K4-TL1-EL1124]^Channel 1^Input
+ TIIB[SP1K4-TL2-EL1124]^Channel 1^Input
TcAddressType
Input
- 655049632
+ 655052848
- PRG_SP1K4.bTL1Low
+ PRG_SP1K4.bTL2Low
8
BOOL
TcLinkTo
- TIIB[SP1K4-TL1-EL1124]^Channel 2^Input
+ TIIB[SP1K4-TL2-EL1124]^Channel 2^Input
TcAddressType
Input
- 655049640
+ 655052856
PRG_TM1K4.fbTM1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60932,7 +60969,7 @@ Digital outputs
Input
- 655082880
+ 655086080
PRG_TM1K4.fbTM1K4.fbXStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -60944,7 +60981,7 @@ Digital outputs
Input
- 655380800
+ 655384000
PRG_TM1K4.fbTM1K4.fbThermoCouple1.bError
@@ -60968,7 +61005,7 @@ Digital outputs
Input
- 656372232
+ 656375432
PRG_TM1K4.fbTM1K4.fbThermoCouple1.bUnderrange
@@ -60980,7 +61017,7 @@ Digital outputs
Input
- 656372240
+ 656375440
PRG_TM1K4.fbTM1K4.fbThermoCouple1.bOverrange
@@ -60992,7 +61029,7 @@ Digital outputs
Input
- 656372248
+ 656375448
PRG_TM1K4.fbTM1K4.fbThermoCouple1.iRaw
@@ -61004,39 +61041,7 @@ Digital outputs
Input
- 656372256
-
-
- PRG_SP1K4.bTL2High
- 8
- BOOL
-
-
- TcLinkTo
- TIIB[SP1K4-TL2-EL1124]^Channel 1^Input
-
-
- TcAddressType
- Input
-
-
- 656372784
-
-
- PRG_SP1K4.bTL2Low
- 8
- BOOL
-
-
- TcLinkTo
- TIIB[SP1K4-TL2-EL1124]^Channel 2^Input
-
-
- TcAddressType
- Input
-
-
- 656372792
+ 656375456
PRG_TM2K4.fbTM2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61048,7 +61053,7 @@ Digital outputs
Input
- 656398720
+ 656401920
PRG_TM2K4.fbTM2K4.fbXStage.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61060,7 +61065,7 @@ Digital outputs
Input
- 656696640
+ 656699840
PRG_TM2K4.fbTM2K4.fbThermoCouple1.bError
@@ -61084,7 +61089,7 @@ Digital outputs
Input
- 657680776
+ 657683976
PRG_TM2K4.fbTM2K4.fbThermoCouple1.bUnderrange
@@ -61096,7 +61101,7 @@ Digital outputs
Input
- 657680784
+ 657683984
PRG_TM2K4.fbTM2K4.fbThermoCouple1.bOverrange
@@ -61108,7 +61113,7 @@ Digital outputs
Input
- 657680792
+ 657683992
PRG_TM2K4.fbTM2K4.fbThermoCouple1.iRaw
@@ -61120,7 +61125,7 @@ Digital outputs
Input
- 657680800
+ 657684000
PRG_SP1K4.fbMotionLensX.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61132,7 +61137,7 @@ Digital outputs
Input
- 657686976
+ 657690176
PRG_SP1K4.fbMotionFoilX.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61144,7 +61149,7 @@ Digital outputs
Input
- 657984896
+ 657988096
PRG_SP1K4.fbMotionZPX.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61156,7 +61161,7 @@ Digital outputs
Input
- 658282816
+ 658286016
PRG_SP1K4.fbMotionZPY.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61168,7 +61173,7 @@ Digital outputs
Input
- 658580736
+ 658583936
PRG_SP1K4.fbMotionZPZ.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61180,7 +61185,7 @@ Digital outputs
Input
- 658878656
+ 658881856
PRG_SP1K4.fbMotionYAGX.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61192,7 +61197,7 @@ Digital outputs
Input
- 659176576
+ 659179776
PRG_SP1K4.fbMotionYAGY.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61204,7 +61209,7 @@ Digital outputs
Input
- 659474496
+ 659477696
PRG_SP1K4.fbMotionYAGZ.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61216,7 +61221,7 @@ Digital outputs
Input
- 659772416
+ 659775616
PRG_SP1K4.fbMotionYAGR.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61228,7 +61233,7 @@ Digital outputs
Input
- 660070336
+ 660073536
PRG_SP1K4.fbMotionTL1.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61240,7 +61245,7 @@ Digital outputs
Input
- 660368256
+ 660371456
PRG_SP1K4.fbMotionTL2.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61252,7 +61257,7 @@ Digital outputs
Input
- 660666176
+ 660669376
PRG_SP1K4.fbMotionTLX.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61264,7 +61269,7 @@ Digital outputs
Input
- 660964096
+ 660967296
PRG_SP1K4.fbMotionFoilY.fbDriveVirtual.MasterAxis.NcToPlc
@@ -61276,7 +61281,7 @@ Digital outputs
Input
- 661262016
+ 661265216
PRG_SP1K4.fbZPStates.astMotionStageMax[1].Axis.NcToPlc
@@ -61288,7 +61293,7 @@ Digital outputs
Input
- 662825216
+ 662828416
PRG_SP1K4.fbZPStates.astMotionStageMax[1].bLimitForwardEnable
@@ -61311,7 +61316,7 @@ Digital outputs
Input
- 662833152
+ 662836352
PRG_SP1K4.fbZPStates.astMotionStageMax[1].bLimitBackwardEnable
@@ -61334,7 +61339,7 @@ Digital outputs
Input
- 662833160
+ 662836360
PRG_SP1K4.fbZPStates.astMotionStageMax[1].bHome
@@ -61357,7 +61362,7 @@ Digital outputs
Input
- 662833168
+ 662836368
PRG_SP1K4.fbZPStates.astMotionStageMax[1].bHardwareEnable
@@ -61380,7 +61385,7 @@ Digital outputs
Input
- 662833184
+ 662836384
PRG_SP1K4.fbZPStates.astMotionStageMax[1].nRawEncoderULINT
@@ -61393,7 +61398,7 @@ Digital outputs
Input
- 662833216
+ 662836416
PRG_SP1K4.fbZPStates.astMotionStageMax[1].nRawEncoderUINT
@@ -61406,7 +61411,7 @@ Digital outputs
Input
- 662833280
+ 662836480
PRG_SP1K4.fbZPStates.astMotionStageMax[1].nRawEncoderINT
@@ -61419,7 +61424,7 @@ Digital outputs
Input
- 662833296
+ 662836496
PRG_SP1K4.fbZPStates.astMotionStageMax[2].Axis.NcToPlc
@@ -61431,7 +61436,7 @@ Digital outputs
Input
- 662850432
+ 662853632
PRG_SP1K4.fbZPStates.astMotionStageMax[2].bLimitForwardEnable
@@ -61454,7 +61459,7 @@ Digital outputs
Input
- 662858368
+ 662861568
PRG_SP1K4.fbZPStates.astMotionStageMax[2].bLimitBackwardEnable
@@ -61477,7 +61482,7 @@ Digital outputs
Input
- 662858376
+ 662861576
PRG_SP1K4.fbZPStates.astMotionStageMax[2].bHome
@@ -61500,7 +61505,7 @@ Digital outputs
Input
- 662858384
+ 662861584
PRG_SP1K4.fbZPStates.astMotionStageMax[2].bHardwareEnable
@@ -61523,7 +61528,7 @@ Digital outputs
Input
- 662858400
+ 662861600
PRG_SP1K4.fbZPStates.astMotionStageMax[2].nRawEncoderULINT
@@ -61536,7 +61541,7 @@ Digital outputs
Input
- 662858432
+ 662861632
PRG_SP1K4.fbZPStates.astMotionStageMax[2].nRawEncoderUINT
@@ -61549,7 +61554,7 @@ Digital outputs
Input
- 662858496
+ 662861696
PRG_SP1K4.fbZPStates.astMotionStageMax[2].nRawEncoderINT
@@ -61562,7 +61567,7 @@ Digital outputs
Input
- 662858512
+ 662861712
PRG_SP1K4.fbZPStates.astMotionStageMax[3].Axis.NcToPlc
@@ -61574,7 +61579,7 @@ Digital outputs
Input
- 662875648
+ 662878848
PRG_SP1K4.fbZPStates.astMotionStageMax[3].bLimitForwardEnable
@@ -61597,7 +61602,7 @@ Digital outputs
Input
- 662883584
+ 662886784
PRG_SP1K4.fbZPStates.astMotionStageMax[3].bLimitBackwardEnable
@@ -61620,7 +61625,7 @@ Digital outputs
Input
- 662883592
+ 662886792
PRG_SP1K4.fbZPStates.astMotionStageMax[3].bHome
@@ -61643,7 +61648,7 @@ Digital outputs
Input
- 662883600
+ 662886800
PRG_SP1K4.fbZPStates.astMotionStageMax[3].bHardwareEnable
@@ -61666,7 +61671,7 @@ Digital outputs
Input
- 662883616
+ 662886816
PRG_SP1K4.fbZPStates.astMotionStageMax[3].nRawEncoderULINT
@@ -61679,7 +61684,7 @@ Digital outputs
Input
- 662883648
+ 662886848
PRG_SP1K4.fbZPStates.astMotionStageMax[3].nRawEncoderUINT
@@ -61692,7 +61697,7 @@ Digital outputs
Input
- 662883712
+ 662886912
PRG_SP1K4.fbZPStates.astMotionStageMax[3].nRawEncoderINT
@@ -61705,7 +61710,7 @@ Digital outputs
Input
- 662883728
+ 662886928
PRG_SP1K4.fbATTStates.astMotionStageMax[1].Axis.NcToPlc
@@ -61717,7 +61722,7 @@ Digital outputs
Input
- 664587264
+ 664590400
PRG_SP1K4.fbATTStates.astMotionStageMax[1].bLimitForwardEnable
@@ -61740,7 +61745,7 @@ Digital outputs
Input
- 664595200
+ 664598336
PRG_SP1K4.fbATTStates.astMotionStageMax[1].bLimitBackwardEnable
@@ -61763,7 +61768,7 @@ Digital outputs
Input
- 664595208
+ 664598344
PRG_SP1K4.fbATTStates.astMotionStageMax[1].bHome
@@ -61786,7 +61791,7 @@ Digital outputs
Input
- 664595216
+ 664598352
PRG_SP1K4.fbATTStates.astMotionStageMax[1].bHardwareEnable
@@ -61809,7 +61814,7 @@ Digital outputs
Input
- 664595232
+ 664598368
PRG_SP1K4.fbATTStates.astMotionStageMax[1].nRawEncoderULINT
@@ -61822,7 +61827,7 @@ Digital outputs
Input
- 664595264
+ 664598400
PRG_SP1K4.fbATTStates.astMotionStageMax[1].nRawEncoderUINT
@@ -61835,7 +61840,7 @@ Digital outputs
Input
- 664595328
+ 664598464
PRG_SP1K4.fbATTStates.astMotionStageMax[1].nRawEncoderINT
@@ -61848,7 +61853,7 @@ Digital outputs
Input
- 664595344
+ 664598480
PRG_SP1K4.fbATTStates.astMotionStageMax[2].Axis.NcToPlc
@@ -61860,7 +61865,7 @@ Digital outputs
Input
- 664612480
+ 664615616
PRG_SP1K4.fbATTStates.astMotionStageMax[2].bLimitForwardEnable
@@ -61883,7 +61888,7 @@ Digital outputs
Input
- 664620416
+ 664623552
PRG_SP1K4.fbATTStates.astMotionStageMax[2].bLimitBackwardEnable
@@ -61906,7 +61911,7 @@ Digital outputs
Input
- 664620424
+ 664623560
PRG_SP1K4.fbATTStates.astMotionStageMax[2].bHome
@@ -61929,7 +61934,7 @@ Digital outputs
Input
- 664620432
+ 664623568
PRG_SP1K4.fbATTStates.astMotionStageMax[2].bHardwareEnable
@@ -61952,7 +61957,7 @@ Digital outputs
Input
- 664620448
+ 664623584
PRG_SP1K4.fbATTStates.astMotionStageMax[2].nRawEncoderULINT
@@ -61965,7 +61970,7 @@ Digital outputs
Input
- 664620480
+ 664623616
PRG_SP1K4.fbATTStates.astMotionStageMax[2].nRawEncoderUINT
@@ -61978,7 +61983,7 @@ Digital outputs
Input
- 664620544
+ 664623680
PRG_SP1K4.fbATTStates.astMotionStageMax[2].nRawEncoderINT
@@ -61991,7 +61996,7 @@ Digital outputs
Input
- 664620560
+ 664623696
PRG_SP1K4.fbATTStates.astMotionStageMax[3].Axis.NcToPlc
@@ -62003,7 +62008,7 @@ Digital outputs
Input
- 664637696
+ 664640832
PRG_SP1K4.fbATTStates.astMotionStageMax[3].bLimitForwardEnable
@@ -62026,7 +62031,7 @@ Digital outputs
Input
- 664645632
+ 664648768
PRG_SP1K4.fbATTStates.astMotionStageMax[3].bLimitBackwardEnable
@@ -62049,7 +62054,7 @@ Digital outputs
Input
- 664645640
+ 664648776
PRG_SP1K4.fbATTStates.astMotionStageMax[3].bHome
@@ -62072,7 +62077,7 @@ Digital outputs
Input
- 664645648
+ 664648784
PRG_SP1K4.fbATTStates.astMotionStageMax[3].bHardwareEnable
@@ -62095,7 +62100,7 @@ Digital outputs
Input
- 664645664
+ 664648800
PRG_SP1K4.fbATTStates.astMotionStageMax[3].nRawEncoderULINT
@@ -62108,7 +62113,7 @@ Digital outputs
Input
- 664645696
+ 664648832
PRG_SP1K4.fbATTStates.astMotionStageMax[3].nRawEncoderUINT
@@ -62121,7 +62126,7 @@ Digital outputs
Input
- 664645760
+ 664648896
PRG_SP1K4.fbATTStates.astMotionStageMax[3].nRawEncoderINT
@@ -62134,7 +62139,7 @@ Digital outputs
Input
- 664645776
+ 664648912
PRG_3_PMPS_POST.fbArbiterIO.i_stCurrentBP
@@ -62150,7 +62155,7 @@ Digital outputs
Input
- 665028320
+ 665031520
PRG_3_PMPS_POST.fbArbiterIO.xTxPDO_toggle
@@ -62171,7 +62176,7 @@ Digital outputs
Input
- 665031840
+ 665035040
PRG_3_PMPS_POST.fbArbiterIO.xTxPDO_state
@@ -62192,7 +62197,7 @@ Digital outputs
Input
- 665031841
+ 665035041
Main.M1.Axis.NcToPlc
@@ -62204,7 +62209,7 @@ Digital outputs
Input
- 675230272
+ 675233408
Main.M1.bLimitForwardEnable
@@ -62227,7 +62232,7 @@ Digital outputs
Input
- 675238208
+ 675241344
Main.M1.bLimitBackwardEnable
@@ -62250,7 +62255,7 @@ Digital outputs
Input
- 675238216
+ 675241352
Main.M1.bHome
@@ -62273,7 +62278,7 @@ Digital outputs
Input
- 675238224
+ 675241360
Main.M1.bHardwareEnable
@@ -62296,7 +62301,7 @@ Digital outputs
Input
- 675238240
+ 675241376
Main.M1.nRawEncoderULINT
@@ -62309,7 +62314,7 @@ Digital outputs
Input
- 675238272
+ 675241408
Main.M1.nRawEncoderUINT
@@ -62322,7 +62327,7 @@ Digital outputs
Input
- 675238336
+ 675241472
Main.M1.nRawEncoderINT
@@ -62335,7 +62340,7 @@ Digital outputs
Input
- 675238352
+ 675241488
Main.M2.Axis.NcToPlc
@@ -62347,7 +62352,7 @@ Digital outputs
Input
- 675255488
+ 675258624
Main.M2.bLimitForwardEnable
@@ -62370,7 +62375,7 @@ Digital outputs
Input
- 675263424
+ 675266560
Main.M2.bLimitBackwardEnable
@@ -62393,7 +62398,7 @@ Digital outputs
Input
- 675263432
+ 675266568
Main.M2.bHome
@@ -62416,7 +62421,7 @@ Digital outputs
Input
- 675263440
+ 675266576
Main.M2.bHardwareEnable
@@ -62439,7 +62444,7 @@ Digital outputs
Input
- 675263456
+ 675266592
Main.M2.nRawEncoderULINT
@@ -62452,7 +62457,7 @@ Digital outputs
Input
- 675263488
+ 675266624
Main.M2.nRawEncoderUINT
@@ -62465,7 +62470,7 @@ Digital outputs
Input
- 675263552
+ 675266688
Main.M2.nRawEncoderINT
@@ -62478,7 +62483,7 @@ Digital outputs
Input
- 675263568
+ 675266704
Main.M3.Axis.NcToPlc
@@ -62490,7 +62495,7 @@ Digital outputs
Input
- 675280704
+ 675283840
Main.M3.bLimitForwardEnable
@@ -62513,7 +62518,7 @@ Digital outputs
Input
- 675288640
+ 675291776
Main.M3.bLimitBackwardEnable
@@ -62536,7 +62541,7 @@ Digital outputs
Input
- 675288648
+ 675291784
Main.M3.bHome
@@ -62559,7 +62564,7 @@ Digital outputs
Input
- 675288656
+ 675291792
Main.M3.bHardwareEnable
@@ -62582,7 +62587,7 @@ Digital outputs
Input
- 675288672
+ 675291808
Main.M3.nRawEncoderULINT
@@ -62595,7 +62600,7 @@ Digital outputs
Input
- 675288704
+ 675291840
Main.M3.nRawEncoderUINT
@@ -62608,7 +62613,7 @@ Digital outputs
Input
- 675288768
+ 675291904
Main.M3.nRawEncoderINT
@@ -62621,7 +62626,7 @@ Digital outputs
Input
- 675288784
+ 675291920
Main.M4.Axis.NcToPlc
@@ -62633,7 +62638,7 @@ Digital outputs
Input
- 675305920
+ 675309056
Main.M4.bLimitForwardEnable
@@ -62656,7 +62661,7 @@ Digital outputs
Input
- 675313856
+ 675316992
Main.M4.bLimitBackwardEnable
@@ -62679,7 +62684,7 @@ Digital outputs
Input
- 675313864
+ 675317000
Main.M4.bHome
@@ -62702,7 +62707,7 @@ Digital outputs
Input
- 675313872
+ 675317008
Main.M4.bHardwareEnable
@@ -62725,7 +62730,7 @@ Digital outputs
Input
- 675313888
+ 675317024
Main.M4.nRawEncoderULINT
@@ -62738,7 +62743,7 @@ Digital outputs
Input
- 675313920
+ 675317056
Main.M4.nRawEncoderUINT
@@ -62751,7 +62756,7 @@ Digital outputs
Input
- 675313984
+ 675317120
Main.M4.nRawEncoderINT
@@ -62764,7 +62769,7 @@ Digital outputs
Input
- 675314000
+ 675317136
Main.M5.Axis.NcToPlc
@@ -62776,7 +62781,7 @@ Digital outputs
Input
- 675331136
+ 675334272
Main.M5.bLimitForwardEnable
@@ -62799,7 +62804,7 @@ Digital outputs
Input
- 675339072
+ 675342208
Main.M5.bLimitBackwardEnable
@@ -62822,7 +62827,7 @@ Digital outputs
Input
- 675339080
+ 675342216
Main.M5.bHome
@@ -62845,7 +62850,7 @@ Digital outputs
Input
- 675339088
+ 675342224
Main.M5.bHardwareEnable
@@ -62868,7 +62873,7 @@ Digital outputs
Input
- 675339104
+ 675342240
Main.M5.nRawEncoderULINT
@@ -62881,7 +62886,7 @@ Digital outputs
Input
- 675339136
+ 675342272
Main.M5.nRawEncoderUINT
@@ -62894,7 +62899,7 @@ Digital outputs
Input
- 675339200
+ 675342336
Main.M5.nRawEncoderINT
@@ -62907,7 +62912,7 @@ Digital outputs
Input
- 675339216
+ 675342352
Main.M6.Axis.NcToPlc
@@ -62919,7 +62924,7 @@ Digital outputs
Input
- 675356352
+ 675359488
Main.M6.bLimitForwardEnable
@@ -62942,7 +62947,7 @@ Digital outputs
Input
- 675364288
+ 675367424
Main.M6.bLimitBackwardEnable
@@ -62965,7 +62970,7 @@ Digital outputs
Input
- 675364296
+ 675367432
Main.M6.bHome
@@ -62988,7 +62993,7 @@ Digital outputs
Input
- 675364304
+ 675367440
Main.M6.bHardwareEnable
@@ -63011,7 +63016,7 @@ Digital outputs
Input
- 675364320
+ 675367456
Main.M6.nRawEncoderULINT
@@ -63024,7 +63029,7 @@ Digital outputs
Input
- 675364352
+ 675367488
Main.M6.nRawEncoderUINT
@@ -63037,7 +63042,7 @@ Digital outputs
Input
- 675364416
+ 675367552
Main.M6.nRawEncoderINT
@@ -63050,7 +63055,7 @@ Digital outputs
Input
- 675364432
+ 675367568
Main.M7.Axis.NcToPlc
@@ -63062,7 +63067,7 @@ Digital outputs
Input
- 675381568
+ 675384704
Main.M7.bLimitForwardEnable
@@ -63085,7 +63090,7 @@ Digital outputs
Input
- 675389504
+ 675392640
Main.M7.bLimitBackwardEnable
@@ -63108,7 +63113,7 @@ Digital outputs
Input
- 675389512
+ 675392648
Main.M7.bHome
@@ -63131,7 +63136,7 @@ Digital outputs
Input
- 675389520
+ 675392656
Main.M7.bHardwareEnable
@@ -63154,7 +63159,7 @@ Digital outputs
Input
- 675389536
+ 675392672
Main.M7.nRawEncoderULINT
@@ -63167,7 +63172,7 @@ Digital outputs
Input
- 675389568
+ 675392704
Main.M7.nRawEncoderUINT
@@ -63180,7 +63185,7 @@ Digital outputs
Input
- 675389632
+ 675392768
Main.M7.nRawEncoderINT
@@ -63193,7 +63198,7 @@ Digital outputs
Input
- 675389648
+ 675392784
Main.M8.Axis.NcToPlc
@@ -63205,7 +63210,7 @@ Digital outputs
Input
- 675406784
+ 675409920
Main.M8.bLimitForwardEnable
@@ -63228,7 +63233,7 @@ Digital outputs
Input
- 675414720
+ 675417856
Main.M8.bLimitBackwardEnable
@@ -63251,7 +63256,7 @@ Digital outputs
Input
- 675414728
+ 675417864
Main.M8.bHome
@@ -63274,7 +63279,7 @@ Digital outputs
Input
- 675414736
+ 675417872
Main.M8.bHardwareEnable
@@ -63297,7 +63302,7 @@ Digital outputs
Input
- 675414752
+ 675417888
Main.M8.nRawEncoderULINT
@@ -63310,7 +63315,7 @@ Digital outputs
Input
- 675414784
+ 675417920
Main.M8.nRawEncoderUINT
@@ -63323,7 +63328,7 @@ Digital outputs
Input
- 675414848
+ 675417984
Main.M8.nRawEncoderINT
@@ -63336,7 +63341,7 @@ Digital outputs
Input
- 675414864
+ 675418000
Main.M9.Axis.NcToPlc
@@ -63348,7 +63353,7 @@ Digital outputs
Input
- 675432000
+ 675435136
Main.M9.bLimitForwardEnable
@@ -63371,7 +63376,7 @@ Digital outputs
Input
- 675439936
+ 675443072
Main.M9.bLimitBackwardEnable
@@ -63394,7 +63399,7 @@ Digital outputs
Input
- 675439944
+ 675443080
Main.M9.bHome
@@ -63417,7 +63422,7 @@ Digital outputs
Input
- 675439952
+ 675443088
Main.M9.bHardwareEnable
@@ -63440,7 +63445,7 @@ Digital outputs
Input
- 675439968
+ 675443104
Main.M9.nRawEncoderULINT
@@ -63453,7 +63458,7 @@ Digital outputs
Input
- 675440000
+ 675443136
Main.M9.nRawEncoderUINT
@@ -63466,7 +63471,7 @@ Digital outputs
Input
- 675440064
+ 675443200
Main.M9.nRawEncoderINT
@@ -63479,7 +63484,7 @@ Digital outputs
Input
- 675440080
+ 675443216
Main.M10.Axis.NcToPlc
@@ -63491,7 +63496,7 @@ Digital outputs
Input
- 675457216
+ 675460352
Main.M10.bLimitForwardEnable
@@ -63514,7 +63519,7 @@ Digital outputs
Input
- 675465152
+ 675468288
Main.M10.bLimitBackwardEnable
@@ -63537,7 +63542,7 @@ Digital outputs
Input
- 675465160
+ 675468296
Main.M10.bHome
@@ -63560,7 +63565,7 @@ Digital outputs
Input
- 675465168
+ 675468304
Main.M10.bHardwareEnable
@@ -63583,7 +63588,7 @@ Digital outputs
Input
- 675465184
+ 675468320
Main.M10.nRawEncoderULINT
@@ -63596,7 +63601,7 @@ Digital outputs
Input
- 675465216
+ 675468352
Main.M10.nRawEncoderUINT
@@ -63609,7 +63614,7 @@ Digital outputs
Input
- 675465280
+ 675468416
Main.M10.nRawEncoderINT
@@ -63622,7 +63627,7 @@ Digital outputs
Input
- 675465296
+ 675468432
Main.M11.Axis.NcToPlc
@@ -63634,7 +63639,7 @@ Digital outputs
Input
- 675482432
+ 675485568
Main.M11.bLimitForwardEnable
@@ -63657,7 +63662,7 @@ Digital outputs
Input
- 675490368
+ 675493504
Main.M11.bLimitBackwardEnable
@@ -63680,7 +63685,7 @@ Digital outputs
Input
- 675490376
+ 675493512
Main.M11.bHome
@@ -63703,7 +63708,7 @@ Digital outputs
Input
- 675490384
+ 675493520
Main.M11.bHardwareEnable
@@ -63726,7 +63731,7 @@ Digital outputs
Input
- 675490400
+ 675493536
Main.M11.nRawEncoderULINT
@@ -63739,7 +63744,7 @@ Digital outputs
Input
- 675490432
+ 675493568
Main.M11.nRawEncoderUINT
@@ -63752,7 +63757,7 @@ Digital outputs
Input
- 675490496
+ 675493632
Main.M11.nRawEncoderINT
@@ -63765,7 +63770,7 @@ Digital outputs
Input
- 675490512
+ 675493648
Main.M12.Axis.NcToPlc
@@ -63777,7 +63782,7 @@ Digital outputs
Input
- 675507648
+ 675510784
Main.M12.bLimitForwardEnable
@@ -63800,7 +63805,7 @@ Digital outputs
Input
- 675515584
+ 675518720
Main.M12.bLimitBackwardEnable
@@ -63823,7 +63828,7 @@ Digital outputs
Input
- 675515592
+ 675518728
Main.M12.bHome
@@ -63846,7 +63851,7 @@ Digital outputs
Input
- 675515600
+ 675518736
Main.M12.bHardwareEnable
@@ -63869,7 +63874,7 @@ Digital outputs
Input
- 675515616
+ 675518752
Main.M12.nRawEncoderULINT
@@ -63882,7 +63887,7 @@ Digital outputs
Input
- 675515648
+ 675518784
Main.M12.nRawEncoderUINT
@@ -63895,7 +63900,7 @@ Digital outputs
Input
- 675515712
+ 675518848
Main.M12.nRawEncoderINT
@@ -63908,7 +63913,7 @@ Digital outputs
Input
- 675515728
+ 675518864
Main.M13.Axis.NcToPlc
@@ -63920,7 +63925,7 @@ Digital outputs
Input
- 675532864
+ 675536000
Main.M13.bLimitForwardEnable
@@ -63943,7 +63948,7 @@ Digital outputs
Input
- 675540800
+ 675543936
Main.M13.bLimitBackwardEnable
@@ -63966,7 +63971,7 @@ Digital outputs
Input
- 675540808
+ 675543944
Main.M13.bHome
@@ -63989,7 +63994,7 @@ Digital outputs
Input
- 675540816
+ 675543952
Main.M13.bHardwareEnable
@@ -64012,7 +64017,7 @@ Digital outputs
Input
- 675540832
+ 675543968
Main.M13.nRawEncoderULINT
@@ -64025,7 +64030,7 @@ Digital outputs
Input
- 675540864
+ 675544000
Main.M13.nRawEncoderUINT
@@ -64038,7 +64043,7 @@ Digital outputs
Input
- 675540928
+ 675544064
Main.M13.nRawEncoderINT
@@ -64051,7 +64056,7 @@ Digital outputs
Input
- 675540944
+ 675544080
Main.M14.Axis.NcToPlc
@@ -64063,7 +64068,7 @@ Digital outputs
Input
- 675558080
+ 675561216
Main.M14.bLimitForwardEnable
@@ -64086,7 +64091,7 @@ Digital outputs
Input
- 675566016
+ 675569152
Main.M14.bLimitBackwardEnable
@@ -64109,7 +64114,7 @@ Digital outputs
Input
- 675566024
+ 675569160
Main.M14.bHome
@@ -64132,7 +64137,7 @@ Digital outputs
Input
- 675566032
+ 675569168
Main.M14.bHardwareEnable
@@ -64155,7 +64160,7 @@ Digital outputs
Input
- 675566048
+ 675569184
Main.M14.nRawEncoderULINT
@@ -64168,7 +64173,7 @@ Digital outputs
Input
- 675566080
+ 675569216
Main.M14.nRawEncoderUINT
@@ -64181,7 +64186,7 @@ Digital outputs
Input
- 675566144
+ 675569280
Main.M14.nRawEncoderINT
@@ -64194,7 +64199,7 @@ Digital outputs
Input
- 675566160
+ 675569296
Main.M15.Axis.NcToPlc
@@ -64206,7 +64211,7 @@ Digital outputs
Input
- 675583296
+ 675586432
Main.M15.bLimitForwardEnable
@@ -64229,7 +64234,7 @@ Digital outputs
Input
- 675591232
+ 675594368
Main.M15.bLimitBackwardEnable
@@ -64252,7 +64257,7 @@ Digital outputs
Input
- 675591240
+ 675594376
Main.M15.bHome
@@ -64275,7 +64280,7 @@ Digital outputs
Input
- 675591248
+ 675594384
Main.M15.bHardwareEnable
@@ -64298,7 +64303,7 @@ Digital outputs
Input
- 675591264
+ 675594400
Main.M15.nRawEncoderULINT
@@ -64311,7 +64316,7 @@ Digital outputs
Input
- 675591296
+ 675594432
Main.M15.nRawEncoderUINT
@@ -64324,7 +64329,7 @@ Digital outputs
Input
- 675591360
+ 675594496
Main.M15.nRawEncoderINT
@@ -64337,7 +64342,7 @@ Digital outputs
Input
- 675591376
+ 675594512
Main.M16.Axis.NcToPlc
@@ -64349,7 +64354,7 @@ Digital outputs
Input
- 675608512
+ 675611648
Main.M16.bLimitForwardEnable
@@ -64372,7 +64377,7 @@ Digital outputs
Input
- 675616448
+ 675619584
Main.M16.bLimitBackwardEnable
@@ -64395,7 +64400,7 @@ Digital outputs
Input
- 675616456
+ 675619592
Main.M16.bHome
@@ -64418,7 +64423,7 @@ Digital outputs
Input
- 675616464
+ 675619600
Main.M16.bHardwareEnable
@@ -64441,7 +64446,7 @@ Digital outputs
Input
- 675616480
+ 675619616
Main.M16.nRawEncoderULINT
@@ -64454,7 +64459,7 @@ Digital outputs
Input
- 675616512
+ 675619648
Main.M16.nRawEncoderUINT
@@ -64467,7 +64472,7 @@ Digital outputs
Input
- 675616576
+ 675619712
Main.M16.nRawEncoderINT
@@ -64480,7 +64485,7 @@ Digital outputs
Input
- 675616592
+ 675619728
Main.M17.Axis.NcToPlc
@@ -64492,7 +64497,7 @@ Digital outputs
Input
- 675633728
+ 675636864
Main.M17.bLimitForwardEnable
@@ -64515,7 +64520,7 @@ Digital outputs
Input
- 675641664
+ 675644800
Main.M17.bLimitBackwardEnable
@@ -64538,7 +64543,7 @@ Digital outputs
Input
- 675641672
+ 675644808
Main.M17.bHome
@@ -64561,7 +64566,7 @@ Digital outputs
Input
- 675641680
+ 675644816
Main.M17.bHardwareEnable
@@ -64584,7 +64589,7 @@ Digital outputs
Input
- 675641696
+ 675644832
Main.M17.nRawEncoderULINT
@@ -64597,7 +64602,7 @@ Digital outputs
Input
- 675641728
+ 675644864
Main.M17.nRawEncoderUINT
@@ -64610,7 +64615,7 @@ Digital outputs
Input
- 675641792
+ 675644928
Main.M17.nRawEncoderINT
@@ -64623,7 +64628,7 @@ Digital outputs
Input
- 675641808
+ 675644944
Main.M18.Axis.NcToPlc
@@ -64635,7 +64640,7 @@ Digital outputs
Input
- 675658944
+ 675662080
Main.M18.bLimitForwardEnable
@@ -64658,7 +64663,7 @@ Digital outputs
Input
- 675666880
+ 675670016
Main.M18.bLimitBackwardEnable
@@ -64681,7 +64686,7 @@ Digital outputs
Input
- 675666888
+ 675670024
Main.M18.bHome
@@ -64704,7 +64709,7 @@ Digital outputs
Input
- 675666896
+ 675670032
Main.M18.bHardwareEnable
@@ -64727,7 +64732,7 @@ Digital outputs
Input
- 675666912
+ 675670048
Main.M18.nRawEncoderULINT
@@ -64740,7 +64745,7 @@ Digital outputs
Input
- 675666944
+ 675670080
Main.M18.nRawEncoderUINT
@@ -64753,7 +64758,7 @@ Digital outputs
Input
- 675667008
+ 675670144
Main.M18.nRawEncoderINT
@@ -64766,7 +64771,7 @@ Digital outputs
Input
- 675667024
+ 675670160
Main.M19.Axis.NcToPlc
@@ -64778,7 +64783,7 @@ Digital outputs
Input
- 675684160
+ 675687296
Main.M19.bLimitForwardEnable
@@ -64801,7 +64806,7 @@ Digital outputs
Input
- 675692096
+ 675695232
Main.M19.bLimitBackwardEnable
@@ -64824,7 +64829,7 @@ Digital outputs
Input
- 675692104
+ 675695240
Main.M19.bHome
@@ -64847,7 +64852,7 @@ Digital outputs
Input
- 675692112
+ 675695248
Main.M19.bHardwareEnable
@@ -64870,7 +64875,7 @@ Digital outputs
Input
- 675692128
+ 675695264
Main.M19.nRawEncoderULINT
@@ -64883,7 +64888,7 @@ Digital outputs
Input
- 675692160
+ 675695296
Main.M19.nRawEncoderUINT
@@ -64896,7 +64901,7 @@ Digital outputs
Input
- 675692224
+ 675695360
Main.M19.nRawEncoderINT
@@ -64909,7 +64914,7 @@ Digital outputs
Input
- 675692240
+ 675695376
Main.M20.Axis.NcToPlc
@@ -64921,7 +64926,7 @@ Digital outputs
Input
- 675709376
+ 675712512
Main.M20.bLimitForwardEnable
@@ -64944,7 +64949,7 @@ Digital outputs
Input
- 675717312
+ 675720448
Main.M20.bLimitBackwardEnable
@@ -64967,7 +64972,7 @@ Digital outputs
Input
- 675717320
+ 675720456
Main.M20.bHome
@@ -64990,7 +64995,7 @@ Digital outputs
Input
- 675717328
+ 675720464
Main.M20.bHardwareEnable
@@ -65013,7 +65018,7 @@ Digital outputs
Input
- 675717344
+ 675720480
Main.M20.nRawEncoderULINT
@@ -65026,7 +65031,7 @@ Digital outputs
Input
- 675717376
+ 675720512
Main.M20.nRawEncoderUINT
@@ -65039,7 +65044,7 @@ Digital outputs
Input
- 675717440
+ 675720576
Main.M20.nRawEncoderINT
@@ -65052,7 +65057,7 @@ Digital outputs
Input
- 675717456
+ 675720592
Main.M21.Axis.NcToPlc
@@ -65064,7 +65069,7 @@ Digital outputs
Input
- 675734592
+ 675737728
Main.M21.bLimitForwardEnable
@@ -65087,7 +65092,7 @@ Digital outputs
Input
- 675742528
+ 675745664
Main.M21.bLimitBackwardEnable
@@ -65110,7 +65115,7 @@ Digital outputs
Input
- 675742536
+ 675745672
Main.M21.bHome
@@ -65133,7 +65138,7 @@ Digital outputs
Input
- 675742544
+ 675745680
Main.M21.bHardwareEnable
@@ -65156,7 +65161,7 @@ Digital outputs
Input
- 675742560
+ 675745696
Main.M21.nRawEncoderULINT
@@ -65169,7 +65174,7 @@ Digital outputs
Input
- 675742592
+ 675745728
Main.M21.nRawEncoderUINT
@@ -65182,7 +65187,7 @@ Digital outputs
Input
- 675742656
+ 675745792
Main.M21.nRawEncoderINT
@@ -65195,7 +65200,7 @@ Digital outputs
Input
- 675742672
+ 675745808
Main.M22.Axis.NcToPlc
@@ -65207,7 +65212,7 @@ Digital outputs
Input
- 675759808
+ 675762944
Main.M22.bLimitForwardEnable
@@ -65230,7 +65235,7 @@ Digital outputs
Input
- 675767744
+ 675770880
Main.M22.bLimitBackwardEnable
@@ -65253,7 +65258,7 @@ Digital outputs
Input
- 675767752
+ 675770888
Main.M22.bHome
@@ -65276,7 +65281,7 @@ Digital outputs
Input
- 675767760
+ 675770896
Main.M22.bHardwareEnable
@@ -65299,7 +65304,7 @@ Digital outputs
Input
- 675767776
+ 675770912
Main.M22.nRawEncoderULINT
@@ -65312,7 +65317,7 @@ Digital outputs
Input
- 675767808
+ 675770944
Main.M22.nRawEncoderUINT
@@ -65325,7 +65330,7 @@ Digital outputs
Input
- 675767872
+ 675771008
Main.M22.nRawEncoderINT
@@ -65338,7 +65343,7 @@ Digital outputs
Input
- 675767888
+ 675771024
Main.M23.Axis.NcToPlc
@@ -65350,7 +65355,7 @@ Digital outputs
Input
- 675785024
+ 675788160
Main.M23.bLimitForwardEnable
@@ -65373,7 +65378,7 @@ Digital outputs
Input
- 675792960
+ 675796096
Main.M23.bLimitBackwardEnable
@@ -65396,7 +65401,7 @@ Digital outputs
Input
- 675792968
+ 675796104
Main.M23.bHome
@@ -65419,7 +65424,7 @@ Digital outputs
Input
- 675792976
+ 675796112
Main.M23.bHardwareEnable
@@ -65442,7 +65447,7 @@ Digital outputs
Input
- 675792992
+ 675796128
Main.M23.nRawEncoderULINT
@@ -65455,7 +65460,7 @@ Digital outputs
Input
- 675793024
+ 675796160
Main.M23.nRawEncoderUINT
@@ -65468,7 +65473,7 @@ Digital outputs
Input
- 675793088
+ 675796224
Main.M23.nRawEncoderINT
@@ -65481,7 +65486,7 @@ Digital outputs
Input
- 675793104
+ 675796240
Main.M24.Axis.NcToPlc
@@ -65493,7 +65498,7 @@ Digital outputs
Input
- 675810240
+ 675813376
Main.M24.bLimitForwardEnable
@@ -65516,7 +65521,7 @@ Digital outputs
Input
- 675818176
+ 675821312
Main.M24.bLimitBackwardEnable
@@ -65539,7 +65544,7 @@ Digital outputs
Input
- 675818184
+ 675821320
Main.M24.bHome
@@ -65562,7 +65567,7 @@ Digital outputs
Input
- 675818192
+ 675821328
Main.M24.bHardwareEnable
@@ -65585,7 +65590,7 @@ Digital outputs
Input
- 675818208
+ 675821344
Main.M24.nRawEncoderULINT
@@ -65598,7 +65603,7 @@ Digital outputs
Input
- 675818240
+ 675821376
Main.M24.nRawEncoderUINT
@@ -65611,7 +65616,7 @@ Digital outputs
Input
- 675818304
+ 675821440
Main.M24.nRawEncoderINT
@@ -65624,7 +65629,7 @@ Digital outputs
Input
- 675818320
+ 675821456
Main.M25.Axis.NcToPlc
@@ -65636,7 +65641,7 @@ Digital outputs
Input
- 675835456
+ 675838592
Main.M25.bLimitForwardEnable
@@ -65659,7 +65664,7 @@ Digital outputs
Input
- 675843392
+ 675846528
Main.M25.bLimitBackwardEnable
@@ -65682,7 +65687,7 @@ Digital outputs
Input
- 675843400
+ 675846536
Main.M25.bHome
@@ -65705,7 +65710,7 @@ Digital outputs
Input
- 675843408
+ 675846544
Main.M25.bHardwareEnable
@@ -65728,7 +65733,7 @@ Digital outputs
Input
- 675843424
+ 675846560
Main.M25.nRawEncoderULINT
@@ -65741,7 +65746,7 @@ Digital outputs
Input
- 675843456
+ 675846592
Main.M25.nRawEncoderUINT
@@ -65754,7 +65759,7 @@ Digital outputs
Input
- 675843520
+ 675846656
Main.M25.nRawEncoderINT
@@ -65767,7 +65772,7 @@ Digital outputs
Input
- 675843536
+ 675846672
Main.M26.Axis.NcToPlc
@@ -65779,7 +65784,7 @@ Digital outputs
Input
- 675860672
+ 675863808
Main.M26.bLimitForwardEnable
@@ -65802,7 +65807,7 @@ Digital outputs
Input
- 675868608
+ 675871744
Main.M26.bLimitBackwardEnable
@@ -65825,7 +65830,7 @@ Digital outputs
Input
- 675868616
+ 675871752
Main.M26.bHome
@@ -65848,7 +65853,7 @@ Digital outputs
Input
- 675868624
+ 675871760
Main.M26.bHardwareEnable
@@ -65871,7 +65876,7 @@ Digital outputs
Input
- 675868640
+ 675871776
Main.M26.nRawEncoderULINT
@@ -65884,7 +65889,7 @@ Digital outputs
Input
- 675868672
+ 675871808
Main.M26.nRawEncoderUINT
@@ -65897,7 +65902,7 @@ Digital outputs
Input
- 675868736
+ 675871872
Main.M26.nRawEncoderINT
@@ -65910,7 +65915,7 @@ Digital outputs
Input
- 675868752
+ 675871888
Main.M27.Axis.NcToPlc
@@ -65922,7 +65927,7 @@ Digital outputs
Input
- 675885888
+ 675889024
Main.M27.bLimitForwardEnable
@@ -65945,7 +65950,7 @@ Digital outputs
Input
- 675893824
+ 675896960
Main.M27.bLimitBackwardEnable
@@ -65968,7 +65973,7 @@ Digital outputs
Input
- 675893832
+ 675896968
Main.M27.bHome
@@ -65991,7 +65996,7 @@ Digital outputs
Input
- 675893840
+ 675896976
Main.M27.bHardwareEnable
@@ -66014,7 +66019,7 @@ Digital outputs
Input
- 675893856
+ 675896992
Main.M27.nRawEncoderULINT
@@ -66027,7 +66032,7 @@ Digital outputs
Input
- 675893888
+ 675897024
Main.M27.nRawEncoderUINT
@@ -66040,7 +66045,7 @@ Digital outputs
Input
- 675893952
+ 675897088
Main.M27.nRawEncoderINT
@@ -66053,7 +66058,7 @@ Digital outputs
Input
- 675893968
+ 675897104
Main.M28.Axis.NcToPlc
@@ -66065,7 +66070,7 @@ Digital outputs
Input
- 675911104
+ 675914240
Main.M28.bLimitForwardEnable
@@ -66088,7 +66093,7 @@ Digital outputs
Input
- 675919040
+ 675922176
Main.M28.bLimitBackwardEnable
@@ -66111,7 +66116,7 @@ Digital outputs
Input
- 675919048
+ 675922184
Main.M28.bHome
@@ -66134,7 +66139,7 @@ Digital outputs
Input
- 675919056
+ 675922192
Main.M28.bHardwareEnable
@@ -66157,7 +66162,7 @@ Digital outputs
Input
- 675919072
+ 675922208
Main.M28.nRawEncoderULINT
@@ -66170,7 +66175,7 @@ Digital outputs
Input
- 675919104
+ 675922240
Main.M28.nRawEncoderUINT
@@ -66183,7 +66188,7 @@ Digital outputs
Input
- 675919168
+ 675922304
Main.M28.nRawEncoderINT
@@ -66196,7 +66201,7 @@ Digital outputs
Input
- 675919184
+ 675922320
Main.M29.Axis.NcToPlc
@@ -66208,7 +66213,7 @@ Digital outputs
Input
- 675936320
+ 675939456
Main.M29.bLimitForwardEnable
@@ -66231,7 +66236,7 @@ Digital outputs
Input
- 675944256
+ 675947392
Main.M29.bLimitBackwardEnable
@@ -66254,7 +66259,7 @@ Digital outputs
Input
- 675944264
+ 675947400
Main.M29.bHome
@@ -66277,7 +66282,7 @@ Digital outputs
Input
- 675944272
+ 675947408
Main.M29.bHardwareEnable
@@ -66300,7 +66305,7 @@ Digital outputs
Input
- 675944288
+ 675947424
Main.M29.nRawEncoderULINT
@@ -66313,7 +66318,7 @@ Digital outputs
Input
- 675944320
+ 675947456
Main.M29.nRawEncoderUINT
@@ -66326,7 +66331,7 @@ Digital outputs
Input
- 675944384
+ 675947520
Main.M29.nRawEncoderINT
@@ -66339,7 +66344,7 @@ Digital outputs
Input
- 675944400
+ 675947536
Main.M30.Axis.NcToPlc
@@ -66351,7 +66356,7 @@ Digital outputs
Input
- 675961536
+ 675964672
Main.M30.bLimitForwardEnable
@@ -66374,7 +66379,7 @@ Digital outputs
Input
- 675969472
+ 675972608
Main.M30.bLimitBackwardEnable
@@ -66397,7 +66402,7 @@ Digital outputs
Input
- 675969480
+ 675972616
Main.M30.bHome
@@ -66420,7 +66425,7 @@ Digital outputs
Input
- 675969488
+ 675972624
Main.M30.bHardwareEnable
@@ -66443,7 +66448,7 @@ Digital outputs
Input
- 675969504
+ 675972640
Main.M30.nRawEncoderULINT
@@ -66456,7 +66461,7 @@ Digital outputs
Input
- 675969536
+ 675972672
Main.M30.nRawEncoderUINT
@@ -66469,7 +66474,7 @@ Digital outputs
Input
- 675969600
+ 675972736
Main.M30.nRawEncoderINT
@@ -66482,7 +66487,7 @@ Digital outputs
Input
- 675969616
+ 675972752
Main.M31.Axis.NcToPlc
@@ -66494,7 +66499,7 @@ Digital outputs
Input
- 675986752
+ 675989888
Main.M31.bLimitForwardEnable
@@ -66517,7 +66522,7 @@ Digital outputs
Input
- 675994688
+ 675997824
Main.M31.bLimitBackwardEnable
@@ -66540,7 +66545,7 @@ Digital outputs
Input
- 675994696
+ 675997832
Main.M31.bHome
@@ -66563,7 +66568,7 @@ Digital outputs
Input
- 675994704
+ 675997840
Main.M31.bHardwareEnable
@@ -66586,7 +66591,7 @@ Digital outputs
Input
- 675994720
+ 675997856
Main.M31.nRawEncoderULINT
@@ -66599,7 +66604,7 @@ Digital outputs
Input
- 675994752
+ 675997888
Main.M31.nRawEncoderUINT
@@ -66612,7 +66617,7 @@ Digital outputs
Input
- 675994816
+ 675997952
Main.M31.nRawEncoderINT
@@ -66625,7 +66630,7 @@ Digital outputs
Input
- 675994832
+ 675997968
Main.M32.Axis.NcToPlc
@@ -66637,7 +66642,7 @@ Digital outputs
Input
- 676011968
+ 676015104
Main.M32.bLimitForwardEnable
@@ -66660,7 +66665,7 @@ Digital outputs
Input
- 676019904
+ 676023040
Main.M32.bLimitBackwardEnable
@@ -66683,7 +66688,7 @@ Digital outputs
Input
- 676019912
+ 676023048
Main.M32.bHome
@@ -66706,7 +66711,7 @@ Digital outputs
Input
- 676019920
+ 676023056
Main.M32.bHardwareEnable
@@ -66729,7 +66734,7 @@ Digital outputs
Input
- 676019936
+ 676023072
Main.M32.nRawEncoderULINT
@@ -66742,7 +66747,7 @@ Digital outputs
Input
- 676019968
+ 676023104
Main.M32.nRawEncoderUINT
@@ -66755,7 +66760,7 @@ Digital outputs
Input
- 676020032
+ 676023168
Main.M32.nRawEncoderINT
@@ -66768,7 +66773,7 @@ Digital outputs
Input
- 676020048
+ 676023184
Main.M33.Axis.NcToPlc
@@ -66780,7 +66785,7 @@ Digital outputs
Input
- 676037184
+ 676040320
Main.M33.bLimitForwardEnable
@@ -66803,7 +66808,7 @@ Digital outputs
Input
- 676045120
+ 676048256
Main.M33.bLimitBackwardEnable
@@ -66826,7 +66831,7 @@ Digital outputs
Input
- 676045128
+ 676048264
Main.M33.bHome
@@ -66849,7 +66854,7 @@ Digital outputs
Input
- 676045136
+ 676048272
Main.M33.bHardwareEnable
@@ -66872,7 +66877,7 @@ Digital outputs
Input
- 676045152
+ 676048288
Main.M33.nRawEncoderULINT
@@ -66885,7 +66890,7 @@ Digital outputs
Input
- 676045184
+ 676048320
Main.M33.nRawEncoderUINT
@@ -66898,7 +66903,7 @@ Digital outputs
Input
- 676045248
+ 676048384
Main.M33.nRawEncoderINT
@@ -66911,7 +66916,7 @@ Digital outputs
Input
- 676045264
+ 676048400
Main.M34.Axis.NcToPlc
@@ -66923,7 +66928,7 @@ Digital outputs
Input
- 676062400
+ 676065536
Main.M34.bLimitForwardEnable
@@ -66946,7 +66951,7 @@ Digital outputs
Input
- 676070336
+ 676073472
Main.M34.bLimitBackwardEnable
@@ -66969,7 +66974,7 @@ Digital outputs
Input
- 676070344
+ 676073480
Main.M34.bHome
@@ -66992,7 +66997,7 @@ Digital outputs
Input
- 676070352
+ 676073488
Main.M34.bHardwareEnable
@@ -67015,7 +67020,7 @@ Digital outputs
Input
- 676070368
+ 676073504
Main.M34.nRawEncoderULINT
@@ -67028,7 +67033,7 @@ Digital outputs
Input
- 676070400
+ 676073536
Main.M34.nRawEncoderUINT
@@ -67041,7 +67046,7 @@ Digital outputs
Input
- 676070464
+ 676073600
Main.M34.nRawEncoderINT
@@ -67054,7 +67059,7 @@ Digital outputs
Input
- 676070480
+ 676073616
Main.M35.Axis.NcToPlc
@@ -67066,7 +67071,7 @@ Digital outputs
Input
- 676087616
+ 676090752
Main.M35.bLimitForwardEnable
@@ -67089,7 +67094,7 @@ Digital outputs
Input
- 676095552
+ 676098688
Main.M35.bLimitBackwardEnable
@@ -67112,7 +67117,7 @@ Digital outputs
Input
- 676095560
+ 676098696
Main.M35.bHome
@@ -67135,7 +67140,7 @@ Digital outputs
Input
- 676095568
+ 676098704
Main.M35.bHardwareEnable
@@ -67158,7 +67163,7 @@ Digital outputs
Input
- 676095584
+ 676098720
Main.M35.nRawEncoderULINT
@@ -67171,7 +67176,7 @@ Digital outputs
Input
- 676095616
+ 676098752
Main.M35.nRawEncoderUINT
@@ -67184,7 +67189,7 @@ Digital outputs
Input
- 676095680
+ 676098816
Main.M35.nRawEncoderINT
@@ -67197,7 +67202,7 @@ Digital outputs
Input
- 676095696
+ 676098832
Main.M36.Axis.NcToPlc
@@ -67209,7 +67214,7 @@ Digital outputs
Input
- 676112832
+ 676115968
Main.M36.bLimitForwardEnable
@@ -67232,7 +67237,7 @@ Digital outputs
Input
- 676120768
+ 676123904
Main.M36.bLimitBackwardEnable
@@ -67255,7 +67260,7 @@ Digital outputs
Input
- 676120776
+ 676123912
Main.M36.bHome
@@ -67278,7 +67283,7 @@ Digital outputs
Input
- 676120784
+ 676123920
Main.M36.bHardwareEnable
@@ -67301,7 +67306,7 @@ Digital outputs
Input
- 676120800
+ 676123936
Main.M36.nRawEncoderULINT
@@ -67314,7 +67319,7 @@ Digital outputs
Input
- 676120832
+ 676123968
Main.M36.nRawEncoderUINT
@@ -67327,7 +67332,7 @@ Digital outputs
Input
- 676120896
+ 676124032
Main.M36.nRawEncoderINT
@@ -67340,7 +67345,7 @@ Digital outputs
Input
- 676120912
+ 676124048
Main.M37.Axis.NcToPlc
@@ -67352,7 +67357,7 @@ Digital outputs
Input
- 676138048
+ 676141184
Main.M37.bLimitForwardEnable
@@ -67375,7 +67380,7 @@ Digital outputs
Input
- 676145984
+ 676149120
Main.M37.bLimitBackwardEnable
@@ -67398,7 +67403,7 @@ Digital outputs
Input
- 676145992
+ 676149128
Main.M37.bHome
@@ -67421,7 +67426,7 @@ Digital outputs
Input
- 676146000
+ 676149136
Main.M37.bHardwareEnable
@@ -67444,7 +67449,7 @@ Digital outputs
Input
- 676146016
+ 676149152
Main.M37.nRawEncoderULINT
@@ -67457,7 +67462,7 @@ Digital outputs
Input
- 676146048
+ 676149184
Main.M37.nRawEncoderUINT
@@ -67470,7 +67475,7 @@ Digital outputs
Input
- 676146112
+ 676149248
Main.M37.nRawEncoderINT
@@ -67483,7 +67488,7 @@ Digital outputs
Input
- 676146128
+ 676149264
Main.M38.Axis.NcToPlc
@@ -67495,7 +67500,7 @@ Digital outputs
Input
- 676163264
+ 676166400
Main.M38.bLimitForwardEnable
@@ -67518,7 +67523,7 @@ Digital outputs
Input
- 676171200
+ 676174336
Main.M38.bLimitBackwardEnable
@@ -67541,7 +67546,7 @@ Digital outputs
Input
- 676171208
+ 676174344
Main.M38.bHome
@@ -67564,7 +67569,7 @@ Digital outputs
Input
- 676171216
+ 676174352
Main.M38.bHardwareEnable
@@ -67587,7 +67592,7 @@ Digital outputs
Input
- 676171232
+ 676174368
Main.M38.nRawEncoderULINT
@@ -67600,7 +67605,7 @@ Digital outputs
Input
- 676171264
+ 676174400
Main.M38.nRawEncoderUINT
@@ -67613,7 +67618,7 @@ Digital outputs
Input
- 676171328
+ 676174464
Main.M38.nRawEncoderINT
@@ -67626,7 +67631,7 @@ Digital outputs
Input
- 676171344
+ 676174480
Main.M39.Axis.NcToPlc
@@ -67638,7 +67643,7 @@ Digital outputs
Input
- 676188480
+ 676191616
Main.M39.bLimitForwardEnable
@@ -67661,7 +67666,7 @@ Digital outputs
Input
- 676196416
+ 676199552
Main.M39.bLimitBackwardEnable
@@ -67684,7 +67689,7 @@ Digital outputs
Input
- 676196424
+ 676199560
Main.M39.bHome
@@ -67707,7 +67712,7 @@ Digital outputs
Input
- 676196432
+ 676199568
Main.M39.bHardwareEnable
@@ -67730,7 +67735,7 @@ Digital outputs
Input
- 676196448
+ 676199584
Main.M39.nRawEncoderULINT
@@ -67743,7 +67748,7 @@ Digital outputs
Input
- 676196480
+ 676199616
Main.M39.nRawEncoderUINT
@@ -67756,7 +67761,7 @@ Digital outputs
Input
- 676196544
+ 676199680
Main.M39.nRawEncoderINT
@@ -67769,7 +67774,7 @@ Digital outputs
Input
- 676196560
+ 676199696
Main.M40.Axis.NcToPlc
@@ -67781,7 +67786,7 @@ Digital outputs
Input
- 676213696
+ 676216832
Main.M40.bLimitForwardEnable
@@ -67804,7 +67809,7 @@ Digital outputs
Input
- 676221632
+ 676224768
Main.M40.bLimitBackwardEnable
@@ -67827,7 +67832,7 @@ Digital outputs
Input
- 676221640
+ 676224776
Main.M40.bHome
@@ -67850,7 +67855,7 @@ Digital outputs
Input
- 676221648
+ 676224784
Main.M40.bHardwareEnable
@@ -67873,7 +67878,7 @@ Digital outputs
Input
- 676221664
+ 676224800
Main.M40.nRawEncoderULINT
@@ -67886,7 +67891,7 @@ Digital outputs
Input
- 676221696
+ 676224832
Main.M40.nRawEncoderUINT
@@ -67899,7 +67904,7 @@ Digital outputs
Input
- 676221760
+ 676224896
Main.M40.nRawEncoderINT
@@ -67912,7 +67917,7 @@ Digital outputs
Input
- 676221776
+ 676224912
Main.M41.Axis.NcToPlc
@@ -67924,7 +67929,7 @@ Digital outputs
Input
- 676238912
+ 676242048
Main.M41.bLimitForwardEnable
@@ -67947,7 +67952,7 @@ Digital outputs
Input
- 676246848
+ 676249984
Main.M41.bLimitBackwardEnable
@@ -67970,7 +67975,7 @@ Digital outputs
Input
- 676246856
+ 676249992
Main.M41.bHome
@@ -67993,7 +67998,7 @@ Digital outputs
Input
- 676246864
+ 676250000
Main.M41.bHardwareEnable
@@ -68016,7 +68021,7 @@ Digital outputs
Input
- 676246880
+ 676250016
Main.M41.nRawEncoderULINT
@@ -68029,7 +68034,7 @@ Digital outputs
Input
- 676246912
+ 676250048
Main.M41.nRawEncoderUINT
@@ -68042,7 +68047,7 @@ Digital outputs
Input
- 676246976
+ 676250112
Main.M41.nRawEncoderINT
@@ -68055,7 +68060,7 @@ Digital outputs
Input
- 676246992
+ 676250128
Main.M42.Axis.NcToPlc
@@ -68067,7 +68072,7 @@ Digital outputs
Input
- 676264128
+ 676267264
Main.M42.bLimitForwardEnable
@@ -68090,7 +68095,7 @@ Digital outputs
Input
- 676272064
+ 676275200
Main.M42.bLimitBackwardEnable
@@ -68113,7 +68118,7 @@ Digital outputs
Input
- 676272072
+ 676275208
Main.M42.bHome
@@ -68136,7 +68141,7 @@ Digital outputs
Input
- 676272080
+ 676275216
Main.M42.bHardwareEnable
@@ -68159,7 +68164,7 @@ Digital outputs
Input
- 676272096
+ 676275232
Main.M42.nRawEncoderULINT
@@ -68172,7 +68177,7 @@ Digital outputs
Input
- 676272128
+ 676275264
Main.M42.nRawEncoderUINT
@@ -68185,7 +68190,7 @@ Digital outputs
Input
- 676272192
+ 676275328
Main.M42.nRawEncoderINT
@@ -68198,7 +68203,7 @@ Digital outputs
Input
- 676272208
+ 676275344
Main.M43.Axis.NcToPlc
@@ -68210,7 +68215,7 @@ Digital outputs
Input
- 676289344
+ 676292480
Main.M43.bLimitForwardEnable
@@ -68233,7 +68238,7 @@ Digital outputs
Input
- 676297280
+ 676300416
Main.M43.bLimitBackwardEnable
@@ -68256,7 +68261,7 @@ Digital outputs
Input
- 676297288
+ 676300424
Main.M43.bHome
@@ -68279,7 +68284,7 @@ Digital outputs
Input
- 676297296
+ 676300432
Main.M43.bHardwareEnable
@@ -68302,7 +68307,7 @@ Digital outputs
Input
- 676297312
+ 676300448
Main.M43.nRawEncoderULINT
@@ -68315,7 +68320,7 @@ Digital outputs
Input
- 676297344
+ 676300480
Main.M43.nRawEncoderUINT
@@ -68328,7 +68333,7 @@ Digital outputs
Input
- 676297408
+ 676300544
Main.M43.nRawEncoderINT
@@ -68341,7 +68346,7 @@ Digital outputs
Input
- 676297424
+ 676300560
Main.M44.Axis.NcToPlc
@@ -68353,7 +68358,7 @@ Digital outputs
Input
- 676314560
+ 676317696
Main.M44.bLimitForwardEnable
@@ -68376,7 +68381,7 @@ Digital outputs
Input
- 676322496
+ 676325632
Main.M44.bLimitBackwardEnable
@@ -68399,7 +68404,7 @@ Digital outputs
Input
- 676322504
+ 676325640
Main.M44.bHome
@@ -68422,7 +68427,7 @@ Digital outputs
Input
- 676322512
+ 676325648
Main.M44.bHardwareEnable
@@ -68445,7 +68450,7 @@ Digital outputs
Input
- 676322528
+ 676325664
Main.M44.nRawEncoderULINT
@@ -68458,7 +68463,7 @@ Digital outputs
Input
- 676322560
+ 676325696
Main.M44.nRawEncoderUINT
@@ -68471,7 +68476,7 @@ Digital outputs
Input
- 676322624
+ 676325760
Main.M44.nRawEncoderINT
@@ -68484,7 +68489,7 @@ Digital outputs
Input
- 676322640
+ 676325776
@@ -68539,7 +68544,7 @@ Digital outputs
Output
- 640747136
+ 640747264
PRG_IM2K4_PPM.fbIM2K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68551,7 +68556,7 @@ Digital outputs
Output
- 640766656
+ 640766720
PRG_IM2K4_PPM.fbIM2K4.fbGige.iIlluminatorINT
@@ -68563,7 +68568,7 @@ Digital outputs
Output
- 642323232
+ 642323424
PRG_IM2K4_PPM.fbIM2K4.fbGige.bGigePower
@@ -68583,7 +68588,7 @@ Digital outputs
Output
- 642323248
+ 642323440
PRG_IM2K4_PPM.fbIM2K4.fbGige.fbSetIllPercent.iRaw
@@ -68596,7 +68601,7 @@ Digital outputs
Output
- 642324096
+ 642324416
PRG_IM3K4_PPM.fbIM3K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68608,7 +68613,7 @@ Digital outputs
Output
- 642342208
+ 642342912
PRG_IM3K4_PPM.fbIM3K4.fbGige.iIlluminatorINT
@@ -68620,7 +68625,7 @@ Digital outputs
Output
- 643898784
+ 643899616
PRG_IM3K4_PPM.fbIM3K4.fbGige.bGigePower
@@ -68640,7 +68645,7 @@ Digital outputs
Output
- 643898800
+ 643899632
PRG_IM3K4_PPM.fbIM3K4.fbGige.fbSetIllPercent.iRaw
@@ -68653,7 +68658,7 @@ Digital outputs
Output
- 643899648
+ 643900608
PRG_IM4K4_PPM.fbIM4K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68665,7 +68670,7 @@ Digital outputs
Output
- 643917760
+ 643919104
PRG_IM4K4_PPM.fbIM4K4.fbGige.iIlluminatorINT
@@ -68677,7 +68682,7 @@ Digital outputs
Output
- 645474336
+ 645475808
PRG_IM4K4_PPM.fbIM4K4.fbGige.bGigePower
@@ -68697,7 +68702,7 @@ Digital outputs
Output
- 645474352
+ 645475824
PRG_IM4K4_PPM.fbIM4K4.fbGige.fbSetIllPercent.iRaw
@@ -68710,7 +68715,7 @@ Digital outputs
Output
- 645475200
+ 645476800
PRG_IM5K4_PPM.fbIM5K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68722,7 +68727,7 @@ Digital outputs
Output
- 645493312
+ 645495296
PRG_IM5K4_PPM.fbIM5K4.fbGige.iIlluminatorINT
@@ -68734,7 +68739,7 @@ Digital outputs
Output
- 647049888
+ 647052000
PRG_IM5K4_PPM.fbIM5K4.fbGige.bGigePower
@@ -68754,7 +68759,7 @@ Digital outputs
Output
- 647049904
+ 647052016
PRG_IM5K4_PPM.fbIM5K4.fbGige.fbSetIllPercent.iRaw
@@ -68767,7 +68772,7 @@ Digital outputs
Output
- 647050752
+ 647052992
PRG_IM6K4_PPM.fbIM6K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68779,7 +68784,7 @@ Digital outputs
Output
- 647068864
+ 647071488
PRG_IM6K4_PPM.fbIM6K4.fbGige.iIlluminatorINT
@@ -68791,7 +68796,7 @@ Digital outputs
Output
- 648625440
+ 648628192
PRG_IM6K4_PPM.fbIM6K4.fbGige.bGigePower
@@ -68811,7 +68816,7 @@ Digital outputs
Output
- 648625456
+ 648628208
PRG_IM6K4_PPM.fbIM6K4.fbGige.fbSetIllPercent.iRaw
@@ -68824,7 +68829,7 @@ Digital outputs
Output
- 648626304
+ 648629184
PRG_LI1K4_IP1.fbLI1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68836,7 +68841,7 @@ Digital outputs
Output
- 648644928
+ 648648128
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68848,7 +68853,7 @@ Digital outputs
Output
- 649650304
+ 649653504
PRG_PF1K4_WFS_TARGET.fbPF1K4.fbZStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68860,7 +68865,7 @@ Digital outputs
Output
- 649948224
+ 649951424
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68872,7 +68877,7 @@ Digital outputs
Output
- 650960768
+ 650963968
PRG_PF2K4_WFS_TARGET.fbPF2K4.fbZStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68884,7 +68889,7 @@ Digital outputs
Output
- 651258688
+ 651261888
PRG_SL1K4_SCATTER.fbSL1K4.fbTopBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68896,7 +68901,7 @@ Digital outputs
Output
- 652249536
+ 652252736
PRG_SL1K4_SCATTER.fbSL1K4.fbBottomBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68908,7 +68913,7 @@ Digital outputs
Output
- 652547456
+ 652550656
PRG_SL1K4_SCATTER.fbSL1K4.fbNorthBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68920,7 +68925,7 @@ Digital outputs
Output
- 652845376
+ 652848576
PRG_SL1K4_SCATTER.fbSL1K4.fbSouthBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68932,7 +68937,7 @@ Digital outputs
Output
- 653143296
+ 653146496
PRG_SL1K4_SCATTER.fbSL1K4.AptArrayStatus
@@ -68944,7 +68949,7 @@ Digital outputs
Output
- 653589920
+ 653593120
PRG_SL2K4_SCATTER.fbSL2K4.fbTopBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68956,7 +68961,7 @@ Digital outputs
Output
- 653596160
+ 653599296
PRG_SL2K4_SCATTER.fbSL2K4.fbBottomBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68968,7 +68973,7 @@ Digital outputs
Output
- 653894080
+ 653897216
PRG_SL2K4_SCATTER.fbSL2K4.fbNorthBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68980,7 +68985,7 @@ Digital outputs
Output
- 654192000
+ 654195136
PRG_SL2K4_SCATTER.fbSL2K4.fbSouthBlade.fbDriveVirtual.MasterAxis.PlcToNc
@@ -68992,7 +68997,7 @@ Digital outputs
Output
- 654489920
+ 654493056
PRG_SL2K4_SCATTER.fbSL2K4.AptArrayStatus
@@ -69004,7 +69009,7 @@ Digital outputs
Output
- 654936544
+ 654939680
PRG_ST4K4_TMO_TERM.ST4K4.q_xInsert_DO
@@ -69016,7 +69021,7 @@ Digital outputs
Output
- 655049136
+ 655052336
PRG_ST4K4_TMO_TERM.ST4K4.q_xRetract_DO
@@ -69028,7 +69033,7 @@ Digital outputs
Output
- 655049144
+ 655052344
PRG_TM1K4.fbTM1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69040,7 +69045,7 @@ Digital outputs
Output
- 655081856
+ 655085056
PRG_TM1K4.fbTM1K4.fbXStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69052,7 +69057,7 @@ Digital outputs
Output
- 655379776
+ 655382976
PRG_TM2K4.fbTM2K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69064,7 +69069,7 @@ Digital outputs
Output
- 656397696
+ 656400896
PRG_TM2K4.fbTM2K4.fbXStage.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69076,7 +69081,7 @@ Digital outputs
Output
- 656695616
+ 656698816
PRG_SP1K4.fbMotionLensX.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69088,7 +69093,7 @@ Digital outputs
Output
- 657685952
+ 657689152
PRG_SP1K4.fbMotionFoilX.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69100,7 +69105,7 @@ Digital outputs
Output
- 657983872
+ 657987072
PRG_SP1K4.fbMotionZPX.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69112,7 +69117,7 @@ Digital outputs
Output
- 658281792
+ 658284992
PRG_SP1K4.fbMotionZPY.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69124,7 +69129,7 @@ Digital outputs
Output
- 658579712
+ 658582912
PRG_SP1K4.fbMotionZPZ.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69136,7 +69141,7 @@ Digital outputs
Output
- 658877632
+ 658880832
PRG_SP1K4.fbMotionYAGX.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69148,7 +69153,7 @@ Digital outputs
Output
- 659175552
+ 659178752
PRG_SP1K4.fbMotionYAGY.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69160,7 +69165,7 @@ Digital outputs
Output
- 659473472
+ 659476672
PRG_SP1K4.fbMotionYAGZ.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69172,7 +69177,7 @@ Digital outputs
Output
- 659771392
+ 659774592
PRG_SP1K4.fbMotionYAGR.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69184,7 +69189,7 @@ Digital outputs
Output
- 660069312
+ 660072512
PRG_SP1K4.fbMotionTL1.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69196,7 +69201,7 @@ Digital outputs
Output
- 660367232
+ 660370432
PRG_SP1K4.fbMotionTL2.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69208,7 +69213,7 @@ Digital outputs
Output
- 660665152
+ 660668352
PRG_SP1K4.fbMotionTLX.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69220,7 +69225,7 @@ Digital outputs
Output
- 660963072
+ 660966272
PRG_SP1K4.fbMotionFoilY.fbDriveVirtual.MasterAxis.PlcToNc
@@ -69232,7 +69237,7 @@ Digital outputs
Output
- 661260992
+ 661264192
PRG_SP1K4.fbZPStates.astMotionStageMax[1].Axis.PlcToNc
@@ -69244,7 +69249,7 @@ Digital outputs
Output
- 662824192
+ 662827392
PRG_SP1K4.fbZPStates.astMotionStageMax[1].bBrakeRelease
@@ -69267,7 +69272,7 @@ Digital outputs
Output
- 662833176
+ 662836376
PRG_SP1K4.fbZPStates.astMotionStageMax[2].Axis.PlcToNc
@@ -69279,7 +69284,7 @@ Digital outputs
Output
- 662849408
+ 662852608
PRG_SP1K4.fbZPStates.astMotionStageMax[2].bBrakeRelease
@@ -69302,7 +69307,7 @@ Digital outputs
Output
- 662858392
+ 662861592
PRG_SP1K4.fbZPStates.astMotionStageMax[3].Axis.PlcToNc
@@ -69314,7 +69319,7 @@ Digital outputs
Output
- 662874624
+ 662877824
PRG_SP1K4.fbZPStates.astMotionStageMax[3].bBrakeRelease
@@ -69337,7 +69342,7 @@ Digital outputs
Output
- 662883608
+ 662886808
PRG_SP1K4.fbATTStates.astMotionStageMax[1].Axis.PlcToNc
@@ -69349,7 +69354,7 @@ Digital outputs
Output
- 664586240
+ 664589376
PRG_SP1K4.fbATTStates.astMotionStageMax[1].bBrakeRelease
@@ -69372,7 +69377,7 @@ Digital outputs
Output
- 664595224
+ 664598360
PRG_SP1K4.fbATTStates.astMotionStageMax[2].Axis.PlcToNc
@@ -69384,7 +69389,7 @@ Digital outputs
Output
- 664611456
+ 664614592
PRG_SP1K4.fbATTStates.astMotionStageMax[2].bBrakeRelease
@@ -69407,7 +69412,7 @@ Digital outputs
Output
- 664620440
+ 664623576
PRG_SP1K4.fbATTStates.astMotionStageMax[3].Axis.PlcToNc
@@ -69419,7 +69424,7 @@ Digital outputs
Output
- 664636672
+ 664639808
PRG_SP1K4.fbATTStates.astMotionStageMax[3].bBrakeRelease
@@ -69442,7 +69447,7 @@ Digital outputs
Output
- 664645656
+ 664648792
GVL_PMPS.PMPS_ST4K4_IN
@@ -69461,7 +69466,26 @@ Digital outputs
TcVarGlobal
- 665027512
+ 664829176
+
+
+ GVL_PMPS.PMPS_ST4K4_OUT
+ 8
+ BOOL
+
+
+ TcLinkTo
+ TIIB[PMPS_PRE]^IO Outputs^bST4K4_OUT
+
+
+ TcAddressType
+ Output
+
+
+ TcVarGlobal
+
+
+ 665030688
PRG_3_PMPS_POST.fbArbiterIO.q_stRequestedBP
@@ -69477,7 +69501,7 @@ Digital outputs
Output
- 665030080
+ 665033280
GVL_PMPS.fbFastFaultOutput1.q_xFastFaultOut
@@ -69497,7 +69521,7 @@ Digital outputs
Output
- 671935560
+ 671938760
GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut
@@ -69517,26 +69541,7 @@ Digital outputs
Output
- 673582472
-
-
- GVL_PMPS.PMPS_ST4K4_OUT
- 8
- BOOL
-
-
- TcLinkTo
- TIIB[PMPS_PRE]^IO Outputs^bST4K4_OUT
-
-
- TcAddressType
- Output
-
-
- TcVarGlobal
-
-
- 675229120
+ 673585672
Main.M1.Axis.PlcToNc
@@ -69548,7 +69553,7 @@ Digital outputs
Output
- 675229248
+ 675232384
Main.M1.bBrakeRelease
@@ -69571,7 +69576,7 @@ Digital outputs
Output
- 675238232
+ 675241368
Main.M2.Axis.PlcToNc
@@ -69583,7 +69588,7 @@ Digital outputs
Output
- 675254464
+ 675257600
Main.M2.bBrakeRelease
@@ -69606,7 +69611,7 @@ Digital outputs
Output
- 675263448
+ 675266584
Main.M3.Axis.PlcToNc
@@ -69618,7 +69623,7 @@ Digital outputs
Output
- 675279680
+ 675282816
Main.M3.bBrakeRelease
@@ -69641,7 +69646,7 @@ Digital outputs
Output
- 675288664
+ 675291800
Main.M4.Axis.PlcToNc
@@ -69653,7 +69658,7 @@ Digital outputs
Output
- 675304896
+ 675308032
Main.M4.bBrakeRelease
@@ -69676,7 +69681,7 @@ Digital outputs
Output
- 675313880
+ 675317016
Main.M5.Axis.PlcToNc
@@ -69688,7 +69693,7 @@ Digital outputs
Output
- 675330112
+ 675333248
Main.M5.bBrakeRelease
@@ -69711,7 +69716,7 @@ Digital outputs
Output
- 675339096
+ 675342232
Main.M6.Axis.PlcToNc
@@ -69723,7 +69728,7 @@ Digital outputs
Output
- 675355328
+ 675358464
Main.M6.bBrakeRelease
@@ -69746,7 +69751,7 @@ Digital outputs
Output
- 675364312
+ 675367448
Main.M7.Axis.PlcToNc
@@ -69758,7 +69763,7 @@ Digital outputs
Output
- 675380544
+ 675383680
Main.M7.bBrakeRelease
@@ -69781,7 +69786,7 @@ Digital outputs
Output
- 675389528
+ 675392664
Main.M8.Axis.PlcToNc
@@ -69793,7 +69798,7 @@ Digital outputs
Output
- 675405760
+ 675408896
Main.M8.bBrakeRelease
@@ -69816,7 +69821,7 @@ Digital outputs
Output
- 675414744
+ 675417880
Main.M9.Axis.PlcToNc
@@ -69828,7 +69833,7 @@ Digital outputs
Output
- 675430976
+ 675434112
Main.M9.bBrakeRelease
@@ -69851,7 +69856,7 @@ Digital outputs
Output
- 675439960
+ 675443096
Main.M10.Axis.PlcToNc
@@ -69863,7 +69868,7 @@ Digital outputs
Output
- 675456192
+ 675459328
Main.M10.bBrakeRelease
@@ -69886,7 +69891,7 @@ Digital outputs
Output
- 675465176
+ 675468312
Main.M11.Axis.PlcToNc
@@ -69898,7 +69903,7 @@ Digital outputs
Output
- 675481408
+ 675484544
Main.M11.bBrakeRelease
@@ -69921,7 +69926,7 @@ Digital outputs
Output
- 675490392
+ 675493528
Main.M12.Axis.PlcToNc
@@ -69933,7 +69938,7 @@ Digital outputs
Output
- 675506624
+ 675509760
Main.M12.bBrakeRelease
@@ -69956,7 +69961,7 @@ Digital outputs
Output
- 675515608
+ 675518744
Main.M13.Axis.PlcToNc
@@ -69968,7 +69973,7 @@ Digital outputs
Output
- 675531840
+ 675534976
Main.M13.bBrakeRelease
@@ -69991,7 +69996,7 @@ Digital outputs
Output
- 675540824
+ 675543960
Main.M14.Axis.PlcToNc
@@ -70003,7 +70008,7 @@ Digital outputs
Output
- 675557056
+ 675560192
Main.M14.bBrakeRelease
@@ -70026,7 +70031,7 @@ Digital outputs
Output
- 675566040
+ 675569176
Main.M15.Axis.PlcToNc
@@ -70038,7 +70043,7 @@ Digital outputs
Output
- 675582272
+ 675585408
Main.M15.bBrakeRelease
@@ -70061,7 +70066,7 @@ Digital outputs
Output
- 675591256
+ 675594392
Main.M16.Axis.PlcToNc
@@ -70073,7 +70078,7 @@ Digital outputs
Output
- 675607488
+ 675610624
Main.M16.bBrakeRelease
@@ -70096,7 +70101,7 @@ Digital outputs
Output
- 675616472
+ 675619608
Main.M17.Axis.PlcToNc
@@ -70108,7 +70113,7 @@ Digital outputs
Output
- 675632704
+ 675635840
Main.M17.bBrakeRelease
@@ -70131,7 +70136,7 @@ Digital outputs
Output
- 675641688
+ 675644824
Main.M18.Axis.PlcToNc
@@ -70143,7 +70148,7 @@ Digital outputs
Output
- 675657920
+ 675661056
Main.M18.bBrakeRelease
@@ -70166,7 +70171,7 @@ Digital outputs
Output
- 675666904
+ 675670040
Main.M19.Axis.PlcToNc
@@ -70178,7 +70183,7 @@ Digital outputs
Output
- 675683136
+ 675686272
Main.M19.bBrakeRelease
@@ -70201,7 +70206,7 @@ Digital outputs
Output
- 675692120
+ 675695256
Main.M20.Axis.PlcToNc
@@ -70213,7 +70218,7 @@ Digital outputs
Output
- 675708352
+ 675711488
Main.M20.bBrakeRelease
@@ -70236,7 +70241,7 @@ Digital outputs
Output
- 675717336
+ 675720472
Main.M21.Axis.PlcToNc
@@ -70248,7 +70253,7 @@ Digital outputs
Output
- 675733568
+ 675736704
Main.M21.bBrakeRelease
@@ -70271,7 +70276,7 @@ Digital outputs
Output
- 675742552
+ 675745688
Main.M22.Axis.PlcToNc
@@ -70283,7 +70288,7 @@ Digital outputs
Output
- 675758784
+ 675761920
Main.M22.bBrakeRelease
@@ -70306,7 +70311,7 @@ Digital outputs
Output
- 675767768
+ 675770904
Main.M23.Axis.PlcToNc
@@ -70318,7 +70323,7 @@ Digital outputs
Output
- 675784000
+ 675787136
Main.M23.bBrakeRelease
@@ -70341,7 +70346,7 @@ Digital outputs
Output
- 675792984
+ 675796120
Main.M24.Axis.PlcToNc
@@ -70353,7 +70358,7 @@ Digital outputs
Output
- 675809216
+ 675812352
Main.M24.bBrakeRelease
@@ -70376,7 +70381,7 @@ Digital outputs
Output
- 675818200
+ 675821336
Main.M25.Axis.PlcToNc
@@ -70388,7 +70393,7 @@ Digital outputs
Output
- 675834432
+ 675837568
Main.M25.bBrakeRelease
@@ -70411,7 +70416,7 @@ Digital outputs
Output
- 675843416
+ 675846552
Main.M26.Axis.PlcToNc
@@ -70423,7 +70428,7 @@ Digital outputs
Output
- 675859648
+ 675862784
Main.M26.bBrakeRelease
@@ -70446,7 +70451,7 @@ Digital outputs
Output
- 675868632
+ 675871768
Main.M27.Axis.PlcToNc
@@ -70458,7 +70463,7 @@ Digital outputs
Output
- 675884864
+ 675888000
Main.M27.bBrakeRelease
@@ -70481,7 +70486,7 @@ Digital outputs
Output
- 675893848
+ 675896984
Main.M28.Axis.PlcToNc
@@ -70493,7 +70498,7 @@ Digital outputs
Output
- 675910080
+ 675913216
Main.M28.bBrakeRelease
@@ -70516,7 +70521,7 @@ Digital outputs
Output
- 675919064
+ 675922200
Main.M29.Axis.PlcToNc
@@ -70528,7 +70533,7 @@ Digital outputs
Output
- 675935296
+ 675938432
Main.M29.bBrakeRelease
@@ -70551,7 +70556,7 @@ Digital outputs
Output
- 675944280
+ 675947416
Main.M30.Axis.PlcToNc
@@ -70563,7 +70568,7 @@ Digital outputs
Output
- 675960512
+ 675963648
Main.M30.bBrakeRelease
@@ -70586,7 +70591,7 @@ Digital outputs
Output
- 675969496
+ 675972632
Main.M31.Axis.PlcToNc
@@ -70598,7 +70603,7 @@ Digital outputs
Output
- 675985728
+ 675988864
Main.M31.bBrakeRelease
@@ -70621,7 +70626,7 @@ Digital outputs
Output
- 675994712
+ 675997848
Main.M32.Axis.PlcToNc
@@ -70633,7 +70638,7 @@ Digital outputs
Output
- 676010944
+ 676014080
Main.M32.bBrakeRelease
@@ -70656,7 +70661,7 @@ Digital outputs
Output
- 676019928
+ 676023064
Main.M33.Axis.PlcToNc
@@ -70668,7 +70673,7 @@ Digital outputs
Output
- 676036160
+ 676039296
Main.M33.bBrakeRelease
@@ -70691,7 +70696,7 @@ Digital outputs
Output
- 676045144
+ 676048280
Main.M34.Axis.PlcToNc
@@ -70703,7 +70708,7 @@ Digital outputs
Output
- 676061376
+ 676064512
Main.M34.bBrakeRelease
@@ -70726,7 +70731,7 @@ Digital outputs
Output
- 676070360
+ 676073496
Main.M35.Axis.PlcToNc
@@ -70738,7 +70743,7 @@ Digital outputs
Output
- 676086592
+ 676089728
Main.M35.bBrakeRelease
@@ -70761,7 +70766,7 @@ Digital outputs
Output
- 676095576
+ 676098712
Main.M36.Axis.PlcToNc
@@ -70773,7 +70778,7 @@ Digital outputs
Output
- 676111808
+ 676114944
Main.M36.bBrakeRelease
@@ -70796,7 +70801,7 @@ Digital outputs
Output
- 676120792
+ 676123928
Main.M37.Axis.PlcToNc
@@ -70808,7 +70813,7 @@ Digital outputs
Output
- 676137024
+ 676140160
Main.M37.bBrakeRelease
@@ -70831,7 +70836,7 @@ Digital outputs
Output
- 676146008
+ 676149144
Main.M38.Axis.PlcToNc
@@ -70843,7 +70848,7 @@ Digital outputs
Output
- 676162240
+ 676165376
Main.M38.bBrakeRelease
@@ -70866,7 +70871,7 @@ Digital outputs
Output
- 676171224
+ 676174360
Main.M39.Axis.PlcToNc
@@ -70878,7 +70883,7 @@ Digital outputs
Output
- 676187456
+ 676190592
Main.M39.bBrakeRelease
@@ -70901,7 +70906,7 @@ Digital outputs
Output
- 676196440
+ 676199576
Main.M40.Axis.PlcToNc
@@ -70913,7 +70918,7 @@ Digital outputs
Output
- 676212672
+ 676215808
Main.M40.bBrakeRelease
@@ -70936,7 +70941,7 @@ Digital outputs
Output
- 676221656
+ 676224792
Main.M41.Axis.PlcToNc
@@ -70948,7 +70953,7 @@ Digital outputs
Output
- 676237888
+ 676241024
Main.M41.bBrakeRelease
@@ -70971,7 +70976,7 @@ Digital outputs
Output
- 676246872
+ 676250008
Main.M42.Axis.PlcToNc
@@ -70983,7 +70988,7 @@ Digital outputs
Output
- 676263104
+ 676266240
Main.M42.bBrakeRelease
@@ -71006,7 +71011,7 @@ Digital outputs
Output
- 676272088
+ 676275224
Main.M43.Axis.PlcToNc
@@ -71018,7 +71023,7 @@ Digital outputs
Output
- 676288320
+ 676291456
Main.M43.bBrakeRelease
@@ -71041,7 +71046,7 @@ Digital outputs
Output
- 676297304
+ 676300440
Main.M44.Axis.PlcToNc
@@ -71053,7 +71058,7 @@ Digital outputs
Output
- 676313536
+ 676316672
Main.M44.bBrakeRelease
@@ -71076,7 +71081,7 @@ Digital outputs
Output
- 676322520
+ 676325656
@@ -77609,7 +77614,7 @@ Digital outputs
PRG_AL1K4_L2SI.fbAL1K4
- 981568
+ 981696
FB_REF
@@ -77627,9 +77632,69 @@ Digital outputs
639765952
+
+ PRG_SL1K4_SCATTER.bExecuteMotion
+ 8
+ BOOL
+
+ 0
+
+
+
+ pytmc
+
+ pv: SL1K4:SCATTER:GO;
+ io: io;
+ field: ZNAM False;
+ field: ONAM True;
+
+
+
+ 640749088
+
+
+ PRG_SL1K4_SCATTER.bTest
+ 8
+ BOOL
+
+ 0
+
+ 640749096
+
+
+ PRG_SL2K4_SCATTER.bMoveOk
+ GET PMPS Move Ok bit
+ Default True until it is properly linked to PMPS bit
+ 8
+ BOOL
+
+ 1
+
+ 640749104
+
+
+ PRG_SL2K4_SCATTER.bExecuteMotion
+ 8
+ BOOL
+
+ 0
+
+
+
+ pytmc
+
+ pv: SL2K4:SCATTER:GO;
+ io: io;
+ field: ZNAM False;
+ field: ONAM True;
+
+
+
+ 640749112
+
PRG_IM2K4_PPM.fbIM2K4
- 1575488
+ 1576128
FB_PPM
@@ -77663,11 +77728,11 @@ Digital outputs
13
- 642324608
+ 642325248
PRG_IM3K4_PPM.fbIM3K4
- 1575488
+ 1576128
FB_PPM
@@ -77689,10 +77754,11 @@ Digital outputs
.fbYagThermoCouple.bError := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Value
+ .fbYagThermoCouple.iRaw := TIIB[IM3K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM3K4-EL3052-E5]^AI Standard Channel 1^Value
- 642324672
+ 642325312
PRG_IM3K4_PPM.fStartupVelo
@@ -77701,11 +77767,11 @@ Digital outputs
12
- 643900160
+ 643901440
PRG_IM4K4_PPM.fbIM4K4
- 1575488
+ 1576128
FB_PPM
@@ -77727,10 +77793,11 @@ Digital outputs
.fbYagThermoCouple.bError := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Value
+ .fbYagThermoCouple.iRaw := TIIB[IM4K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM4K4-EL3052-E5]^AI Standard Channel 1^Value
- 643900224
+ 643901504
PRG_IM4K4_PPM.fStartupVelo
@@ -77739,11 +77806,11 @@ Digital outputs
15
- 645475712
+ 645477632
PRG_IM5K4_PPM.fbIM5K4
- 1575488
+ 1576128
FB_PPM
@@ -77765,10 +77832,11 @@ Digital outputs
.fbYagThermoCouple.bError := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Value
+ .fbYagThermoCouple.iRaw := TIIB[IM5K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM5K4-EL3052-E5]^AI Standard Channel 1^Value
- 645475776
+ 645477696
PRG_IM5K4_PPM.fStartupVelo
@@ -77777,11 +77845,11 @@ Digital outputs
12
- 647051264
+ 647053824
PRG_IM6K4_PPM.fbIM6K4
- 1575488
+ 1576128
FB_PPM
@@ -77803,10 +77871,11 @@ Digital outputs
.fbYagThermoCouple.bError := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Status^Error;
.fbYagThermoCouple.bUnderrange := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange;
.fbYagThermoCouple.bOverrange := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange;
- .fbYagThermoCouple.iRaw := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Value
+ .fbYagThermoCouple.iRaw := TIIB[IM6K4-EL3314-E4]^TC Inputs Channel 2^Value;
+ .fbFlowMeter.iRaw := TIIB[IM6K4-EL3052-E5]^AI Standard Channel 1^Value
- 647051328
+ 647053888
PRG_IM6K4_PPM.fStartupVelo
@@ -77815,67 +77884,17 @@ Digital outputs
13
- 648626816
-
-
- PRG_SL1K4_SCATTER.bExecuteMotion
- 8
- BOOL
-
- 0
-
-
-
- pytmc
-
- pv: SL1K4:SCATTER:GO;
- io: io;
- field: ZNAM False;
- field: ONAM True;
-
-
-
- 648627360
-
-
- PRG_SL1K4_SCATTER.bTest
- 8
- BOOL
-
- 0
-
- 648627368
-
-
- PRG_SL2K4_SCATTER.bMoveOk
- GET PMPS Move Ok bit
- Default True until it is properly linked to PMPS bit
- 8
- BOOL
-
- 1
-
- 648627376
+ 648630016
- PRG_SL2K4_SCATTER.bExecuteMotion
- 8
- BOOL
+ PRG_SL1K4_SCATTER.rEncoderOffsetTop
+ 0+(-15)
+ 32
+ REAL
- 0
+ -15
-
-
- pytmc
-
- pv: SL2K4:SCATTER:GO;
- io: io;
- field: ZNAM False;
- field: ONAM True;
-
-
-
- 648627384
+ 648630560
PRG_LI1K4_IP1.fbLI1K4
@@ -77890,23 +77909,23 @@ Digital outputs
- 648627392
+ 648630592
PRG_LI1K4_IP1.stSiBP
1760
ST_BeamParams
- 649622976
+ 649626176
- PRG_SL1K4_SCATTER.rEncoderOffsetTop
+ PRG_SL1K4_SCATTER.rEncoderOffsetBottom
0+(-15)
32
REAL
-15
- 649625376
+ 649628576
PRG_PF1K4_WFS_TARGET.fbPF1K4
@@ -77932,23 +77951,23 @@ Digital outputs
.fbThermoCouple2.iRaw := TIIB[PF1K4-EL3314-E5]^TC Inputs Channel 2^Value
- 649625408
+ 649628608
PRG_PF1K4_WFS_TARGET.stSiBP
1760
ST_BeamParams
- 650934080
+ 650937280
- PRG_SL1K4_SCATTER.rEncoderOffsetBottom
+ PRG_SL1K4_SCATTER.rEncoderOffsetNorth
0+(-15)
32
REAL
-15
- 650935840
+ 650939040
PRG_PF2K4_WFS_TARGET.fbPF2K4
@@ -77974,23 +77993,23 @@ Digital outputs
.fbThermoCouple2.iRaw := TIIB[PF2K4-EL3314-E5]^TC Inputs Channel 2^Value
- 650935872
+ 650939072
PRG_PF2K4_WFS_TARGET.stSiBP
1760
ST_BeamParams
- 652244544
+ 652247744
- PRG_SL1K4_SCATTER.rEncoderOffsetNorth
+ PRG_SL1K4_SCATTER.rEncoderOffsetSouth
0+(-15)
32
REAL
-15
- 652246944
+ 652250144
PRG_SL1K4_SCATTER.fbSL1K4
@@ -78005,7 +78024,7 @@ Digital outputs
- 652246976
+ 652250176
PRG_SL1K4_SCATTER.mcPower
@@ -78016,17 +78035,22 @@ Digital outputs
1
4
- 653590144
+ 653593344
- PRG_SL1K4_SCATTER.rEncoderOffsetSouth
- 0+(-15)
- 32
- REAL
-
- -15
-
- 653593216
+ PRG_SL2K4_SCATTER.fbSL2K4
+ 1343168
+ FB_SLITS
+
+
+ pytmc
+
+ pv: SL2K4:SCATTER
+ io: io
+
+
+
+ 653596736
PRG_SL2K4_SCATTER.bTest
@@ -78035,28 +78059,23 @@ Digital outputs
0
- 653593568
+ 654939904
PRG_ST4K4_TMO_TERM.ibPMPS_OK
8
BOOL
- 653593576
+ 654939912
- PRG_SL2K4_SCATTER.fbSL2K4
- 1343168
- FB_SLITS
-
-
- pytmc
-
- pv: SL2K4:SCATTER
- io: io
-
-
-
- 653593600
+ PRG_SL2K4_SCATTER.rEncoderOffsetTop
+ 0+(-15)
+ 32
+ REAL
+
+ -15
+
+ 654939936
PRG_SL2K4_SCATTER.mcPower
@@ -78067,17 +78086,7 @@ Digital outputs
1
4
- 654936768
-
-
- PRG_SL2K4_SCATTER.rEncoderOffsetTop
- 0+(-15)
- 32
- REAL
-
- -15
-
- 654939840
+ 654939968
PRG_SL2K4_SCATTER.rEncoderOffsetBottom
@@ -78087,7 +78096,7 @@ Digital outputs
-15
- 654939872
+ 654943040
PRG_SL2K4_SCATTER.rEncoderOffsetNorth
@@ -78097,7 +78106,7 @@ Digital outputs
-15
- 654939904
+ 654943072
PRG_SL2K4_SCATTER.rEncoderOffsetSouth
@@ -78107,7 +78116,13 @@ Digital outputs
-15
- 654939936
+ 654943104
+
+
+ PRG_SP1K4.nTL1HighCycles
+ 16
+ UINT
+ 654943408
PRG_ST4K4_TMO_TERM.ST4K4
@@ -78126,13 +78141,13 @@ Digital outputs
- 654940224
+ 654943424
- PRG_SP1K4.nTL1HighCycles
+ PRG_SP1K4.nTL1LowCycles
16
UINT
- 655049648
+ 655052832
PRG_TM1K4.fbTM1K4
@@ -78154,13 +78169,19 @@ Digital outputs
.fbThermoCouple1.iRaw := TIIB[TM1K4-EL3314-E5]^TC Inputs Channel 1^Value
- 655049664
+ 655052864
- PRG_SP1K4.nTL1LowCycles
+ PRG_SP1K4.nTL2HighCycles
+ 16
+ UINT
+ 656375968
+
+
+ PRG_SP1K4.nTL2LowCycles
16
UINT
- 656372768
+ 656375984
PRG_TM2K4.fbTM2K4
@@ -78182,97 +78203,85 @@ Digital outputs
.fbThermoCouple1.iRaw := TIIB[TM2K4-EL3314-E5]^TC Inputs Channel 1^Value
- 656372800
+ 656376000
PRG_SP1K4.fbMotionLensX
297920
FB_MotionStage
- 657684480
+ 657687680
PRG_SP1K4.fbMotionFoilX
297920
FB_MotionStage
- 657982400
+ 657985600
PRG_SP1K4.fbMotionZPX
297920
FB_MotionStage
- 658280320
+ 658283520
PRG_SP1K4.fbMotionZPY
297920
FB_MotionStage
- 658578240
+ 658581440
PRG_SP1K4.fbMotionZPZ
297920
FB_MotionStage
- 658876160
+ 658879360
PRG_SP1K4.fbMotionYAGX
297920
FB_MotionStage
- 659174080
+ 659177280
PRG_SP1K4.fbMotionYAGY
297920
FB_MotionStage
- 659472000
+ 659475200
PRG_SP1K4.fbMotionYAGZ
297920
FB_MotionStage
- 659769920
+ 659773120
PRG_SP1K4.fbMotionYAGR
297920
FB_MotionStage
- 660067840
+ 660071040
PRG_SP1K4.fbMotionTL1
297920
FB_MotionStage
- 660365760
+ 660368960
PRG_SP1K4.fbMotionTL2
297920
FB_MotionStage
- 660663680
+ 660666880
PRG_SP1K4.fbMotionTLX
297920
FB_MotionStage
- 660961600
+ 660964800
PRG_SP1K4.fbMotionFoilY
297920
FB_MotionStage
- 661259520
-
-
- PRG_SP1K4.nTL2HighCycles
- 16
- UINT
- 661557440
-
-
- PRG_SP1K4.nTL2LowCycles
- 16
- UINT
- 661557456
+ 661262720
PRG_SP1K4.nNumCyclesNeeded
@@ -78281,7 +78290,7 @@ Digital outputs
100
- 661557472
+ 661560640
PRG_SP1K4.bInit
@@ -78290,29 +78299,14 @@ Digital outputs
1
- 661557488
+ 661560656
PRG_SP1K4.bAttIn
Placeholder, later this should be TRUE if the attenuator is in and FALSE otherwise
8
BOOL
- 661557496
-
-
- PRG_SP1K4.fbZPStates
- /ZP states start
- 1506432
- FB_PositionStatePMPS3D
-
-
- pytmc
-
- pv: SP1K4:FZP
-
-
-
- 661557504
+ 661560664
PRG_SP1K4.zp_enumSet
@@ -78327,7 +78321,7 @@ Digital outputs
- 663063936
+ 661560672
PRG_SP1K4.zp_enumGet
@@ -78342,43 +78336,28 @@ Digital outputs
- 663063952
+ 661560688
- PRG_SP1K4.att_enumSet
- 16
- ENUM_SolidAttenuator_States
-
-
- pytmc
-
- pv: SP1K4:ATT:STATE:SET
- io: io
-
-
-
- 663063968
-
-
- PRG_SP1K4.att_enumGet
- 16
- ENUM_SolidAttenuator_States
+ PRG_SP1K4.fbZPStates
+ /ZP states start
+ 1506432
+ FB_PositionStatePMPS3D
pytmc
- pv: SP1K4:ATT:STATE:GET
- io: i
+ pv: SP1K4:FZP
- 663063984
+ 661560704
PRG_SP1K4.fbZPSetup
87808
FB_StateSetupHelper
- 663064000
+ 663067136
PRG_SP1K4.fbZPDefault
@@ -78402,7 +78381,7 @@ Digital outputs
1
- 663151808
+ 663154944
PRG_SP1K4.aZPXStates
@@ -78412,7 +78391,7 @@ Digital outputs
1
15
- 663155456
+ 663158592
PRG_SP1K4.aZPYStates
@@ -78422,7 +78401,7 @@ Digital outputs
1
15
- 663210176
+ 663213312
PRG_SP1K4.aZPZStates
@@ -78432,7 +78411,7 @@ Digital outputs
1
15
- 663264896
+ 663268032
PRG_SP1K4.fbATTStates
@@ -78447,13 +78426,61 @@ Digital outputs
- 663319616
+ 663322752
+
+
+ PRG_SP1K4.att_enumSet
+ 16
+ ENUM_SolidAttenuator_States
+
+
+ pytmc
+
+ pv: SP1K4:ATT:STATE:SET
+ io: io
+
+
+
+ 664829120
+
+
+ PRG_SP1K4.att_enumGet
+ 16
+ ENUM_SolidAttenuator_States
+
+
+ pytmc
+
+ pv: SP1K4:ATT:STATE:GET
+ io: i
+
+
+
+ 664829136
+
+
+ PRG_3_PMPS_POST.bST3K4_Veto
+ 8
+ BOOL
+ 664829152
+
+
+ PRG_3_PMPS_POST.bM1K1Veto
+ 8
+ BOOL
+ 664829160
+
+
+ PRG_3_PMPS_POST.bST4K4_Veto
+ 8
+ BOOL
+ 664829168
PRG_SP1K4.fbATTSetup
87808
FB_StateSetupHelper
- 664825984
+ 664829184
PRG_SP1K4.fbATTDefault
@@ -78477,7 +78504,7 @@ Digital outputs
1
- 664913792
+ 664916992
PRG_SP1K4.aATTXStates
@@ -78487,7 +78514,7 @@ Digital outputs
1
15
- 664917440
+ 664920640
PRG_SP1K4.aATTYStates
@@ -78497,43 +78524,55 @@ Digital outputs
1
15
- 664972160
+ 664975360
- PRG_3_PMPS_POST.bST3K4_Veto
- 8
- BOOL
- 665027488
-
-
- PRG_3_PMPS_POST.bM1K1Veto
+ Constants.bLittleEndian
+ Does the target support an FPU
8
BOOL
- 665027496
+
+ 1
+
+
+
+ TcVarGlobal
+
+
+ 665030704
- PRG_3_PMPS_POST.bST4K4_Veto
+ Constants.bSimulationMode
+ Does the target support an FPU
8
BOOL
- 665027504
+
+ 0
+
+
+
+ TcVarGlobal
+
+
+ 665030712
PRG_3_PMPS_POST.fbArbiterIO
138368
FB_SubSysToArbiter_IO
- 665027520
+ 665030720
PRG_3_PMPS_POST.fb_vetoArbiter
27168
FB_VetoArbiter
- 665165888
+ 665169088
PRG_4_LOG.fbLogHandler
5788736
FB_LogHandler
- 665196736
+ 665199936
GVL_PMPS.fbArbiter
@@ -78552,7 +78591,7 @@ Digital outputs
TcVarGlobal
- 670988352
+ 670991552
GVL_PMPS.fbArbiter2
@@ -78571,7 +78610,7 @@ Digital outputs
TcVarGlobal
- 671461824
+ 671465024
GVL_PMPS.fbFastFaultOutput1
@@ -78601,7 +78640,7 @@ Digital outputs
TcVarGlobal
- 671935296
+ 671938496
GVL_PMPS.fbFastFaultOutput2
@@ -78631,67 +78670,7 @@ Digital outputs
TcVarGlobal
- 673582208
-
-
- Constants.bLittleEndian
- Does the target support an FPU
- 8
- BOOL
-
- 1
-
-
-
- TcVarGlobal
-
-
- 675229136
-
-
- Constants.bSimulationMode
- Does the target support an FPU
- 8
- BOOL
-
- 0
-
-
-
- TcVarGlobal
-
-
- 675229144
-
-
- Constants.nRegisterSize
- Does the target support an FPU
- 16
- WORD
-
- 32
-
-
-
- TcVarGlobal
-
-
- 675229152
-
-
- Constants.nPackMode
- Does the target support an FPU
- 16
- UINT
-
- 8
-
-
-
- TcVarGlobal
-
-
- 675229168
+ 673585408
Main.M1
@@ -78720,7 +78699,7 @@ Digital outputs
TcVarGlobal
- 675229184
+ 675232320
Main.M2
@@ -78732,7 +78711,7 @@ Digital outputs
TcVarGlobal
- 675254400
+ 675257536
Main.M3
@@ -78743,7 +78722,7 @@ Digital outputs
TcVarGlobal
- 675279616
+ 675282752
Main.M4
@@ -78754,7 +78733,7 @@ Digital outputs
TcVarGlobal
- 675304832
+ 675307968
Main.M5
@@ -78765,7 +78744,7 @@ Digital outputs
TcVarGlobal
- 675330048
+ 675333184
Main.M6
@@ -78776,7 +78755,7 @@ Digital outputs
TcVarGlobal
- 675355264
+ 675358400
Main.M7
@@ -78787,7 +78766,7 @@ Digital outputs
TcVarGlobal
- 675380480
+ 675383616
Main.M8
@@ -78798,7 +78777,7 @@ Digital outputs
TcVarGlobal
- 675405696
+ 675408832
Main.M9
@@ -78827,7 +78806,7 @@ Digital outputs
TcVarGlobal
- 675430912
+ 675434048
Main.M10
@@ -78855,7 +78834,7 @@ Digital outputs
TcVarGlobal
- 675456128
+ 675459264
Main.M11
@@ -78882,7 +78861,7 @@ Digital outputs
TcVarGlobal
- 675481344
+ 675484480
Main.M12
@@ -78909,7 +78888,7 @@ Digital outputs
TcVarGlobal
- 675506560
+ 675509696
Main.M13
@@ -78936,7 +78915,7 @@ Digital outputs
TcVarGlobal
- 675531776
+ 675534912
Main.M14
@@ -78948,7 +78927,7 @@ Digital outputs
TcVarGlobal
- 675556992
+ 675560128
Main.M15
@@ -78977,7 +78956,7 @@ Digital outputs
TcVarGlobal
- 675582208
+ 675585344
Main.M16
@@ -79006,7 +78985,7 @@ Digital outputs
TcVarGlobal
- 675607424
+ 675610560
Main.M17
@@ -79035,7 +79014,7 @@ Digital outputs
TcVarGlobal
- 675632640
+ 675635776
Main.M18
@@ -79064,7 +79043,7 @@ Digital outputs
TcVarGlobal
- 675657856
+ 675660992
Main.M19
@@ -79089,7 +79068,7 @@ Digital outputs
TcVarGlobal
- 675683072
+ 675686208
Main.M20
@@ -79118,7 +79097,7 @@ Digital outputs
TcVarGlobal
- 675708288
+ 675711424
Main.M21
@@ -79147,7 +79126,7 @@ Digital outputs
TcVarGlobal
- 675733504
+ 675736640
Main.M22
@@ -79172,7 +79151,7 @@ Digital outputs
TcVarGlobal
- 675758720
+ 675761856
Main.M23
@@ -79200,7 +79179,7 @@ Digital outputs
TcVarGlobal
- 675783936
+ 675787072
Main.M24
@@ -79227,7 +79206,7 @@ Digital outputs
TcVarGlobal
- 675809152
+ 675812288
Main.M25
@@ -79254,7 +79233,7 @@ Digital outputs
TcVarGlobal
- 675834368
+ 675837504
Main.M26
@@ -79281,7 +79260,7 @@ Digital outputs
TcVarGlobal
- 675859584
+ 675862720
Main.M27
@@ -79310,7 +79289,7 @@ Digital outputs
TcVarGlobal
- 675884800
+ 675887936
Main.M28
@@ -79339,7 +79318,7 @@ Digital outputs
TcVarGlobal
- 675910016
+ 675913152
Main.M29
@@ -79364,7 +79343,7 @@ Digital outputs
TcVarGlobal
- 675935232
+ 675938368
Main.M30
@@ -79393,7 +79372,7 @@ Digital outputs
TcVarGlobal
- 675960448
+ 675963584
Main.M31
@@ -79418,7 +79397,7 @@ Digital outputs
TcVarGlobal
- 675985664
+ 675988800
Main.M32
@@ -79455,7 +79434,7 @@ Digital outputs
TcVarGlobal
- 676010880
+ 676014016
Main.M33
@@ -79500,7 +79479,7 @@ Digital outputs
TcVarGlobal
- 676036096
+ 676039232
Main.M34
@@ -79541,7 +79520,7 @@ Digital outputs
TcVarGlobal
- 676061312
+ 676064448
Main.M35
@@ -79582,7 +79561,7 @@ Digital outputs
TcVarGlobal
- 676086528
+ 676089664
Main.M36
@@ -79623,7 +79602,7 @@ Digital outputs
TcVarGlobal
- 676111744
+ 676114880
Main.M37
@@ -79664,7 +79643,7 @@ Digital outputs
TcVarGlobal
- 676136960
+ 676140096
Main.M38
@@ -79705,7 +79684,7 @@ Digital outputs
TcVarGlobal
- 676162176
+ 676165312
Main.M39
@@ -79746,7 +79725,7 @@ Digital outputs
TcVarGlobal
- 676187392
+ 676190528
Main.M40
@@ -79787,7 +79766,7 @@ Digital outputs
TcVarGlobal
- 676212608
+ 676215744
Main.M41
@@ -79823,7 +79802,7 @@ Digital outputs
TcVarGlobal
- 676237824
+ 676240960
Main.M42
@@ -79859,7 +79838,7 @@ Digital outputs
TcVarGlobal
- 676263040
+ 676266176
Main.M43
@@ -79895,7 +79874,7 @@ Digital outputs
TcVarGlobal
- 676288256
+ 676291392
Main.M44
@@ -79940,7 +79919,7 @@ Digital outputs
TcVarGlobal
- 676313472
+ 676316608
Constants.RuntimeVersion
@@ -79970,7 +79949,7 @@ Digital outputs
TcVarGlobal
- 676338688
+ 676341824
Constants.CompilerVersion
@@ -80000,7 +79979,37 @@ Digital outputs
TcVarGlobal
- 676338752
+ 676341888
+
+
+ Constants.nRegisterSize
+ Does the target support an FPU
+ 16
+ WORD
+
+ 32
+
+
+
+ TcVarGlobal
+
+
+ 676341952
+
+
+ Constants.nPackMode
+ Does the target support an FPU
+ 16
+ UINT
+
+ 8
+
+
+
+ TcVarGlobal
+
+
+ 676341968
Constants.bFPUSupport
@@ -80014,7 +80023,7 @@ Digital outputs
TcVarGlobal
- 676338816
+ 676341984
Constants.RuntimeVersionNumeric
@@ -80028,7 +80037,7 @@ Digital outputs
TcVarGlobal
- 676338848
+ 676342016
Constants.CompilerVersionNumeric
@@ -80042,7 +80051,7 @@ Digital outputs
TcVarGlobal
- 676338880
+ 676342048
TwinCAT_SystemInfoVarList._AppInfo
@@ -80056,12 +80065,16 @@ Digital outputs
TcVarGlobal
- 676338912
+ 676342080
- TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask
- 32
- OTCID
+ TwinCAT_SystemInfoVarList._TaskInfo
+ 1024
+ PlcTaskSystemInfo
+
+ 1
+ 1
+
no_init
@@ -80070,16 +80083,12 @@ Digital outputs
TcVarGlobal
- 676340960
+ 676344128
- TwinCAT_SystemInfoVarList._TaskInfo
- 1024
- PlcTaskSystemInfo
-
- 1
- 1
-
+ TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask
+ 32
+ OTCID
no_init
@@ -80088,7 +80097,7 @@ Digital outputs
TcVarGlobal
- 676340992
+ 676345152
TwinCAT_SystemInfoVarList._TaskOid_PlcTask
@@ -80102,7 +80111,7 @@ Digital outputs
TcVarGlobal
- 676342016
+ 676345184
TwinCAT_SystemInfoVarList.__PlcTask
@@ -80123,7 +80132,7 @@ Digital outputs
TcVarGlobal
- 676342048
+ 676345216
TC_EVENT_CLASSES.TcSystemEventClass
@@ -80192,7 +80201,7 @@ Digital outputs
TcVarGlobal
- 676355424
+ 676358592
TC_EVENT_CLASSES.TcGeneralAdsEventClass
@@ -80261,7 +80270,7 @@ Digital outputs
TcVarGlobal
- 676355552
+ 676358720
TC_EVENT_CLASSES.TcRouterEventClass
@@ -80330,7 +80339,7 @@ Digital outputs
TcVarGlobal
- 676355680
+ 676358848
TC_EVENT_CLASSES.TcRTimeEventClass
@@ -80399,7 +80408,7 @@ Digital outputs
TcVarGlobal
- 676355808
+ 676358976
TC_EVENT_CLASSES.Win32EventClass
@@ -80468,7 +80477,7 @@ Digital outputs
TcVarGlobal
- 676355936
+ 676359104
TC_EVENT_CLASSES.LCLSGeneralEventClass
@@ -80537,7 +80546,7 @@ Digital outputs
TcVarGlobal
- 676356064
+ 676359232
TC_EVENTS.LCLSGeneralEventClass
@@ -80560,7 +80569,7 @@ Digital outputs
TcVarGlobal
- 676386400
+ 676389568
@@ -80647,7 +80656,7 @@ Digital outputs
ChangeDate
- 2023-08-18T12:08:19
+ 2023-08-22T09:38:39
GeneratedCodeSize