diff --git a/plc-tmo-motion/_Config/PLC/tmo_motion.xti b/plc-tmo-motion/_Config/PLC/tmo_motion.xti index 26398a7..86134fd 100644 --- a/plc-tmo-motion/_Config/PLC/tmo_motion.xti +++ b/plc-tmo-motion/_Config/PLC/tmo_motion.xti @@ -1936,6 +1936,10 @@ External Setpoint Generation: PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.iRaw INT + + PRG_IM2K4_PPM.fbIM2K4.fbFlowSwitch.bFlowOk + BOOL + PRG_IM3K4_PPM.fbIM3K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -2336,6 +2340,10 @@ External Setpoint Generation: PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.iRaw INT + + PRG_IM3K4_PPM.fbIM3K4.fbFlowSwitch.bFlowOk + BOOL + PRG_IM4K4_PPM.fbIM4K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -2736,6 +2744,10 @@ External Setpoint Generation: PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.iRaw INT + + PRG_IM4K4_PPM.fbIM4K4.fbFlowSwitch.bFlowOk + BOOL + PRG_IM5K4_PPM.fbIM5K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -3136,6 +3148,10 @@ External Setpoint Generation: PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.iRaw INT + + PRG_IM5K4_PPM.fbIM5K4.fbFlowSwitch.bFlowOk + BOOL + PRG_IM6K4_PPM.fbIM6K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -3536,6 +3552,10 @@ External Setpoint Generation: PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.iRaw INT + + PRG_IM6K4_PPM.fbIM6K4.fbFlowSwitch.bFlowOk + BOOL + PRG_LI1K4_IP1.fbLI1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -4303,6 +4323,10 @@ External Setpoint Generation: PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.iRaw INT + + PRG_PF1K4_WFS_TARGET.fbPF1K4.fbFlowSwitch.bFlowOk + BOOL + PRG_PF2K4_WFS_TARGET.fbPF2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -4727,6 +4751,10 @@ External Setpoint Generation: PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.iRaw INT + + PRG_PF2K4_WFS_TARGET.fbPF2K4.fbFlowSwitch.bFlowOk + BOOL + PRG_SL1K4_SCATTER.fbSL1K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -5163,17 +5191,6 @@ External Setpoint Generation: - - PRG_ST4K4_TMO_TERM.ST4K4.i_xInsertedLS - - - - BOOL - - - PRG_ST4K4_TMO_TERM.ST4K4.i_xRetractedLS - BOOL - PRG_SP1K4.bHallInput1 BOOL @@ -5187,11 +5204,14 @@ External Setpoint Generation: BOOL - PRG_SP1K4.bTL1Low + PRG_ST4K4_TMO_TERM.ST4K4.i_xInsertedLS + + + BOOL - PRG_SP1K4.bTL2High + PRG_ST4K4_TMO_TERM.ST4K4.i_xRetractedLS BOOL @@ -5308,6 +5328,14 @@ External Setpoint Generation: PRG_TM1K4.fbTM1K4.fbThermoCouple1.iRaw INT + + PRG_SP1K4.bTL1Low + BOOL + + + PRG_SP1K4.bTL2High + BOOL + PRG_TM2K4.fbTM2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -11789,6 +11817,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 @@ -11927,10 +11959,6 @@ External Setpoint Generation: GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut BOOL - - GVL_PMPS.PMPS_ST4K4_OUT - BOOL - Main.M1.Axis.PlcToNc PLCTONC_AXIS_REF @@ -12489,6 +12517,9 @@ External Setpoint Generation: + + + diff --git a/plc-tmo-motion/tmo_motion/POUs/PRG_IM2K4_PPM.TcPOU b/plc-tmo-motion/tmo_motion/POUs/PRG_IM2K4_PPM.TcPOU index b4f0638..f58fc64 100644 --- a/plc-tmo-motion/tmo_motion/POUs/PRG_IM2K4_PPM.TcPOU +++ b/plc-tmo-motion/tmo_motion/POUs/PRG_IM2K4_PPM.TcPOU @@ -17,7 +17,8 @@ VAR .fbYagThermoCouple.bError := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Status^Error; .fbYagThermoCouple.bUnderrange := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange; .fbYagThermoCouple.bOverrange := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange; - .fbYagThermoCouple.iRaw := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Value'} + .fbYagThermoCouple.iRaw := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Value; + .fbFlowSwitch.bFlowOk := TIIB[IM2K4-EL1004-E8]^Channel 1^Input'} fbIM2K4: FB_PPM; // fStartupVelo: LREAL := 13; fbStateSetup: FB_StateSetupHelper; diff --git a/plc-tmo-motion/tmo_motion/tmo_motion.plcproj b/plc-tmo-motion/tmo_motion/tmo_motion.plcproj index 2977dc6..e27e4bb 100644 --- a/plc-tmo-motion/tmo_motion/tmo_motion.plcproj +++ b/plc-tmo-motion/tmo_motion/tmo_motion.plcproj @@ -197,7 +197,7 @@ LCLS General, 2.9.1 (SLAC) - lcls-twincat-common-components, 3.1.0 (SLAC) + lcls-twincat-common-components, 3.3.0 (SLAC) lcls-twincat-motion, 4.0.4 (SLAC) diff --git a/plc-tmo-motion/tmo_motion/tmo_motion.tmc b/plc-tmo-motion/tmo_motion/tmo_motion.tmc index ad95c44..d7280dc 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 - 85792796 + 85792896 bError BOOL 8 - 85792828 + 85792928 hrErrorCode HRESULT 32 - 85792836 + 85792936 nStringSize UDINT 32 - 85792820 + 85792920 sResult STRING(255) 2048 - 85792832 + 85792932 __getbBusy @@ -1413,15 +1413,15 @@ nId UDINT 32 - 85792740 - 85792764 + 85792840 + 85792864 sName STRING(255) 2048 - 85792776 - 85792788 + 85792876 + 85792888 __setbCutInstancePathByLastInst @@ -1689,31 +1689,31 @@ eSeverity TcEventSeverity 16 - 85792884 + 85792984 ipSourceInfo I_TcSourceInfo 32 - 85792864 + 85792964 nEventId UDINT 32 - 85792952 + 85793052 sEventClassName STRING(255) 2048 - 85792912 + 85793012 sEventText STRING(255) 2048 - 85792956 + 85793056 EqualsToEventClass @@ -2286,7 +2286,7 @@ nTimeSent ULINT 64 - 85792980 + 85793080 SetJsonAttribute @@ -6256,6 +6256,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_BOOL @@ -6391,6 +6396,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_STRING @@ -6547,6 +6557,11 @@ DINT 32 + + __Index__0 + DINT + 32 + GetNumberOfSuccessfulTests @@ -6656,6 +6671,11 @@ DINT 32 + + __Index__0 + DINT + 32 + SetTestFailed @@ -6789,6 +6809,11 @@ DINT 32 + + __Index__0 + DINT + 32 + IsTestFinished @@ -7269,6 +7294,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_SINT @@ -8034,6 +8064,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_TIME @@ -8425,6 +8460,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertArrayEquals_INT @@ -8519,6 +8559,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertFalse @@ -8643,6 +8688,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertArrayEquals_LWORD @@ -8747,6 +8797,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_LWORD @@ -9060,6 +9115,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AreAllTestsFinished @@ -9227,6 +9287,11 @@ DINT 32 + + __Index__0 + DINT + 32 + FindTestSuiteInstancePath @@ -9408,6 +9473,11 @@ DINT 32 + + __Index__0 + DINT + 32 + AssertArrayEquals_LREAL @@ -9508,6 +9578,11 @@ DINT 32 + + __Index__0 + DINT + 32 + @@ -17956,7 +18031,7 @@ contributing fast faults, unless the FFO is currently vetoed. - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) 16 UINT @@ -17970,21 +18045,6 @@ contributing fast faults, unless the FFO is currently vetoed. - - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - UINT - - - LowerBorder - 1 - - - UpperBorder - 1000 - - - FB_AdsTestResultLogger @@ -18002,7 +18062,7 @@ contributing fast faults, unless the FFO is currently vetoed. PrintingTestSuiteResultNumber - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 96 @@ -18040,12 +18100,12 @@ contributing fast faults, unless the FFO is currently vetoed. TestsInTestSuiteCounter - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) 16 MaxNumberOfTestsToPrint - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) 16 @@ -18876,7 +18936,7 @@ contributing fast faults, unless the FFO is currently vetoed. WritingTestSuiteResultNumber - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 530208 @@ -19259,6 +19319,21 @@ contributing fast faults, unless the FFO is currently vetoed. + + UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + UINT + + + LowerBorder + 1 + + + UpperBorder + 100 + + + U_ExpectedOrActual 4096 @@ -20694,6 +20769,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + FindTestSuiteInstancePath @@ -20809,7 +20889,7 @@ contributing fast faults, unless the FFO is currently vetoed. NumberOfTestsToAnalyse - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 @@ -20952,6 +21032,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertArrayEquals_BYTE @@ -21056,6 +21141,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_DATE @@ -21212,6 +21302,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_LTIME @@ -21337,6 +21432,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_LREAL @@ -21478,6 +21578,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals @@ -22236,6 +22341,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + SetHasStartedRunning @@ -22284,7 +22394,7 @@ contributing fast faults, unless the FFO is currently vetoed. NumberOfTestsToAnalyse - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 @@ -22396,6 +22506,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + GetHasStartedRunning @@ -22501,6 +22616,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_WSTRING @@ -22652,6 +22772,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_DINT @@ -22777,6 +22902,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertEquals_STRING @@ -22845,7 +22975,7 @@ contributing fast faults, unless the FFO is currently vetoed. NumberOfTestsToAnalyse - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 @@ -22952,6 +23082,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertArray3dEquals_LREAL @@ -23234,6 +23369,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + CalculateAndSetNumberOfAssertsForTest @@ -23284,7 +23424,7 @@ contributing fast faults, unless the FFO is currently vetoed. NumberOfTestsToAnalyse - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 @@ -23643,7 +23783,7 @@ contributing fast faults, unless the FFO is currently vetoed. NumberOfTestsToAnalyse - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) 16 @@ -24027,6 +24167,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + AssertArrayEquals_UDINT @@ -24121,6 +24266,11 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 + + __Index__0 + DINT + 32 + @@ -46256,9 +46406,47 @@ The BPTM will throw an error if the arbiter does not have enough space for the t + + FB_XTES_Flowswitch + 64 + + bFlowOk + BOOL + 8 + 32 + + + ItemType + Output + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + + + + PouType + FunctionBlock + + + analysis + -33 + + + FB_PPM - 2514240 + 2514304 stYStage ST_MotionStage @@ -46454,6 +46642,9 @@ The BPTM will throw an error if the arbiter does not have enough space for the t Offset for the flow meter in engineering units 64 16064 + + 0 + ItemType @@ -46605,12 +46796,24 @@ The BPTM will throw an error if the arbiter does not have enough space for the t + + fbFlowSwitch + FB_XTES_Flowswitch + 64 + 2514048 + + + pytmc + pv: FSW + + + fDelta LREAL State defaults if not provided 64 - 2514048 + 2514112 2 @@ -46619,7 +46822,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fAccel LREAL 64 - 2514112 + 2514176 200 @@ -46628,7 +46831,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fOutDecel LREAL 64 - 2514176 + 2514240 25 @@ -47149,7 +47352,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t FB_WFS - 2239488 + 2239552 stYStage ST_MotionStage @@ -47490,12 +47693,24 @@ The BPTM will throw an error if the arbiter does not have enough space for the t + + fbFlowSwitch + FB_XTES_Flowswitch + 64 + 2239296 + + + pytmc + pv: FSW + + + fDelta LREAL State defaults if not provided 64 - 2239296 + 2239360 2 @@ -47504,7 +47719,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fAccel LREAL 64 - 2239360 + 2239424 200 @@ -47513,7 +47728,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fOutDecel LREAL 64 - 2239424 + 2239488 25 @@ -52569,6 +52784,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 + + FB_PositionStatePMPS3D 1506432 @@ -52940,122 +53238,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_PositionStatePMPS2D 1506368 @@ -53389,6 +53571,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 @@ -54151,8 +54366,8 @@ Digital outputs nTimestamp ULINT 64 - 85799512 - 85799520 + 85799632 + 85799640 __getnTimestamp @@ -55446,31 +55661,31 @@ Digital outputs bBusy BOOL 8 - 85799080 + 85799200 bError BOOL 8 - 85799112 + 85799232 hrErrorCode HRESULT 32 - 85799116 + 85799236 nStringSize UDINT 32 - 85799104 + 85799224 sEventText STRING(255) 2048 - 85799124 + 85799244 __getbBusy @@ -58739,6 +58954,44 @@ Digital outputs + + LCLSGeneralEventClass + Log event + + Critical + Critical + Critical + + + Error + Error + Error + + + Warning + Warning + Warning + + + Info + Info + Info + + + Verbose + Verbose + Verbose + + + + + + + + + + + TcSystemEventClass TcSystemEventClass @@ -59545,44 +59798,6 @@ Digital outputs - - LCLSGeneralEventClass - Log event - - Critical - Critical - Critical - - - Error - Error - Error - - - Warning - Warning - Warning - - - Info - Info - Info - - - Verbose - Verbose - Verbose - - - - - - - - - - - @@ -59979,7 +60194,7 @@ Digital outputs Input - 642385536 + 642385664 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -59991,7 +60206,7 @@ Digital outputs Input - 643949568 + 643949696 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -60004,7 +60219,7 @@ Digital outputs Input - 643957504 + 643957632 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -60017,7 +60232,7 @@ Digital outputs Input - 643957512 + 643957640 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].bHome @@ -60030,7 +60245,7 @@ Digital outputs Input - 643957520 + 643957648 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -60053,7 +60268,7 @@ Digital outputs Input - 643957536 + 643957664 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -60066,7 +60281,7 @@ Digital outputs Input - 643957568 + 643957696 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -60079,7 +60294,7 @@ Digital outputs Input - 643957632 + 643957760 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -60092,7 +60307,7 @@ Digital outputs Input - 643957648 + 643957776 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -60104,7 +60319,7 @@ Digital outputs Input - 643974784 + 643974912 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -60117,7 +60332,7 @@ Digital outputs Input - 643982720 + 643982848 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -60130,7 +60345,7 @@ Digital outputs Input - 643982728 + 643982856 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].bHome @@ -60143,7 +60358,7 @@ Digital outputs Input - 643982736 + 643982864 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -60166,7 +60381,7 @@ Digital outputs Input - 643982752 + 643982880 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -60179,7 +60394,7 @@ Digital outputs Input - 643982784 + 643982912 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -60192,7 +60407,7 @@ Digital outputs Input - 643982848 + 643982976 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -60205,7 +60420,7 @@ Digital outputs Input - 643982864 + 643982992 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -60217,7 +60432,7 @@ Digital outputs Input - 644000000 + 644000128 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -60230,7 +60445,7 @@ Digital outputs Input - 644007936 + 644008064 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -60243,7 +60458,7 @@ Digital outputs Input - 644007944 + 644008072 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].bHome @@ -60256,7 +60471,7 @@ Digital outputs Input - 644007952 + 644008080 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -60279,7 +60494,7 @@ Digital outputs Input - 644007968 + 644008096 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -60292,7 +60507,7 @@ Digital outputs Input - 644008000 + 644008128 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -60305,7 +60520,7 @@ Digital outputs Input - 644008064 + 644008192 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -60318,7 +60533,7 @@ Digital outputs Input - 644008080 + 644008208 PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.iVoltageINT @@ -60330,7 +60545,7 @@ Digital outputs Input - 644297952 + 644298080 PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.bError @@ -60349,7 +60564,7 @@ Digital outputs Input - 644490312 + 644490440 PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.bUnderrange @@ -60361,7 +60576,7 @@ Digital outputs Input - 644490320 + 644490448 PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.bOverrange @@ -60373,7 +60588,7 @@ Digital outputs Input - 644490328 + 644490456 PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbThermoCouple.iRaw @@ -60385,7 +60600,7 @@ Digital outputs Input - 644490336 + 644490464 PRG_IM2K4_PPM.fbIM2K4.fbPowerMeter.fbGetPMVoltage.iRaw @@ -60398,7 +60613,7 @@ Digital outputs Input - 644490592 + 644490720 PRG_IM2K4_PPM.fbIM2K4.fbGige.fbGetIllPercent.iRaw @@ -60411,7 +60626,7 @@ Digital outputs Input - 644876704 + 644876832 PRG_IM2K4_PPM.fbIM2K4.fbFlowMeter.iRaw @@ -60424,7 +60639,7 @@ Digital outputs Input - 644877792 + 644877920 PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.bError @@ -60443,7 +60658,7 @@ Digital outputs Input - 644878344 + 644878472 PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.bUnderrange @@ -60455,7 +60670,7 @@ Digital outputs Input - 644878352 + 644878480 PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.bOverrange @@ -60467,7 +60682,7 @@ Digital outputs Input - 644878360 + 644878488 PRG_IM2K4_PPM.fbIM2K4.fbYagThermoCouple.iRaw @@ -60479,7 +60694,27 @@ Digital outputs Input - 644878368 + 644878496 + + + PRG_IM2K4_PPM.fbIM2K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 644878560 PRG_IM3K4_PPM.fbIM3K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -60491,7 +60726,7 @@ Digital outputs Input - 644991232 + 644991424 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -60503,7 +60738,7 @@ Digital outputs Input - 646555264 + 646555456 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -60516,7 +60751,7 @@ Digital outputs Input - 646563200 + 646563392 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -60529,7 +60764,7 @@ Digital outputs Input - 646563208 + 646563400 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].bHome @@ -60542,7 +60777,7 @@ Digital outputs Input - 646563216 + 646563408 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -60565,7 +60800,7 @@ Digital outputs Input - 646563232 + 646563424 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -60578,7 +60813,7 @@ Digital outputs Input - 646563264 + 646563456 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -60591,7 +60826,7 @@ Digital outputs Input - 646563328 + 646563520 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -60604,7 +60839,7 @@ Digital outputs Input - 646563344 + 646563536 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -60616,7 +60851,7 @@ Digital outputs Input - 646580480 + 646580672 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -60629,7 +60864,7 @@ Digital outputs Input - 646588416 + 646588608 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -60642,7 +60877,7 @@ Digital outputs Input - 646588424 + 646588616 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].bHome @@ -60655,7 +60890,7 @@ Digital outputs Input - 646588432 + 646588624 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -60678,7 +60913,7 @@ Digital outputs Input - 646588448 + 646588640 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -60691,7 +60926,7 @@ Digital outputs Input - 646588480 + 646588672 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -60704,7 +60939,7 @@ Digital outputs Input - 646588544 + 646588736 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -60717,7 +60952,7 @@ Digital outputs Input - 646588560 + 646588752 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -60729,7 +60964,7 @@ Digital outputs Input - 646605696 + 646605888 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -60742,7 +60977,7 @@ Digital outputs Input - 646613632 + 646613824 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -60755,7 +60990,7 @@ Digital outputs Input - 646613640 + 646613832 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].bHome @@ -60768,7 +61003,7 @@ Digital outputs Input - 646613648 + 646613840 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -60791,7 +61026,7 @@ Digital outputs Input - 646613664 + 646613856 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -60804,7 +61039,7 @@ Digital outputs Input - 646613696 + 646613888 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -60817,7 +61052,7 @@ Digital outputs Input - 646613760 + 646613952 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -60830,7 +61065,7 @@ Digital outputs Input - 646613776 + 646613968 PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.iVoltageINT @@ -60842,7 +61077,7 @@ Digital outputs Input - 646903648 + 646903840 PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.bError @@ -60861,7 +61096,7 @@ Digital outputs Input - 647096008 + 647096200 PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.bUnderrange @@ -60873,7 +61108,7 @@ Digital outputs Input - 647096016 + 647096208 PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.bOverrange @@ -60885,7 +61120,7 @@ Digital outputs Input - 647096024 + 647096216 PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbThermoCouple.iRaw @@ -60897,7 +61132,7 @@ Digital outputs Input - 647096032 + 647096224 PRG_IM3K4_PPM.fbIM3K4.fbPowerMeter.fbGetPMVoltage.iRaw @@ -60910,7 +61145,7 @@ Digital outputs Input - 647096288 + 647096480 PRG_IM3K4_PPM.fbIM3K4.fbGige.fbGetIllPercent.iRaw @@ -60923,7 +61158,7 @@ Digital outputs Input - 647482400 + 647482592 PRG_IM3K4_PPM.fbIM3K4.fbFlowMeter.iRaw @@ -60936,7 +61171,7 @@ Digital outputs Input - 647483488 + 647483680 PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.bError @@ -60955,7 +61190,7 @@ Digital outputs Input - 647484040 + 647484232 PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.bUnderrange @@ -60967,7 +61202,7 @@ Digital outputs Input - 647484048 + 647484240 PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.bOverrange @@ -60979,7 +61214,7 @@ Digital outputs Input - 647484056 + 647484248 PRG_IM3K4_PPM.fbIM3K4.fbYagThermoCouple.iRaw @@ -60991,7 +61226,27 @@ Digital outputs Input - 647484064 + 647484256 + + + PRG_IM3K4_PPM.fbIM3K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 647484320 PRG_IM4K4_PPM.fbIM4K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -61003,7 +61258,7 @@ Digital outputs Input - 647596928 + 647597184 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -61015,7 +61270,7 @@ Digital outputs Input - 649160960 + 649161216 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -61028,7 +61283,7 @@ Digital outputs Input - 649168896 + 649169152 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -61041,7 +61296,7 @@ Digital outputs Input - 649168904 + 649169160 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].bHome @@ -61054,7 +61309,7 @@ Digital outputs Input - 649168912 + 649169168 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -61077,7 +61332,7 @@ Digital outputs Input - 649168928 + 649169184 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -61090,7 +61345,7 @@ Digital outputs Input - 649168960 + 649169216 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -61103,7 +61358,7 @@ Digital outputs Input - 649169024 + 649169280 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -61116,7 +61371,7 @@ Digital outputs Input - 649169040 + 649169296 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -61128,7 +61383,7 @@ Digital outputs Input - 649186176 + 649186432 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -61141,7 +61396,7 @@ Digital outputs Input - 649194112 + 649194368 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -61154,7 +61409,7 @@ Digital outputs Input - 649194120 + 649194376 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].bHome @@ -61167,7 +61422,7 @@ Digital outputs Input - 649194128 + 649194384 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -61190,7 +61445,7 @@ Digital outputs Input - 649194144 + 649194400 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -61203,7 +61458,7 @@ Digital outputs Input - 649194176 + 649194432 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -61216,7 +61471,7 @@ Digital outputs Input - 649194240 + 649194496 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -61229,7 +61484,7 @@ Digital outputs Input - 649194256 + 649194512 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -61241,7 +61496,7 @@ Digital outputs Input - 649211392 + 649211648 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -61254,7 +61509,7 @@ Digital outputs Input - 649219328 + 649219584 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -61267,7 +61522,7 @@ Digital outputs Input - 649219336 + 649219592 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].bHome @@ -61280,7 +61535,7 @@ Digital outputs Input - 649219344 + 649219600 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -61303,7 +61558,7 @@ Digital outputs Input - 649219360 + 649219616 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -61316,7 +61571,7 @@ Digital outputs Input - 649219392 + 649219648 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -61329,7 +61584,7 @@ Digital outputs Input - 649219456 + 649219712 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -61342,7 +61597,7 @@ Digital outputs Input - 649219472 + 649219728 PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.iVoltageINT @@ -61354,7 +61609,7 @@ Digital outputs Input - 649509344 + 649509600 PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.bError @@ -61373,7 +61628,7 @@ Digital outputs Input - 649701704 + 649701960 PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.bUnderrange @@ -61385,7 +61640,7 @@ Digital outputs Input - 649701712 + 649701968 PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.bOverrange @@ -61397,7 +61652,7 @@ Digital outputs Input - 649701720 + 649701976 PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbThermoCouple.iRaw @@ -61409,7 +61664,7 @@ Digital outputs Input - 649701728 + 649701984 PRG_IM4K4_PPM.fbIM4K4.fbPowerMeter.fbGetPMVoltage.iRaw @@ -61422,7 +61677,7 @@ Digital outputs Input - 649701984 + 649702240 PRG_IM4K4_PPM.fbIM4K4.fbGige.fbGetIllPercent.iRaw @@ -61435,7 +61690,7 @@ Digital outputs Input - 650088096 + 650088352 PRG_IM4K4_PPM.fbIM4K4.fbFlowMeter.iRaw @@ -61448,7 +61703,7 @@ Digital outputs Input - 650089184 + 650089440 PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.bError @@ -61467,7 +61722,7 @@ Digital outputs Input - 650089736 + 650089992 PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.bUnderrange @@ -61479,7 +61734,7 @@ Digital outputs Input - 650089744 + 650090000 PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.bOverrange @@ -61491,7 +61746,7 @@ Digital outputs Input - 650089752 + 650090008 PRG_IM4K4_PPM.fbIM4K4.fbYagThermoCouple.iRaw @@ -61503,7 +61758,27 @@ Digital outputs Input - 650089760 + 650090016 + + + PRG_IM4K4_PPM.fbIM4K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 650090080 PRG_IM5K4_PPM.fbIM5K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -61515,7 +61790,7 @@ Digital outputs Input - 650202624 + 650202944 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -61527,7 +61802,7 @@ Digital outputs Input - 651766656 + 651766976 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -61540,7 +61815,7 @@ Digital outputs Input - 651774592 + 651774912 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -61553,7 +61828,7 @@ Digital outputs Input - 651774600 + 651774920 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].bHome @@ -61566,7 +61841,7 @@ Digital outputs Input - 651774608 + 651774928 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -61589,7 +61864,7 @@ Digital outputs Input - 651774624 + 651774944 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -61602,7 +61877,7 @@ Digital outputs Input - 651774656 + 651774976 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -61615,7 +61890,7 @@ Digital outputs Input - 651774720 + 651775040 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -61628,7 +61903,7 @@ Digital outputs Input - 651774736 + 651775056 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -61640,7 +61915,7 @@ Digital outputs Input - 651791872 + 651792192 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -61653,7 +61928,7 @@ Digital outputs Input - 651799808 + 651800128 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -61666,7 +61941,7 @@ Digital outputs Input - 651799816 + 651800136 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].bHome @@ -61679,7 +61954,7 @@ Digital outputs Input - 651799824 + 651800144 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -61702,7 +61977,7 @@ Digital outputs Input - 651799840 + 651800160 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -61715,7 +61990,7 @@ Digital outputs Input - 651799872 + 651800192 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -61728,7 +62003,7 @@ Digital outputs Input - 651799936 + 651800256 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -61741,7 +62016,7 @@ Digital outputs Input - 651799952 + 651800272 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -61753,7 +62028,7 @@ Digital outputs Input - 651817088 + 651817408 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -61766,7 +62041,7 @@ Digital outputs Input - 651825024 + 651825344 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -61779,7 +62054,7 @@ Digital outputs Input - 651825032 + 651825352 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].bHome @@ -61792,7 +62067,7 @@ Digital outputs Input - 651825040 + 651825360 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -61815,7 +62090,7 @@ Digital outputs Input - 651825056 + 651825376 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -61828,7 +62103,7 @@ Digital outputs Input - 651825088 + 651825408 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -61841,7 +62116,7 @@ Digital outputs Input - 651825152 + 651825472 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -61854,7 +62129,7 @@ Digital outputs Input - 651825168 + 651825488 PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.iVoltageINT @@ -61866,7 +62141,7 @@ Digital outputs Input - 652115040 + 652115360 PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.bError @@ -61885,7 +62160,7 @@ Digital outputs Input - 652307400 + 652307720 PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.bUnderrange @@ -61897,7 +62172,7 @@ Digital outputs Input - 652307408 + 652307728 PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.bOverrange @@ -61909,7 +62184,7 @@ Digital outputs Input - 652307416 + 652307736 PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbThermoCouple.iRaw @@ -61921,7 +62196,7 @@ Digital outputs Input - 652307424 + 652307744 PRG_IM5K4_PPM.fbIM5K4.fbPowerMeter.fbGetPMVoltage.iRaw @@ -61934,7 +62209,7 @@ Digital outputs Input - 652307680 + 652308000 PRG_IM5K4_PPM.fbIM5K4.fbGige.fbGetIllPercent.iRaw @@ -61947,7 +62222,7 @@ Digital outputs Input - 652693792 + 652694112 PRG_IM5K4_PPM.fbIM5K4.fbFlowMeter.iRaw @@ -61960,7 +62235,7 @@ Digital outputs Input - 652694880 + 652695200 PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.bError @@ -61979,7 +62254,7 @@ Digital outputs Input - 652695432 + 652695752 PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.bUnderrange @@ -61991,7 +62266,7 @@ Digital outputs Input - 652695440 + 652695760 PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.bOverrange @@ -62003,7 +62278,7 @@ Digital outputs Input - 652695448 + 652695768 PRG_IM5K4_PPM.fbIM5K4.fbYagThermoCouple.iRaw @@ -62015,7 +62290,27 @@ Digital outputs Input - 652695456 + 652695776 + + + PRG_IM5K4_PPM.fbIM5K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 652695840 PRG_IM6K4_PPM.fbIM6K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -62027,7 +62322,7 @@ Digital outputs Input - 652808320 + 652808704 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -62039,7 +62334,7 @@ Digital outputs Input - 654372352 + 654372736 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -62052,7 +62347,7 @@ Digital outputs Input - 654380288 + 654380672 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -62065,7 +62360,7 @@ Digital outputs Input - 654380296 + 654380680 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].bHome @@ -62078,7 +62373,7 @@ Digital outputs Input - 654380304 + 654380688 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -62101,7 +62396,7 @@ Digital outputs Input - 654380320 + 654380704 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -62114,7 +62409,7 @@ Digital outputs Input - 654380352 + 654380736 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -62127,7 +62422,7 @@ Digital outputs Input - 654380416 + 654380800 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -62140,7 +62435,7 @@ Digital outputs Input - 654380432 + 654380816 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -62152,7 +62447,7 @@ Digital outputs Input - 654397568 + 654397952 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -62165,7 +62460,7 @@ Digital outputs Input - 654405504 + 654405888 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -62178,7 +62473,7 @@ Digital outputs Input - 654405512 + 654405896 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].bHome @@ -62191,7 +62486,7 @@ Digital outputs Input - 654405520 + 654405904 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -62214,7 +62509,7 @@ Digital outputs Input - 654405536 + 654405920 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -62227,7 +62522,7 @@ Digital outputs Input - 654405568 + 654405952 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -62240,7 +62535,7 @@ Digital outputs Input - 654405632 + 654406016 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -62253,7 +62548,7 @@ Digital outputs Input - 654405648 + 654406032 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -62265,7 +62560,7 @@ Digital outputs Input - 654422784 + 654423168 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -62278,7 +62573,7 @@ Digital outputs Input - 654430720 + 654431104 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -62291,7 +62586,7 @@ Digital outputs Input - 654430728 + 654431112 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].bHome @@ -62304,7 +62599,7 @@ Digital outputs Input - 654430736 + 654431120 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -62327,7 +62622,7 @@ Digital outputs Input - 654430752 + 654431136 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -62340,7 +62635,7 @@ Digital outputs Input - 654430784 + 654431168 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -62353,7 +62648,7 @@ Digital outputs Input - 654430848 + 654431232 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -62366,7 +62661,7 @@ Digital outputs Input - 654430864 + 654431248 PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.iVoltageINT @@ -62378,7 +62673,7 @@ Digital outputs Input - 654720736 + 654721120 PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.bError @@ -62397,7 +62692,7 @@ Digital outputs Input - 654913096 + 654913480 PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.bUnderrange @@ -62409,7 +62704,7 @@ Digital outputs Input - 654913104 + 654913488 PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.bOverrange @@ -62421,7 +62716,7 @@ Digital outputs Input - 654913112 + 654913496 PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbThermoCouple.iRaw @@ -62433,7 +62728,7 @@ Digital outputs Input - 654913120 + 654913504 PRG_IM6K4_PPM.fbIM6K4.fbPowerMeter.fbGetPMVoltage.iRaw @@ -62446,7 +62741,7 @@ Digital outputs Input - 654913376 + 654913760 PRG_IM6K4_PPM.fbIM6K4.fbGige.fbGetIllPercent.iRaw @@ -62459,7 +62754,7 @@ Digital outputs Input - 655299488 + 655299872 PRG_IM6K4_PPM.fbIM6K4.fbFlowMeter.iRaw @@ -62472,7 +62767,7 @@ Digital outputs Input - 655300576 + 655300960 PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.bError @@ -62491,7 +62786,7 @@ Digital outputs Input - 655301128 + 655301512 PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.bUnderrange @@ -62503,7 +62798,7 @@ Digital outputs Input - 655301136 + 655301520 PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.bOverrange @@ -62515,7 +62810,7 @@ Digital outputs Input - 655301144 + 655301528 PRG_IM6K4_PPM.fbIM6K4.fbYagThermoCouple.iRaw @@ -62527,7 +62822,27 @@ Digital outputs Input - 655301152 + 655301536 + + + PRG_IM6K4_PPM.fbIM6K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 655301600 PRG_LI1K4_IP1.fbLI1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -62539,7 +62854,7 @@ Digital outputs Input - 655414144 + 655414592 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -62551,7 +62866,7 @@ Digital outputs Input - 656978176 + 656978624 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -62564,7 +62879,7 @@ Digital outputs Input - 656986112 + 656986560 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -62577,7 +62892,7 @@ Digital outputs Input - 656986120 + 656986568 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].bHome @@ -62590,7 +62905,7 @@ Digital outputs Input - 656986128 + 656986576 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -62613,7 +62928,7 @@ Digital outputs Input - 656986144 + 656986592 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -62626,7 +62941,7 @@ Digital outputs Input - 656986176 + 656986624 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -62639,7 +62954,7 @@ Digital outputs Input - 656986240 + 656986688 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -62652,7 +62967,7 @@ Digital outputs Input - 656986256 + 656986704 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -62664,7 +62979,7 @@ Digital outputs Input - 657003392 + 657003840 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -62677,7 +62992,7 @@ Digital outputs Input - 657011328 + 657011776 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -62690,7 +63005,7 @@ Digital outputs Input - 657011336 + 657011784 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].bHome @@ -62703,7 +63018,7 @@ Digital outputs Input - 657011344 + 657011792 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -62726,7 +63041,7 @@ Digital outputs Input - 657011360 + 657011808 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -62739,7 +63054,7 @@ Digital outputs Input - 657011392 + 657011840 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -62752,7 +63067,7 @@ Digital outputs Input - 657011456 + 657011904 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -62765,7 +63080,7 @@ Digital outputs Input - 657011472 + 657011920 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -62777,7 +63092,7 @@ Digital outputs Input - 657028608 + 657029056 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -62790,7 +63105,7 @@ Digital outputs Input - 657036544 + 657036992 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -62803,7 +63118,7 @@ Digital outputs Input - 657036552 + 657037000 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].bHome @@ -62816,7 +63131,7 @@ Digital outputs Input - 657036560 + 657037008 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -62839,7 +63154,7 @@ Digital outputs Input - 657036576 + 657037024 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -62852,7 +63167,7 @@ Digital outputs Input - 657036608 + 657037056 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -62865,7 +63180,7 @@ Digital outputs Input - 657036672 + 657037120 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -62878,7 +63193,7 @@ Digital outputs Input - 657036688 + 657037136 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -62890,7 +63205,7 @@ Digital outputs Input - 657447040 + 657447488 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbZStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -62902,7 +63217,7 @@ Digital outputs Input - 657744960 + 657745408 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -62914,7 +63229,7 @@ Digital outputs Input - 659308992 + 659309440 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -62927,7 +63242,7 @@ Digital outputs Input - 659316928 + 659317376 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -62940,7 +63255,7 @@ Digital outputs Input - 659316936 + 659317384 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].bHome @@ -62953,7 +63268,7 @@ Digital outputs Input - 659316944 + 659317392 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -62976,7 +63291,7 @@ Digital outputs Input - 659316960 + 659317408 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -62989,7 +63304,7 @@ Digital outputs Input - 659316992 + 659317440 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -63002,7 +63317,7 @@ Digital outputs Input - 659317056 + 659317504 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -63015,7 +63330,7 @@ Digital outputs Input - 659317072 + 659317520 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -63027,7 +63342,7 @@ Digital outputs Input - 659334208 + 659334656 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -63040,7 +63355,7 @@ Digital outputs Input - 659342144 + 659342592 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -63053,7 +63368,7 @@ Digital outputs Input - 659342152 + 659342600 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].bHome @@ -63066,7 +63381,7 @@ Digital outputs Input - 659342160 + 659342608 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -63089,7 +63404,7 @@ Digital outputs Input - 659342176 + 659342624 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -63102,7 +63417,7 @@ Digital outputs Input - 659342208 + 659342656 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -63115,7 +63430,7 @@ Digital outputs Input - 659342272 + 659342720 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -63128,7 +63443,7 @@ Digital outputs Input - 659342288 + 659342736 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -63140,7 +63455,7 @@ Digital outputs Input - 659359424 + 659359872 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -63153,7 +63468,7 @@ Digital outputs Input - 659367360 + 659367808 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -63166,7 +63481,7 @@ Digital outputs Input - 659367368 + 659367816 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].bHome @@ -63179,7 +63494,7 @@ Digital outputs Input - 659367376 + 659367824 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -63202,7 +63517,7 @@ Digital outputs Input - 659367392 + 659367840 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -63215,7 +63530,7 @@ Digital outputs Input - 659367424 + 659367872 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -63228,7 +63543,7 @@ Digital outputs Input - 659367488 + 659367936 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -63241,7 +63556,7 @@ Digital outputs Input - 659367504 + 659367952 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.bError @@ -63265,7 +63580,7 @@ Digital outputs Input - 659657544 + 659657992 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.bUnderrange @@ -63277,7 +63592,7 @@ Digital outputs Input - 659657552 + 659658000 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.bOverrange @@ -63289,7 +63604,7 @@ Digital outputs Input - 659657560 + 659658008 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple1.iRaw @@ -63301,7 +63616,7 @@ Digital outputs Input - 659657568 + 659658016 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.bError @@ -63325,7 +63640,7 @@ Digital outputs Input - 659657800 + 659658248 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.bUnderrange @@ -63337,7 +63652,7 @@ Digital outputs Input - 659657808 + 659658256 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.bOverrange @@ -63349,7 +63664,7 @@ Digital outputs Input - 659657816 + 659658264 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbThermoCouple2.iRaw @@ -63361,7 +63676,27 @@ Digital outputs Input - 659657824 + 659658272 + + + PRG_PF1K4_WFS_TARGET.fbPF1K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 659658336 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -63373,7 +63708,7 @@ Digital outputs Input - 659777984 + 659778496 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbZStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -63385,7 +63720,7 @@ Digital outputs Input - 660075904 + 660076416 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -63397,7 +63732,7 @@ Digital outputs Input - 661639936 + 661640448 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -63410,7 +63745,7 @@ Digital outputs Input - 661647872 + 661648384 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -63423,7 +63758,7 @@ Digital outputs Input - 661647880 + 661648392 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].bHome @@ -63436,7 +63771,7 @@ Digital outputs Input - 661647888 + 661648400 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -63459,7 +63794,7 @@ Digital outputs Input - 661647904 + 661648416 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -63472,7 +63807,7 @@ Digital outputs Input - 661647936 + 661648448 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -63485,7 +63820,7 @@ Digital outputs Input - 661648000 + 661648512 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -63498,7 +63833,7 @@ Digital outputs Input - 661648016 + 661648528 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].Axis.NcToPlc @@ -63510,7 +63845,7 @@ Digital outputs Input - 661665152 + 661665664 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].bLimitForwardEnable @@ -63523,7 +63858,7 @@ Digital outputs Input - 661673088 + 661673600 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].bLimitBackwardEnable @@ -63536,7 +63871,7 @@ Digital outputs Input - 661673096 + 661673608 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].bHome @@ -63549,7 +63884,7 @@ Digital outputs Input - 661673104 + 661673616 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].bHardwareEnable @@ -63572,7 +63907,7 @@ Digital outputs Input - 661673120 + 661673632 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].nRawEncoderULINT @@ -63585,7 +63920,7 @@ Digital outputs Input - 661673152 + 661673664 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].nRawEncoderUINT @@ -63598,7 +63933,7 @@ Digital outputs Input - 661673216 + 661673728 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].nRawEncoderINT @@ -63611,7 +63946,7 @@ Digital outputs Input - 661673232 + 661673744 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].Axis.NcToPlc @@ -63623,7 +63958,7 @@ Digital outputs Input - 661690368 + 661690880 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].bLimitForwardEnable @@ -63636,7 +63971,7 @@ Digital outputs Input - 661698304 + 661698816 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].bLimitBackwardEnable @@ -63649,7 +63984,7 @@ Digital outputs Input - 661698312 + 661698824 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].bHome @@ -63662,7 +63997,7 @@ Digital outputs Input - 661698320 + 661698832 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].bHardwareEnable @@ -63685,7 +64020,7 @@ Digital outputs Input - 661698336 + 661698848 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].nRawEncoderULINT @@ -63698,7 +64033,7 @@ Digital outputs Input - 661698368 + 661698880 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].nRawEncoderUINT @@ -63711,7 +64046,7 @@ Digital outputs Input - 661698432 + 661698944 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].nRawEncoderINT @@ -63724,7 +64059,7 @@ Digital outputs Input - 661698448 + 661698960 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.bError @@ -63748,7 +64083,7 @@ Digital outputs Input - 661988488 + 661989000 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.bUnderrange @@ -63760,7 +64095,7 @@ Digital outputs Input - 661988496 + 661989008 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.bOverrange @@ -63772,7 +64107,7 @@ Digital outputs Input - 661988504 + 661989016 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple1.iRaw @@ -63784,7 +64119,7 @@ Digital outputs Input - 661988512 + 661989024 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.bError @@ -63808,7 +64143,7 @@ Digital outputs Input - 661988744 + 661989256 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.bUnderrange @@ -63820,7 +64155,7 @@ Digital outputs Input - 661988752 + 661989264 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.bOverrange @@ -63832,7 +64167,7 @@ Digital outputs Input - 661988760 + 661989272 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbThermoCouple2.iRaw @@ -63844,7 +64179,27 @@ Digital outputs Input - 661988768 + 661989280 + + + PRG_PF2K4_WFS_TARGET.fbPF2K4.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 661989344 PRG_SL1K4_SCATTER.fbSL1K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63856,7 +64211,7 @@ Digital outputs Input - 662084672 + 662085248 PRG_SL1K4_SCATTER.fbSL1K4.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63868,7 +64223,7 @@ Digital outputs Input - 662382592 + 662383168 PRG_SL1K4_SCATTER.fbSL1K4.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63880,7 +64235,7 @@ Digital outputs Input - 662680512 + 662681088 PRG_SL1K4_SCATTER.fbSL1K4.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63892,7 +64247,7 @@ Digital outputs Input - 662978432 + 662979008 PRG_SL1K4_SCATTER.fbSL1K4.AptArrayReq @@ -63904,7 +64259,7 @@ Digital outputs Input - 663424128 + 663424704 PRG_SL2K4_SCATTER.fbSL2K4.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63916,7 +64271,7 @@ Digital outputs Input - 663431360 + 663432000 PRG_SL2K4_SCATTER.fbSL2K4.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63928,7 +64283,7 @@ Digital outputs Input - 663729280 + 663729920 PRG_SL2K4_SCATTER.fbSL2K4.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63940,7 +64295,7 @@ Digital outputs Input - 664027200 + 664027840 PRG_SL2K4_SCATTER.fbSL2K4.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -63952,7 +64307,7 @@ Digital outputs Input - 664325120 + 664325760 PRG_SL2K4_SCATTER.fbSL2K4.AptArrayReq @@ -63964,32 +64319,7 @@ Digital outputs Input - 664770816 - - - PRG_ST4K4_TMO_TERM.ST4K4.i_xInsertedLS - IO - 8 - BOOL - - - TcAddressType - Input - - - 664883296 - - - PRG_ST4K4_TMO_TERM.ST4K4.i_xRetractedLS - 8 - BOOL - - - TcAddressType - Input - - - 664883304 + 664771456 PRG_SP1K4.bHallInput1 @@ -64005,7 +64335,7 @@ Digital outputs Input - 664883336 + 664775016 PRG_SP1K4.bHallInput2 @@ -64021,7 +64351,7 @@ Digital outputs Input - 664883344 + 664775024 PRG_SP1K4.bTL1High @@ -64037,39 +64367,32 @@ Digital outputs Input - 664883352 + 664775032 - PRG_SP1K4.bTL1Low + PRG_ST4K4_TMO_TERM.ST4K4.i_xInsertedLS + IO 8 BOOL - - TcLinkTo - TIIB[SP1K4-TL1-EL1124]^Channel 2^Input - TcAddressType Input - 664885296 + 664883936 - PRG_SP1K4.bTL2High + PRG_ST4K4_TMO_TERM.ST4K4.i_xRetractedLS 8 BOOL - - TcLinkTo - TIIB[SP1K4-TL2-EL1124]^Channel 1^Input - TcAddressType Input - 664885304 + 664883944 PRG_TM1K4.fbTM1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -64081,7 +64404,7 @@ Digital outputs Input - 664918528 + 664919104 PRG_TM1K4.fbTM1K4.fbXStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -64093,7 +64416,7 @@ Digital outputs Input - 665216448 + 665217024 PRG_TM1K4.fbTM1K4.fbThermoCouple1.bError @@ -64117,7 +64440,7 @@ Digital outputs Input - 666207880 + 666208456 PRG_TM1K4.fbTM1K4.fbThermoCouple1.bUnderrange @@ -64129,7 +64452,7 @@ Digital outputs Input - 666207888 + 666208464 PRG_TM1K4.fbTM1K4.fbThermoCouple1.bOverrange @@ -64141,7 +64464,7 @@ Digital outputs Input - 666207896 + 666208472 PRG_TM1K4.fbTM1K4.fbThermoCouple1.iRaw @@ -64153,7 +64476,39 @@ Digital outputs Input - 666207904 + 666208480 + + + PRG_SP1K4.bTL1Low + 8 + BOOL + + + TcLinkTo + TIIB[SP1K4-TL1-EL1124]^Channel 2^Input + + + TcAddressType + Input + + + 666209008 + + + PRG_SP1K4.bTL2High + 8 + BOOL + + + TcLinkTo + TIIB[SP1K4-TL2-EL1124]^Channel 1^Input + + + TcAddressType + Input + + + 666209016 PRG_TM2K4.fbTM2K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -64165,7 +64520,7 @@ Digital outputs Input - 666234368 + 666234944 PRG_TM2K4.fbTM2K4.fbXStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -64177,7 +64532,7 @@ Digital outputs Input - 666532288 + 666532864 PRG_TM2K4.fbTM2K4.fbThermoCouple1.bError @@ -64201,7 +64556,7 @@ Digital outputs Input - 667516424 + 667517000 PRG_TM2K4.fbTM2K4.fbThermoCouple1.bUnderrange @@ -64213,7 +64568,7 @@ Digital outputs Input - 667516432 + 667517008 PRG_TM2K4.fbTM2K4.fbThermoCouple1.bOverrange @@ -64225,7 +64580,7 @@ Digital outputs Input - 667516440 + 667517016 PRG_TM2K4.fbTM2K4.fbThermoCouple1.iRaw @@ -64237,7 +64592,7 @@ Digital outputs Input - 667516448 + 667517024 PRG_SP1K4.fbMotionLensX.fbDriveVirtual.MasterAxis.NcToPlc @@ -64249,7 +64604,7 @@ Digital outputs Input - 667519360 + 667519936 PRG_SP1K4.fbMotionFoilX.fbDriveVirtual.MasterAxis.NcToPlc @@ -64261,7 +64616,7 @@ Digital outputs Input - 667817280 + 667817856 PRG_SP1K4.fbMotionZPX.fbDriveVirtual.MasterAxis.NcToPlc @@ -64273,7 +64628,7 @@ Digital outputs Input - 668115200 + 668115776 PRG_SP1K4.fbMotionZPY.fbDriveVirtual.MasterAxis.NcToPlc @@ -64285,7 +64640,7 @@ Digital outputs Input - 668413120 + 668413696 PRG_SP1K4.fbMotionZPZ.fbDriveVirtual.MasterAxis.NcToPlc @@ -64297,7 +64652,7 @@ Digital outputs Input - 668711040 + 668711616 PRG_SP1K4.fbMotionYAGX.fbDriveVirtual.MasterAxis.NcToPlc @@ -64309,7 +64664,7 @@ Digital outputs Input - 669008960 + 669009536 PRG_SP1K4.fbMotionYAGY.fbDriveVirtual.MasterAxis.NcToPlc @@ -64321,7 +64676,7 @@ Digital outputs Input - 669306880 + 669307456 PRG_SP1K4.fbMotionYAGZ.fbDriveVirtual.MasterAxis.NcToPlc @@ -64333,7 +64688,7 @@ Digital outputs Input - 669604800 + 669605376 PRG_SP1K4.fbMotionYAGR.fbDriveVirtual.MasterAxis.NcToPlc @@ -64345,7 +64700,7 @@ Digital outputs Input - 669902720 + 669903296 PRG_SP1K4.fbMotionTL1.fbDriveVirtual.MasterAxis.NcToPlc @@ -64357,7 +64712,7 @@ Digital outputs Input - 670200640 + 670201216 PRG_SP1K4.fbMotionTL2.fbDriveVirtual.MasterAxis.NcToPlc @@ -64369,7 +64724,7 @@ Digital outputs Input - 670498560 + 670499136 PRG_SP1K4.fbMotionTLX.fbDriveVirtual.MasterAxis.NcToPlc @@ -64381,7 +64736,7 @@ Digital outputs Input - 670796480 + 670797056 PRG_SP1K4.fbMotionFoilY.fbDriveVirtual.MasterAxis.NcToPlc @@ -64393,7 +64748,7 @@ Digital outputs Input - 671094400 + 671094976 PRG_SP1K4.bTL2Low @@ -64409,7 +64764,7 @@ Digital outputs Input - 671389824 + 671390432 PRG_SP1K4.fbZPStates.astMotionStageMax[1].Axis.NcToPlc @@ -64421,7 +64776,7 @@ Digital outputs Input - 672657600 + 672658240 PRG_SP1K4.fbZPStates.astMotionStageMax[1].bLimitForwardEnable @@ -64434,7 +64789,7 @@ Digital outputs Input - 672665536 + 672666176 PRG_SP1K4.fbZPStates.astMotionStageMax[1].bLimitBackwardEnable @@ -64447,7 +64802,7 @@ Digital outputs Input - 672665544 + 672666184 PRG_SP1K4.fbZPStates.astMotionStageMax[1].bHome @@ -64460,7 +64815,7 @@ Digital outputs Input - 672665552 + 672666192 PRG_SP1K4.fbZPStates.astMotionStageMax[1].bHardwareEnable @@ -64483,7 +64838,7 @@ Digital outputs Input - 672665568 + 672666208 PRG_SP1K4.fbZPStates.astMotionStageMax[1].nRawEncoderULINT @@ -64496,7 +64851,7 @@ Digital outputs Input - 672665600 + 672666240 PRG_SP1K4.fbZPStates.astMotionStageMax[1].nRawEncoderUINT @@ -64509,7 +64864,7 @@ Digital outputs Input - 672665664 + 672666304 PRG_SP1K4.fbZPStates.astMotionStageMax[1].nRawEncoderINT @@ -64522,7 +64877,7 @@ Digital outputs Input - 672665680 + 672666320 PRG_SP1K4.fbZPStates.astMotionStageMax[2].Axis.NcToPlc @@ -64534,7 +64889,7 @@ Digital outputs Input - 672682816 + 672683456 PRG_SP1K4.fbZPStates.astMotionStageMax[2].bLimitForwardEnable @@ -64547,7 +64902,7 @@ Digital outputs Input - 672690752 + 672691392 PRG_SP1K4.fbZPStates.astMotionStageMax[2].bLimitBackwardEnable @@ -64560,7 +64915,7 @@ Digital outputs Input - 672690760 + 672691400 PRG_SP1K4.fbZPStates.astMotionStageMax[2].bHome @@ -64573,7 +64928,7 @@ Digital outputs Input - 672690768 + 672691408 PRG_SP1K4.fbZPStates.astMotionStageMax[2].bHardwareEnable @@ -64596,7 +64951,7 @@ Digital outputs Input - 672690784 + 672691424 PRG_SP1K4.fbZPStates.astMotionStageMax[2].nRawEncoderULINT @@ -64609,7 +64964,7 @@ Digital outputs Input - 672690816 + 672691456 PRG_SP1K4.fbZPStates.astMotionStageMax[2].nRawEncoderUINT @@ -64622,7 +64977,7 @@ Digital outputs Input - 672690880 + 672691520 PRG_SP1K4.fbZPStates.astMotionStageMax[2].nRawEncoderINT @@ -64635,7 +64990,7 @@ Digital outputs Input - 672690896 + 672691536 PRG_SP1K4.fbZPStates.astMotionStageMax[3].Axis.NcToPlc @@ -64647,7 +65002,7 @@ Digital outputs Input - 672708032 + 672708672 PRG_SP1K4.fbZPStates.astMotionStageMax[3].bLimitForwardEnable @@ -64660,7 +65015,7 @@ Digital outputs Input - 672715968 + 672716608 PRG_SP1K4.fbZPStates.astMotionStageMax[3].bLimitBackwardEnable @@ -64673,7 +65028,7 @@ Digital outputs Input - 672715976 + 672716616 PRG_SP1K4.fbZPStates.astMotionStageMax[3].bHome @@ -64686,7 +65041,7 @@ Digital outputs Input - 672715984 + 672716624 PRG_SP1K4.fbZPStates.astMotionStageMax[3].bHardwareEnable @@ -64709,7 +65064,7 @@ Digital outputs Input - 672716000 + 672716640 PRG_SP1K4.fbZPStates.astMotionStageMax[3].nRawEncoderULINT @@ -64722,7 +65077,7 @@ Digital outputs Input - 672716032 + 672716672 PRG_SP1K4.fbZPStates.astMotionStageMax[3].nRawEncoderUINT @@ -64735,7 +65090,7 @@ Digital outputs Input - 672716096 + 672716736 PRG_SP1K4.fbZPStates.astMotionStageMax[3].nRawEncoderINT @@ -64748,7 +65103,7 @@ Digital outputs Input - 672716112 + 672716752 PRG_SP1K4.fbATTStates.astMotionStageMax[1].Axis.NcToPlc @@ -64760,7 +65115,7 @@ Digital outputs Input - 674419648 + 674420224 PRG_SP1K4.fbATTStates.astMotionStageMax[1].bLimitForwardEnable @@ -64773,7 +65128,7 @@ Digital outputs Input - 674427584 + 674428160 PRG_SP1K4.fbATTStates.astMotionStageMax[1].bLimitBackwardEnable @@ -64786,7 +65141,7 @@ Digital outputs Input - 674427592 + 674428168 PRG_SP1K4.fbATTStates.astMotionStageMax[1].bHome @@ -64799,7 +65154,7 @@ Digital outputs Input - 674427600 + 674428176 PRG_SP1K4.fbATTStates.astMotionStageMax[1].bHardwareEnable @@ -64822,7 +65177,7 @@ Digital outputs Input - 674427616 + 674428192 PRG_SP1K4.fbATTStates.astMotionStageMax[1].nRawEncoderULINT @@ -64835,7 +65190,7 @@ Digital outputs Input - 674427648 + 674428224 PRG_SP1K4.fbATTStates.astMotionStageMax[1].nRawEncoderUINT @@ -64848,7 +65203,7 @@ Digital outputs Input - 674427712 + 674428288 PRG_SP1K4.fbATTStates.astMotionStageMax[1].nRawEncoderINT @@ -64861,7 +65216,7 @@ Digital outputs Input - 674427728 + 674428304 PRG_SP1K4.fbATTStates.astMotionStageMax[2].Axis.NcToPlc @@ -64873,7 +65228,7 @@ Digital outputs Input - 674444864 + 674445440 PRG_SP1K4.fbATTStates.astMotionStageMax[2].bLimitForwardEnable @@ -64886,7 +65241,7 @@ Digital outputs Input - 674452800 + 674453376 PRG_SP1K4.fbATTStates.astMotionStageMax[2].bLimitBackwardEnable @@ -64899,7 +65254,7 @@ Digital outputs Input - 674452808 + 674453384 PRG_SP1K4.fbATTStates.astMotionStageMax[2].bHome @@ -64912,7 +65267,7 @@ Digital outputs Input - 674452816 + 674453392 PRG_SP1K4.fbATTStates.astMotionStageMax[2].bHardwareEnable @@ -64935,7 +65290,7 @@ Digital outputs Input - 674452832 + 674453408 PRG_SP1K4.fbATTStates.astMotionStageMax[2].nRawEncoderULINT @@ -64948,7 +65303,7 @@ Digital outputs Input - 674452864 + 674453440 PRG_SP1K4.fbATTStates.astMotionStageMax[2].nRawEncoderUINT @@ -64961,7 +65316,7 @@ Digital outputs Input - 674452928 + 674453504 PRG_SP1K4.fbATTStates.astMotionStageMax[2].nRawEncoderINT @@ -64974,7 +65329,7 @@ Digital outputs Input - 674452944 + 674453520 PRG_SP1K4.fbATTStates.astMotionStageMax[3].Axis.NcToPlc @@ -64986,7 +65341,7 @@ Digital outputs Input - 674470080 + 674470656 PRG_SP1K4.fbATTStates.astMotionStageMax[3].bLimitForwardEnable @@ -64999,7 +65354,7 @@ Digital outputs Input - 674478016 + 674478592 PRG_SP1K4.fbATTStates.astMotionStageMax[3].bLimitBackwardEnable @@ -65012,7 +65367,7 @@ Digital outputs Input - 674478024 + 674478600 PRG_SP1K4.fbATTStates.astMotionStageMax[3].bHome @@ -65025,7 +65380,7 @@ Digital outputs Input - 674478032 + 674478608 PRG_SP1K4.fbATTStates.astMotionStageMax[3].bHardwareEnable @@ -65048,7 +65403,7 @@ Digital outputs Input - 674478048 + 674478624 PRG_SP1K4.fbATTStates.astMotionStageMax[3].nRawEncoderULINT @@ -65061,7 +65416,7 @@ Digital outputs Input - 674478080 + 674478656 PRG_SP1K4.fbATTStates.astMotionStageMax[3].nRawEncoderUINT @@ -65074,7 +65429,7 @@ Digital outputs Input - 674478144 + 674478720 PRG_SP1K4.fbATTStates.astMotionStageMax[3].nRawEncoderINT @@ -65087,7 +65442,7 @@ Digital outputs Input - 674478160 + 674478736 PRG_SP1K4.SP1K4_ATT_RTD_01.bError @@ -65111,7 +65466,7 @@ Digital outputs Input - 674859464 + 674860104 PRG_SP1K4.SP1K4_ATT_RTD_01.bUnderrange @@ -65123,7 +65478,7 @@ Digital outputs Input - 674859472 + 674860112 PRG_SP1K4.SP1K4_ATT_RTD_01.bOverrange @@ -65135,7 +65490,7 @@ Digital outputs Input - 674859480 + 674860120 PRG_SP1K4.SP1K4_ATT_RTD_01.iRaw @@ -65147,7 +65502,7 @@ Digital outputs Input - 674859488 + 674860128 PRG_SP1K4.SP1K4_ATT_RTD_02.bError @@ -65171,7 +65526,7 @@ Digital outputs Input - 674859720 + 674860360 PRG_SP1K4.SP1K4_ATT_RTD_02.bUnderrange @@ -65183,7 +65538,7 @@ Digital outputs Input - 674859728 + 674860368 PRG_SP1K4.SP1K4_ATT_RTD_02.bOverrange @@ -65195,7 +65550,7 @@ Digital outputs Input - 674859736 + 674860376 PRG_SP1K4.SP1K4_ATT_RTD_02.iRaw @@ -65207,7 +65562,7 @@ Digital outputs Input - 674859744 + 674860384 PRG_3_PMPS_POST.fbArbiterIO.i_stCurrentBP @@ -65223,7 +65578,7 @@ Digital outputs Input - 674861216 + 674861856 PRG_3_PMPS_POST.fbArbiterIO.xTxPDO_toggle @@ -65244,7 +65599,7 @@ Digital outputs Input - 674864736 + 674865376 PRG_3_PMPS_POST.fbArbiterIO.xTxPDO_state @@ -65265,7 +65620,7 @@ Digital outputs Input - 674864737 + 674865377 Main.M1.Axis.NcToPlc @@ -65277,7 +65632,7 @@ Digital outputs Input - 685063232 + 685063808 Main.M1.bLimitForwardEnable @@ -65290,7 +65645,7 @@ Digital outputs Input - 685071168 + 685071744 Main.M1.bLimitBackwardEnable @@ -65303,7 +65658,7 @@ Digital outputs Input - 685071176 + 685071752 Main.M1.bHome @@ -65316,7 +65671,7 @@ Digital outputs Input - 685071184 + 685071760 Main.M1.bHardwareEnable @@ -65339,7 +65694,7 @@ Digital outputs Input - 685071200 + 685071776 Main.M1.nRawEncoderULINT @@ -65352,7 +65707,7 @@ Digital outputs Input - 685071232 + 685071808 Main.M1.nRawEncoderUINT @@ -65365,7 +65720,7 @@ Digital outputs Input - 685071296 + 685071872 Main.M1.nRawEncoderINT @@ -65378,7 +65733,7 @@ Digital outputs Input - 685071312 + 685071888 Main.M2.Axis.NcToPlc @@ -65390,7 +65745,7 @@ Digital outputs Input - 685088448 + 685089024 Main.M2.bLimitForwardEnable @@ -65403,7 +65758,7 @@ Digital outputs Input - 685096384 + 685096960 Main.M2.bLimitBackwardEnable @@ -65416,7 +65771,7 @@ Digital outputs Input - 685096392 + 685096968 Main.M2.bHome @@ -65429,7 +65784,7 @@ Digital outputs Input - 685096400 + 685096976 Main.M2.bHardwareEnable @@ -65452,7 +65807,7 @@ Digital outputs Input - 685096416 + 685096992 Main.M2.nRawEncoderULINT @@ -65465,7 +65820,7 @@ Digital outputs Input - 685096448 + 685097024 Main.M2.nRawEncoderUINT @@ -65478,7 +65833,7 @@ Digital outputs Input - 685096512 + 685097088 Main.M2.nRawEncoderINT @@ -65491,7 +65846,7 @@ Digital outputs Input - 685096528 + 685097104 Main.M3.Axis.NcToPlc @@ -65503,7 +65858,7 @@ Digital outputs Input - 685113664 + 685114240 Main.M3.bLimitForwardEnable @@ -65516,7 +65871,7 @@ Digital outputs Input - 685121600 + 685122176 Main.M3.bLimitBackwardEnable @@ -65529,7 +65884,7 @@ Digital outputs Input - 685121608 + 685122184 Main.M3.bHome @@ -65542,7 +65897,7 @@ Digital outputs Input - 685121616 + 685122192 Main.M3.bHardwareEnable @@ -65565,7 +65920,7 @@ Digital outputs Input - 685121632 + 685122208 Main.M3.nRawEncoderULINT @@ -65578,7 +65933,7 @@ Digital outputs Input - 685121664 + 685122240 Main.M3.nRawEncoderUINT @@ -65591,7 +65946,7 @@ Digital outputs Input - 685121728 + 685122304 Main.M3.nRawEncoderINT @@ -65604,7 +65959,7 @@ Digital outputs Input - 685121744 + 685122320 Main.M4.Axis.NcToPlc @@ -65616,7 +65971,7 @@ Digital outputs Input - 685138880 + 685139456 Main.M4.bLimitForwardEnable @@ -65629,7 +65984,7 @@ Digital outputs Input - 685146816 + 685147392 Main.M4.bLimitBackwardEnable @@ -65642,7 +65997,7 @@ Digital outputs Input - 685146824 + 685147400 Main.M4.bHome @@ -65655,7 +66010,7 @@ Digital outputs Input - 685146832 + 685147408 Main.M4.bHardwareEnable @@ -65678,7 +66033,7 @@ Digital outputs Input - 685146848 + 685147424 Main.M4.nRawEncoderULINT @@ -65691,7 +66046,7 @@ Digital outputs Input - 685146880 + 685147456 Main.M4.nRawEncoderUINT @@ -65704,7 +66059,7 @@ Digital outputs Input - 685146944 + 685147520 Main.M4.nRawEncoderINT @@ -65717,7 +66072,7 @@ Digital outputs Input - 685146960 + 685147536 Main.M5.Axis.NcToPlc @@ -65729,7 +66084,7 @@ Digital outputs Input - 685164096 + 685164672 Main.M5.bLimitForwardEnable @@ -65742,7 +66097,7 @@ Digital outputs Input - 685172032 + 685172608 Main.M5.bLimitBackwardEnable @@ -65755,7 +66110,7 @@ Digital outputs Input - 685172040 + 685172616 Main.M5.bHome @@ -65768,7 +66123,7 @@ Digital outputs Input - 685172048 + 685172624 Main.M5.bHardwareEnable @@ -65791,7 +66146,7 @@ Digital outputs Input - 685172064 + 685172640 Main.M5.nRawEncoderULINT @@ -65804,7 +66159,7 @@ Digital outputs Input - 685172096 + 685172672 Main.M5.nRawEncoderUINT @@ -65817,7 +66172,7 @@ Digital outputs Input - 685172160 + 685172736 Main.M5.nRawEncoderINT @@ -65830,7 +66185,7 @@ Digital outputs Input - 685172176 + 685172752 Main.M6.Axis.NcToPlc @@ -65842,7 +66197,7 @@ Digital outputs Input - 685189312 + 685189888 Main.M6.bLimitForwardEnable @@ -65855,7 +66210,7 @@ Digital outputs Input - 685197248 + 685197824 Main.M6.bLimitBackwardEnable @@ -65868,7 +66223,7 @@ Digital outputs Input - 685197256 + 685197832 Main.M6.bHome @@ -65881,7 +66236,7 @@ Digital outputs Input - 685197264 + 685197840 Main.M6.bHardwareEnable @@ -65904,7 +66259,7 @@ Digital outputs Input - 685197280 + 685197856 Main.M6.nRawEncoderULINT @@ -65917,7 +66272,7 @@ Digital outputs Input - 685197312 + 685197888 Main.M6.nRawEncoderUINT @@ -65930,7 +66285,7 @@ Digital outputs Input - 685197376 + 685197952 Main.M6.nRawEncoderINT @@ -65943,7 +66298,7 @@ Digital outputs Input - 685197392 + 685197968 Main.M7.Axis.NcToPlc @@ -65955,7 +66310,7 @@ Digital outputs Input - 685214528 + 685215104 Main.M7.bLimitForwardEnable @@ -65968,7 +66323,7 @@ Digital outputs Input - 685222464 + 685223040 Main.M7.bLimitBackwardEnable @@ -65981,7 +66336,7 @@ Digital outputs Input - 685222472 + 685223048 Main.M7.bHome @@ -65994,7 +66349,7 @@ Digital outputs Input - 685222480 + 685223056 Main.M7.bHardwareEnable @@ -66017,7 +66372,7 @@ Digital outputs Input - 685222496 + 685223072 Main.M7.nRawEncoderULINT @@ -66030,7 +66385,7 @@ Digital outputs Input - 685222528 + 685223104 Main.M7.nRawEncoderUINT @@ -66043,7 +66398,7 @@ Digital outputs Input - 685222592 + 685223168 Main.M7.nRawEncoderINT @@ -66056,7 +66411,7 @@ Digital outputs Input - 685222608 + 685223184 Main.M8.Axis.NcToPlc @@ -66068,7 +66423,7 @@ Digital outputs Input - 685239744 + 685240320 Main.M8.bLimitForwardEnable @@ -66081,7 +66436,7 @@ Digital outputs Input - 685247680 + 685248256 Main.M8.bLimitBackwardEnable @@ -66094,7 +66449,7 @@ Digital outputs Input - 685247688 + 685248264 Main.M8.bHome @@ -66107,7 +66462,7 @@ Digital outputs Input - 685247696 + 685248272 Main.M8.bHardwareEnable @@ -66130,7 +66485,7 @@ Digital outputs Input - 685247712 + 685248288 Main.M8.nRawEncoderULINT @@ -66143,7 +66498,7 @@ Digital outputs Input - 685247744 + 685248320 Main.M8.nRawEncoderUINT @@ -66156,7 +66511,7 @@ Digital outputs Input - 685247808 + 685248384 Main.M8.nRawEncoderINT @@ -66169,7 +66524,7 @@ Digital outputs Input - 685247824 + 685248400 Main.M9.Axis.NcToPlc @@ -66181,7 +66536,7 @@ Digital outputs Input - 685264960 + 685265536 Main.M9.bLimitForwardEnable @@ -66194,7 +66549,7 @@ Digital outputs Input - 685272896 + 685273472 Main.M9.bLimitBackwardEnable @@ -66207,7 +66562,7 @@ Digital outputs Input - 685272904 + 685273480 Main.M9.bHome @@ -66220,7 +66575,7 @@ Digital outputs Input - 685272912 + 685273488 Main.M9.bHardwareEnable @@ -66243,7 +66598,7 @@ Digital outputs Input - 685272928 + 685273504 Main.M9.nRawEncoderULINT @@ -66256,7 +66611,7 @@ Digital outputs Input - 685272960 + 685273536 Main.M9.nRawEncoderUINT @@ -66269,7 +66624,7 @@ Digital outputs Input - 685273024 + 685273600 Main.M9.nRawEncoderINT @@ -66282,7 +66637,7 @@ Digital outputs Input - 685273040 + 685273616 Main.M10.Axis.NcToPlc @@ -66294,7 +66649,7 @@ Digital outputs Input - 685290176 + 685290752 Main.M10.bLimitForwardEnable @@ -66307,7 +66662,7 @@ Digital outputs Input - 685298112 + 685298688 Main.M10.bLimitBackwardEnable @@ -66320,7 +66675,7 @@ Digital outputs Input - 685298120 + 685298696 Main.M10.bHome @@ -66333,7 +66688,7 @@ Digital outputs Input - 685298128 + 685298704 Main.M10.bHardwareEnable @@ -66356,7 +66711,7 @@ Digital outputs Input - 685298144 + 685298720 Main.M10.nRawEncoderULINT @@ -66369,7 +66724,7 @@ Digital outputs Input - 685298176 + 685298752 Main.M10.nRawEncoderUINT @@ -66382,7 +66737,7 @@ Digital outputs Input - 685298240 + 685298816 Main.M10.nRawEncoderINT @@ -66395,7 +66750,7 @@ Digital outputs Input - 685298256 + 685298832 Main.M11.Axis.NcToPlc @@ -66407,7 +66762,7 @@ Digital outputs Input - 685315392 + 685315968 Main.M11.bLimitForwardEnable @@ -66420,7 +66775,7 @@ Digital outputs Input - 685323328 + 685323904 Main.M11.bLimitBackwardEnable @@ -66433,7 +66788,7 @@ Digital outputs Input - 685323336 + 685323912 Main.M11.bHome @@ -66446,7 +66801,7 @@ Digital outputs Input - 685323344 + 685323920 Main.M11.bHardwareEnable @@ -66469,7 +66824,7 @@ Digital outputs Input - 685323360 + 685323936 Main.M11.nRawEncoderULINT @@ -66482,7 +66837,7 @@ Digital outputs Input - 685323392 + 685323968 Main.M11.nRawEncoderUINT @@ -66495,7 +66850,7 @@ Digital outputs Input - 685323456 + 685324032 Main.M11.nRawEncoderINT @@ -66508,7 +66863,7 @@ Digital outputs Input - 685323472 + 685324048 Main.M12.Axis.NcToPlc @@ -66520,7 +66875,7 @@ Digital outputs Input - 685340608 + 685341184 Main.M12.bLimitForwardEnable @@ -66533,7 +66888,7 @@ Digital outputs Input - 685348544 + 685349120 Main.M12.bLimitBackwardEnable @@ -66546,7 +66901,7 @@ Digital outputs Input - 685348552 + 685349128 Main.M12.bHome @@ -66559,7 +66914,7 @@ Digital outputs Input - 685348560 + 685349136 Main.M12.bHardwareEnable @@ -66582,7 +66937,7 @@ Digital outputs Input - 685348576 + 685349152 Main.M12.nRawEncoderULINT @@ -66595,7 +66950,7 @@ Digital outputs Input - 685348608 + 685349184 Main.M12.nRawEncoderUINT @@ -66608,7 +66963,7 @@ Digital outputs Input - 685348672 + 685349248 Main.M12.nRawEncoderINT @@ -66621,7 +66976,7 @@ Digital outputs Input - 685348688 + 685349264 Main.M13.Axis.NcToPlc @@ -66633,7 +66988,7 @@ Digital outputs Input - 685365824 + 685366400 Main.M13.bLimitForwardEnable @@ -66646,7 +67001,7 @@ Digital outputs Input - 685373760 + 685374336 Main.M13.bLimitBackwardEnable @@ -66659,7 +67014,7 @@ Digital outputs Input - 685373768 + 685374344 Main.M13.bHome @@ -66672,7 +67027,7 @@ Digital outputs Input - 685373776 + 685374352 Main.M13.bHardwareEnable @@ -66695,7 +67050,7 @@ Digital outputs Input - 685373792 + 685374368 Main.M13.nRawEncoderULINT @@ -66708,7 +67063,7 @@ Digital outputs Input - 685373824 + 685374400 Main.M13.nRawEncoderUINT @@ -66721,7 +67076,7 @@ Digital outputs Input - 685373888 + 685374464 Main.M13.nRawEncoderINT @@ -66734,7 +67089,7 @@ Digital outputs Input - 685373904 + 685374480 Main.M14.Axis.NcToPlc @@ -66746,7 +67101,7 @@ Digital outputs Input - 685391040 + 685391616 Main.M14.bLimitForwardEnable @@ -66759,7 +67114,7 @@ Digital outputs Input - 685398976 + 685399552 Main.M14.bLimitBackwardEnable @@ -66772,7 +67127,7 @@ Digital outputs Input - 685398984 + 685399560 Main.M14.bHome @@ -66785,7 +67140,7 @@ Digital outputs Input - 685398992 + 685399568 Main.M14.bHardwareEnable @@ -66808,7 +67163,7 @@ Digital outputs Input - 685399008 + 685399584 Main.M14.nRawEncoderULINT @@ -66821,7 +67176,7 @@ Digital outputs Input - 685399040 + 685399616 Main.M14.nRawEncoderUINT @@ -66834,7 +67189,7 @@ Digital outputs Input - 685399104 + 685399680 Main.M14.nRawEncoderINT @@ -66847,7 +67202,7 @@ Digital outputs Input - 685399120 + 685399696 Main.M15.Axis.NcToPlc @@ -66859,7 +67214,7 @@ Digital outputs Input - 685416256 + 685416832 Main.M15.bLimitForwardEnable @@ -66872,7 +67227,7 @@ Digital outputs Input - 685424192 + 685424768 Main.M15.bLimitBackwardEnable @@ -66885,7 +67240,7 @@ Digital outputs Input - 685424200 + 685424776 Main.M15.bHome @@ -66898,7 +67253,7 @@ Digital outputs Input - 685424208 + 685424784 Main.M15.bHardwareEnable @@ -66921,7 +67276,7 @@ Digital outputs Input - 685424224 + 685424800 Main.M15.nRawEncoderULINT @@ -66934,7 +67289,7 @@ Digital outputs Input - 685424256 + 685424832 Main.M15.nRawEncoderUINT @@ -66947,7 +67302,7 @@ Digital outputs Input - 685424320 + 685424896 Main.M15.nRawEncoderINT @@ -66960,7 +67315,7 @@ Digital outputs Input - 685424336 + 685424912 Main.M16.Axis.NcToPlc @@ -66972,7 +67327,7 @@ Digital outputs Input - 685441472 + 685442048 Main.M16.bLimitForwardEnable @@ -66985,7 +67340,7 @@ Digital outputs Input - 685449408 + 685449984 Main.M16.bLimitBackwardEnable @@ -66998,7 +67353,7 @@ Digital outputs Input - 685449416 + 685449992 Main.M16.bHome @@ -67011,7 +67366,7 @@ Digital outputs Input - 685449424 + 685450000 Main.M16.bHardwareEnable @@ -67034,7 +67389,7 @@ Digital outputs Input - 685449440 + 685450016 Main.M16.nRawEncoderULINT @@ -67047,7 +67402,7 @@ Digital outputs Input - 685449472 + 685450048 Main.M16.nRawEncoderUINT @@ -67060,7 +67415,7 @@ Digital outputs Input - 685449536 + 685450112 Main.M16.nRawEncoderINT @@ -67073,7 +67428,7 @@ Digital outputs Input - 685449552 + 685450128 Main.M17.Axis.NcToPlc @@ -67085,7 +67440,7 @@ Digital outputs Input - 685466688 + 685467264 Main.M17.bLimitForwardEnable @@ -67098,7 +67453,7 @@ Digital outputs Input - 685474624 + 685475200 Main.M17.bLimitBackwardEnable @@ -67111,7 +67466,7 @@ Digital outputs Input - 685474632 + 685475208 Main.M17.bHome @@ -67124,7 +67479,7 @@ Digital outputs Input - 685474640 + 685475216 Main.M17.bHardwareEnable @@ -67147,7 +67502,7 @@ Digital outputs Input - 685474656 + 685475232 Main.M17.nRawEncoderULINT @@ -67160,7 +67515,7 @@ Digital outputs Input - 685474688 + 685475264 Main.M17.nRawEncoderUINT @@ -67173,7 +67528,7 @@ Digital outputs Input - 685474752 + 685475328 Main.M17.nRawEncoderINT @@ -67186,7 +67541,7 @@ Digital outputs Input - 685474768 + 685475344 Main.M18.Axis.NcToPlc @@ -67198,7 +67553,7 @@ Digital outputs Input - 685491904 + 685492480 Main.M18.bLimitForwardEnable @@ -67211,7 +67566,7 @@ Digital outputs Input - 685499840 + 685500416 Main.M18.bLimitBackwardEnable @@ -67224,7 +67579,7 @@ Digital outputs Input - 685499848 + 685500424 Main.M18.bHome @@ -67237,7 +67592,7 @@ Digital outputs Input - 685499856 + 685500432 Main.M18.bHardwareEnable @@ -67260,7 +67615,7 @@ Digital outputs Input - 685499872 + 685500448 Main.M18.nRawEncoderULINT @@ -67273,7 +67628,7 @@ Digital outputs Input - 685499904 + 685500480 Main.M18.nRawEncoderUINT @@ -67286,7 +67641,7 @@ Digital outputs Input - 685499968 + 685500544 Main.M18.nRawEncoderINT @@ -67299,7 +67654,7 @@ Digital outputs Input - 685499984 + 685500560 Main.M19.Axis.NcToPlc @@ -67311,7 +67666,7 @@ Digital outputs Input - 685517120 + 685517696 Main.M19.bLimitForwardEnable @@ -67324,7 +67679,7 @@ Digital outputs Input - 685525056 + 685525632 Main.M19.bLimitBackwardEnable @@ -67337,7 +67692,7 @@ Digital outputs Input - 685525064 + 685525640 Main.M19.bHome @@ -67350,7 +67705,7 @@ Digital outputs Input - 685525072 + 685525648 Main.M19.bHardwareEnable @@ -67373,7 +67728,7 @@ Digital outputs Input - 685525088 + 685525664 Main.M19.nRawEncoderULINT @@ -67386,7 +67741,7 @@ Digital outputs Input - 685525120 + 685525696 Main.M19.nRawEncoderUINT @@ -67399,7 +67754,7 @@ Digital outputs Input - 685525184 + 685525760 Main.M19.nRawEncoderINT @@ -67412,7 +67767,7 @@ Digital outputs Input - 685525200 + 685525776 Main.M20.Axis.NcToPlc @@ -67424,7 +67779,7 @@ Digital outputs Input - 685542336 + 685542912 Main.M20.bLimitForwardEnable @@ -67437,7 +67792,7 @@ Digital outputs Input - 685550272 + 685550848 Main.M20.bLimitBackwardEnable @@ -67450,7 +67805,7 @@ Digital outputs Input - 685550280 + 685550856 Main.M20.bHome @@ -67463,7 +67818,7 @@ Digital outputs Input - 685550288 + 685550864 Main.M20.bHardwareEnable @@ -67486,7 +67841,7 @@ Digital outputs Input - 685550304 + 685550880 Main.M20.nRawEncoderULINT @@ -67499,7 +67854,7 @@ Digital outputs Input - 685550336 + 685550912 Main.M20.nRawEncoderUINT @@ -67512,7 +67867,7 @@ Digital outputs Input - 685550400 + 685550976 Main.M20.nRawEncoderINT @@ -67525,7 +67880,7 @@ Digital outputs Input - 685550416 + 685550992 Main.M21.Axis.NcToPlc @@ -67537,7 +67892,7 @@ Digital outputs Input - 685567552 + 685568128 Main.M21.bLimitForwardEnable @@ -67550,7 +67905,7 @@ Digital outputs Input - 685575488 + 685576064 Main.M21.bLimitBackwardEnable @@ -67563,7 +67918,7 @@ Digital outputs Input - 685575496 + 685576072 Main.M21.bHome @@ -67576,7 +67931,7 @@ Digital outputs Input - 685575504 + 685576080 Main.M21.bHardwareEnable @@ -67599,7 +67954,7 @@ Digital outputs Input - 685575520 + 685576096 Main.M21.nRawEncoderULINT @@ -67612,7 +67967,7 @@ Digital outputs Input - 685575552 + 685576128 Main.M21.nRawEncoderUINT @@ -67625,7 +67980,7 @@ Digital outputs Input - 685575616 + 685576192 Main.M21.nRawEncoderINT @@ -67638,7 +67993,7 @@ Digital outputs Input - 685575632 + 685576208 Main.M22.Axis.NcToPlc @@ -67650,7 +68005,7 @@ Digital outputs Input - 685592768 + 685593344 Main.M22.bLimitForwardEnable @@ -67663,7 +68018,7 @@ Digital outputs Input - 685600704 + 685601280 Main.M22.bLimitBackwardEnable @@ -67676,7 +68031,7 @@ Digital outputs Input - 685600712 + 685601288 Main.M22.bHome @@ -67689,7 +68044,7 @@ Digital outputs Input - 685600720 + 685601296 Main.M22.bHardwareEnable @@ -67712,7 +68067,7 @@ Digital outputs Input - 685600736 + 685601312 Main.M22.nRawEncoderULINT @@ -67725,7 +68080,7 @@ Digital outputs Input - 685600768 + 685601344 Main.M22.nRawEncoderUINT @@ -67738,7 +68093,7 @@ Digital outputs Input - 685600832 + 685601408 Main.M22.nRawEncoderINT @@ -67751,7 +68106,7 @@ Digital outputs Input - 685600848 + 685601424 Main.M23.Axis.NcToPlc @@ -67763,7 +68118,7 @@ Digital outputs Input - 685617984 + 685618560 Main.M23.bLimitForwardEnable @@ -67776,7 +68131,7 @@ Digital outputs Input - 685625920 + 685626496 Main.M23.bLimitBackwardEnable @@ -67789,7 +68144,7 @@ Digital outputs Input - 685625928 + 685626504 Main.M23.bHome @@ -67802,7 +68157,7 @@ Digital outputs Input - 685625936 + 685626512 Main.M23.bHardwareEnable @@ -67825,7 +68180,7 @@ Digital outputs Input - 685625952 + 685626528 Main.M23.nRawEncoderULINT @@ -67838,7 +68193,7 @@ Digital outputs Input - 685625984 + 685626560 Main.M23.nRawEncoderUINT @@ -67851,7 +68206,7 @@ Digital outputs Input - 685626048 + 685626624 Main.M23.nRawEncoderINT @@ -67864,7 +68219,7 @@ Digital outputs Input - 685626064 + 685626640 Main.M24.Axis.NcToPlc @@ -67876,7 +68231,7 @@ Digital outputs Input - 685643200 + 685643776 Main.M24.bLimitForwardEnable @@ -67889,7 +68244,7 @@ Digital outputs Input - 685651136 + 685651712 Main.M24.bLimitBackwardEnable @@ -67902,7 +68257,7 @@ Digital outputs Input - 685651144 + 685651720 Main.M24.bHome @@ -67915,7 +68270,7 @@ Digital outputs Input - 685651152 + 685651728 Main.M24.bHardwareEnable @@ -67938,7 +68293,7 @@ Digital outputs Input - 685651168 + 685651744 Main.M24.nRawEncoderULINT @@ -67951,7 +68306,7 @@ Digital outputs Input - 685651200 + 685651776 Main.M24.nRawEncoderUINT @@ -67964,7 +68319,7 @@ Digital outputs Input - 685651264 + 685651840 Main.M24.nRawEncoderINT @@ -67977,7 +68332,7 @@ Digital outputs Input - 685651280 + 685651856 Main.M25.Axis.NcToPlc @@ -67989,7 +68344,7 @@ Digital outputs Input - 685668416 + 685668992 Main.M25.bLimitForwardEnable @@ -68002,7 +68357,7 @@ Digital outputs Input - 685676352 + 685676928 Main.M25.bLimitBackwardEnable @@ -68015,7 +68370,7 @@ Digital outputs Input - 685676360 + 685676936 Main.M25.bHome @@ -68028,7 +68383,7 @@ Digital outputs Input - 685676368 + 685676944 Main.M25.bHardwareEnable @@ -68051,7 +68406,7 @@ Digital outputs Input - 685676384 + 685676960 Main.M25.nRawEncoderULINT @@ -68064,7 +68419,7 @@ Digital outputs Input - 685676416 + 685676992 Main.M25.nRawEncoderUINT @@ -68077,7 +68432,7 @@ Digital outputs Input - 685676480 + 685677056 Main.M25.nRawEncoderINT @@ -68090,7 +68445,7 @@ Digital outputs Input - 685676496 + 685677072 Main.M26.Axis.NcToPlc @@ -68102,7 +68457,7 @@ Digital outputs Input - 685693632 + 685694208 Main.M26.bLimitForwardEnable @@ -68115,7 +68470,7 @@ Digital outputs Input - 685701568 + 685702144 Main.M26.bLimitBackwardEnable @@ -68128,7 +68483,7 @@ Digital outputs Input - 685701576 + 685702152 Main.M26.bHome @@ -68141,7 +68496,7 @@ Digital outputs Input - 685701584 + 685702160 Main.M26.bHardwareEnable @@ -68164,7 +68519,7 @@ Digital outputs Input - 685701600 + 685702176 Main.M26.nRawEncoderULINT @@ -68177,7 +68532,7 @@ Digital outputs Input - 685701632 + 685702208 Main.M26.nRawEncoderUINT @@ -68190,7 +68545,7 @@ Digital outputs Input - 685701696 + 685702272 Main.M26.nRawEncoderINT @@ -68203,7 +68558,7 @@ Digital outputs Input - 685701712 + 685702288 Main.M27.Axis.NcToPlc @@ -68215,7 +68570,7 @@ Digital outputs Input - 685718848 + 685719424 Main.M27.bLimitForwardEnable @@ -68228,7 +68583,7 @@ Digital outputs Input - 685726784 + 685727360 Main.M27.bLimitBackwardEnable @@ -68241,7 +68596,7 @@ Digital outputs Input - 685726792 + 685727368 Main.M27.bHome @@ -68254,7 +68609,7 @@ Digital outputs Input - 685726800 + 685727376 Main.M27.bHardwareEnable @@ -68277,7 +68632,7 @@ Digital outputs Input - 685726816 + 685727392 Main.M27.nRawEncoderULINT @@ -68290,7 +68645,7 @@ Digital outputs Input - 685726848 + 685727424 Main.M27.nRawEncoderUINT @@ -68303,7 +68658,7 @@ Digital outputs Input - 685726912 + 685727488 Main.M27.nRawEncoderINT @@ -68316,7 +68671,7 @@ Digital outputs Input - 685726928 + 685727504 Main.M28.Axis.NcToPlc @@ -68328,7 +68683,7 @@ Digital outputs Input - 685744064 + 685744640 Main.M28.bLimitForwardEnable @@ -68341,7 +68696,7 @@ Digital outputs Input - 685752000 + 685752576 Main.M28.bLimitBackwardEnable @@ -68354,7 +68709,7 @@ Digital outputs Input - 685752008 + 685752584 Main.M28.bHome @@ -68367,7 +68722,7 @@ Digital outputs Input - 685752016 + 685752592 Main.M28.bHardwareEnable @@ -68390,7 +68745,7 @@ Digital outputs Input - 685752032 + 685752608 Main.M28.nRawEncoderULINT @@ -68403,7 +68758,7 @@ Digital outputs Input - 685752064 + 685752640 Main.M28.nRawEncoderUINT @@ -68416,7 +68771,7 @@ Digital outputs Input - 685752128 + 685752704 Main.M28.nRawEncoderINT @@ -68429,7 +68784,7 @@ Digital outputs Input - 685752144 + 685752720 Main.M29.Axis.NcToPlc @@ -68441,7 +68796,7 @@ Digital outputs Input - 685769280 + 685769856 Main.M29.bLimitForwardEnable @@ -68454,7 +68809,7 @@ Digital outputs Input - 685777216 + 685777792 Main.M29.bLimitBackwardEnable @@ -68467,7 +68822,7 @@ Digital outputs Input - 685777224 + 685777800 Main.M29.bHome @@ -68480,7 +68835,7 @@ Digital outputs Input - 685777232 + 685777808 Main.M29.bHardwareEnable @@ -68503,7 +68858,7 @@ Digital outputs Input - 685777248 + 685777824 Main.M29.nRawEncoderULINT @@ -68516,7 +68871,7 @@ Digital outputs Input - 685777280 + 685777856 Main.M29.nRawEncoderUINT @@ -68529,7 +68884,7 @@ Digital outputs Input - 685777344 + 685777920 Main.M29.nRawEncoderINT @@ -68542,7 +68897,7 @@ Digital outputs Input - 685777360 + 685777936 Main.M30.Axis.NcToPlc @@ -68554,7 +68909,7 @@ Digital outputs Input - 685794496 + 685795072 Main.M30.bLimitForwardEnable @@ -68567,7 +68922,7 @@ Digital outputs Input - 685802432 + 685803008 Main.M30.bLimitBackwardEnable @@ -68580,7 +68935,7 @@ Digital outputs Input - 685802440 + 685803016 Main.M30.bHome @@ -68593,7 +68948,7 @@ Digital outputs Input - 685802448 + 685803024 Main.M30.bHardwareEnable @@ -68616,7 +68971,7 @@ Digital outputs Input - 685802464 + 685803040 Main.M30.nRawEncoderULINT @@ -68629,7 +68984,7 @@ Digital outputs Input - 685802496 + 685803072 Main.M30.nRawEncoderUINT @@ -68642,7 +68997,7 @@ Digital outputs Input - 685802560 + 685803136 Main.M30.nRawEncoderINT @@ -68655,7 +69010,7 @@ Digital outputs Input - 685802576 + 685803152 Main.M31.Axis.NcToPlc @@ -68667,7 +69022,7 @@ Digital outputs Input - 685819712 + 685820288 Main.M31.bLimitForwardEnable @@ -68680,7 +69035,7 @@ Digital outputs Input - 685827648 + 685828224 Main.M31.bLimitBackwardEnable @@ -68693,7 +69048,7 @@ Digital outputs Input - 685827656 + 685828232 Main.M31.bHome @@ -68706,7 +69061,7 @@ Digital outputs Input - 685827664 + 685828240 Main.M31.bHardwareEnable @@ -68729,7 +69084,7 @@ Digital outputs Input - 685827680 + 685828256 Main.M31.nRawEncoderULINT @@ -68742,7 +69097,7 @@ Digital outputs Input - 685827712 + 685828288 Main.M31.nRawEncoderUINT @@ -68755,7 +69110,7 @@ Digital outputs Input - 685827776 + 685828352 Main.M31.nRawEncoderINT @@ -68768,7 +69123,7 @@ Digital outputs Input - 685827792 + 685828368 Main.M32.Axis.NcToPlc @@ -68780,7 +69135,7 @@ Digital outputs Input - 685844928 + 685845504 Main.M32.bLimitForwardEnable @@ -68793,7 +69148,7 @@ Digital outputs Input - 685852864 + 685853440 Main.M32.bLimitBackwardEnable @@ -68806,7 +69161,7 @@ Digital outputs Input - 685852872 + 685853448 Main.M32.bHome @@ -68819,7 +69174,7 @@ Digital outputs Input - 685852880 + 685853456 Main.M32.bHardwareEnable @@ -68842,7 +69197,7 @@ Digital outputs Input - 685852896 + 685853472 Main.M32.nRawEncoderULINT @@ -68855,7 +69210,7 @@ Digital outputs Input - 685852928 + 685853504 Main.M32.nRawEncoderUINT @@ -68868,7 +69223,7 @@ Digital outputs Input - 685852992 + 685853568 Main.M32.nRawEncoderINT @@ -68881,7 +69236,7 @@ Digital outputs Input - 685853008 + 685853584 Main.M33.Axis.NcToPlc @@ -68893,7 +69248,7 @@ Digital outputs Input - 685870144 + 685870720 Main.M33.bLimitForwardEnable @@ -68906,7 +69261,7 @@ Digital outputs Input - 685878080 + 685878656 Main.M33.bLimitBackwardEnable @@ -68919,7 +69274,7 @@ Digital outputs Input - 685878088 + 685878664 Main.M33.bHome @@ -68932,7 +69287,7 @@ Digital outputs Input - 685878096 + 685878672 Main.M33.bHardwareEnable @@ -68955,7 +69310,7 @@ Digital outputs Input - 685878112 + 685878688 Main.M33.nRawEncoderULINT @@ -68968,7 +69323,7 @@ Digital outputs Input - 685878144 + 685878720 Main.M33.nRawEncoderUINT @@ -68981,7 +69336,7 @@ Digital outputs Input - 685878208 + 685878784 Main.M33.nRawEncoderINT @@ -68994,7 +69349,7 @@ Digital outputs Input - 685878224 + 685878800 Main.M34.Axis.NcToPlc @@ -69006,7 +69361,7 @@ Digital outputs Input - 685895360 + 685895936 Main.M34.bLimitForwardEnable @@ -69019,7 +69374,7 @@ Digital outputs Input - 685903296 + 685903872 Main.M34.bLimitBackwardEnable @@ -69032,7 +69387,7 @@ Digital outputs Input - 685903304 + 685903880 Main.M34.bHome @@ -69045,7 +69400,7 @@ Digital outputs Input - 685903312 + 685903888 Main.M34.bHardwareEnable @@ -69068,7 +69423,7 @@ Digital outputs Input - 685903328 + 685903904 Main.M34.nRawEncoderULINT @@ -69081,7 +69436,7 @@ Digital outputs Input - 685903360 + 685903936 Main.M34.nRawEncoderUINT @@ -69094,7 +69449,7 @@ Digital outputs Input - 685903424 + 685904000 Main.M34.nRawEncoderINT @@ -69107,7 +69462,7 @@ Digital outputs Input - 685903440 + 685904016 Main.M35.Axis.NcToPlc @@ -69119,7 +69474,7 @@ Digital outputs Input - 685920576 + 685921152 Main.M35.bLimitForwardEnable @@ -69132,7 +69487,7 @@ Digital outputs Input - 685928512 + 685929088 Main.M35.bLimitBackwardEnable @@ -69145,7 +69500,7 @@ Digital outputs Input - 685928520 + 685929096 Main.M35.bHome @@ -69158,7 +69513,7 @@ Digital outputs Input - 685928528 + 685929104 Main.M35.bHardwareEnable @@ -69181,7 +69536,7 @@ Digital outputs Input - 685928544 + 685929120 Main.M35.nRawEncoderULINT @@ -69194,7 +69549,7 @@ Digital outputs Input - 685928576 + 685929152 Main.M35.nRawEncoderUINT @@ -69207,7 +69562,7 @@ Digital outputs Input - 685928640 + 685929216 Main.M35.nRawEncoderINT @@ -69220,7 +69575,7 @@ Digital outputs Input - 685928656 + 685929232 Main.M36.Axis.NcToPlc @@ -69232,7 +69587,7 @@ Digital outputs Input - 685945792 + 685946368 Main.M36.bLimitForwardEnable @@ -69245,7 +69600,7 @@ Digital outputs Input - 685953728 + 685954304 Main.M36.bLimitBackwardEnable @@ -69258,7 +69613,7 @@ Digital outputs Input - 685953736 + 685954312 Main.M36.bHome @@ -69271,7 +69626,7 @@ Digital outputs Input - 685953744 + 685954320 Main.M36.bHardwareEnable @@ -69294,7 +69649,7 @@ Digital outputs Input - 685953760 + 685954336 Main.M36.nRawEncoderULINT @@ -69307,7 +69662,7 @@ Digital outputs Input - 685953792 + 685954368 Main.M36.nRawEncoderUINT @@ -69320,7 +69675,7 @@ Digital outputs Input - 685953856 + 685954432 Main.M36.nRawEncoderINT @@ -69333,7 +69688,7 @@ Digital outputs Input - 685953872 + 685954448 Main.M37.Axis.NcToPlc @@ -69345,7 +69700,7 @@ Digital outputs Input - 685971008 + 685971584 Main.M37.bLimitForwardEnable @@ -69358,7 +69713,7 @@ Digital outputs Input - 685978944 + 685979520 Main.M37.bLimitBackwardEnable @@ -69371,7 +69726,7 @@ Digital outputs Input - 685978952 + 685979528 Main.M37.bHome @@ -69384,7 +69739,7 @@ Digital outputs Input - 685978960 + 685979536 Main.M37.bHardwareEnable @@ -69407,7 +69762,7 @@ Digital outputs Input - 685978976 + 685979552 Main.M37.nRawEncoderULINT @@ -69420,7 +69775,7 @@ Digital outputs Input - 685979008 + 685979584 Main.M37.nRawEncoderUINT @@ -69433,7 +69788,7 @@ Digital outputs Input - 685979072 + 685979648 Main.M37.nRawEncoderINT @@ -69446,7 +69801,7 @@ Digital outputs Input - 685979088 + 685979664 Main.M38.Axis.NcToPlc @@ -69458,7 +69813,7 @@ Digital outputs Input - 685996224 + 685996800 Main.M38.bLimitForwardEnable @@ -69471,7 +69826,7 @@ Digital outputs Input - 686004160 + 686004736 Main.M38.bLimitBackwardEnable @@ -69484,7 +69839,7 @@ Digital outputs Input - 686004168 + 686004744 Main.M38.bHome @@ -69497,7 +69852,7 @@ Digital outputs Input - 686004176 + 686004752 Main.M38.bHardwareEnable @@ -69520,7 +69875,7 @@ Digital outputs Input - 686004192 + 686004768 Main.M38.nRawEncoderULINT @@ -69533,7 +69888,7 @@ Digital outputs Input - 686004224 + 686004800 Main.M38.nRawEncoderUINT @@ -69546,7 +69901,7 @@ Digital outputs Input - 686004288 + 686004864 Main.M38.nRawEncoderINT @@ -69559,7 +69914,7 @@ Digital outputs Input - 686004304 + 686004880 Main.M39.Axis.NcToPlc @@ -69571,7 +69926,7 @@ Digital outputs Input - 686021440 + 686022016 Main.M39.bLimitForwardEnable @@ -69584,7 +69939,7 @@ Digital outputs Input - 686029376 + 686029952 Main.M39.bLimitBackwardEnable @@ -69597,7 +69952,7 @@ Digital outputs Input - 686029384 + 686029960 Main.M39.bHome @@ -69610,7 +69965,7 @@ Digital outputs Input - 686029392 + 686029968 Main.M39.bHardwareEnable @@ -69633,7 +69988,7 @@ Digital outputs Input - 686029408 + 686029984 Main.M39.nRawEncoderULINT @@ -69646,7 +70001,7 @@ Digital outputs Input - 686029440 + 686030016 Main.M39.nRawEncoderUINT @@ -69659,7 +70014,7 @@ Digital outputs Input - 686029504 + 686030080 Main.M39.nRawEncoderINT @@ -69672,7 +70027,7 @@ Digital outputs Input - 686029520 + 686030096 Main.M40.Axis.NcToPlc @@ -69684,7 +70039,7 @@ Digital outputs Input - 686046656 + 686047232 Main.M40.bLimitForwardEnable @@ -69697,7 +70052,7 @@ Digital outputs Input - 686054592 + 686055168 Main.M40.bLimitBackwardEnable @@ -69710,7 +70065,7 @@ Digital outputs Input - 686054600 + 686055176 Main.M40.bHome @@ -69723,7 +70078,7 @@ Digital outputs Input - 686054608 + 686055184 Main.M40.bHardwareEnable @@ -69746,7 +70101,7 @@ Digital outputs Input - 686054624 + 686055200 Main.M40.nRawEncoderULINT @@ -69759,7 +70114,7 @@ Digital outputs Input - 686054656 + 686055232 Main.M40.nRawEncoderUINT @@ -69772,7 +70127,7 @@ Digital outputs Input - 686054720 + 686055296 Main.M40.nRawEncoderINT @@ -69785,7 +70140,7 @@ Digital outputs Input - 686054736 + 686055312 Main.M41.Axis.NcToPlc @@ -69797,7 +70152,7 @@ Digital outputs Input - 686071872 + 686072448 Main.M41.bLimitForwardEnable @@ -69810,7 +70165,7 @@ Digital outputs Input - 686079808 + 686080384 Main.M41.bLimitBackwardEnable @@ -69823,7 +70178,7 @@ Digital outputs Input - 686079816 + 686080392 Main.M41.bHome @@ -69836,7 +70191,7 @@ Digital outputs Input - 686079824 + 686080400 Main.M41.bHardwareEnable @@ -69859,7 +70214,7 @@ Digital outputs Input - 686079840 + 686080416 Main.M41.nRawEncoderULINT @@ -69872,7 +70227,7 @@ Digital outputs Input - 686079872 + 686080448 Main.M41.nRawEncoderUINT @@ -69885,7 +70240,7 @@ Digital outputs Input - 686079936 + 686080512 Main.M41.nRawEncoderINT @@ -69898,7 +70253,7 @@ Digital outputs Input - 686079952 + 686080528 Main.M42.Axis.NcToPlc @@ -69910,7 +70265,7 @@ Digital outputs Input - 686097088 + 686097664 Main.M42.bLimitForwardEnable @@ -69923,7 +70278,7 @@ Digital outputs Input - 686105024 + 686105600 Main.M42.bLimitBackwardEnable @@ -69936,7 +70291,7 @@ Digital outputs Input - 686105032 + 686105608 Main.M42.bHome @@ -69949,7 +70304,7 @@ Digital outputs Input - 686105040 + 686105616 Main.M42.bHardwareEnable @@ -69972,7 +70327,7 @@ Digital outputs Input - 686105056 + 686105632 Main.M42.nRawEncoderULINT @@ -69985,7 +70340,7 @@ Digital outputs Input - 686105088 + 686105664 Main.M42.nRawEncoderUINT @@ -69998,7 +70353,7 @@ Digital outputs Input - 686105152 + 686105728 Main.M42.nRawEncoderINT @@ -70011,7 +70366,7 @@ Digital outputs Input - 686105168 + 686105744 Main.M43.Axis.NcToPlc @@ -70023,7 +70378,7 @@ Digital outputs Input - 686122304 + 686122880 Main.M43.bLimitForwardEnable @@ -70036,7 +70391,7 @@ Digital outputs Input - 686130240 + 686130816 Main.M43.bLimitBackwardEnable @@ -70049,7 +70404,7 @@ Digital outputs Input - 686130248 + 686130824 Main.M43.bHome @@ -70062,7 +70417,7 @@ Digital outputs Input - 686130256 + 686130832 Main.M43.bHardwareEnable @@ -70085,7 +70440,7 @@ Digital outputs Input - 686130272 + 686130848 Main.M43.nRawEncoderULINT @@ -70098,7 +70453,7 @@ Digital outputs Input - 686130304 + 686130880 Main.M43.nRawEncoderUINT @@ -70111,7 +70466,7 @@ Digital outputs Input - 686130368 + 686130944 Main.M43.nRawEncoderINT @@ -70124,7 +70479,7 @@ Digital outputs Input - 686130384 + 686130960 Main.M44.Axis.NcToPlc @@ -70136,7 +70491,7 @@ Digital outputs Input - 686147520 + 686148096 Main.M44.bLimitForwardEnable @@ -70149,7 +70504,7 @@ Digital outputs Input - 686155456 + 686156032 Main.M44.bLimitBackwardEnable @@ -70162,7 +70517,7 @@ Digital outputs Input - 686155464 + 686156040 Main.M44.bHome @@ -70175,7 +70530,7 @@ Digital outputs Input - 686155472 + 686156048 Main.M44.bHardwareEnable @@ -70198,7 +70553,7 @@ Digital outputs Input - 686155488 + 686156064 Main.M44.nRawEncoderULINT @@ -70211,7 +70566,7 @@ Digital outputs Input - 686155520 + 686156096 Main.M44.nRawEncoderUINT @@ -70224,7 +70579,7 @@ Digital outputs Input - 686155584 + 686156160 Main.M44.nRawEncoderINT @@ -70237,7 +70592,7 @@ Digital outputs Input - 686155600 + 686156176 @@ -70379,7 +70734,7 @@ Digital outputs Output - 642384512 + 642384640 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -70391,7 +70746,7 @@ Digital outputs Output - 643948544 + 643948672 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -70404,7 +70759,7 @@ Digital outputs Output - 643957528 + 643957656 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -70416,7 +70771,7 @@ Digital outputs Output - 643973760 + 643973888 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -70429,7 +70784,7 @@ Digital outputs Output - 643982744 + 643982872 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -70441,7 +70796,7 @@ Digital outputs Output - 643998976 + 643999104 PRG_IM2K4_PPM.fbIM2K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -70454,7 +70809,7 @@ Digital outputs Output - 644007960 + 644008088 PRG_IM2K4_PPM.fbIM2K4.fbGige.iIlluminatorINT @@ -70466,7 +70821,7 @@ Digital outputs Output - 644876576 + 644876704 PRG_IM2K4_PPM.fbIM2K4.fbGige.bGigePower @@ -70486,7 +70841,7 @@ Digital outputs Output - 644876592 + 644876720 PRG_IM2K4_PPM.fbIM2K4.fbGige.fbSetIllPercent.iRaw @@ -70499,7 +70854,7 @@ Digital outputs Output - 644877568 + 644877696 PRG_IM3K4_PPM.fbIM3K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -70511,7 +70866,7 @@ Digital outputs Output - 644990208 + 644990400 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -70523,7 +70878,7 @@ Digital outputs Output - 646554240 + 646554432 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -70536,7 +70891,7 @@ Digital outputs Output - 646563224 + 646563416 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -70548,7 +70903,7 @@ Digital outputs Output - 646579456 + 646579648 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -70561,7 +70916,7 @@ Digital outputs Output - 646588440 + 646588632 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -70573,7 +70928,7 @@ Digital outputs Output - 646604672 + 646604864 PRG_IM3K4_PPM.fbIM3K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -70586,7 +70941,7 @@ Digital outputs Output - 646613656 + 646613848 PRG_IM3K4_PPM.fbIM3K4.fbGige.iIlluminatorINT @@ -70598,7 +70953,7 @@ Digital outputs Output - 647482272 + 647482464 PRG_IM3K4_PPM.fbIM3K4.fbGige.bGigePower @@ -70618,7 +70973,7 @@ Digital outputs Output - 647482288 + 647482480 PRG_IM3K4_PPM.fbIM3K4.fbGige.fbSetIllPercent.iRaw @@ -70631,7 +70986,7 @@ Digital outputs Output - 647483264 + 647483456 PRG_IM4K4_PPM.fbIM4K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -70643,7 +70998,7 @@ Digital outputs Output - 647595904 + 647596160 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -70655,7 +71010,7 @@ Digital outputs Output - 649159936 + 649160192 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -70668,7 +71023,7 @@ Digital outputs Output - 649168920 + 649169176 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -70680,7 +71035,7 @@ Digital outputs Output - 649185152 + 649185408 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -70693,7 +71048,7 @@ Digital outputs Output - 649194136 + 649194392 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -70705,7 +71060,7 @@ Digital outputs Output - 649210368 + 649210624 PRG_IM4K4_PPM.fbIM4K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -70718,7 +71073,7 @@ Digital outputs Output - 649219352 + 649219608 PRG_IM4K4_PPM.fbIM4K4.fbGige.iIlluminatorINT @@ -70730,7 +71085,7 @@ Digital outputs Output - 650087968 + 650088224 PRG_IM4K4_PPM.fbIM4K4.fbGige.bGigePower @@ -70750,7 +71105,7 @@ Digital outputs Output - 650087984 + 650088240 PRG_IM4K4_PPM.fbIM4K4.fbGige.fbSetIllPercent.iRaw @@ -70763,7 +71118,7 @@ Digital outputs Output - 650088960 + 650089216 PRG_IM5K4_PPM.fbIM5K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -70775,7 +71130,7 @@ Digital outputs Output - 650201600 + 650201920 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -70787,7 +71142,7 @@ Digital outputs Output - 651765632 + 651765952 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -70800,7 +71155,7 @@ Digital outputs Output - 651774616 + 651774936 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -70812,7 +71167,7 @@ Digital outputs Output - 651790848 + 651791168 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -70825,7 +71180,7 @@ Digital outputs Output - 651799832 + 651800152 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -70837,7 +71192,7 @@ Digital outputs Output - 651816064 + 651816384 PRG_IM5K4_PPM.fbIM5K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -70850,7 +71205,7 @@ Digital outputs Output - 651825048 + 651825368 PRG_IM5K4_PPM.fbIM5K4.fbGige.iIlluminatorINT @@ -70862,7 +71217,7 @@ Digital outputs Output - 652693664 + 652693984 PRG_IM5K4_PPM.fbIM5K4.fbGige.bGigePower @@ -70882,7 +71237,7 @@ Digital outputs Output - 652693680 + 652694000 PRG_IM5K4_PPM.fbIM5K4.fbGige.fbSetIllPercent.iRaw @@ -70895,7 +71250,7 @@ Digital outputs Output - 652694656 + 652694976 PRG_IM6K4_PPM.fbIM6K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -70907,7 +71262,7 @@ Digital outputs Output - 652807296 + 652807680 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -70919,7 +71274,7 @@ Digital outputs Output - 654371328 + 654371712 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -70932,7 +71287,7 @@ Digital outputs Output - 654380312 + 654380696 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -70944,7 +71299,7 @@ Digital outputs Output - 654396544 + 654396928 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -70957,7 +71312,7 @@ Digital outputs Output - 654405528 + 654405912 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -70969,7 +71324,7 @@ Digital outputs Output - 654421760 + 654422144 PRG_IM6K4_PPM.fbIM6K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -70982,7 +71337,7 @@ Digital outputs Output - 654430744 + 654431128 PRG_IM6K4_PPM.fbIM6K4.fbGige.iIlluminatorINT @@ -70994,7 +71349,7 @@ Digital outputs Output - 655299360 + 655299744 PRG_IM6K4_PPM.fbIM6K4.fbGige.bGigePower @@ -71014,7 +71369,7 @@ Digital outputs Output - 655299376 + 655299760 PRG_IM6K4_PPM.fbIM6K4.fbGige.fbSetIllPercent.iRaw @@ -71027,7 +71382,7 @@ Digital outputs Output - 655300352 + 655300736 PRG_LI1K4_IP1.fbLI1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71039,7 +71394,7 @@ Digital outputs Output - 655413120 + 655413568 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -71051,7 +71406,7 @@ Digital outputs Output - 656977152 + 656977600 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -71064,7 +71419,7 @@ Digital outputs Output - 656986136 + 656986584 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -71076,7 +71431,7 @@ Digital outputs Output - 657002368 + 657002816 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -71089,7 +71444,7 @@ Digital outputs Output - 657011352 + 657011800 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -71101,7 +71456,7 @@ Digital outputs Output - 657027584 + 657028032 PRG_LI1K4_IP1.fbLI1K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -71114,7 +71469,7 @@ Digital outputs Output - 657036568 + 657037016 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71126,7 +71481,7 @@ Digital outputs Output - 657446016 + 657446464 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbZStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71138,7 +71493,7 @@ Digital outputs Output - 657743936 + 657744384 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -71150,7 +71505,7 @@ Digital outputs Output - 659307968 + 659308416 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -71163,7 +71518,7 @@ Digital outputs Output - 659316952 + 659317400 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -71175,7 +71530,7 @@ Digital outputs Output - 659333184 + 659333632 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -71188,7 +71543,7 @@ Digital outputs Output - 659342168 + 659342616 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -71200,7 +71555,7 @@ Digital outputs Output - 659358400 + 659358848 PRG_PF1K4_WFS_TARGET.fbPF1K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -71213,7 +71568,7 @@ Digital outputs Output - 659367384 + 659367832 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71225,7 +71580,7 @@ Digital outputs Output - 659776960 + 659777472 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbZStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71237,7 +71592,7 @@ Digital outputs Output - 660074880 + 660075392 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -71249,7 +71604,7 @@ Digital outputs Output - 661638912 + 661639424 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -71262,7 +71617,7 @@ Digital outputs Output - 661647896 + 661648408 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].Axis.PlcToNc @@ -71274,7 +71629,7 @@ Digital outputs Output - 661664128 + 661664640 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[2].bBrakeRelease @@ -71287,7 +71642,7 @@ Digital outputs Output - 661673112 + 661673624 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].Axis.PlcToNc @@ -71299,7 +71654,7 @@ Digital outputs Output - 661689344 + 661689856 PRG_PF2K4_WFS_TARGET.fbPF2K4.fbStates.astMotionStageMax[3].bBrakeRelease @@ -71312,7 +71667,7 @@ Digital outputs Output - 661698328 + 661698840 PRG_SL1K4_SCATTER.fbSL1K4.fbTopBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71324,7 +71679,7 @@ Digital outputs Output - 662083648 + 662084224 PRG_SL1K4_SCATTER.fbSL1K4.fbBottomBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71336,7 +71691,7 @@ Digital outputs Output - 662381568 + 662382144 PRG_SL1K4_SCATTER.fbSL1K4.fbNorthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71348,7 +71703,7 @@ Digital outputs Output - 662679488 + 662680064 PRG_SL1K4_SCATTER.fbSL1K4.fbSouthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71360,7 +71715,7 @@ Digital outputs Output - 662977408 + 662977984 PRG_SL1K4_SCATTER.fbSL1K4.AptArrayStatus @@ -71372,7 +71727,7 @@ Digital outputs Output - 663424032 + 663424608 PRG_SL2K4_SCATTER.fbSL2K4.fbTopBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71384,7 +71739,7 @@ Digital outputs Output - 663430336 + 663430976 PRG_SL2K4_SCATTER.fbSL2K4.fbBottomBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71396,7 +71751,7 @@ Digital outputs Output - 663728256 + 663728896 PRG_SL2K4_SCATTER.fbSL2K4.fbNorthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71408,7 +71763,7 @@ Digital outputs Output - 664026176 + 664026816 PRG_SL2K4_SCATTER.fbSL2K4.fbSouthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -71420,7 +71775,7 @@ Digital outputs Output - 664324096 + 664324736 PRG_SL2K4_SCATTER.fbSL2K4.AptArrayStatus @@ -71432,7 +71787,7 @@ Digital outputs Output - 664770720 + 664771360 PRG_ST4K4_TMO_TERM.ST4K4.q_xInsert_DO @@ -71444,7 +71799,7 @@ Digital outputs Output - 664883312 + 664883952 PRG_ST4K4_TMO_TERM.ST4K4.q_xRetract_DO @@ -71456,7 +71811,7 @@ Digital outputs Output - 664883320 + 664883960 PRG_TM1K4.fbTM1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71468,7 +71823,7 @@ Digital outputs Output - 664917504 + 664918080 PRG_TM1K4.fbTM1K4.fbXStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71480,7 +71835,7 @@ Digital outputs Output - 665215424 + 665216000 PRG_TM2K4.fbTM2K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71492,7 +71847,7 @@ Digital outputs Output - 666233344 + 666233920 PRG_TM2K4.fbTM2K4.fbXStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -71504,7 +71859,7 @@ Digital outputs Output - 666531264 + 666531840 PRG_SP1K4.fbMotionLensX.fbDriveVirtual.MasterAxis.PlcToNc @@ -71516,7 +71871,7 @@ Digital outputs Output - 667518336 + 667518912 PRG_SP1K4.fbMotionFoilX.fbDriveVirtual.MasterAxis.PlcToNc @@ -71528,7 +71883,7 @@ Digital outputs Output - 667816256 + 667816832 PRG_SP1K4.fbMotionZPX.fbDriveVirtual.MasterAxis.PlcToNc @@ -71540,7 +71895,7 @@ Digital outputs Output - 668114176 + 668114752 PRG_SP1K4.fbMotionZPY.fbDriveVirtual.MasterAxis.PlcToNc @@ -71552,7 +71907,7 @@ Digital outputs Output - 668412096 + 668412672 PRG_SP1K4.fbMotionZPZ.fbDriveVirtual.MasterAxis.PlcToNc @@ -71564,7 +71919,7 @@ Digital outputs Output - 668710016 + 668710592 PRG_SP1K4.fbMotionYAGX.fbDriveVirtual.MasterAxis.PlcToNc @@ -71576,7 +71931,7 @@ Digital outputs Output - 669007936 + 669008512 PRG_SP1K4.fbMotionYAGY.fbDriveVirtual.MasterAxis.PlcToNc @@ -71588,7 +71943,7 @@ Digital outputs Output - 669305856 + 669306432 PRG_SP1K4.fbMotionYAGZ.fbDriveVirtual.MasterAxis.PlcToNc @@ -71600,7 +71955,7 @@ Digital outputs Output - 669603776 + 669604352 PRG_SP1K4.fbMotionYAGR.fbDriveVirtual.MasterAxis.PlcToNc @@ -71612,7 +71967,7 @@ Digital outputs Output - 669901696 + 669902272 PRG_SP1K4.fbMotionTL1.fbDriveVirtual.MasterAxis.PlcToNc @@ -71624,7 +71979,7 @@ Digital outputs Output - 670199616 + 670200192 PRG_SP1K4.fbMotionTL2.fbDriveVirtual.MasterAxis.PlcToNc @@ -71636,7 +71991,7 @@ Digital outputs Output - 670497536 + 670498112 PRG_SP1K4.fbMotionTLX.fbDriveVirtual.MasterAxis.PlcToNc @@ -71648,7 +72003,7 @@ Digital outputs Output - 670795456 + 670796032 PRG_SP1K4.fbMotionFoilY.fbDriveVirtual.MasterAxis.PlcToNc @@ -71660,7 +72015,7 @@ Digital outputs Output - 671093376 + 671093952 PRG_SP1K4.fbZPStates.astMotionStageMax[1].Axis.PlcToNc @@ -71672,7 +72027,7 @@ Digital outputs Output - 672656576 + 672657216 PRG_SP1K4.fbZPStates.astMotionStageMax[1].bBrakeRelease @@ -71685,7 +72040,7 @@ Digital outputs Output - 672665560 + 672666200 PRG_SP1K4.fbZPStates.astMotionStageMax[2].Axis.PlcToNc @@ -71697,7 +72052,7 @@ Digital outputs Output - 672681792 + 672682432 PRG_SP1K4.fbZPStates.astMotionStageMax[2].bBrakeRelease @@ -71710,7 +72065,7 @@ Digital outputs Output - 672690776 + 672691416 PRG_SP1K4.fbZPStates.astMotionStageMax[3].Axis.PlcToNc @@ -71722,7 +72077,7 @@ Digital outputs Output - 672707008 + 672707648 PRG_SP1K4.fbZPStates.astMotionStageMax[3].bBrakeRelease @@ -71735,7 +72090,7 @@ Digital outputs Output - 672715992 + 672716632 PRG_SP1K4.fbATTStates.astMotionStageMax[1].Axis.PlcToNc @@ -71747,7 +72102,7 @@ Digital outputs Output - 674418624 + 674419200 PRG_SP1K4.fbATTStates.astMotionStageMax[1].bBrakeRelease @@ -71760,7 +72115,7 @@ Digital outputs Output - 674427608 + 674428184 PRG_SP1K4.fbATTStates.astMotionStageMax[2].Axis.PlcToNc @@ -71772,7 +72127,7 @@ Digital outputs Output - 674443840 + 674444416 PRG_SP1K4.fbATTStates.astMotionStageMax[2].bBrakeRelease @@ -71785,7 +72140,7 @@ Digital outputs Output - 674452824 + 674453400 PRG_SP1K4.fbATTStates.astMotionStageMax[3].Axis.PlcToNc @@ -71797,7 +72152,7 @@ Digital outputs Output - 674469056 + 674469632 PRG_SP1K4.fbATTStates.astMotionStageMax[3].bBrakeRelease @@ -71810,7 +72165,7 @@ Digital outputs Output - 674478040 + 674478616 GVL_PMPS.PMPS_ST4K4_IN @@ -71829,7 +72184,26 @@ Digital outputs TcVarGlobal - 674860408 + 674659000 + + + GVL_PMPS.PMPS_ST4K4_OUT + 8 + BOOL + + + TcLinkTo + TIIB[PMPS_PRE]^IO Outputs^bST4K4_OUT + + + TcAddressType + Output + + + TcVarGlobal + + + 674861024 PRG_3_PMPS_POST.fbArbiterIO.q_stRequestedBP @@ -71845,7 +72219,7 @@ Digital outputs Output - 674862976 + 674863616 GVL_PMPS.fbFastFaultOutput1.q_xFastFaultOut @@ -71865,7 +72239,7 @@ Digital outputs Output - 681768456 + 681769096 GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut @@ -71885,26 +72259,7 @@ Digital outputs Output - 683415368 - - - GVL_PMPS.PMPS_ST4K4_OUT - 8 - BOOL - - - TcLinkTo - TIIB[PMPS_PRE]^IO Outputs^bST4K4_OUT - - - TcAddressType - Output - - - TcVarGlobal - - - 685062016 + 683416008 Main.M1.Axis.PlcToNc @@ -71916,7 +72271,7 @@ Digital outputs Output - 685062208 + 685062784 Main.M1.bBrakeRelease @@ -71929,7 +72284,7 @@ Digital outputs Output - 685071192 + 685071768 Main.M2.Axis.PlcToNc @@ -71941,7 +72296,7 @@ Digital outputs Output - 685087424 + 685088000 Main.M2.bBrakeRelease @@ -71954,7 +72309,7 @@ Digital outputs Output - 685096408 + 685096984 Main.M3.Axis.PlcToNc @@ -71966,7 +72321,7 @@ Digital outputs Output - 685112640 + 685113216 Main.M3.bBrakeRelease @@ -71979,7 +72334,7 @@ Digital outputs Output - 685121624 + 685122200 Main.M4.Axis.PlcToNc @@ -71991,7 +72346,7 @@ Digital outputs Output - 685137856 + 685138432 Main.M4.bBrakeRelease @@ -72004,7 +72359,7 @@ Digital outputs Output - 685146840 + 685147416 Main.M5.Axis.PlcToNc @@ -72016,7 +72371,7 @@ Digital outputs Output - 685163072 + 685163648 Main.M5.bBrakeRelease @@ -72029,7 +72384,7 @@ Digital outputs Output - 685172056 + 685172632 Main.M6.Axis.PlcToNc @@ -72041,7 +72396,7 @@ Digital outputs Output - 685188288 + 685188864 Main.M6.bBrakeRelease @@ -72054,7 +72409,7 @@ Digital outputs Output - 685197272 + 685197848 Main.M7.Axis.PlcToNc @@ -72066,7 +72421,7 @@ Digital outputs Output - 685213504 + 685214080 Main.M7.bBrakeRelease @@ -72079,7 +72434,7 @@ Digital outputs Output - 685222488 + 685223064 Main.M8.Axis.PlcToNc @@ -72091,7 +72446,7 @@ Digital outputs Output - 685238720 + 685239296 Main.M8.bBrakeRelease @@ -72104,7 +72459,7 @@ Digital outputs Output - 685247704 + 685248280 Main.M9.Axis.PlcToNc @@ -72116,7 +72471,7 @@ Digital outputs Output - 685263936 + 685264512 Main.M9.bBrakeRelease @@ -72129,7 +72484,7 @@ Digital outputs Output - 685272920 + 685273496 Main.M10.Axis.PlcToNc @@ -72141,7 +72496,7 @@ Digital outputs Output - 685289152 + 685289728 Main.M10.bBrakeRelease @@ -72154,7 +72509,7 @@ Digital outputs Output - 685298136 + 685298712 Main.M11.Axis.PlcToNc @@ -72166,7 +72521,7 @@ Digital outputs Output - 685314368 + 685314944 Main.M11.bBrakeRelease @@ -72179,7 +72534,7 @@ Digital outputs Output - 685323352 + 685323928 Main.M12.Axis.PlcToNc @@ -72191,7 +72546,7 @@ Digital outputs Output - 685339584 + 685340160 Main.M12.bBrakeRelease @@ -72204,7 +72559,7 @@ Digital outputs Output - 685348568 + 685349144 Main.M13.Axis.PlcToNc @@ -72216,7 +72571,7 @@ Digital outputs Output - 685364800 + 685365376 Main.M13.bBrakeRelease @@ -72229,7 +72584,7 @@ Digital outputs Output - 685373784 + 685374360 Main.M14.Axis.PlcToNc @@ -72241,7 +72596,7 @@ Digital outputs Output - 685390016 + 685390592 Main.M14.bBrakeRelease @@ -72254,7 +72609,7 @@ Digital outputs Output - 685399000 + 685399576 Main.M15.Axis.PlcToNc @@ -72266,7 +72621,7 @@ Digital outputs Output - 685415232 + 685415808 Main.M15.bBrakeRelease @@ -72279,7 +72634,7 @@ Digital outputs Output - 685424216 + 685424792 Main.M16.Axis.PlcToNc @@ -72291,7 +72646,7 @@ Digital outputs Output - 685440448 + 685441024 Main.M16.bBrakeRelease @@ -72304,7 +72659,7 @@ Digital outputs Output - 685449432 + 685450008 Main.M17.Axis.PlcToNc @@ -72316,7 +72671,7 @@ Digital outputs Output - 685465664 + 685466240 Main.M17.bBrakeRelease @@ -72329,7 +72684,7 @@ Digital outputs Output - 685474648 + 685475224 Main.M18.Axis.PlcToNc @@ -72341,7 +72696,7 @@ Digital outputs Output - 685490880 + 685491456 Main.M18.bBrakeRelease @@ -72354,7 +72709,7 @@ Digital outputs Output - 685499864 + 685500440 Main.M19.Axis.PlcToNc @@ -72366,7 +72721,7 @@ Digital outputs Output - 685516096 + 685516672 Main.M19.bBrakeRelease @@ -72379,7 +72734,7 @@ Digital outputs Output - 685525080 + 685525656 Main.M20.Axis.PlcToNc @@ -72391,7 +72746,7 @@ Digital outputs Output - 685541312 + 685541888 Main.M20.bBrakeRelease @@ -72404,7 +72759,7 @@ Digital outputs Output - 685550296 + 685550872 Main.M21.Axis.PlcToNc @@ -72416,7 +72771,7 @@ Digital outputs Output - 685566528 + 685567104 Main.M21.bBrakeRelease @@ -72429,7 +72784,7 @@ Digital outputs Output - 685575512 + 685576088 Main.M22.Axis.PlcToNc @@ -72441,7 +72796,7 @@ Digital outputs Output - 685591744 + 685592320 Main.M22.bBrakeRelease @@ -72454,7 +72809,7 @@ Digital outputs Output - 685600728 + 685601304 Main.M23.Axis.PlcToNc @@ -72466,7 +72821,7 @@ Digital outputs Output - 685616960 + 685617536 Main.M23.bBrakeRelease @@ -72479,7 +72834,7 @@ Digital outputs Output - 685625944 + 685626520 Main.M24.Axis.PlcToNc @@ -72491,7 +72846,7 @@ Digital outputs Output - 685642176 + 685642752 Main.M24.bBrakeRelease @@ -72504,7 +72859,7 @@ Digital outputs Output - 685651160 + 685651736 Main.M25.Axis.PlcToNc @@ -72516,7 +72871,7 @@ Digital outputs Output - 685667392 + 685667968 Main.M25.bBrakeRelease @@ -72529,7 +72884,7 @@ Digital outputs Output - 685676376 + 685676952 Main.M26.Axis.PlcToNc @@ -72541,7 +72896,7 @@ Digital outputs Output - 685692608 + 685693184 Main.M26.bBrakeRelease @@ -72554,7 +72909,7 @@ Digital outputs Output - 685701592 + 685702168 Main.M27.Axis.PlcToNc @@ -72566,7 +72921,7 @@ Digital outputs Output - 685717824 + 685718400 Main.M27.bBrakeRelease @@ -72579,7 +72934,7 @@ Digital outputs Output - 685726808 + 685727384 Main.M28.Axis.PlcToNc @@ -72591,7 +72946,7 @@ Digital outputs Output - 685743040 + 685743616 Main.M28.bBrakeRelease @@ -72604,7 +72959,7 @@ Digital outputs Output - 685752024 + 685752600 Main.M29.Axis.PlcToNc @@ -72616,7 +72971,7 @@ Digital outputs Output - 685768256 + 685768832 Main.M29.bBrakeRelease @@ -72629,7 +72984,7 @@ Digital outputs Output - 685777240 + 685777816 Main.M30.Axis.PlcToNc @@ -72641,7 +72996,7 @@ Digital outputs Output - 685793472 + 685794048 Main.M30.bBrakeRelease @@ -72654,7 +73009,7 @@ Digital outputs Output - 685802456 + 685803032 Main.M31.Axis.PlcToNc @@ -72666,7 +73021,7 @@ Digital outputs Output - 685818688 + 685819264 Main.M31.bBrakeRelease @@ -72679,7 +73034,7 @@ Digital outputs Output - 685827672 + 685828248 Main.M32.Axis.PlcToNc @@ -72691,7 +73046,7 @@ Digital outputs Output - 685843904 + 685844480 Main.M32.bBrakeRelease @@ -72704,7 +73059,7 @@ Digital outputs Output - 685852888 + 685853464 Main.M33.Axis.PlcToNc @@ -72716,7 +73071,7 @@ Digital outputs Output - 685869120 + 685869696 Main.M33.bBrakeRelease @@ -72729,7 +73084,7 @@ Digital outputs Output - 685878104 + 685878680 Main.M34.Axis.PlcToNc @@ -72741,7 +73096,7 @@ Digital outputs Output - 685894336 + 685894912 Main.M34.bBrakeRelease @@ -72754,7 +73109,7 @@ Digital outputs Output - 685903320 + 685903896 Main.M35.Axis.PlcToNc @@ -72766,7 +73121,7 @@ Digital outputs Output - 685919552 + 685920128 Main.M35.bBrakeRelease @@ -72779,7 +73134,7 @@ Digital outputs Output - 685928536 + 685929112 Main.M36.Axis.PlcToNc @@ -72791,7 +73146,7 @@ Digital outputs Output - 685944768 + 685945344 Main.M36.bBrakeRelease @@ -72804,7 +73159,7 @@ Digital outputs Output - 685953752 + 685954328 Main.M37.Axis.PlcToNc @@ -72816,7 +73171,7 @@ Digital outputs Output - 685969984 + 685970560 Main.M37.bBrakeRelease @@ -72829,7 +73184,7 @@ Digital outputs Output - 685978968 + 685979544 Main.M38.Axis.PlcToNc @@ -72841,7 +73196,7 @@ Digital outputs Output - 685995200 + 685995776 Main.M38.bBrakeRelease @@ -72854,7 +73209,7 @@ Digital outputs Output - 686004184 + 686004760 Main.M39.Axis.PlcToNc @@ -72866,7 +73221,7 @@ Digital outputs Output - 686020416 + 686020992 Main.M39.bBrakeRelease @@ -72879,7 +73234,7 @@ Digital outputs Output - 686029400 + 686029976 Main.M40.Axis.PlcToNc @@ -72891,7 +73246,7 @@ Digital outputs Output - 686045632 + 686046208 Main.M40.bBrakeRelease @@ -72904,7 +73259,7 @@ Digital outputs Output - 686054616 + 686055192 Main.M41.Axis.PlcToNc @@ -72916,7 +73271,7 @@ Digital outputs Output - 686070848 + 686071424 Main.M41.bBrakeRelease @@ -72929,7 +73284,7 @@ Digital outputs Output - 686079832 + 686080408 Main.M42.Axis.PlcToNc @@ -72941,7 +73296,7 @@ Digital outputs Output - 686096064 + 686096640 Main.M42.bBrakeRelease @@ -72954,7 +73309,7 @@ Digital outputs Output - 686105048 + 686105624 Main.M43.Axis.PlcToNc @@ -72966,7 +73321,7 @@ Digital outputs Output - 686121280 + 686121856 Main.M43.bBrakeRelease @@ -72979,7 +73334,7 @@ Digital outputs Output - 686130264 + 686130840 Main.M44.Axis.PlcToNc @@ -72991,7 +73346,7 @@ Digital outputs Output - 686146496 + 686147072 Main.M44.bBrakeRelease @@ -73004,7 +73359,7 @@ Digital outputs Output - 686155480 + 686156056 @@ -78331,7 +78686,7 @@ Digital outputs .iMinor - 1 + 3 .iBuild @@ -78347,7 +78702,7 @@ Digital outputs .sVersion - 3.1.0 + 3.3.0 @@ -79629,52 +79984,9 @@ Digital outputs 642359680 - - PRG_PF1K4_WFS_TARGET.bSP1K4FzpOut - 8 - BOOL - 642364320 - - - PRG_PF1K4_WFS_TARGET.bSP1K4Out - 8 - BOOL - 642364328 - - - PRG_SL1K4_SCATTER.bMoveOk - GET PMPS Move Ok bit - Default True until it is properly linked to PMPS bit - 8 - BOOL - - 1 - - 642364336 - - - PRG_SL1K4_SCATTER.bExecuteMotion - 8 - BOOL - - 0 - - - - pytmc - - pv: SL1K4:SCATTER:GO; - io: io; - field: ZNAM False; - field: ONAM True; - - - - 642364344 - PRG_IM2K4_PPM.fbIM2K4 - 2514240 + 2514304 FB_PPM @@ -79696,17 +80008,18 @@ Digital outputs .fbYagThermoCouple.bError := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Status^Error; .fbYagThermoCouple.bUnderrange := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Status^Underrange; .fbYagThermoCouple.bOverrange := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Status^Overrange; - .fbYagThermoCouple.iRaw := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Value + .fbYagThermoCouple.iRaw := TIIB[IM2K4-EL3314-E4]^TC Inputs Channel 2^Value; + .fbFlowSwitch.bFlowOk := TIIB[IM2K4-EL1004-E8]^Channel 1^Input - 642364352 + 642364480 PRG_IM2K4_PPM.fbStateSetup fStartupVelo: LREAL := 13; 87808 FB_StateSetupHelper - 644878592 + 644878784 PRG_IM2K4_PPM.stDefault @@ -79726,12 +80039,12 @@ Digital outputs 1 - 644966400 + 644966592 PRG_IM3K4_PPM.fbIM3K4 IM3K4 and IM4K4 share the same flow meter - 2514240 + 2514304 FB_PPM @@ -79757,13 +80070,13 @@ Digital outputs .fbFlowMeter.iRaw := TIIB[IM4K4-EL3052-E5]^AI Standard Channel 1^Value - 644970048 + 644970240 PRG_IM3K4_PPM.fbStateSetup 87808 FB_StateSetupHelper - 647484288 + 647484544 PRG_IM3K4_PPM.stDefault @@ -79783,11 +80096,11 @@ Digital outputs 1 - 647572096 + 647572352 PRG_IM4K4_PPM.fbIM4K4 - 2514240 + 2514304 FB_PPM @@ -79813,13 +80126,13 @@ Digital outputs .fbFlowMeter.iRaw := TIIB[IM4K4-EL3052-E5]^AI Standard Channel 1^Value - 647575744 + 647576000 PRG_IM4K4_PPM.fbStateSetup 87808 FB_StateSetupHelper - 650089984 + 650090304 PRG_IM4K4_PPM.stDefault @@ -79839,11 +80152,11 @@ Digital outputs 1 - 650177792 + 650178112 PRG_IM5K4_PPM.fbIM5K4 - 2514240 + 2514304 FB_PPM @@ -79869,13 +80182,13 @@ Digital outputs .fbFlowMeter.iRaw := TIIB[IM5K4-EL3052-E5]^AI Standard Channel 1^Value - 650181440 + 650181760 PRG_IM5K4_PPM.fbStateSetup 87808 FB_StateSetupHelper - 652695680 + 652696064 PRG_IM5K4_PPM.stDefault @@ -79895,11 +80208,11 @@ Digital outputs 1 - 652783488 + 652783872 PRG_IM6K4_PPM.fbIM6K4 - 2514240 + 2514304 FB_PPM @@ -79925,13 +80238,13 @@ Digital outputs .fbFlowMeter.iRaw := TIIB[IM6K4-EL3052-E5]^AI Standard Channel 1^Value - 652787136 + 652787520 PRG_IM6K4_PPM.fbStateSetup 87808 FB_StateSetupHelper - 655301376 + 655301824 PRG_IM6K4_PPM.stDefault @@ -79951,7 +80264,7 @@ Digital outputs 1 - 655389184 + 655389632 PRG_LI1K4_IP1.fbLI1K4 @@ -79966,13 +80279,13 @@ Digital outputs - 655393024 + 655393472 PRG_LI1K4_IP1.fbStateSetup 87808 FB_StateSetupHelper - 657326720 + 657327168 PRG_LI1K4_IP1.stDefault @@ -79992,19 +80305,22 @@ Digital outputs 1 - 657414528 + 657414976 - PRG_SL1K4_SCATTER.bTest + PRG_PF1K4_WFS_TARGET.bSP1K4FzpOut 8 BOOL - - 0 - - 657418528 + 657418976 - PRG_SL2K4_SCATTER.bMoveOk + PRG_PF1K4_WFS_TARGET.bSP1K4Out + 8 + BOOL + 657418984 + + + PRG_SL1K4_SCATTER.bMoveOk GET PMPS Move Ok bit Default True until it is properly linked to PMPS bit 8 @@ -80012,10 +80328,10 @@ Digital outputs 1 - 657418536 + 657418992 - PRG_SL2K4_SCATTER.bExecuteMotion + PRG_SL1K4_SCATTER.bExecuteMotion 8 BOOL @@ -80025,27 +80341,18 @@ Digital outputs pytmc - pv: SL2K4:SCATTER:GO; + pv: SL1K4:SCATTER:GO; io: io; field: ZNAM False; field: ONAM True; - 657418544 - - - PRG_SL2K4_SCATTER.bTest - 8 - BOOL - - 0 - - 657418552 + 657419000 PRG_PF1K4_WFS_TARGET.fbPF1K4 - 2239488 + 2239552 FB_WFS @@ -80067,13 +80374,13 @@ Digital outputs .fbThermoCouple2.iRaw := TIIB[PF1K4-EL3314-E5]^TC Inputs Channel 2^Value - 657418560 + 657419008 PRG_PF1K4_WFS_TARGET.fbStateSetup 87808 FB_StateSetupHelper - 659658048 + 659658560 PRG_PF1K4_WFS_TARGET.stDefault @@ -80089,11 +80396,11 @@ Digital outputs 1 - 659745856 + 659746368 PRG_PF2K4_WFS_TARGET.fbPF2K4 - 2239488 + 2239552 FB_WFS @@ -80115,13 +80422,13 @@ Digital outputs .fbThermoCouple2.iRaw := TIIB[PF2K4-EL3314-E5]^TC Inputs Channel 2^Value - 659749504 + 659750016 PRG_PF2K4_WFS_TARGET.fbStateSetup 87808 FB_StateSetupHelper - 661988992 + 661989568 PRG_PF2K4_WFS_TARGET.stDefault @@ -80141,7 +80448,7 @@ Digital outputs 1 - 662076800 + 662077376 PRG_SL1K4_SCATTER.fbSL1K4 @@ -80156,7 +80463,66 @@ Digital outputs - 662081088 + 662081664 + + + PRG_SL1K4_SCATTER.bTest + 8 + BOOL + + 0 + + 663424832 + + + PRG_SL2K4_SCATTER.bMoveOk + GET PMPS Move Ok bit + Default True until it is properly linked to PMPS bit + 8 + BOOL + + 1 + + 663424840 + + + PRG_SL2K4_SCATTER.bExecuteMotion + 8 + BOOL + + 0 + + + + pytmc + + pv: SL2K4:SCATTER:GO; + io: io; + field: ZNAM False; + field: ONAM True; + + + + 663424848 + + + PRG_SL2K4_SCATTER.bTest + 8 + BOOL + + 0 + + 663424856 + + + PRG_SL1K4_SCATTER.rEncoderOffsetTop + 0+(-15) + 32 + REAL + + -15 + + 663424864 PRG_SL1K4_SCATTER.mcPower @@ -80167,47 +80533,47 @@ Digital outputs 1 4 - 663424256 + 663424896 - PRG_SL1K4_SCATTER.rEncoderOffsetTop + PRG_SL1K4_SCATTER.rEncoderOffsetBottom 0+(-15) 32 REAL -15 - 663427328 + 663427968 - PRG_SL1K4_SCATTER.rEncoderOffsetBottom + PRG_SL1K4_SCATTER.rEncoderOffsetNorth 0+(-15) 32 REAL -15 - 663427360 + 663428000 - PRG_SL1K4_SCATTER.rEncoderOffsetNorth + PRG_SL1K4_SCATTER.rEncoderOffsetSouth 0+(-15) 32 REAL -15 - 663427392 + 663428032 - PRG_SL1K4_SCATTER.rEncoderOffsetSouth + PRG_SL2K4_SCATTER.rEncoderOffsetTop 0+(-15) 32 REAL -15 - 663427424 + 663428384 PRG_SL2K4_SCATTER.fbSL2K4 @@ -80222,7 +80588,7 @@ Digital outputs - 663427776 + 663428416 PRG_SL2K4_SCATTER.mcPower @@ -80233,17 +80599,7 @@ Digital outputs 1 4 - 664770944 - - - PRG_SL2K4_SCATTER.rEncoderOffsetTop - 0+(-15) - 32 - REAL - - -15 - - 664774016 + 664771584 PRG_SL2K4_SCATTER.rEncoderOffsetBottom @@ -80253,7 +80609,7 @@ Digital outputs -15 - 664774048 + 664774656 PRG_SL2K4_SCATTER.rEncoderOffsetNorth @@ -80263,7 +80619,7 @@ Digital outputs -15 - 664774080 + 664774688 PRG_SL2K4_SCATTER.rEncoderOffsetSouth @@ -80273,7 +80629,13 @@ Digital outputs -15 - 664774112 + 664774720 + + + PRG_ST4K4_TMO_TERM.ibPMPS_OK + 8 + BOOL + 664775008 PRG_ST4K4_TMO_TERM.ST4K4 @@ -80292,19 +80654,7 @@ Digital outputs - 664774400 - - - PRG_ST4K4_TMO_TERM.ibPMPS_OK - 8 - BOOL - 664883328 - - - PRG_SP1K4.nTL1HighCycles - 16 - UINT - 664885280 + 664775040 PRG_TM1K4.fbTM1K4 @@ -80326,19 +80676,13 @@ Digital outputs .fbThermoCouple1.iRaw := TIIB[TM1K4-EL3314-E5]^TC Inputs Channel 1^Value - 664885312 - - - PRG_SP1K4.nTL1LowCycles - 16 - UINT - 666208416 + 664885888 - PRG_SP1K4.nTL2HighCycles + PRG_SP1K4.nTL1HighCycles 16 UINT - 666208432 + 666208992 PRG_TM2K4.fbTM2K4 @@ -80360,85 +80704,97 @@ Digital outputs .fbThermoCouple1.iRaw := TIIB[TM2K4-EL3314-E5]^TC Inputs Channel 1^Value - 666208448 + 666209024 PRG_SP1K4.fbMotionLensX 297920 FB_MotionStage - 667516864 + 667517440 PRG_SP1K4.fbMotionFoilX 297920 FB_MotionStage - 667814784 + 667815360 PRG_SP1K4.fbMotionZPX 297920 FB_MotionStage - 668112704 + 668113280 PRG_SP1K4.fbMotionZPY 297920 FB_MotionStage - 668410624 + 668411200 PRG_SP1K4.fbMotionZPZ 297920 FB_MotionStage - 668708544 + 668709120 PRG_SP1K4.fbMotionYAGX 297920 FB_MotionStage - 669006464 + 669007040 PRG_SP1K4.fbMotionYAGY 297920 FB_MotionStage - 669304384 + 669304960 PRG_SP1K4.fbMotionYAGZ 297920 FB_MotionStage - 669602304 + 669602880 PRG_SP1K4.fbMotionYAGR 297920 FB_MotionStage - 669900224 + 669900800 PRG_SP1K4.fbMotionTL1 297920 FB_MotionStage - 670198144 + 670198720 PRG_SP1K4.fbMotionTL2 297920 FB_MotionStage - 670496064 + 670496640 PRG_SP1K4.fbMotionTLX 297920 FB_MotionStage - 670793984 + 670794560 PRG_SP1K4.fbMotionFoilY 297920 FB_MotionStage - 671091904 + 671092480 + + + PRG_SP1K4.nTL1LowCycles + 16 + UINT + 671390400 + + + PRG_SP1K4.nTL2HighCycles + 16 + UINT + 671390416 PRG_SP1K4.bInit @@ -80447,13 +80803,13 @@ Digital outputs 1 - 671389832 + 671390440 PRG_SP1K4.nTL2LowCycles 16 UINT - 671389840 + 671390448 PRG_SP1K4.nNumCyclesNeeded @@ -80462,35 +80818,20 @@ Digital outputs 100 - 671389856 + 671390464 PRG_SP1K4.bAttIn Placeholder, later this should be TRUE if the attenuator is in and FALSE otherwise 8 BOOL - 671389872 + 671390480 PRG_SP1K4.bPF1K4Out 8 BOOL - 671389880 - - - PRG_SP1K4.fbZPStates - /ZP states start - 1506432 - FB_PositionStatePMPS3D - - - pytmc - - pv: SP1K4:FZP - - - - 671389888 + 671390488 PRG_SP1K4.zp_enumSet @@ -80505,7 +80846,7 @@ Digital outputs - 672896320 + 671390496 PRG_SP1K4.zp_enumGet @@ -80520,43 +80861,28 @@ Digital outputs - 672896336 - - - PRG_SP1K4.att_enumSet - 16 - ENUM_SolidAttenuator_States - - - pytmc - - pv: SP1K4:ATT:STATE:SET - io: io - - - - 672896352 + 671390512 - 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 - 672896368 + 671390528 PRG_SP1K4.fbZPSetup 87808 FB_StateSetupHelper - 672896384 + 672896960 PRG_SP1K4.fbZPDefault @@ -80576,7 +80902,7 @@ Digital outputs 1 - 672984192 + 672984768 PRG_SP1K4.aZPXStates @@ -80586,7 +80912,7 @@ Digital outputs 1 15 - 672987840 + 672988416 PRG_SP1K4.aZPYStates @@ -80596,7 +80922,7 @@ Digital outputs 1 15 - 673042560 + 673043136 PRG_SP1K4.aZPZStates @@ -80606,7 +80932,7 @@ Digital outputs 1 15 - 673097280 + 673097856 PRG_SP1K4.fbATTStates @@ -80621,13 +80947,61 @@ Digital outputs - 673152000 + 673152576 + + + PRG_SP1K4.att_enumSet + 16 + ENUM_SolidAttenuator_States + + + pytmc + + pv: SP1K4:ATT:STATE:SET + io: io + + + + 674658944 + + + PRG_SP1K4.att_enumGet + 16 + ENUM_SolidAttenuator_States + + + pytmc + + pv: SP1K4:ATT:STATE:GET + io: i + + + + 674658960 + + + PRG_3_PMPS_POST.bST3K4_Veto + 8 + BOOL + 674658976 + + + PRG_3_PMPS_POST.bM1K1Veto + 8 + BOOL + 674658984 + + + PRG_3_PMPS_POST.bST4K4_Veto + 8 + BOOL + 674658992 PRG_SP1K4.fbATTSetup 87808 FB_StateSetupHelper - 674658368 + 674659008 PRG_SP1K4.fbATTDefault @@ -80647,7 +81021,7 @@ Digital outputs 1 - 674746176 + 674746816 PRG_SP1K4.aATTXStates @@ -80657,7 +81031,7 @@ Digital outputs 1 15 - 674749824 + 674750464 PRG_SP1K4.aATTYStates @@ -80667,7 +81041,7 @@ Digital outputs 1 15 - 674804544 + 674805184 PRG_SP1K4.SP1K4_ATT_RTD_01 @@ -80691,7 +81065,7 @@ Digital outputs - 674859264 + 674859904 PRG_SP1K4.SP1K4_ATT_RTD_02 @@ -80714,43 +81088,36 @@ Digital outputs - 674859520 - - - PRG_3_PMPS_POST.bST3K4_Veto - 8 - BOOL - 674860384 + 674860160 - PRG_3_PMPS_POST.bM1K1Veto - 8 - BOOL - 674860392 - - - PRG_3_PMPS_POST.bST4K4_Veto - 8 - BOOL - 674860400 + GVL_TcGVL.ePF1K4State + 16 + E_WFS_States + + + TcVarGlobal + + + 674861040 PRG_3_PMPS_POST.fbArbiterIO 138368 FB_SubSysToArbiter_IO - 674860416 + 674861056 PRG_3_PMPS_POST.fb_vetoArbiter 27168 FB_VetoArbiter - 674998784 + 674999424 PRG_4_LOG.fbLogHandler 5788736 FB_LogHandler - 675029632 + 675030272 GVL_PMPS.fbArbiter @@ -80769,7 +81136,7 @@ Digital outputs TcVarGlobal - 680821248 + 680821888 GVL_PMPS.fbArbiter2 @@ -80788,7 +81155,7 @@ Digital outputs TcVarGlobal - 681294720 + 681295360 GVL_PMPS.fbFastFaultOutput1 @@ -80818,7 +81185,7 @@ Digital outputs TcVarGlobal - 681768192 + 681768832 GVL_PMPS.fbFastFaultOutput2 @@ -80848,18 +81215,7 @@ Digital outputs TcVarGlobal - 683415104 - - - GVL_TcGVL.ePF1K4State - 16 - E_WFS_States - - - TcVarGlobal - - - 685062032 + 683415744 GVL_TcGVL.ePF2K4State @@ -80870,7 +81226,7 @@ Digital outputs TcVarGlobal - 685062048 + 685062656 GVL_TcGVL.eSP1K4ATT @@ -80881,7 +81237,7 @@ Digital outputs TcVarGlobal - 685062064 + 685062672 GVL_TcGVL.eSP1K4FZP @@ -80892,7 +81248,7 @@ Digital outputs TcVarGlobal - 685062080 + 685062688 Constants.bLittleEndian @@ -80907,7 +81263,7 @@ Digital outputs TcVarGlobal - 685062096 + 685062704 Constants.bSimulationMode @@ -80922,37 +81278,7 @@ Digital outputs TcVarGlobal - 685062104 - - - Constants.nRegisterSize - Does the target support an FPU - 16 - WORD - - 32 - - - - TcVarGlobal - - - 685062112 - - - Constants.nPackMode - Does the target support an FPU - 16 - UINT - - 8 - - - - TcVarGlobal - - - 685062128 + 685062712 Main.M1 @@ -80981,7 +81307,7 @@ Digital outputs TcVarGlobal - 685062144 + 685062720 Main.M2 @@ -80993,7 +81319,7 @@ Digital outputs TcVarGlobal - 685087360 + 685087936 Main.M3 @@ -81004,7 +81330,7 @@ Digital outputs TcVarGlobal - 685112576 + 685113152 Main.M4 @@ -81015,7 +81341,7 @@ Digital outputs TcVarGlobal - 685137792 + 685138368 Main.M5 @@ -81026,7 +81352,7 @@ Digital outputs TcVarGlobal - 685163008 + 685163584 Main.M6 @@ -81037,7 +81363,7 @@ Digital outputs TcVarGlobal - 685188224 + 685188800 Main.M7 @@ -81048,7 +81374,7 @@ Digital outputs TcVarGlobal - 685213440 + 685214016 Main.M8 @@ -81059,7 +81385,7 @@ Digital outputs TcVarGlobal - 685238656 + 685239232 Main.M9 @@ -81088,7 +81414,7 @@ Digital outputs TcVarGlobal - 685263872 + 685264448 Main.M10 @@ -81116,7 +81442,7 @@ Digital outputs TcVarGlobal - 685289088 + 685289664 Main.M11 @@ -81143,7 +81469,7 @@ Digital outputs TcVarGlobal - 685314304 + 685314880 Main.M12 @@ -81170,7 +81496,7 @@ Digital outputs TcVarGlobal - 685339520 + 685340096 Main.M13 @@ -81197,7 +81523,7 @@ Digital outputs TcVarGlobal - 685364736 + 685365312 Main.M14 @@ -81209,7 +81535,7 @@ Digital outputs TcVarGlobal - 685389952 + 685390528 Main.M15 @@ -81238,7 +81564,7 @@ Digital outputs TcVarGlobal - 685415168 + 685415744 Main.M16 @@ -81267,7 +81593,7 @@ Digital outputs TcVarGlobal - 685440384 + 685440960 Main.M17 @@ -81296,7 +81622,7 @@ Digital outputs TcVarGlobal - 685465600 + 685466176 Main.M18 @@ -81325,7 +81651,7 @@ Digital outputs TcVarGlobal - 685490816 + 685491392 Main.M19 @@ -81350,7 +81676,7 @@ Digital outputs TcVarGlobal - 685516032 + 685516608 Main.M20 @@ -81379,7 +81705,7 @@ Digital outputs TcVarGlobal - 685541248 + 685541824 Main.M21 @@ -81408,7 +81734,7 @@ Digital outputs TcVarGlobal - 685566464 + 685567040 Main.M22 @@ -81433,7 +81759,7 @@ Digital outputs TcVarGlobal - 685591680 + 685592256 Main.M23 @@ -81461,7 +81787,7 @@ Digital outputs TcVarGlobal - 685616896 + 685617472 Main.M24 @@ -81488,7 +81814,7 @@ Digital outputs TcVarGlobal - 685642112 + 685642688 Main.M25 @@ -81515,7 +81841,7 @@ Digital outputs TcVarGlobal - 685667328 + 685667904 Main.M26 @@ -81542,7 +81868,7 @@ Digital outputs TcVarGlobal - 685692544 + 685693120 Main.M27 @@ -81571,7 +81897,7 @@ Digital outputs TcVarGlobal - 685717760 + 685718336 Main.M28 @@ -81600,7 +81926,7 @@ Digital outputs TcVarGlobal - 685742976 + 685743552 Main.M29 @@ -81625,7 +81951,7 @@ Digital outputs TcVarGlobal - 685768192 + 685768768 Main.M30 @@ -81654,7 +81980,7 @@ Digital outputs TcVarGlobal - 685793408 + 685793984 Main.M31 @@ -81679,7 +82005,7 @@ Digital outputs TcVarGlobal - 685818624 + 685819200 Main.M32 @@ -81716,7 +82042,7 @@ Digital outputs TcVarGlobal - 685843840 + 685844416 Main.M33 @@ -81761,7 +82087,7 @@ Digital outputs TcVarGlobal - 685869056 + 685869632 Main.M34 @@ -81802,7 +82128,7 @@ Digital outputs TcVarGlobal - 685894272 + 685894848 Main.M35 @@ -81843,7 +82169,7 @@ Digital outputs TcVarGlobal - 685919488 + 685920064 Main.M36 @@ -81884,7 +82210,7 @@ Digital outputs TcVarGlobal - 685944704 + 685945280 Main.M37 @@ -81925,7 +82251,7 @@ Digital outputs TcVarGlobal - 685969920 + 685970496 Main.M38 @@ -81966,7 +82292,7 @@ Digital outputs TcVarGlobal - 685995136 + 685995712 Main.M39 @@ -82007,7 +82333,7 @@ Digital outputs TcVarGlobal - 686020352 + 686020928 Main.M40 @@ -82048,7 +82374,7 @@ Digital outputs TcVarGlobal - 686045568 + 686046144 Main.M41 @@ -82084,7 +82410,7 @@ Digital outputs TcVarGlobal - 686070784 + 686071360 Main.M42 @@ -82120,7 +82446,7 @@ Digital outputs TcVarGlobal - 686096000 + 686096576 Main.M43 @@ -82156,7 +82482,7 @@ Digital outputs TcVarGlobal - 686121216 + 686121792 Main.M44 @@ -82201,7 +82527,7 @@ Digital outputs TcVarGlobal - 686146432 + 686147008 Constants.RuntimeVersion @@ -82231,7 +82557,7 @@ Digital outputs TcVarGlobal - 686171648 + 686172224 Constants.CompilerVersion @@ -82261,7 +82587,37 @@ Digital outputs TcVarGlobal - 686171712 + 686172288 + + + Constants.nRegisterSize + Does the target support an FPU + 16 + WORD + + 32 + + + + TcVarGlobal + + + 686172352 + + + Constants.nPackMode + Does the target support an FPU + 16 + UINT + + 8 + + + + TcVarGlobal + + + 686172368 Constants.bFPUSupport @@ -82275,7 +82631,7 @@ Digital outputs TcVarGlobal - 686171776 + 686172384 Constants.RuntimeVersionNumeric @@ -82289,7 +82645,7 @@ Digital outputs TcVarGlobal - 686171808 + 686172416 Constants.CompilerVersionNumeric @@ -82303,7 +82659,7 @@ Digital outputs TcVarGlobal - 686171840 + 686172448 TwinCAT_SystemInfoVarList._AppInfo @@ -82317,12 +82673,16 @@ Digital outputs TcVarGlobal - 686171872 + 686172480 - TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask - 32 - OTCID + TwinCAT_SystemInfoVarList._TaskInfo + 1024 + PlcTaskSystemInfo + + 1 + 1 + no_init @@ -82331,16 +82691,12 @@ Digital outputs TcVarGlobal - 686173920 + 686174528 - TwinCAT_SystemInfoVarList._TaskInfo - 1024 - PlcTaskSystemInfo - - 1 - 1 - + TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask + 32 + OTCID no_init @@ -82349,7 +82705,7 @@ Digital outputs TcVarGlobal - 686173952 + 686175552 TwinCAT_SystemInfoVarList._TaskOid_PlcTask @@ -82363,7 +82719,7 @@ Digital outputs TcVarGlobal - 686174976 + 686175584 TwinCAT_SystemInfoVarList.__PlcTask @@ -82384,7 +82740,30 @@ Digital outputs TcVarGlobal - 686175008 + 686175616 + + + TC_EVENTS.LCLSGeneralEventClass + ST_LCLSGeneralEventClass + 960 + ST_LCLSGeneralEventClass + + + tc_no_symbol + unused + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 686218944 TC_EVENT_CLASSES.TcSystemEventClass @@ -82453,7 +82832,7 @@ Digital outputs TcVarGlobal - 686188384 + 686227968 TC_EVENT_CLASSES.TcGeneralAdsEventClass @@ -82522,7 +82901,7 @@ Digital outputs TcVarGlobal - 686188512 + 686228096 TC_EVENT_CLASSES.TcRouterEventClass @@ -82591,7 +82970,7 @@ Digital outputs TcVarGlobal - 686188640 + 686228224 TC_EVENT_CLASSES.TcRTimeEventClass @@ -82660,7 +83039,7 @@ Digital outputs TcVarGlobal - 686188768 + 686228352 TC_EVENT_CLASSES.Win32EventClass @@ -82729,7 +83108,7 @@ Digital outputs TcVarGlobal - 686188896 + 686228480 TC_EVENT_CLASSES.LCLSGeneralEventClass @@ -82798,30 +83177,7 @@ Digital outputs TcVarGlobal - 686189024 - - - TC_EVENTS.LCLSGeneralEventClass - ST_LCLSGeneralEventClass - 960 - ST_LCLSGeneralEventClass - - - tc_no_symbol - unused - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 686219360 + 686228608 @@ -82882,6 +83238,9 @@ Digital outputs + + LCLSGeneralEventClass + TcSystemEventClass @@ -82897,9 +83256,6 @@ Digital outputs Win32EventClass - - LCLSGeneralEventClass - @@ -82908,15 +83264,15 @@ Digital outputs ChangeDate - 2023-11-07T14:32:31 + 2023-12-06T13:53:23 GeneratedCodeSize - 1003520 + 1077248 GlobalDataSize - 85299200 + 85364736