From 3c6f850d96b53dda3e276a8b1882a45bed7c57d9 Mon Sep 17 00:00:00 2001 From: ghalym Date: Fri, 15 Sep 2023 18:44:35 -0700 Subject: [PATCH 1/3] DEV: Mono SC implementation --- .../rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU b/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU index 9fd1f35..e019018 100644 --- a/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU +++ b/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU @@ -86,11 +86,15 @@ VAR CONSTANT Zmon : LREAL:=739.622;//m Zpiv : LREAL:= 739.762 ; //m Zzos : LREAL:= 741.422;//m + Pm1Offset: LREAL:= 18181;//=18310-129 + Pm2Offset: LREAL:= -90641; + Pm3Offset: LREAL:= -63300;//urad, could depend on the inserted grating END_VAR ]]> D +//TRUE if Hzos - hb0m3(Zzoz) > D Ans := (Hzos*1E3) - Hb0m3; //um IF GVL_PMPS.rPhotonEnergy <550 THEN bZeroOrderBeam := Ans > 3*1E3; @@ -126,16 +130,16 @@ ACT_ExitSlitsGap();]]> Date: Tue, 19 Sep 2023 15:35:38 -0700 Subject: [PATCH 2/3] FIX: PV names --- GratingMonoScope/VSSettings/.vsm | 2 +- .../_Config/PLC/rixs_optics.xti | 32 +- .../rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU | 131 +- .../rixs_optics/rixs_optics.tmc | 82625 +--------------- 4 files changed, 810 insertions(+), 81980 deletions(-) diff --git a/GratingMonoScope/VSSettings/.vsm b/GratingMonoScope/VSSettings/.vsm index 80af606..e223389 100644 --- a/GratingMonoScope/VSSettings/.vsm +++ b/GratingMonoScope/VSSettings/.vsm @@ -6,7 +6,7 @@ Scope YT NC Project True - C:\Users\nrw\plcprojs\lcls-plc-rixs-optics\GratingMonoScope\Scope YT NC Project.tcscopex + C:\Github (mghaly)\lcls-plc-rixs-optics\GratingMonoScope\Scope YT NC Project.tcscopex DataPool diff --git a/lcls-plc-rixs-optics/_Config/PLC/rixs_optics.xti b/lcls-plc-rixs-optics/_Config/PLC/rixs_optics.xti index b3ef13b..8c37ae6 100644 --- a/lcls-plc-rixs-optics/_Config/PLC/rixs_optics.xti +++ b/lcls-plc-rixs-optics/_Config/PLC/rixs_optics.xti @@ -76,15 +76,15 @@ - EL5042_Status + EL5042_Status 0 - + - ST_RenishawAbsEnc + ST_RenishawAbsEnc @@ -106,7 +106,7 @@ Status - EL5042_Status + EL5042_Status @@ -123,7 +123,7 @@ 64 - + @@ -1377,7 +1377,7 @@ External Setpoint Generation: - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1399,7 +1399,7 @@ External Setpoint Generation: PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYdwnEnc - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1421,7 +1421,7 @@ External Setpoint Generation: PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXupEnc - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1443,7 +1443,7 @@ External Setpoint Generation: PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXdwnEnc - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1673,7 +1673,7 @@ Emergency Stop for MR1K1]]> - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1695,7 +1695,7 @@ Emergency Stop for MR1K1]]> PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYdwnEnc - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1717,7 +1717,7 @@ Emergency Stop for MR1K1]]> PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXupEnc - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -1739,7 +1739,7 @@ Emergency Stop for MR1K1]]> PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXdwnEnc - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -2192,7 +2192,7 @@ External Setpoint Generation: PRG_SP1K1_MONO.mpi_upe - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -2214,7 +2214,7 @@ External Setpoint Generation: PRG_SP1K1_MONO.gpi_upe - ST_RenishawAbsEnc + ST_RenishawAbsEnc Count @@ -8722,8 +8722,8 @@ External Setpoint Generation: - + diff --git a/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU b/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU index e019018..c4b07a6 100644 --- a/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU +++ b/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU @@ -10,46 +10,57 @@ VAR i_Desc := 'Faults when Zero order beam safe conditions are not met', i_TypeCode := 16#F506); {attribute 'pytmc' := ' - pv: SIM:SafeBenderRange + pv: @(PREFIX)SafeBenderRange field: ZNAM FALSE field: ONAM TRUE '} bSafeBenderRange : BOOL; {attribute 'pytmc' := ' - pv: SIM:LRG_Grating_IN + pv: @(PREFIX)LRG_Grating_IN field: ZNAM FALSE field: ONAM TRUE '} bLRG_Grating_IN : BOOL; {attribute 'pytmc' := ' - pv: SIM:ZOS_IN + pv: @(PREFIX)ZOS_IN field: ZNAM FALSE field: ONAM TRUE '} bZOS_IN : BOOL; {attribute 'pytmc' := ' - pv: SIM:ZOB_on_Lower_Stopper + pv: :@(PREFIX)ZOB_on_Lower_Stopper field: ZNAM FALSE field: ONAM TRUE '} bZOB_on_Lower_Stopper : BOOL; {attribute 'pytmc' := ' - pv: SIM:MR1K1_Inserted + pv: @(PREFIX)MR1K1_Inserted field: ZNAM FALSE field: ONAM TRUE '} bMR1K1_Inserted : BOOL; - {attribute 'pytmc' := ' - pv: SIM:ZeroOrderBeam + + + {attribute 'pytmc' := ' + pv: @(PREFIX)MachineMode + field: ZRST NC + field: ONST SC + field: TWST Misconfig + field: THST UnInit + '} + nMachineMode : INT; + + {attribute 'pytmc' := ' + pv: @(PREFIX)BeamPermitted field: ZNAM FALSE field: ONAM TRUE '} - bZeroOrderBeam : BOOL; + bBeamPermitted : BOOL; Pm3 : LREAL; @@ -94,17 +105,15 @@ END_VAR D Ans := (Hzos*1E3) - Hb0m3; //um IF GVL_PMPS.rPhotonEnergy <550 THEN - bZeroOrderBeam := Ans > 3*1E3; + bZOB_on_Lower_Stopper := Ans > 3*1E3; ELSIF GVL_PMPS.rPhotonEnergy <1000 THEN - bZeroOrderBeam := Ans > 2.5*1E3; + bZOB_on_Lower_Stopper := Ans > 2.5*1E3; ELSIF GVL_PMPS.rPhotonEnergy >=1000 THEN - bZeroOrderBeam := Ans > 2*1E3; + bZOB_on_Lower_Stopper := Ans > 2*1E3; END_IF // @@ -208,93 +217,5 @@ END_VAR GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_LowerLimit < M18.nEncoderCount AND M18.nEncoderCount < GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_UpperLimit;]]> - - - - D -Ans := Hb0m3 - (Hzos*1E3); //um -IF GVL_PMPS.rPhotonEnergy <550 THEN - ZOB_on_Lower_Stopper := Ans > 6*1E3; - ELSIF GVL_PMPS.rPhotonEnergy <1000 THEN - ZOB_on_Lower_Stopper := Ans > 3.2*1E3; - ELSIF GVL_PMPS.rPhotonEnergy >=1000 THEN - ZOB_on_Lower_Stopper := Ans > 2.5*1E3; -END_IF -]]> - - \ No newline at end of file diff --git a/lcls-plc-rixs-optics/rixs_optics/rixs_optics.tmc b/lcls-plc-rixs-optics/rixs_optics/rixs_optics.tmc index c720b55..d02cf83 100644 --- a/lcls-plc-rixs-optics/rixs_optics/rixs_optics.tmc +++ b/lcls-plc-rixs-optics/rixs_optics/rixs_optics.tmc @@ -1,232 +1,7 @@ - - - - - ComSerialLineMode_t - 16 - INT - - SERIALLINEMODE_DEFAULT - 0 - - - SERIALLINEMODE_KL6_3B_ALTERNATIVE - 1 - - - SERIALLINEMODE_KL6_5B_STANDARD - 2 - - - SERIALLINEMODE_KL6_22B_STANDARD - 3 - - - SERIALLINEMODE_PC_COM_PORT - 4 - - - SERIALLINEMODE_EL6_22B - 5 - - - SERIALLINEMODE_IE6_11B - 6 - - - - ComError_t - 16 - INT - - COMERROR_NOERROR - 0 - - - COMERROR_PARAMETERCHANGED - 1 - input parameters changed during reception - - - COMERROR_TXBUFFOVERRUN - 2 - string > transmit buffer - - - COMERROR_STRINGOVERRUN - 10 - end of string - - - COMERROR_ZEROCHARINVALID - 11 - string cannot receive zero characters - - - COMERROR_INVALIDPOINTER - 20 - invalid data pointer, e. g. zero - - - COMERROR_INVALIDRXPOINTER - 21 - invalid data pointer for ReceiveData - - - COMERROR_INVALIDRXLENGTH - 22 - invalid length for ReceiveData, e. g. zero - - - COMERROR_DATASIZEOVERRUN - 23 - end of data block - - - COMERROR_INVALIDPROCESSDATASIZE - 24 - - - COMERROR_MODENOTSUPPORTED - 257 - mode not supported (3-Byte Terminals connectd to bus controllers) - - - COMERROR_INVALIDCHANNELNUMBER - 258 - - - COMERROR_INVALIDBAUDRATE - 4097 - - - COMERROR_INVALIDNUMDATABITS - 4098 - - - COMERROR_INVALIDNUMSTOPBITS - 4099 - - - COMERROR_INVALIDPARITY - 4100 - - - COMERROR_INVALIDHANDSHAKE - 4101 - - - COMERROR_INVALIDNUMREGISTERS - 4102 - - - COMERROR_INVALIDREGISTER - 4103 - - - COMERROR_TIMEOUT - 4104 - - - - ComBuffer - This data type will be used as a software character buffer +ComSerialLineMode_t16INTSERIALLINEMODE_DEFAULT0SERIALLINEMODE_KL6_3B_ALTERNATIVE1SERIALLINEMODE_KL6_5B_STANDARD2SERIALLINEMODE_KL6_22B_STANDARD3SERIALLINEMODE_PC_COM_PORT4SERIALLINEMODE_EL6_22B5SERIALLINEMODE_IE6_11B6ComError_t16INTCOMERROR_NOERROR0COMERROR_PARAMETERCHANGED1COMERROR_TXBUFFOVERRUN2 transmit buffer ]]>COMERROR_STRINGOVERRUN10COMERROR_ZEROCHARINVALID11COMERROR_INVALIDPOINTER20COMERROR_INVALIDRXPOINTER21COMERROR_INVALIDRXLENGTH22COMERROR_DATASIZEOVERRUN23COMERROR_INVALIDPROCESSDATASIZE24COMERROR_MODENOTSUPPORTED257COMERROR_INVALIDCHANNELNUMBER258COMERROR_INVALIDBAUDRATE4097COMERROR_INVALIDNUMDATABITS4098COMERROR_INVALIDNUMSTOPBITS4099COMERROR_INVALIDPARITY4100COMERROR_INVALIDHANDSHAKE4101COMERROR_INVALIDNUMREGISTERS4102COMERROR_INVALIDREGISTER4103COMERROR_TIMEOUT4104ComBuffer - 2512 - - Buffer - BYTE - - 0 - 301 - - ringbuffer - 2408 - 0 - - - RdIdx - UINT - first valid byte in ringbuffer - 16 - 2416 - - - WrIdx - UINT - first invalid byte in ringbuffer - 16 - 2432 - - - Count - UINT - number of bytes in ringbuffer - 16 - 2448 - - - FreeByte - UINT - number of free bytes in ringbuffer - 16 - 2464 - - - Error - UINT - error code of serial line interface - 16 - 2480 - - - blocked - BOOL - semaphore for task synchronization - 8 - 2496 - - - - ComDebugBuffer - 9648 - - Buffer - INT - - 0 - 301 - - 4816 - 0 - - - Status - INT - - 0 - 301 - - 4816 - 4816 - - - Idx - UINT - 16 - 9632 - - - - hide - - - - - SerialLineControl - ============================================================= +]]>2512BufferBYTE030124080RdIdxUINT162416WrIdxUINT162432CountUINT162448FreeByteUINT162464ErrorUINT162480blockedBOOL82496ComDebugBuffer9648BufferINT030148160StatusINT030148164816IdxUINT169632hideSerialLineControl - 10432 - - Mode - ComSerialLineMode_t - 16 - 32 - - - ItemType - Input - - - - - pComIn - BYTE - - 0 - 66 - - must meet the maximum size of a hardware related data structure - 32 - 64 - - - ItemType - Input - - - - - pComOut - BYTE - - 0 - 66 - - must meet the maximum size of a hardware related data structure - 32 - 96 - - - ItemType - Input - - - - - SizeComIn - INT - 16 - 128 - - - ItemType - Input - - - - - Error - BOOL - 8 - 144 - - - ItemType - Output - - - - - ErrorID - ComError_t - 16 - 160 - - - ItemType - Output - - - - - TxBuffer - ComBuffer - 32 - 192 - - - ItemType - InOut - - - - - RxBuffer - ComBuffer - 32 - 224 - - - ItemType - InOut - - - - - nBlockedCounter_TxBuffer - UDINT - 32 - 256 - - - nBlockedCounter_RxBuffer - UDINT - 32 - 288 - - - ComPortDebugBuffer - ComDebugBuffer - 9648 - 320 - - - InvalidDataExchangeMode - UINT - 16 - 9968 - - - RegisterMode - UINT - 16 - 9984 - - - pCTRL - WORD - 32 - 10016 - - - pSTATUS - WORD - 32 - 10048 - - - wCtrl - WORD - 16 - 10080 - - - wStatus - WORD - 16 - 10096 - - - RxCount - WORD - 16 - 10112 - - - TxCount - WORD - 16 - 10128 - - - DataIndex - UINT - 16 - 10144 - - - DataCountMask - WORD - 16 - 10160 - - - DataCountShift - BYTE - 8 - 10176 - - - ReceiveHandshakeBit - WORD - 16 - 10192 - - - TransmitHandshakeBit - WORD - 16 - 10208 - - - TransmitBufferSentBit - WORD - 16 - 10224 - - - ContinousModeStartBit - WORD - 16 - 10240 - - - ReceiveBufferFullBit - WORD - 16 - 10256 - - - ResetBit - WORD - 16 - 10272 - - - RR - WORD - 16 - 10288 - - - RA - WORD - 16 - 10304 - - - TR - WORD - 16 - 10320 - - - TA - WORD - 16 - 10336 - - - IA - WORD - 16 - 10352 - - - BUF_F - WORD - 16 - 10368 - - - noTAcounter - BYTE - 8 - 10384 - - - initialized - BOOL - 8 - 10392 - - - TransmitDataSent - BOOL - 8 - 10400 - - - i - UINT - 16 - 10416 - - - - PouType - FunctionBlock - - - - - EL6inData22B - This data type is corresponding to the + * ============================================================= ]]>10432ModeComSerialLineMode_t1632ItemTypeInputpComInBYTE0663264ItemTypeInputpComOutBYTE0663296ItemTypeInputSizeComInINT16128ItemTypeInputErrorBOOL8144ItemTypeOutputErrorIDComError_t16160ItemTypeOutputTxBufferComBuffer32192ItemTypeInOutRxBufferComBuffer32224ItemTypeInOutnBlockedCounter_TxBufferUDINT32256nBlockedCounter_RxBufferUDINT32288ComPortDebugBufferComDebugBuffer9648320InvalidDataExchangeModeUINT169968RegisterModeUINT169984pCTRLWORD3210016pSTATUSWORD3210048wCtrlWORD1610080wStatusWORD1610096RxCountWORD1610112TxCountWORD1610128DataIndexUINT1610144DataCountMaskWORD1610160DataCountShiftBYTE810176ReceiveHandshakeBitWORD1610192TransmitHandshakeBitWORD1610208TransmitBufferSentBitWORD1610224ContinousModeStartBitWORD1610240ReceiveBufferFullBitWORD1610256ResetBitWORD1610272RRWORD1610288RAWORD1610304TRWORD1610320TAWORD1610336IAWORD1610352BUF_FWORD1610368noTAcounterBYTE810384initializedBOOL810392TransmitDataSentBOOL810400iUINT1610416PouTypeFunctionBlockEL6inData22B - 192 - - Status - WORD - 16 - 0 - - - D - BYTE - - 0 - 22 - - 176 - 16 - - - - EL6outData22B - This data type is corresponding to the +]]>192StatusWORD160DBYTE02217616EL6outData22B - 192 - - Ctrl - WORD - 16 - 0 - - - D - BYTE - - 0 - 22 - - 176 - 16 - - - - PlcAppSystemInfo - 2048 - - ObjId - OTCID - 32 - 0 - - - TaskCnt - UDINT - 32 - 32 - - - OnlineChangeCnt - UDINT - 32 - 64 - - - Flags - DWORD - 32 - 96 - - - AdsPort - UINT - 16 - 128 - - - BootDataLoaded - BOOL - 8 - 144 - - - OldBootData - BOOL - 8 - 152 - - - AppTimestamp - DT - 32 - 160 - - - KeepOutputsOnBP - BOOL - 8 - 192 - - - ShutdownInProgress - BOOL - 8 - 200 - - - LicensesPending - BOOL - 8 - 208 - - - BSODOccured - BOOL - 8 - 216 - - - LoggedIn - BOOL - 8 - 224 - - - TComSrvPtr - ITComObjectServer - 32 - 256 - - - TcComInterface - - - - - AppName - STRING(63) - 512 - 512 - - - ProjectName - STRING(63) - 512 - 1024 - - - - - - - - - - _Implicit_KindOfTask - 16 - INT - - _implicit_cyclic - 0 - - - _implicit_event - 1 - - - _implicit_external - 2 - - - _implicit_freewheeling - 3 - - - - _Implicit_Jitter_Distribution - 48 - - wRangeMax - WORD - 16 - 0 - - - wCountJitterNeg - WORD - 16 - 16 - - - wCountJitterPos - WORD - 16 - 32 - - - - hide - - - - - _Implicit_Task_Info - 704 - - dwVersion - DWORD - 32 - 0 - - - pszName - STRING(80) - 32 - 32 - - - nPriority - INT - 16 - 64 - - - KindOf - _Implicit_KindOfTask - 16 - 80 - - - bWatchdog - BOOL - 8 - 96 - - - bProfilingTask - BOOL - 8 - 104 - - - dwEventFunctionPointer - BYTE - 32 - 128 - - - pszExternalEvent - STRING(80) - 32 - 160 - - - dwTaskEntryFunctionPointer - BYTE - 32 - 192 - - - dwWatchdogSensitivity - DWORD - 32 - 224 - - - dwInterval - DWORD - 32 - 256 - - - dwWatchdogTime - DWORD - 32 - 288 - - - dwLastCycleTime - DWORD - 32 - 320 - - - dwAverageCycleTime - DWORD - 32 - 352 - - - dwMaxCycleTime - DWORD - 32 - 384 - - - dwMinCycleTime - DWORD - 32 - 416 - - - diJitter - DINT - 32 - 448 - - - diJitterMin - DINT - 32 - 480 - - - diJitterMax - DINT - 32 - 512 - - - dwCycleCount - DWORD - 32 - 544 - - - wTaskStatus - WORD - 16 - 576 - - - wNumOfJitterDistributions - WORD - 16 - 592 - - - pJitterDistribution - _Implicit_Jitter_Distribution - 32 - 608 - - - bWithinSPSTimeSlicing - BOOL - 8 - 640 - - - byDummy - BYTE - 8 - 648 - - - bShouldBlock - BOOL - 8 - 656 - - - bActive - BOOL - 8 - 664 - - - dwIECCycleCount - DWORD - 32 - 672 - - - - hide - - - - - ST_CTRL_PI_PARAMS - 384 - - tCtrlCycleTime - TIME - controller cycle time [TIME] - 32 - 0 - - 0 - - - - tTaskCycleTime - TIME - task cycle time [TIME] - 32 - 32 - - 0 - - - - tTn - TIME - integral action time Tn - 32 - 64 - - 0 - - - - fKp - LREAL - proportional gain - 64 - 128 - - 0 - - - - fOutMaxLimit - LREAL - maximum output limit - 64 - 192 - - 1E+38 - - - - fOutMinLimit - LREAL - minimum output limit - 64 - 256 - - -1E+38 - - - - bARWOnIPartOnly - BOOL - FALSE: Hold the I-part if the entire control output reaches a limit. - 8 - 320 - - 0 - - - - - ST_PiezoAxis - 2240 - - sIdn - STRING(80) - Identity - 648 - 0 - - - iCurError - INT - Current error code, should be 0 most of the time - 16 - 656 - - - iLastError - INT - Last error code, for history - 16 - 672 - - - rActVoltage - REAL - Actual voltage - 32 - 704 - - - rLastReqVoltage - REAL - Last requested piezo voltage - 32 - 736 - - - rSetVoltage - REAL - this parameter is set by the control loop/ voltage mode - 32 - 768 - - - sAxis - STRING(80) - Axis, e.g. A, B, C...A if single unit - 648 - 800 - - A - - - - xTimeout - BOOL - Summaries - 8 - 1448 - - - xDriverError - BOOL - Summary of any driver errors - 8 - 1456 - - - xEnable - BOOL - Enable control. - 8 - 1464 - - - xVoltageMode - BOOL - Voltage mode gives direct access to piezo voltage, false means closed loop position acquisition (see FB_PitchControl for piezo and stepper separation) - 8 - 1472 - - - xIdleMode - BOOL - Use to put the piezo at half-stroke - 8 - 1480 - - - rReqVoltage - REAL - Requested piezo voltage in voltage mode - 32 - 1504 - - - rReqAbsPos - LREAL - Requested Position, latched at rising StartAbsMov - 64 - 1536 - - - xStop - BOOL - Stops piezo and holds position - 8 - 1600 - - - rActPos - LREAL - Encoder Readback - 64 - 1664 - - - rPiezoDmovRange - REAL - Pitch piezo dmove range (urad) - 32 - 1728 - - 1 - - - - stPIParams - ST_CTRL_PI_PARAMS - 384 - 1792 - - - .tCtrlCycleTime - 0 - - - .tTaskCycleTime - 0 - - - .tTn - 200 - - - .fKp - 0.0005 - - - .fOutMaxLimit - 1 - - - .fOutMinLimit - -1 - - - .bARWOnIPartOnly - 0 - - - - - UpperVoltage - REAL - E-816 has no software limits - 32 - 2176 - - 120 - - - - LowerVoltage - REAL - E-816 has no software limits - 32 - 2208 - - -10 - - - - - R_TRIG - +]]>192CtrlWORD160DBYTE02217616PlcAppSystemInfo2048ObjIdOTCID320TaskCntUDINT3232OnlineChangeCntUDINT3264FlagsDWORD3296AdsPortUINT16128BootDataLoadedBOOL8144OldBootDataBOOL8152AppTimestampDT32160KeepOutputsOnBPBOOL8192ShutdownInProgressBOOL8200LicensesPendingBOOL8208BSODOccuredBOOL8216LoggedInBOOL8224TComSrvPtrITComObjectServer32256TcComInterfaceAppNameSTRING(63)512512ProjectNameSTRING(63)5121024_Implicit_KindOfTask16INT_implicit_cyclic0_implicit_event1_implicit_external2_implicit_freewheeling3_Implicit_Jitter_Distribution48wRangeMaxWORD160wCountJitterNegWORD1616wCountJitterPosWORD1632hide_Implicit_Task_Info704dwVersionDWORD320pszNameSTRING(80)3232nPriorityINT1664KindOf_Implicit_KindOfTask1680bWatchdogBOOL896bProfilingTaskBOOL8104dwEventFunctionPointerBYTE32128pszExternalEventSTRING(80)32160dwTaskEntryFunctionPointerBYTE32192dwWatchdogSensitivityDWORD32224dwIntervalDWORD32256dwWatchdogTimeDWORD32288dwLastCycleTimeDWORD32320dwAverageCycleTimeDWORD32352dwMaxCycleTimeDWORD32384dwMinCycleTimeDWORD32416diJitterDINT32448diJitterMinDINT32480diJitterMaxDINT32512dwCycleCountDWORD32544wTaskStatusWORD16576wNumOfJitterDistributionsWORD16592pJitterDistribution_Implicit_Jitter_Distribution32608bWithinSPSTimeSlicingBOOL8640byDummyBYTE8648bShouldBlockBOOL8656bActiveBOOL8664dwIECCycleCountDWORD32672hideST_CTRL_PI_PARAMS384tCtrlCycleTimeTIME3200tTaskCycleTimeTIME32320tTnTIME32640fKpLREAL641280fOutMaxLimitLREAL641921E+38fOutMinLimitLREAL64256-1E+38bARWOnIPartOnlyBOOL83200ST_PiezoAxis2240sIdnSTRING(80)6480iCurErrorINT16656iLastErrorINT16672rActVoltageREAL32704rLastReqVoltageREAL32736rSetVoltageREAL32768sAxisSTRING(80)648800AxTimeoutBOOL81448xDriverErrorBOOL81456xEnableBOOL81464xVoltageModeBOOL81472xIdleModeBOOL81480rReqVoltageREAL321504rReqAbsPosLREAL641536xStopBOOL81600rActPosLREAL641664rPiezoDmovRangeREAL3217281stPIParamsST_CTRL_PI_PARAMS3841792.tCtrlCycleTime0.tTaskCycleTime0.tTn200.fKp0.0005.fOutMaxLimit1.fOutMinLimit-1.bARWOnIPartOnly0UpperVoltageREAL322176120LowerVoltageREAL322208-10R_TRIG - 64 - - CLK - BOOL - Signal to detect - 8 - 32 - - - ItemType - Input - - - - - Q - BOOL - rising edge at signal detected - 8 - 40 - - - ItemType - Output - - - - - M - BOOL - 8 - 48 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ClearComBuffer - ================================================================= +]]>64CLKBOOL832ItemTypeInputQBOOL840ItemTypeOutputMBOOL848conditionalshowPouTypeFunctionBlockconditionalshow_all_localsClearComBuffer - 128 - - Buffer - ComBuffer - 32 - 32 - - - ItemType - InOut - - - - - nBlockedCounter - UDINT - 32 - 64 - - - i - UINT - 16 - 96 - - - - PouType - FunctionBlock - - - - - T_MaxString - TwinCAT PLC string of max. length of 255 bytes + 1 byte null delimiter. - 2048 - STRING(255) - - - E_ArgType - 16 - INT - - ARGTYPE_UNKNOWN - 0 - - - ARGTYPE_BYTE - 1 - - - ARGTYPE_WORD - 2 - - - ARGTYPE_DWORD - 3 - - - ARGTYPE_REAL - 4 - - - ARGTYPE_LREAL - 5 - - - ARGTYPE_SINT - 6 - - - ARGTYPE_INT - 7 - - - ARGTYPE_DINT - 8 - - - ARGTYPE_USINT - 9 - - - ARGTYPE_UINT - 10 - - - ARGTYPE_UDINT - 11 - - - ARGTYPE_STRING - 12 - string of type T_MaxString! - - - ARGTYPE_BOOL - 13 - - - ARGTYPE_BIGTYPE - 14 - byte buffer - - - ARGTYPE_ULARGE - 15 - unsigned 64 bit ingeger (T_ULARGE_INTEGER, ULINT) - - - ARGTYPE_UHUGE - 16 - unsigned 128 bit integer (T_UHUGE_INTEGER) - - - ARGTYPE_LARGE - 17 - signed 64 bit integer (T_LARGE_INTEGER, LINT) - - - ARGTYPE_HUGE - 18 - signed 128 bit integer (T_HUGE_INTEGER) - - - ARGTYPE_LWORD - 19 - LWORD value - - - - T_Arg - Argument type - 96 - - eType - E_ArgType - Argument data type - 16 - 0 - - 0 - - - - cbLen - UDINT - Argument data byte length (if eType = ARGTYPE_STRING => cbLen = length of string + 1 (null delimiter). - 32 - 32 - - 0 - - - - pData - PVOID - Pointer to first argument data byte - 32 - 64 - - 0 - - - - - E_TypeFieldParam - 16 - INT - - TYPEFIELD_UNKNOWN - 0 - Unknown/not set - - - TYPEFIELD_B - 1 - b or B: binary number - - - TYPEFIELD_O - 2 - o or O: octal number - - - TYPEFIELD_U - 3 - u or U: unsigned decimal number - - - TYPEFIELD_C - 4 - c or C: one ASCII character - - - TYPEFIELD_F - 5 - f or F: float number ( normalized format ) - - - TYPEFIELD_D - 6 - d or D: signed decimal number - - - TYPEFIELD_S - 7 - s or S: string - - - TYPEFIELD_XU - 8 - X: hecadecimal number (upper case characters ) - - - TYPEFIELD_XL - 9 - x: hecadecimal number (lower case characters ) - - - TYPEFIELD_EU - 10 - E: float number ( scientific format ) - - - TYPEFIELD_EL - 11 - e: float number ( scientific format ) - - - - ST_FormatParameters - 160 - - bPercent - BOOL - 8 - 0 - - - bFlags - BOOL - 8 - 8 - - - bWidth - BOOL - 8 - 16 - - - bDot - BOOL - 8 - 24 - - - bPrecision - BOOL - 8 - 32 - - - bType - BOOL - 8 - 40 - - - bAlign - BOOL - Default :Right align - 8 - 48 - - - bSign - BOOL - Default: Sign only for negative values - 8 - 56 - - - bNull - BOOL - Default: No padding - 8 - 64 - - - bBlank - BOOL - Default: No blanks - 8 - 72 - - - bHash - BOOL - Default: No blanks - 8 - 80 - - - iWidth - INT - 16 - 96 - - - iPrecision - INT - 16 - 112 - - - bWidthAsterisk - BOOL - 8 - 128 - - - bPrecisionAsterisk - BOOL - 8 - 136 - - - eType - E_TypeFieldParam - format type parameter - 16 - 144 - - - - conditionalshow - - - - - FB_FormatString - Converts and formats up to 10 T_Arg values to string - 7840 - - sFormat - T_MaxString - Format string - 2048 - 32 - - - ItemType - Input - - - - - arg1 - T_Arg - Format argument 1, use F_INT, F_UINT; F_WORD, F_DWORD, F_LREAL... functions to initialize the argument inputs - 96 - 2080 - - - ItemType - Input - - - - - arg2 - T_Arg - Format argument 2 - 96 - 2176 - - - ItemType - Input - - - - - arg3 - T_Arg - Format argument 3 - 96 - 2272 - - - ItemType - Input - - - - - arg4 - T_Arg - Format argument 4 - 96 - 2368 - - - ItemType - Input - - - - - arg5 - T_Arg - Format argument 5 - 96 - 2464 - - - ItemType - Input - - - - - arg6 - T_Arg - Format argument 6 - 96 - 2560 - - - ItemType - Input - - - - - arg7 - T_Arg - Format argument 7 - 96 - 2656 - - - ItemType - Input - - - - - arg8 - T_Arg - Format argument 8 - 96 - 2752 - - - ItemType - Input - - - - - arg9 - T_Arg - Format argument 9 - 96 - 2848 - - - ItemType - Input - - - - - arg10 - T_Arg - Format argument 10 - 96 - 2944 - - - ItemType - Input - - - - - bError - BOOL - TRUE => error, FALSE => no error - 8 - 3040 - - - ItemType - Output - - - - - nErrId - UDINT - Error code - 32 - 3072 - - - ItemType - Output - - - - - sOut - T_MaxString - Output stirng - 2048 - 3104 - - - ItemType - Output - - - - - pFormat - BYTE - 32 - 5152 - - 0 - - - - conditionalshow - - - - - pOut - BYTE - 32 - 5184 - - 0 - - - - conditionalshow - - - - - iRemOutLen - INT - 16 - 5216 - - - conditionalshow - - - - - bValid - BOOL - 8 - 5232 - - - conditionalshow - - - - - stFmt - ST_FormatParameters - 160 - 5248 - - - conditionalshow - - - - - nArrayElem - INT - 16 - 5408 - - - conditionalshow - - - - - nArgument - UDINT - 32 - 5440 - - - conditionalshow - - - - - parArgs - T_Arg - - 1 - 10 - - 320 - 5472 - - - conditionalshow - - - - - sArgStr - T_MaxString - 2048 - 5792 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - SendByte - ================================================================= + ]]>128BufferComBuffer3232ItemTypeInOutnBlockedCounterUDINT3264iUINT1696PouTypeFunctionBlockT_MaxString2048STRING(255)E_ArgType16INTARGTYPE_UNKNOWN0ARGTYPE_BYTE1ARGTYPE_WORD2ARGTYPE_DWORD3ARGTYPE_REAL4ARGTYPE_LREAL5ARGTYPE_SINT6ARGTYPE_INT7ARGTYPE_DINT8ARGTYPE_USINT9ARGTYPE_UINT10ARGTYPE_UDINT11ARGTYPE_STRING12ARGTYPE_BOOL13ARGTYPE_BIGTYPE14ARGTYPE_ULARGE15ARGTYPE_UHUGE16ARGTYPE_LARGE17ARGTYPE_HUGE18ARGTYPE_LWORD19T_Arg96eTypeE_ArgType1600cbLenUDINT cbLen = length of string + 1 (null delimiter). ]]>32320pDataPVOID32640E_TypeFieldParam16INTTYPEFIELD_UNKNOWN0TYPEFIELD_B1TYPEFIELD_O2TYPEFIELD_U3TYPEFIELD_C4TYPEFIELD_F5TYPEFIELD_D6TYPEFIELD_S7TYPEFIELD_XU8TYPEFIELD_XL9TYPEFIELD_EU10TYPEFIELD_EL11ST_FormatParameters160bPercentBOOL80bFlagsBOOL88bWidthBOOL816bDotBOOL824bPrecisionBOOL832bTypeBOOL840bAlignBOOL848bSignBOOL856bNullBOOL864bBlankBOOL872bHashBOOL880iWidthINT1696iPrecisionINT16112bWidthAsteriskBOOL8128bPrecisionAsteriskBOOL8136eTypeE_TypeFieldParam16144conditionalshowFB_FormatString7840sFormatT_MaxString204832ItemTypeInputarg1T_Arg962080ItemTypeInputarg2T_Arg962176ItemTypeInputarg3T_Arg962272ItemTypeInputarg4T_Arg962368ItemTypeInputarg5T_Arg962464ItemTypeInputarg6T_Arg962560ItemTypeInputarg7T_Arg962656ItemTypeInputarg8T_Arg962752ItemTypeInputarg9T_Arg962848ItemTypeInputarg10T_Arg962944ItemTypeInputbErrorBOOL error, FALSE => no error ]]>83040ItemTypeOutputnErrIdUDINT323072ItemTypeOutputsOutT_MaxString20483104ItemTypeOutputpFormatBYTE3251520conditionalshowpOutBYTE3251840conditionalshowiRemOutLenINT165216conditionalshowbValidBOOL85232conditionalshowstFmtST_FormatParameters1605248conditionalshownArrayElemINT165408conditionalshownArgumentUDINT325440conditionalshowparArgsT_Arg1103205472conditionalshowsArgStrT_MaxString20485792conditionalshowPouTypeFunctionBlockconditionalshow_all_localsSendByte - 128 - - SendByte - BYTE - 8 - 32 - - - ItemType - Input - - - - - Busy - BOOL - 8 - 40 - - - ItemType - Output - - - - - Error - ComError_t - 16 - 48 - - - ItemType - Output - - - - - TxBuffer - ComBuffer - 32 - 64 - - - ItemType - InOut - - - - - nBlockedCounter - UDINT - 32 - 96 - - - - PouType - FunctionBlock - - - - - _SendString - 2336 - - SendString - STRING(255) - 2048 - 32 - - - ItemType - Input - - - - - Busy - BOOL - 8 - 2080 - - - ItemType - Output - - - - - Error - ComError_t - 16 - 2096 - - - ItemType - Output - - - - - TXbuffer - ComBuffer - 32 - 2112 - - - ItemType - InOut - - - - - pos - INT - 16 - 2144 - - - Send - SendByte - 128 - 2176 - - - c - BYTE - 8 - 2304 - - - ls - INT - 16 - 2320 - - - - PouType - FunctionBlock - - - - - SendString - 3072 - - SendString - STRING(80) - 648 - 32 - - - ItemType - Input - - - - - Busy - BOOL - 8 - 680 - - - ItemType - Output - - - - - Error - ComError_t - 16 - 688 - - - ItemType - Output - - - - - TXbuffer - ComBuffer - 32 - 704 - - - ItemType - InOut - - - - - SendStringStandard - _SendString - 2336 - 736 - - - - PouType - FunctionBlock - - - - - ReceiveByte - ================================================================= + ]]>128SendByteBYTE832ItemTypeInputBusyBOOL840ItemTypeOutputErrorComError_t1648ItemTypeOutputTxBufferComBuffer3264ItemTypeInOutnBlockedCounterUDINT3296PouTypeFunctionBlock_SendString2336SendStringSTRING(255)204832ItemTypeInputBusyBOOL82080ItemTypeOutputErrorComError_t162096ItemTypeOutputTXbufferComBuffer322112ItemTypeInOutposINT162144SendSendByte1282176cBYTE82304lsINT162320PouTypeFunctionBlockSendString3072SendStringSTRING(80)64832ItemTypeInputBusyBOOL8680ItemTypeOutputErrorComError_t16688ItemTypeOutputTXbufferComBuffer32704ItemTypeInOutSendStringStandard_SendString2336736PouTypeFunctionBlockReceiveByte - 128 - - ByteReceived - BOOL - 8 - 32 - - - ItemType - Output - - - - - ReceivedByte - BYTE - 8 - 40 - - - ItemType - Output - - - - - Error - ComError_t - 16 - 48 - - - ItemType - Output - - - - - RxBuffer - ComBuffer - 32 - 64 - - - ItemType - InOut - - - - - nBlockedCounter - UDINT - 32 - 96 - - - - PouType - FunctionBlock - - - - - TOF - 224 - - IN - BOOL - starts timer with falling edge, resets timer with rising edge - 8 - 32 - - - ItemType - Input - - - - - PT - TIME - time to pass, before Q is set - 32 - 64 - - - ItemType - Input - - - - - Q - BOOL - is FALSE, PT seconds after IN had a falling edge - 8 - 96 - - - ItemType - Output - - - - - ET - TIME - elapsed time - 32 - 128 - - - ItemType - Output - - - - - M - BOOL - 8 - 160 - - - StartTime - TIME - 32 - 192 - - - - PouType - FunctionBlock - - - - - _ReceiveString - 4736 - - Prefix - STRING(80) - 648 - 32 - - - ItemType - Input - - - - - Suffix - STRING(80) - 648 - 680 - - - ItemType - Input - - - - - Timeout - TIME - 32 - 1344 - - - ItemType - Input - - - - - Reset - BOOL - 8 - 1376 - - - ItemType - Input - - - - - pReceivedString - BYTE - Pointer to variable length string - 32 - 1408 - - - ItemType - Input - - - - - SizeReceivedString - INT - variable string size - 16 - 1440 - - - ItemType - Input - - - - - StringReceived - BOOL - 8 - 1456 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 1464 - - - ItemType - Output - - - - - Error - ComError_t - 16 - 1472 - - - ItemType - Output - - - - - RxTimeout - BOOL - 8 - 1488 - - - ItemType - Output - - - - - ErrorCountPrefix - INT - invalid characters received before prefix - 16 - 1504 - - - ItemType - Output - - - - - ReceivedPrefix - STRING(80) - received prefix including invalid characters - 648 - 1520 - - - ItemType - Output - - - - - RXbuffer - ComBuffer - 32 - 2176 - - - ItemType - InOut - - - - - RxString - STRING(255) - 2048 - 2208 - - - state - INT - 16 - 4256 - - - c - BYTE - 8 - 4272 - - - l - INT - 16 - 4288 - - - l2 - INT - 16 - 4304 - - - pl - INT - 16 - 4320 - - - sl - INT - 16 - 4336 - - - iTimeout - TIME - 32 - 4352 - - - Receive - ReceiveByte - 128 - 4384 - - - TimeoutTimer - TOF - 224 - 4512 - - - - PouType - FunctionBlock - - - - - ReceiveString - 6912 - - Prefix - STRING(80) - 648 - 32 - - - ItemType - Input - - - - - Suffix - STRING(80) - 648 - 680 - - - ItemType - Input - - - - - Timeout - TIME - 32 - 1344 - - - ItemType - Input - - - - - Reset - BOOL - 8 - 1376 - - - ItemType - Input - - - - - StringReceived - BOOL - 8 - 1384 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 1392 - - - ItemType - Output - - - - - Error - ComError_t - 16 - 1408 - - - ItemType - Output - - - - - RxTimeout - BOOL - 8 - 1424 - - - ItemType - Output - - - - - ReceivedString - STRING(80) - 32 - 1440 - - - ItemType - InOut - - - - - RXbuffer - ComBuffer - 32 - 1472 - - - ItemType - InOut - - - - - ReceiveStringStandard - _ReceiveString - 4736 - 1504 - - - ErrorCountPrefix - INT - 16 - 6240 - - - ReceivedPrefix - STRING(80) - 648 - 6256 - - - - PouType - FunctionBlock - - - - - TON - 224 - - IN - BOOL - starts timer with rising edge, resets timer with falling edge - 8 - 32 - - - ItemType - Input - - - - - PT - TIME - time to pass, before Q is set - 32 - 64 - - - ItemType - Input - - - - - Q - BOOL - gets TRUE, delay time (PT) after a rising edge at IN - 8 - 96 - - - ItemType - Output - - - - - ET - TIME - elapsed time - 32 - 128 - - - ItemType - Output - - - - - M - BOOL - 8 - 160 - - - StartTime - TIME - 32 - 192 - - - - PouType - FunctionBlock - - - - - FB_PI_E621_SerialTransaction - 27648 - - i_xExecute - BOOL - rising edge execute - 8 - 32 - - - ItemType - Input - - - - - i_tTimeOut - TIME - Maximum wait time for reply - 32 - 64 - - 1000 - - - - ItemType - Input - - - - - i_sCmd - STRING(80) - Command field - 648 - 96 - - - ItemType - Input - - - - - i_sAxis - STRING(80) - Axis field - 648 - 744 - - - ItemType - Input - - - - - i_sParam - STRING(80) - Parameter field - 648 - 1392 - - - ItemType - Input - - - - - i_xExpectReply - BOOL - Does command have a reply? Default behavior is the same as the other drivers. - 8 - 2040 - - 1 - - - - ItemType - Input - - - - - q_xDone - BOOL - 8 - 2048 - - - ItemType - Output - - - - - q_sResponseData - STRING(80) - 648 - 2056 - - - ItemType - Output - - - - - q_xError - BOOL - 8 - 2704 - - - ItemType - Output - - - - - q_xTimeout - BOOL - 8 - 2712 - - - ItemType - Output - - - - - q_sResult - STRING(80) - 648 - 2720 - - - ItemType - Output - - - - - q_sLastSentString - STRING(80) - Last String Sent to Serial Device - for debugging - 648 - 3368 - - - ItemType - Output - - - - - q_sLastReceivedString - STRING(80) - Last String Received from Serial Device - for debugging - 648 - 4016 - - - ItemType - Output - - - - - iq_stSerialRXBuffer - ComBuffer - 32 - 4672 - - - ItemType - InOut - - - - - iq_stSerialTXBuffer - ComBuffer - 32 - 4704 - - - ItemType - InOut - - - - - rtExecute - R_TRIG - 64 - 4736 - - - iStep - INT - 16 - 4800 - - - fbClearComBuffer - ClearComBuffer - 128 - 4832 - - - sSendString - STRING(80) - 648 - 4960 - - - fbFormatString - FB_FormatString - 7840 - 5632 - - - iChecksum - INT - 16 - 13472 - - - fbSendString - SendString - 3072 - 13504 - - - fbReceiveString - ReceiveString - 6912 - 16576 - - - sReceivedString - STRING(80) - 648 - 23488 - - - tonTimeout - TON - 224 - 24160 - - - sRXStringForChecksum - STRING(80) - 648 - 24384 - - - sReceiveStringWOChecksum - STRING(80) - 648 - 25032 - - - sRXCheckSum - STRING(80) - 648 - 25680 - - - sRXAddress - STRING(80) - 648 - 26328 - - - sRXParmNum - STRING(80) - 648 - 26976 - - - - PouType - FunctionBlock - - - - - FB_PI_E621_SerialDriver - 104032 - - i_xExecute - BOOL - rising edge execute - 8 - 32 - - - ItemType - Input - - - - - i_tTimeOut - TIME - Maximum wait time for reply - 32 - 64 - - 1000 - - - - ItemType - Input - - - - - q_xDone - BOOL - 8 - 96 - - - ItemType - Output - - - - - q_xError - BOOL - 8 - 104 - - - ItemType - Output - - - - - q_sResult - STRING(255) - 2048 - 112 - - - ItemType - Output - - - - - q_asLastSentStrings - STRING(80) - - 1 - 50 - - Last Strings Sent to Serial Device - for debugging - 32400 - 2160 - - - ItemType - Output - - - - - q_asLastReceivedStrings - STRING(80) - - 1 - 50 - - Last Strings Received from Serial Device - for debugging - 32400 - 34560 - - - ItemType - Output - - - - - iq_stPiezoAxis - ST_PiezoAxis - 32 - 66976 - - - ItemType - InOut - - - - - iq_stSerialRXBuffer - ComBuffer - 32 - 67008 - - - ItemType - InOut - - - - - iq_stSerialTXBuffer - ComBuffer - 32 - 67040 - - - ItemType - InOut - - - - - rtExecute - R_TRIG - 64 - 67072 - - - rtTransDone - R_TRIG - 64 - 67136 - - - iStep - INT - 16 - 67200 - - - sSendData - STRING(80) - 648 - 67216 - - - fbPITransaction - FB_PI_E621_SerialTransaction - 27648 - 67872 - - - fbFormatString - FB_FormatString - 7840 - 95520 - - - sErrMesg - STRING(80) - 648 - 103360 - - In step %d fbPITransaction failed with message: %s - - - - i - INT - 16 - 104016 - - 1 - - - - a_ErrorMesg - - - a_UnknownError - - - a_ClearTrans - - - - PouType - FunctionBlock - - - - - HOMS_PitchMechanism - 2496 - - Piezo - ST_PiezoAxis - Piezo - 2240 - 0 - - - ReqPosLimHi - REAL - Soft limits, egu urad - 32 - 2240 - - - ReqPosLimLo - REAL - 32 - 2272 - - - diEncPosLimHi - LINT - Hard limits, egu INC + ]]>128ByteReceivedBOOL832ItemTypeOutputReceivedByteBYTE840ItemTypeOutputErrorComError_t1648ItemTypeOutputRxBufferComBuffer3264ItemTypeInOutnBlockedCounterUDINT3296PouTypeFunctionBlockTOF224INBOOL832ItemTypeInputPTTIME3264ItemTypeInputQBOOL896ItemTypeOutputETTIME32128ItemTypeOutputMBOOL8160StartTimeTIME32192PouTypeFunctionBlock_ReceiveString4736PrefixSTRING(80)64832ItemTypeInputSuffixSTRING(80)648680ItemTypeInputTimeoutTIME321344ItemTypeInputResetBOOL81376ItemTypeInputpReceivedStringBYTE321408ItemTypeInputSizeReceivedStringINT161440ItemTypeInputStringReceivedBOOL81456ItemTypeOutputBusyBOOL81464ItemTypeOutputErrorComError_t161472ItemTypeOutputRxTimeoutBOOL81488ItemTypeOutputErrorCountPrefixINT161504ItemTypeOutputReceivedPrefixSTRING(80)6481520ItemTypeOutputRXbufferComBuffer322176ItemTypeInOutRxStringSTRING(255)20482208stateINT164256cBYTE84272lINT164288l2INT164304plINT164320slINT164336iTimeoutTIME324352ReceiveReceiveByte1284384TimeoutTimerTOF2244512PouTypeFunctionBlockReceiveString6912PrefixSTRING(80)64832ItemTypeInputSuffixSTRING(80)648680ItemTypeInputTimeoutTIME321344ItemTypeInputResetBOOL81376ItemTypeInputStringReceivedBOOL81384ItemTypeOutputBusyBOOL81392ItemTypeOutputErrorComError_t161408ItemTypeOutputRxTimeoutBOOL81424ItemTypeOutputReceivedStringSTRING(80)321440ItemTypeInOutRXbufferComBuffer321472ItemTypeInOutReceiveStringStandard_ReceiveString47361504ErrorCountPrefixINT166240ReceivedPrefixSTRING(80)6486256PouTypeFunctionBlockTON224INBOOL832ItemTypeInputPTTIME3264ItemTypeInputQBOOL896ItemTypeOutputETTIME32128ItemTypeOutputMBOOL8160StartTimeTIME32192PouTypeFunctionBlockFB_PI_E621_SerialTransaction27648i_xExecuteBOOL832ItemTypeInputi_tTimeOutTIME32641000ItemTypeInputi_sCmdSTRING(80)64896ItemTypeInputi_sAxisSTRING(80)648744ItemTypeInputi_sParamSTRING(80)6481392ItemTypeInputi_xExpectReplyBOOL820401ItemTypeInputq_xDoneBOOL82048ItemTypeOutputq_sResponseDataSTRING(80)6482056ItemTypeOutputq_xErrorBOOL82704ItemTypeOutputq_xTimeoutBOOL82712ItemTypeOutputq_sResultSTRING(80)6482720ItemTypeOutputq_sLastSentStringSTRING(80)6483368ItemTypeOutputq_sLastReceivedStringSTRING(80)6484016ItemTypeOutputiq_stSerialRXBufferComBuffer324672ItemTypeInOutiq_stSerialTXBufferComBuffer324704ItemTypeInOutrtExecuteR_TRIG644736iStepINT164800fbClearComBufferClearComBuffer1284832sSendStringSTRING(80)6484960fbFormatStringFB_FormatString78405632iChecksumINT1613472fbSendStringSendString307213504fbReceiveStringReceiveString691216576sReceivedStringSTRING(80)64823488tonTimeoutTON22424160sRXStringForChecksumSTRING(80)64824384sReceiveStringWOChecksumSTRING(80)64825032sRXCheckSumSTRING(80)64825680sRXAddressSTRING(80)64826328sRXParmNumSTRING(80)64826976PouTypeFunctionBlockFB_PI_E621_SerialDriver104032i_xExecuteBOOL832ItemTypeInputi_tTimeOutTIME32641000ItemTypeInputq_xDoneBOOL896ItemTypeOutputq_xErrorBOOL8104ItemTypeOutputq_sResultSTRING(255)2048112ItemTypeOutputq_asLastSentStringsSTRING(80)150324002160ItemTypeOutputq_asLastReceivedStringsSTRING(80)1503240034560ItemTypeOutputiq_stPiezoAxisST_PiezoAxis3266976ItemTypeInOutiq_stSerialRXBufferComBuffer3267008ItemTypeInOutiq_stSerialTXBufferComBuffer3267040ItemTypeInOutrtExecuteR_TRIG6467072rtTransDoneR_TRIG6467136iStepINT1667200sSendDataSTRING(80)64867216fbPITransactionFB_PI_E621_SerialTransaction2764867872fbFormatStringFB_FormatString784095520sErrMesgSTRING(80)648103360In step %d fbPITransaction failed with message: %siINT161040161a_ErrorMesga_UnknownErrora_ClearTransPouTypeFunctionBlockHOMS_PitchMechanism2496PiezoST_PiezoAxis22400ReqPosLimHiREAL322240ReqPosLimLoREAL322272diEncPosLimHiLINT - 64 - 2304 - - - diEncPosLimLo - LINT - 64 - 2368 - - - diEncCnt - LINT - Raw encoder count - 64 - 2432 - - - TcAddressType - Input - - - - - - PlcTaskSystemInfo - 1024 - - ObjId - OTCID - 32 - 0 - - - CycleTime - UDINT - 32 - 32 - - - Priority - UINT - 16 - 64 - - - AdsPort - UINT - 16 - 80 - - - CycleCount - UDINT - 32 - 96 - - - DcTaskTime - LINT - 64 - 128 - - - LastExecTime - UDINT - 32 - 192 - - - FirstCycle - BOOL - 8 - 224 - - - CycleTimeExceeded - BOOL - 8 - 232 - - - InCallAfterOutputUpdate - BOOL - 8 - 240 - - - RTViolation - BOOL - 8 - 248 - - - TaskName - STRING(63) - 512 - 512 - - - - - - - - T_IPv4Addr - IPv4 network host address string. - 128 - STRING(15) - - - ST_SockAddr - Local or remote endpoint address to which to connect a socket - 160 - - nPort - UDINT - Internet Protocol (IP) port. - 32 - 0 - - - sAddr - STRING(15) - String containing an (Ipv4) Internet Protocol dotted address. - 128 - 32 - - - - T_HSOCKET - Connectionless or connection oriented socket handle - 352 - - handle - UDINT - Connection handle - 32 - 0 - - - localAddr - ST_SockAddr - Local address to which to connect a socket - 160 - 32 - - - remoteAddr - ST_SockAddr - Remote endpoint address to which to connect a socket - 160 - 192 - - - - T_AmsNetID - TwinCAT AMS netID address string. - 192 - STRING(23) - - - ST_IPAdapterHwAddr - Local adapter hardware address - 96 - - length - UDINT - Specifies the length of the hardware address for the adapter. - 32 - 0 - - 0 - - - - b - BYTE - - 0 - 8 - - Specifies the hardware address for the adapter. - 64 - 32 - - - - E_MIB_IF_Type - 16 - INT - - MIB_IF_TYPE_UNKNOWN - 0 - - - MIB_IF_TYPE_OTHER - 1 - - - MIB_IF_TYPE_ETHERNET - 6 - - - MIB_IF_TYPE_TOKENRING - 9 - - - MIB_IF_TYPE_FDDI - 15 - - - MIB_IF_TYPE_PPP - 23 - - - MIB_IF_TYPE_LOOPBACK - 24 - - - MIB_IF_TYPE_SLIP - 28 - - - - ST_IPAdapterInfo - Local adapter information - 4160 - - bDefault - BOOL - Specifies whether this adapter is default TwinCAT adapter. - 8 - 0 - - - sAdapterName - STRING(259) - Specifies the name of the adapter. - 2080 - 8 - - - - - - sDescription - STRING(131) - Specifies a description for the adapter. - 1056 - 2088 - - - - - - physAddr - ST_IPAdapterHwAddr - Hardware address - 96 - 3168 - - - dwIndex - DWORD - Specifies the adapter index. - 32 - 3264 - - - eType - E_MIB_IF_Type - Specifies the adapter type. - 16 - 3296 - - - sIpAddr - T_IPv4Addr - Specifies the IP address for this adapter. - 128 - 3312 - - - sSubNet - T_IPv4Addr - Specifies the IP address mask. - 128 - 3440 - - - sDefGateway - T_IPv4Addr - Specifies the IP address of the default gateway for this adapter. - 128 - 3568 - - - bDhcpEnabled - BOOL - Specifies whether dynamic host configuration protocol (DHCP) is enabled for this adapter. - 8 - 3696 - - - sDhcpSrv - T_IPv4Addr - Specifies the IP address of the DHCP server for this adapter. - 128 - 3704 - - - bHaveWins - BOOL - Specifies whether this adapter uses Windows Internet Name Service (WINS). - 8 - 3832 - - - sPrimWinsSrv - T_IPv4Addr - Specifies the IP address of the primary WINS server. - 128 - 3840 - - - sSecWinsSrv - T_IPv4Addr - Specifies the IP address of the secondary WINS server. - 128 - 3968 - - - tLeaseObt - DATE_AND_TIME - Specifies the time when the current DHCP lease was obtained ( UTC time ) - 32 - 4096 - - - tLeaseExp - DATE_AND_TIME - Specifies the time when the current DHCP lease will expire. ( UTC time ) - 32 - 4128 - - - - T_AmsPort - TwinCAT AMS port address. - 16 - UINT - - - ADSREAD - ADS read command. - 1248 - - NETID - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - PORT - T_AmsPort - Ads communication port - 16 - 224 - - - ItemType - Input - - - - - IDXGRP - UDINT - Index group - 32 - 256 - - - ItemType - Input - - - - - IDXOFFS - UDINT - Index offset - 32 - 288 - - - ItemType - Input - - - - - LEN - UDINT - Max. number of data bytes to read (LEN <= max. size of destination buffer) - 32 - 320 - - - ItemType - Input - - - - - DESTADDR - PVOID - Pointer to destination buffer - 32 - 352 - - - ItemType - Input - - - TcIgnorePersistent - - - - - READ - BOOL - Rising edge starts command execution - 8 - 384 - - - ItemType - Input - - - - - TMOUT - TIME - Maximum time allowed for the execution of this ADS command - 32 - 416 - - 5000 - - - - ItemType - Input - - - - - BUSY - BOOL - Busy flag - 8 - 448 - - - ItemType - Output - - - - - ERR - BOOL - Error flag - 8 - 456 - - - ItemType - Output - - - - - ERRID - UDINT - ADS error code - 32 - 480 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - ADSRDWRTEX - Extended ADS read/write command. - 1440 - - NETID - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - PORT - T_AmsPort - Ads communication port - 16 - 224 - - - ItemType - Input - - - - - IDXGRP - UDINT - Index group - 32 - 256 - - - ItemType - Input - - - - - IDXOFFS - UDINT - Index offset - 32 - 288 - - - ItemType - Input - - - - - WRITELEN - UDINT - Max. number of data bytes to write (WRITELEN <= max. size of source buffer) - 32 - 320 - - - ItemType - Input - - - - - READLEN - UDINT - Max. number of data bytes to read (READLEN <= max. size of destination buffer) - 32 - 352 - - - ItemType - Input - - - - - SRCADDR - PVOID - Pointer to source buffer - 32 - 384 - - - ItemType - Input - - - TcIgnorePersistent - - - - - DESTADDR - PVOID - Pointer to destination buffer - 32 - 416 - - - ItemType - Input - - - TcIgnorePersistent - - - - - WRTRD - BOOL - Rising edge starts command execution - 8 - 448 - - - ItemType - Input - - - - - TMOUT - TIME - Maximum time allowed for the execution of this ADS command - 32 - 480 - - 5000 - - - - ItemType - Input - - - - - BUSY - BOOL - Busy flag - 8 - 512 - - - ItemType - Output - - - - - ERR - BOOL - Error flag - 8 - 520 - - - ItemType - Output - - - - - ERRID - UDINT - ADS error code - 32 - 544 - - - ItemType - Output - - - - - COUNT_R - UDINT - Count of bytes actually read - 32 - 576 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - ST_HKeySrvRead - 4096 - - sSub - T_MaxString - 2048 - 0 - - - sVal - T_MaxString - 2048 - 2048 - - - - conditionalshow - - - - - FB_RegQueryValue - Reads windows registry value - 10304 - - sNetId - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 32 - - - ItemType - Input - - - - - sSubKey - T_MaxString - HKEY_LOCAL_MACHINE \ sub key name - 2048 - 224 - - - ItemType - Input - - - - - sValName - T_MaxString - Value name - 2048 - 2272 - - - ItemType - Input - - - - - cbData - UDINT - Number of data bytes to read - 32 - 4320 - - - ItemType - Input - - - - - pData - BYTE - Points to registry key data buffer - 32 - 4352 - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge on this input activates the fb execution - 8 - 4384 - - - ItemType - Input - - - - - tTimeOut - TIME - Max fb execution time - 32 - 4416 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 4448 - - - ItemType - Output - - - - - bError - BOOL - 8 - 4456 - - - ItemType - Output - - - - - nErrId - UDINT - 32 - 4480 - - - ItemType - Output - - - - - cbRead - UDINT - Number of succesfully read data bytes - 32 - 4512 - - - ItemType - Output - - - - - fbAdsRdWrtEx - ADSRDWRTEX - 1440 - 4544 - - - .PORT - 10000 - - - .IDXGRP - 200 - - - .IDXOFFS - 0 - - - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 5984 - - - conditionalshow - - - - - state - BYTE - 8 - 6048 - - - conditionalshow - - - - - s1Len - UDINT - 32 - 6080 - - - conditionalshow - - - - - s2Len - UDINT - 32 - 6112 - - - conditionalshow - - - - - ptr - BYTE - 32 - 6144 - - - conditionalshow - - - - - cbBuff - UDINT - 32 - 6176 - - - conditionalshow - - - - - tmpBuff - ST_HKeySrvRead - 4096 - 6208 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ST_IP_ADDR_STRING - 320 - - pNext - DWORD - Pointer : pNext element on 64 bit target is still 32bit due to 32bit system service - 32 - 0 - - 0 - - - - sIpAddr - T_IPv4Addr - 128 - 32 - - - sIpMask - T_IPv4Addr - 128 - 160 - - - dwContext - DWORD - 32 - 288 - - 0 - - - - - conditionalshow - - - - - ST_IP_ADAPTER_INFO - 5120 - - cbNextEntryOffset - DWORD - if <> 0 => offset to the next entry, If == 0 => last entry. TODO: Check the size of pNext on 64 bit target (change type to PVOID) - 32 - 0 - - 0 - - - - dwComboIndex - DWORD - 32 - 32 - - 0 - - - - sAdapterName - STRING(259) - 2080 - 64 - - - - - - sDescription - STRING(131) - 1056 - 2144 - - - - - - uiAddrLen - UDINT - 32 - 3200 - - 0 - - - - arrAddr - BYTE - - 0 - 8 - - 64 - 3232 - - - dwIndex - DWORD - 32 - 3296 - - 0 - - - - uiType - UDINT - 32 - 3328 - - 0 - - - - uiDhcpEnabled - UDINT - 32 - 3360 - - 0 - - - - pCurrIpAddr - DWORD - 32 - 3392 - - 0 - - - - stIpAddrList - ST_IP_ADDR_STRING - 320 - 3424 - - - stGatewayList - ST_IP_ADDR_STRING - 320 - 3744 - - - stDhcpServer - ST_IP_ADDR_STRING - 320 - 4064 - - - iHaveWins - DINT - 32 - 4384 - - 0 - - - - stPrimWinsSrv - ST_IP_ADDR_STRING - 320 - 4416 - - - stSecWinsSrv - ST_IP_ADDR_STRING - 320 - 4736 - - - tLeaseObt - DATE_AND_TIME - 32 - 5056 - - - tLeaseExp - DATE_AND_TIME - 32 - 5088 - - - - conditionalshow - - - - - FB_GetAdaptersInfo - This function block retrieves adapter information for the local computer. - 100640 - - sNetID - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 32 - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge on this input activates the fb execution - 8 - 224 - - - ItemType - Input - - - - - tTimeout - TIME - Max fb execution time - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 288 - - - ItemType - Output - - - - - bError - BOOL - 8 - 296 - - - ItemType - Output - - - - - nErrID - UDINT - 32 - 320 - - - ItemType - Output - - - - - arrAdapters - ST_IPAdapterInfo - - 0 - 6 - - 24960 - 352 - - - ItemType - Output - - - - - nCount - UDINT - Max. number of found adapters - 32 - 25312 - - - ItemType - Output - - - - - nGet - UDINT - Number of read adapter info entries - 32 - 25344 - - - ItemType - Output - - - - - fbAdsRead - ADSREAD - 1248 - 25376 - - - .PORT - 10000 - - - .IDXGRP - 701 - - - .IDXOFFS - 1 - - - - - conditionalshow - - - - - fbRegQuery - FB_RegQueryValue - 10304 - 26624 - - - .sSubKey - Software\Beckhoff\TwinCAT3\System - - - .sValName - DefaultAdapter - - - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 36928 - - - conditionalshow - - - - - state - BYTE - 8 - 36992 - - - conditionalshow - - - - - cbInfo - UDINT - 32 - 37024 - - - conditionalshow - - - - - idx - UDINT - 32 - 37056 - - - conditionalshow - - - - - info - ST_IP_ADAPTER_INFO - - 0 - 12 - - 61440 - 37088 - - - conditionalshow - - - - - pInfo - ST_IP_ADAPTER_INFO - 32 - 98528 - - 0 - - - - conditionalshow - - - - - nRealCount - UDINT - 32 - 98560 - - 0 - - - - conditionalshow - - - - - sDefaultA - T_MaxString - 2048 - 98592 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - E_SocketConnectionlessState - 16 - INT - - eSOCKET_CLOSED - 0 - UDP socket is closed - - - eSOCKET_CREATED - 1 - UDP socket is created - - - eSOCKET_TRANSIENT - 2 - UDP socket state changes from closed->created or from created->closed - - - - FB_ConnectionlessSocket - This function block manages (creates and closes) connectionless UDP datagram socket - 6784 - - sSrvNetID - T_AmsNetID - The network address of the TcpIpServer.exe. If empty string=>server runs on local system. - 192 - 32 - - - - - - ItemType - Input - - - - - nMode - DWORD - Additional parameter flags e.g.: CONNECT_MODE_ENABLEDBG, 0 => Disable debug messages, All other bits reserved. - 32 - 224 - - 0 - - - - ItemType - Input - - - - - sLocalHost - T_IPv4Addr - Local address. String containing an (Ipv4) Internet Protocol dotted address. - 128 - 256 - - - - - - ItemType - Input - - - - - nLocalPort - UDINT - Local Internet Protocol (IP) port. - 32 - 384 - - 0 - - - - ItemType - Input - - - - - bEnable - BOOL - TRUE = Create UDP socket, FALSE = Close/don't open UDP socket - 8 - 416 - - - ItemType - Input - - - - - tReconnect - TIME - This timer specifies when create is retried. - 32 - 448 - - 45000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 480 - - - ItemType - Output - - - - - bError - BOOL - 8 - 488 - - - ItemType - Output - - - - - nErrID - UDINT - 32 - 512 - - - ItemType - Output - - - - - hSocket - T_HSOCKET - Created UDP socket handle - 352 - 544 - - - ItemType - Output - - - - - eState - E_SocketConnectionlessState - State - 16 - 896 - - 0 - - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - CTU - + switches are ignored, and instead their function is carried out by these. ]]>642304diEncPosLimLoLINT642368diEncCntLINT642432TcAddressTypeInputPlcTaskSystemInfo1024ObjIdOTCID320CycleTimeUDINT3232PriorityUINT1664AdsPortUINT1680CycleCountUDINT3296DcTaskTimeLINT64128LastExecTimeUDINT32192FirstCycleBOOL8224CycleTimeExceededBOOL8232InCallAfterOutputUpdateBOOL8240RTViolationBOOL8248TaskNameSTRING(63)512512T_IPv4Addr128STRING(15)ST_SockAddr160nPortUDINT320sAddrSTRING(15)12832T_HSOCKET352handleUDINT320localAddrST_SockAddr16032remoteAddrST_SockAddr160192T_AmsNetID192STRING(23)ST_IPAdapterHwAddr96lengthUDINT3200bBYTE086432E_MIB_IF_Type16INTMIB_IF_TYPE_UNKNOWN0MIB_IF_TYPE_OTHER1MIB_IF_TYPE_ETHERNET6MIB_IF_TYPE_TOKENRING9MIB_IF_TYPE_FDDI15MIB_IF_TYPE_PPP23MIB_IF_TYPE_LOOPBACK24MIB_IF_TYPE_SLIP28ST_IPAdapterInfo4160bDefaultBOOL80sAdapterNameSTRING(259)20808sDescriptionSTRING(131)10562088physAddrST_IPAdapterHwAddr963168dwIndexDWORD323264eTypeE_MIB_IF_Type163296sIpAddrT_IPv4Addr1283312sSubNetT_IPv4Addr1283440sDefGatewayT_IPv4Addr1283568bDhcpEnabledBOOL83696sDhcpSrvT_IPv4Addr1283704bHaveWinsBOOL83832sPrimWinsSrvT_IPv4Addr1283840sSecWinsSrvT_IPv4Addr1283968tLeaseObtDATE_AND_TIME324096tLeaseExpDATE_AND_TIME324128T_AmsPort16UINTADSREAD1248NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputIDXGRPUDINT32256ItemTypeInputIDXOFFSUDINT32288ItemTypeInputLENUDINT32320ItemTypeInputDESTADDRPVOID32352ItemTypeInputTcIgnorePersistentREADBOOL8384ItemTypeInputTMOUTTIME324165000ItemTypeInputBUSYBOOL8448ItemTypeOutputERRBOOL8456ItemTypeOutputERRIDUDINT32480ItemTypeOutputPouTypeFunctionBlockhide_all_localsADSRDWRTEX1440NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputIDXGRPUDINT32256ItemTypeInputIDXOFFSUDINT32288ItemTypeInputWRITELENUDINT32320ItemTypeInputREADLENUDINT32352ItemTypeInputSRCADDRPVOID32384ItemTypeInputTcIgnorePersistentDESTADDRPVOID32416ItemTypeInputTcIgnorePersistentWRTRDBOOL8448ItemTypeInputTMOUTTIME324805000ItemTypeInputBUSYBOOL8512ItemTypeOutputERRBOOL8520ItemTypeOutputERRIDUDINT32544ItemTypeOutputCOUNT_RUDINT32576ItemTypeOutputPouTypeFunctionBlockhide_all_localsST_HKeySrvRead4096sSubT_MaxString20480sValT_MaxString20482048conditionalshowFB_RegQueryValue10304sNetIdT_AmsNetID19232ItemTypeInputsSubKeyT_MaxString2048224ItemTypeInputsValNameT_MaxString20482272ItemTypeInputcbDataUDINT324320ItemTypeInputpDataBYTE324352ItemTypeInputbExecuteBOOL84384ItemTypeInputtTimeOutTIME3244165000ItemTypeInputbBusyBOOL84448ItemTypeOutputbErrorBOOL84456ItemTypeOutputnErrIdUDINT324480ItemTypeOutputcbReadUDINT324512ItemTypeOutputfbAdsRdWrtExADSRDWRTEX14404544.PORT10000.IDXGRP200.IDXOFFS0conditionalshowfbTriggerR_TRIG645984conditionalshowstateBYTE86048conditionalshows1LenUDINT326080conditionalshows2LenUDINT326112conditionalshowptrBYTE326144conditionalshowcbBuffUDINT326176conditionalshowtmpBuffST_HKeySrvRead40966208conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_IP_ADDR_STRING320pNextDWORD3200sIpAddrT_IPv4Addr12832sIpMaskT_IPv4Addr128160dwContextDWORD322880conditionalshowST_IP_ADAPTER_INFO5120cbNextEntryOffsetDWORD 0 => offset to the next entry, If == 0 => last entry. TODO: Check the size of pNext on 64 bit target (change type to PVOID) ]]>3200dwComboIndexDWORD32320sAdapterNameSTRING(259)208064sDescriptionSTRING(131)10562144uiAddrLenUDINT3232000arrAddrBYTE08643232dwIndexDWORD3232960uiTypeUDINT3233280uiDhcpEnabledUDINT3233600pCurrIpAddrDWORD3233920stIpAddrListST_IP_ADDR_STRING3203424stGatewayListST_IP_ADDR_STRING3203744stDhcpServerST_IP_ADDR_STRING3204064iHaveWinsDINT3243840stPrimWinsSrvST_IP_ADDR_STRING3204416stSecWinsSrvST_IP_ADDR_STRING3204736tLeaseObtDATE_AND_TIME325056tLeaseExpDATE_AND_TIME325088conditionalshowFB_GetAdaptersInfo100640sNetIDT_AmsNetID19232ItemTypeInputbExecuteBOOL8224ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIDUDINT32320ItemTypeOutputarrAdaptersST_IPAdapterInfo0624960352ItemTypeOutputnCountUDINT3225312ItemTypeOutputnGetUDINT3225344ItemTypeOutputfbAdsReadADSREAD124825376.PORT10000.IDXGRP701.IDXOFFS1conditionalshowfbRegQueryFB_RegQueryValue1030426624.sSubKeySoftware\Beckhoff\TwinCAT3\System.sValNameDefaultAdapterconditionalshowfbTriggerR_TRIG6436928conditionalshowstateBYTE836992conditionalshowcbInfoUDINT3237024conditionalshowidxUDINT3237056conditionalshowinfoST_IP_ADAPTER_INFO0126144037088conditionalshowpInfoST_IP_ADAPTER_INFO32985280conditionalshownRealCountUDINT32985600conditionalshowsDefaultAT_MaxString204898592conditionalshowPouTypeFunctionBlockconditionalshow_all_localsE_SocketConnectionlessState16INTeSOCKET_CLOSED0eSOCKET_CREATED1eSOCKET_TRANSIENT2created or from created->closed ]]>FB_ConnectionlessSocket6784sSrvNetIDT_AmsNetIDserver runs on local system. ]]>19232ItemTypeInputnModeDWORD Disable debug messages, All other bits reserved. ]]>322240ItemTypeInputsLocalHostT_IPv4Addr128256ItemTypeInputnLocalPortUDINT323840ItemTypeInputbEnableBOOL8416ItemTypeInputtReconnectTIME3244845000ItemTypeInputbBusyBOOL8480ItemTypeOutputbErrorBOOL8488ItemTypeOutputnErrIDUDINT32512ItemTypeOutputhSocketT_HSOCKET352544ItemTypeOutputeStateE_SocketConnectionlessState168960ItemTypeOutputPouTypeFunctionBlockhide_all_localsCTU - 128 - - CU - BOOL - Count Up - 8 - 32 - - - ItemType - Input - - - - - RESET - BOOL - Reset Counter to 0 - 8 - 40 - - - ItemType - Input - - - - - PV - WORD - Counter Limit - 16 - 48 - - - ItemType - Input - - - - - Q - BOOL - Counter reached the Limit - 8 - 64 - - - ItemType - Output - - - - - CV - WORD - Current Counter Value - 16 - 80 - - - ItemType - Output - - - - - M - BOOL - 8 - 96 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_UDPSocketHandler - 108544 - - bEnable - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - nLocalPort - UDINT - 32 - 64 - - - ItemType - Input - - - - - tRetry - TIME - 32 - 96 - - 3600000 - - - - ItemType - Input - - - - - sLocalIP - T_IPv4Addr - 128 - 128 - - - ItemType - Input - - - - - bReady - BOOL - 8 - 256 - - - ItemType - Output - - - - - hSocket - T_HSOCKET - 352 - 288 - - - ItemType - Output - - - - - rtReset - R_TRIG - 64 - 640 - - - tonRetryConnection - TON - Retry after an hour - 224 - 704 - - - fbGetAdapterIP - FB_GetAdaptersInfo - Acquire IP of the correct adapter - 100640 - 928 - - - .bExecute - 1 - - - .sNetID - - - - - - fbSocket - FB_ConnectionlessSocket - 6784 - 101568 - - - ctuSocketError - CTU - 128 - 108352 - - - .PV - 3 - - - - - bSocketEnable - BOOL - 8 - 108480 - - - bAdapterSet - BOOL - 8 - 108488 - - - idxPortFind - UDINT - 32 - 108512 - - - - PouType - FunctionBlock - - - - - DUT_Header_NW - 256 - - frameCount - WORD - 2 2 - 16 - 0 - - - reserved1 - WORD - 2 4 - 16 - 16 - - - major - WORD - 2 6 - 16 - 32 - - - minor - BYTE - 1 7 - 8 - 48 - - - micro - BYTE - 1 8 - 8 - 56 - - - hardwareID - BYTE - - 0 - 16 - - 16 24 - 128 - 64 - - - reserved2 - BYTE - 1 25 - 8 - 192 - - - channelMask - BYTE - 1 26 - 8 - 200 - - - errorMask - BYTE - 1 27 - 8 - 208 - - - mode - BYTE - 1 28 - 8 - 216 - - - reserved3 - DWORD - 4 32 - 32 - 224 - - - - DUT_Channel_NW - 256 - - count - DWORD - 4 4 - 32 - 0 - - - timing - DWORD - 4 8 - 32 - 32 - - - scale - WORD - 2 10 - 16 - 64 - - - hardwareID - BYTE - - 0 - 16 - - 16 26 - 128 - 80 - - - reserved1 - BYTE - 1 27 - 8 - 208 - - - channel - BYTE - 1 28 - 8 - 216 - - - error - BYTE - 1 29 - 8 - 224 - - - mode - BYTE - 1 30 - 8 - 232 - - - scale_denominator - WORD - 2 32 - 16 - 240 - - - - DUT_01_Channel_NW - 512 - - header - DUT_Header_NW - 256 - 0 - - - channel1 - DUT_Channel_NW - 256 - 256 - - - - FB_SocketUdpSendTo - The FB_SocketUdpSendTo function block sends data to a specific destination. - 264576 - - sSrvNetId - T_AmsNetID - The network address of the TcpIpserver.exe. If empty string=>server runs on local system - 192 - 32 - - - - - - ItemType - Input - - - - - hSocket - T_HSOCKET - Handle for the socket on which the actual connection is made. - 352 - 224 - - - ItemType - Input - - - - - sRemoteHost - T_IPv4Addr - Remote address of the target socket. String containing an (Ipv4) Internet Protocol dotted address. - 128 - 576 - - - - - - ItemType - Input - - - - - nRemotePort - UDINT - Remote Internet Protocol (IP) port of the target socket. - 32 - 704 - - 0 - - - - ItemType - Input - - - - - cbLen - UDINT - Contains the number of bytes to be send. - 32 - 736 - - 0 - - - - ItemType - Input - - - - - pSrc - BYTE - Contains the address of the buffer containing the data to be send. - 32 - 768 - - 0 - - - - ItemType - Input - - - - - bExecute - BOOL - Function block execution is triggered by a rising edge at this input. - 8 - 800 - - - ItemType - Input - - - - - tTimeout - TIME - States the time before the function is cancelled. - 32 - 832 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 864 - - - ItemType - Output - - - - - bError - BOOL - 8 - 872 - - - ItemType - Output - - - - - nErrId - UDINT - 32 - 896 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - FB_BufferedSocketSend - 274688 - - stData - DUT_01_Channel_NW - 512 - 32 - - - ItemType - Input - - - - - bNewData - BOOL - 8 - 544 - - - ItemType - Input - - - - - hSocket - T_HSOCKET - 352 - 576 - - - ItemType - Input - - - - - sRemoteHost - STRING(80) - 648 - 928 - - - ItemType - Input - - - - - nRemotePort - UDINT - 32 - 1600 - - - ItemType - Input - - - - - BUFFER_SIZE - UINT - 16 - 1632 - - 16 - - - - rtNewData - R_TRIG - Input handling - 64 - 1664 - - - arrBuffer - DUT_01_Channel_NW - - 0 - 16 - - Data buffer and iteration - 8192 - 1728 - - - nDataRecvCount - ULINT - 64 - 9920 - - - nDataSentCount - ULINT - 64 - 9984 - - - nIndex - UINT - 16 - 10048 - - - fbSocketSend - FB_SocketUdpSendTo - Actually send the data - 264576 - 10080 - - - bExecuteSend - BOOL - 8 - 274656 - - - - PouType - FunctionBlock - - - - - FB_AssembleHeader - 512 - - nFrameCount - UINT - The count of how many frames we've sent, e.g. 1 on the first send, 2 on the second... - 16 - 32 - - - ItemType - Input - - - - - nMajor - UINT - Protocol version. This is set for you by this function block. - 16 - 48 - - 2 - - - - ItemType - Input - - - - - nMinor - USINT - 8 - 64 - - 0 - - - - ItemType - Input - - - - - nMicro - USINT - 8 - 72 - - 0 - - - - ItemType - Input - - - - - sHardwareID - STRING(15) - Unambiguous identifier for the PLC - 128 - 80 - - - ItemType - Input - - - - - nMode - USINT - Selector for acquisition mode (currently unused) - 8 - 208 - - - ItemType - Input - - - - - stHeader - DUT_Header_NW - Almost ready encoder header structure. See FB_AddChannelToHeader. - 256 - 224 - - - ItemType - Output - - - - - nStringIter - USINT - 8 - 480 - - - - PouType - FunctionBlock - - - - - FB_AssembleChannel - 768 - - nEncCount - UDINT - Raw count from the encoder, taken from DUT_MotionStage.nEncoderCount - 32 - 32 - - - ItemType - Input - - - - - nTiming - ULINT - Latched rising edge timestamp from EL1252-0050 terminal. - 64 - 64 - - - ItemType - Input - - - - - fScale - LREAL - Scale as reported in DUT_MotionStage.stAxisParameters.fEncScaleFactorNumerator - 64 - 128 - - - ItemType - Input - - - - - sHardwareID - STRING(15) - Serial number of the encoder - 128 - 192 - - - ItemType - Input - - - - - nChannel - USINT - Channel number for the data packet - 8 - 320 - - - ItemType - Input - - - - - nError - USINT - Error code for the data packet - 8 - 328 - - - ItemType - Input - - - - - nMode - USINT - Selector for acquisition mode (currently unused) - 8 - 336 - - - ItemType - Input - - - - - fScaleDenominator - LREAL - Scale denominator as reported in DUT_MotionStage.stAxisParameters.fEncScaleFactorDenominator - 64 - 384 - - - ItemType - Input - - - - - stChannel - DUT_Channel_NW - Network-ready encoder channel structure - 256 - 448 - - - ItemType - Output - - - - - nStringIter - USINT - 8 - 704 - - - - PouType - FunctionBlock - - - - - FW_GetCurTaskIndex - 64 - - nIndex - BYTE - 8 - 32 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - conditionalshow - - - - - GETCURTASKINDEX - This function block GETCURTASKINDEX finds the task index of the task from which it is called. - 128 - - index - BYTE - Returns the current task index of the calling task. - 8 - 32 - - - ItemType - Output - - - - - fbGetCurTaskIndex - FW_GetCurTaskIndex - 64 - 64 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - PLCTONC_AXIS_REF_CTRL - 32 - - Enable - BIT - 1 - 0 - - - FeedEnablePlus - BIT - 1 - 1 - - - FeedEnableMinus - BIT - 1 - 2 - - - HomingSensor - BIT - 1 - 5 - - - AcceptBlockedDrive - BIT - 1 - 8 - - - PlcDebugFlag - BIT - 1 - 30 - - - NcDebugFlag - BIT - 1 - 31 - - - %08x - - - 0x%08x - - - 16#%08X - - - - PLCTONC_AXIS_REF - 1024 - - ControlDWord - PLCTONC_AXIS_REF_CTRL - 32 - 0 - - - Override - UDINT - 32 - 32 - - - AxisModeRequest - UDINT - 32 - 64 - - - AxisModeDWord - UDINT - 32 - 96 - - - AxisModeLReal - LREAL - 64 - 128 - - - PositionCorrection - LREAL - 64 - 192 - - - ExtSetPos - LREAL - 64 - 256 - - - ExtSetVelo - LREAL - 64 - 320 - - - ExtSetAcc - LREAL - 64 - 384 - - - ExtSetDirection - DINT - 32 - 448 - - - ExtControllerOutput - LREAL - 64 - 512 - - - GearRatio1 - LREAL - 64 - 576 - - - GearRatio2 - LREAL - 64 - 640 - - - GearRatio3 - LREAL - 64 - 704 - - - GearRatio4 - LREAL - 64 - 768 - - - MapState - BOOL - 8 - 832 - - - PlcCycleControl - BYTE - 8 - 840 - - - PlcCycleCount - BYTE - 8 - 848 - - - - NcStructType - 1 - - - - - NCAXLESTRUCT_FROMPLC3 - - - - - NCTOPLC_AXIS_REF_STATE - 32 - - Operational - BIT - 1 - 0 - - - Homed - BIT - 1 - 1 - - - NotMoving - BIT - 1 - 2 - - - InPositionArea - BIT - 1 - 3 - - - InTargetPosition - BIT - 1 - 4 - - - Protected - BIT - 1 - 5 - - - ErrorPropagationDelayed - BIT - 1 - 6 - - - HasBeenStopped - BIT - 1 - 7 - - - HasJob - BIT - 1 - 8 - - - PositiveDirection - BIT - 1 - 9 - - - NegativeDirection - BIT - 1 - 10 - - - HomingBusy - BIT - 1 - 11 - - - ConstantVelocity - BIT - 1 - 12 - - - Compensating - BIT - 1 - 13 - - - ExtSetPointGenEnabled - BIT - 1 - 14 - - - PhasingActive - BIT - 1 - 15 - - - ExternalLatchValid - BIT - 1 - 16 - - - NewTargetPos - BIT - 1 - 17 - - - ContinuousMotion - BIT - 1 - 19 - - - ControlLoopClosed - BIT - 1 - 20 - - - CamTableQueued - BIT - 1 - 21 - - - CamDataQueued - BIT - 1 - 22 - - - CamScalingPending - BIT - 1 - 23 - - - CmdBuffered - BIT - 1 - 24 - - - PTPmode - BIT - 1 - 25 - - - SoftLimitMinExceeded - BIT - 1 - 26 - - - SoftLimitMaxExceeded - BIT - 1 - 27 - - - DriveDeviceError - BIT - 1 - 28 - - - MotionCommandsLocked - BIT - 1 - 29 - - - IoDataInvalid - BIT - 1 - 30 - - - Error - BIT - 1 - 31 - - - %08x - - - 0x%08x - - - 16#%08X - - - - NCTOPLC_AXIS_REF_OPMODE - 32 - - OpModePosAreaMonitoring - BIT - 1 - 0 - - - OpModeTargetPosMonitoring - BIT - 1 - 1 - - - OpModeLoop - BIT - 1 - 2 - - - OpModeMotionMonitoring - BIT - 1 - 3 - - - OpModePEHTimeMonitoring - BIT - 1 - 4 - - - OpModeBacklashCompensation - BIT - 1 - 5 - - - OpModeDelayedErrorReaction - BIT - 1 - 6 - - - OpModeModulo - BIT - 1 - 7 - - - OpModeSimulationAxis - BIT - 1 - 8 - - - OpModePosLagMonitoring - BIT - 1 - 16 - - - OpModeVeloLagMonitoring - BIT - 1 - 17 - - - OpModeSoftLimitMinMonitoring - BIT - 1 - 18 - - - OpModeSoftLimitMaxMonitoring - BIT - 1 - 19 - - - OpModePosCorrection - BIT - 1 - 20 - - - OpModeAllowSlaveCommands - BIT - 1 - 21 - - - OpModeAllowExtSetAxisCommands - BIT - 1 - 22 - - - ApplicationRequest - BIT - 1 - 23 - - - - NCTOPLC_AXIS_REF_STATE2_FLAGS - 32 - - AvoidingCollision - BIT - 1 - 0 - - - %08x - - - 0x%08x - - - 16#%08X - - - - NCTOPLC_AXIS_REF_STATE2 - 32 - - Value - DWORD - 32 - 0 - - - Flags - NCTOPLC_AXIS_REF_STATE2_FLAGS - 32 - 0 - - - %08x - - - 0x%08x - - - 16#%08X - - - - NCTOPLC_AXIS_REF_CAMCOUPLINGSTATE - 8 - - CamActivationPending - BIT - 1 - 0 - - - CamDeactivationPending - BIT - 1 - 1 - - - CamActive - BIT - 1 - 2 - - - CamDataQueued - BIT - 1 - 6 - - - CamScalingPending - BIT - 1 - 7 - - - - UINTARR8 - 128 - UINT - - 0 - 8 - - - - NCTOPLC_AXIS_REF - 2048 - - StateDWord - NCTOPLC_AXIS_REF_STATE - 32 - 0 - - - ErrorCode - UDINT - 32 - 32 - - - AxisState - UDINT - Present State Of The Axis Movement (continuous axis): +]]>128CUBOOL832ItemTypeInputRESETBOOL840ItemTypeInputPVWORD1648ItemTypeInputQBOOL864ItemTypeOutputCVWORD1680ItemTypeOutputMBOOL896conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_UDPSocketHandler108544bEnableBOOL832ItemTypeInputbResetBOOL840ItemTypeInputnLocalPortUDINT3264ItemTypeInputtRetryTIME32963600000ItemTypeInputsLocalIPT_IPv4Addr128128ItemTypeInputbReadyBOOL8256ItemTypeOutputhSocketT_HSOCKET352288ItemTypeOutputrtResetR_TRIG64640tonRetryConnectionTON224704fbGetAdapterIPFB_GetAdaptersInfo100640928.bExecute1.sNetIDfbSocketFB_ConnectionlessSocket6784101568ctuSocketErrorCTU128108352.PV3bSocketEnableBOOL8108480bAdapterSetBOOL8108488idxPortFindUDINT32108512PouTypeFunctionBlockDUT_Header_NW256frameCountWORD160reserved1WORD1616majorWORD1632minorBYTE848microBYTE856hardwareIDBYTE01612864reserved2BYTE8192channelMaskBYTE8200errorMaskBYTE8208modeBYTE8216reserved3DWORD32224DUT_Channel_NW256countDWORD320timingDWORD3232scaleWORD1664hardwareIDBYTE01612880reserved1BYTE8208channelBYTE8216errorBYTE8224modeBYTE8232scale_denominatorWORD16240DUT_01_Channel_NW512headerDUT_Header_NW2560channel1DUT_Channel_NW256256FB_SocketUdpSendTo264576sSrvNetIdT_AmsNetIDserver runs on local system]]>19232ItemTypeInputhSocketT_HSOCKET352224ItemTypeInputsRemoteHostT_IPv4Addr128576ItemTypeInputnRemotePortUDINT327040ItemTypeInputcbLenUDINT327360ItemTypeInputpSrcBYTE327680ItemTypeInputbExecuteBOOL8800ItemTypeInputtTimeoutTIME328325000ItemTypeInputbBusyBOOL8864ItemTypeOutputbErrorBOOL8872ItemTypeOutputnErrIdUDINT32896ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_BufferedSocketSend274688stDataDUT_01_Channel_NW51232ItemTypeInputbNewDataBOOL8544ItemTypeInputhSocketT_HSOCKET352576ItemTypeInputsRemoteHostSTRING(80)648928ItemTypeInputnRemotePortUDINT321600ItemTypeInputBUFFER_SIZEUINT16163216rtNewDataR_TRIG641664arrBufferDUT_01_Channel_NW01681921728nDataRecvCountULINT649920nDataSentCountULINT649984nIndexUINT1610048fbSocketSendFB_SocketUdpSendTo26457610080bExecuteSendBOOL8274656PouTypeFunctionBlockFB_AssembleHeader512nFrameCountUINT1632ItemTypeInputnMajorUINT16482ItemTypeInputnMinorUSINT8640ItemTypeInputnMicroUSINT8720ItemTypeInputsHardwareIDSTRING(15)12880ItemTypeInputnModeUSINT8208ItemTypeInputstHeaderDUT_Header_NW256224ItemTypeOutputnStringIterUSINT8480PouTypeFunctionBlockFB_AssembleChannel768nEncCountUDINT3232ItemTypeInputnTimingULINT6464ItemTypeInputfScaleLREAL64128ItemTypeInputsHardwareIDSTRING(15)128192ItemTypeInputnChannelUSINT8320ItemTypeInputnErrorUSINT8328ItemTypeInputnModeUSINT8336ItemTypeInputfScaleDenominatorLREAL64384ItemTypeInputstChannelDUT_Channel_NW256448ItemTypeOutputnStringIterUSINT8704PouTypeFunctionBlockFW_GetCurTaskIndex64nIndexBYTE832ItemTypeOutputPouTypeFunctionBlockconditionalshowGETCURTASKINDEX128indexBYTE832ItemTypeOutputfbGetCurTaskIndexFW_GetCurTaskIndex6464conditionalshowPouTypeFunctionBlockconditionalshow_all_localsPLCTONC_AXIS_REF_CTRL32EnableBIT10FeedEnablePlusBIT11FeedEnableMinusBIT12HomingSensorBIT15AcceptBlockedDriveBIT18PlcDebugFlagBIT130NcDebugFlagBIT131%08x0x%08x16#%08XPLCTONC_AXIS_REF1024ControlDWordPLCTONC_AXIS_REF_CTRL320OverrideUDINT3232AxisModeRequestUDINT3264AxisModeDWordUDINT3296AxisModeLRealLREAL64128PositionCorrectionLREAL64192ExtSetPosLREAL64256ExtSetVeloLREAL64320ExtSetAccLREAL64384ExtSetDirectionDINT32448ExtControllerOutputLREAL64512GearRatio1LREAL64576GearRatio2LREAL64640GearRatio3LREAL64704GearRatio4LREAL64768MapStateBOOL8832PlcCycleControlBYTE8840PlcCycleCountBYTE8848NcStructType1NCAXLESTRUCT_FROMPLC3NCTOPLC_AXIS_REF_STATE32OperationalBIT10HomedBIT11NotMovingBIT12InPositionAreaBIT13InTargetPositionBIT14ProtectedBIT15ErrorPropagationDelayedBIT16HasBeenStoppedBIT17HasJobBIT18PositiveDirectionBIT19NegativeDirectionBIT110HomingBusyBIT111ConstantVelocityBIT112CompensatingBIT113ExtSetPointGenEnabledBIT114PhasingActiveBIT115ExternalLatchValidBIT116NewTargetPosBIT117ContinuousMotionBIT119ControlLoopClosedBIT120CamTableQueuedBIT121CamDataQueuedBIT122CamScalingPendingBIT123CmdBufferedBIT124PTPmodeBIT125SoftLimitMinExceededBIT126SoftLimitMaxExceededBIT127DriveDeviceErrorBIT128MotionCommandsLockedBIT129IoDataInvalidBIT130ErrorBIT131%08x0x%08x16#%08XNCTOPLC_AXIS_REF_OPMODE32OpModePosAreaMonitoringBIT10OpModeTargetPosMonitoringBIT11OpModeLoopBIT12OpModeMotionMonitoringBIT13OpModePEHTimeMonitoringBIT14OpModeBacklashCompensationBIT15OpModeDelayedErrorReactionBIT16OpModeModuloBIT17OpModeSimulationAxisBIT18OpModePosLagMonitoringBIT116OpModeVeloLagMonitoringBIT117OpModeSoftLimitMinMonitoringBIT118OpModeSoftLimitMaxMonitoringBIT119OpModePosCorrectionBIT120OpModeAllowSlaveCommandsBIT121OpModeAllowExtSetAxisCommandsBIT122ApplicationRequestBIT123NCTOPLC_AXIS_REF_STATE2_FLAGS32AvoidingCollisionBIT10%08x0x%08x16#%08XNCTOPLC_AXIS_REF_STATE232ValueDWORD320FlagsNCTOPLC_AXIS_REF_STATE2_FLAGS320%08x0x%08x16#%08XNCTOPLC_AXIS_REF_CAMCOUPLINGSTATE8CamActivationPendingBIT10CamDeactivationPendingBIT11CamActiveBIT12CamDataQueuedBIT16CamScalingPendingBIT17UINTARR8128UINT08NCTOPLC_AXIS_REF2048StateDWordNCTOPLC_AXIS_REF_STATE320ErrorCodeUDINT3232AxisStateUDINT - 32 - 64 - - - AxisModeConfirmation - UDINT - 32 - 96 - - - HomingState - UDINT - Axis Homing Status: +]]>3264AxisModeConfirmationUDINT3296HomingStateUDINT - 32 - 128 - - - CoupleState - UDINT - Axis Coupling Status: +]]>32128CoupleStateUDINT - 32 - 160 - - - SvbEntries - UDINT - 32 - 192 - - - SafEntries - UDINT - 32 - 224 - - - AxisId - UDINT - 32 - 256 - - - OpModeDWord - NCTOPLC_AXIS_REF_OPMODE - 32 - 288 - - - ActPos - LREAL - 64 - 320 - - - ModuloActPos - LREAL - 64 - 384 - - - ActiveControlLoopIndex - UINT - 16 - 448 - - - ControlLoopIndex - UINT - 16 - 464 - - - ModuloActTurns - DINT - 32 - 480 - - - ActVelo - LREAL - 64 - 512 - - - PosDiff - LREAL - 64 - 576 - - - SetPos - LREAL - 64 - 640 - - - SetVelo - LREAL - 64 - 704 - - - SetAcc - LREAL - 64 - 768 - - - TargetPos - LREAL - 64 - 832 - - - ModuloSetPos - LREAL - 64 - 896 - - - ModuloSetTurns - DINT - 32 - 960 - - - CmdNo - UINT - 16 - 992 - - - CmdState - UINT - 16 - 1008 - - - SetJerk - LREAL - 64 - 1024 - - - SetTorque - LREAL - 64 - 1088 - - - ActTorque - LREAL - 64 - 1152 - - - StateDWord2 - NCTOPLC_AXIS_REF_STATE2 - 32 - 1216 - - - StateDWord3 - DWORD - 32 - 1248 - - - TouchProbeState - DWORD - 32 - 1280 - - - TouchProbeCounter - DWORD - 32 - 1312 - - - CamCouplingState - NCTOPLC_AXIS_REF_CAMCOUPLINGSTATE - - 0 - 8 - - 64 - 1344 - - - CamCouplingTableID - UINTARR8 - 128 - 1408 - - - ActTorqueDerivative - LREAL - 64 - 1536 - - - SetTorqueDerivative - LREAL - 64 - 1600 - - - ActPosWithoutPosCorrection - LREAL - 64 - 1792 - - - ActAcc - LREAL - 64 - 1856 - - - DcTimeStamp - UDINT - 32 - 1920 - - - - NcStructType - 2 - - - - - NCAXLESTRUCT_TOPLC - - - NCAXLESTRUCT_TOPLC2 - - - NCAXLESTRUCT_TOPLC3 - - - NCAXLESTRUCT_TOPLC4 - - - - - - - - - - - - - - ST_AdsAddress - 224 - - NetId - STRING(23) - 192 - 0 - - - Port - UINT - 16 - 192 - - - Channel - UINT - 16 - 208 - - - - MC_AxisStates - 16 - INT - - MC_AXISSTATE_UNDEFINED - 0 - - - MC_AXISSTATE_DISABLED - 1 - - - MC_AXISSTATE_STANDSTILL - 2 - - - MC_AXISSTATE_ERRORSTOP - 3 - - - MC_AXISSTATE_STOPPING - 4 - - - MC_AXISSTATE_HOMING - 5 - - - MC_AXISSTATE_DISCRETEMOTION - 6 - - - MC_AXISSTATE_CONTINOUSMOTION - 7 - - - MC_AXISSTATE_SYNCHRONIZEDMOTION - 8 - - - - ST_AxisOpModes - axis operation mode feedback from NcToPlc. - 136 - - PositionAreaMonitoring - BOOL - bit 0 - OpModeDWord - 8 - 0 - - - TargetPositionMonitoring - BOOL - bit 1 - OpModeDWord - 8 - 8 - - - LoopMode - BOOL - bit 2 - OpModeDWord - loop mode for two speed axes - 8 - 16 - - - MotionMonitoring - BOOL - bit 3 - OpModeDWord - 8 - 24 - - - PEHTimeMonitoring - BOOL - bit 4 - OpModeDWord - 8 - 32 - - - BacklashCompensation - BOOL - bit 5 - OpModeDWord - 8 - 40 - - - DelayedErrorReaction - BOOL - bit 6 - OpModeDWord - 8 - 48 - - - Modulo - BOOL - bit 7 - OpModeDWord - axis is parameterized as modulo axis - 8 - 56 - - - SimulationAxis - BOOL - bit 8 - OpModeDWord - axis is a simulation axis - available from 2.11 R2 B2033 - 2011-05-31 KSt - 8 - 64 - - - StopMonitoring - BOOL - bit 12 - OpModeDWord - TargetPositionMonitoring for Stop and Halt commands - available from 2.11 R3 - 2011-12-09 KSt - 8 - 72 - - - PositionLagMonitoring - BOOL - bit 16 - OpModeDWord - 8 - 80 - - - VelocityLagMonitoring - BOOL - bit 17 - OpModeDWord - 8 - 88 - - - SoftLimitMinMonitoring - BOOL - bit 18 - OpModeDWord - 8 - 96 - - - SoftLimitMaxMonitoring - BOOL - bit 19 - OpModeDWord - 8 - 104 - - - PositionCorrection - BOOL - bit 20 - OpModeDWord - 8 - 112 - - - AllowSlaveCommands - BOOL - 2009-02-20 KSt - 8 - 120 - - - AllowExtSetAxisCommands - BOOL - 2011-10-13 KSt - 8 - 128 - - - - ST_AxisStatus - 768 - - UpdateTaskIndex - BYTE - Task-Index of the task that updated this data set - 8 - 0 - - - UpdateCycleTime - LREAL - task cycle time of the task which calls the status function - 64 - 64 - - - CycleCounter - UDINT - PLC cycle counter when this data set updated - 32 - 128 - - - NcCycleCounter - UDINT - NC cycle counter incremented after NC task updated NcToPlc data structures - 32 - 160 - - - MotionState - MC_AxisStates - motion state in the PLCopen state diagram - 16 - 192 - - - Error - BOOL - StateDWord bit 31 - axis error state - 8 - 208 - - - ErrorID - UDINT - axis error code - 32 - 224 - - - displaymode - hex - - - - - ErrorStop - BOOL - PLCopen motion control statemachine states: - 8 - 256 - - - Disabled - BOOL - 8 - 264 - - - Stopping - BOOL - 8 - 272 - - - StandStill - BOOL - 8 - 280 - - - DiscreteMotion - BOOL - 8 - 288 - - - ContinuousMotion - BOOL - StateDWord bit 19 - 8 - 296 - - - SynchronizedMotion - BOOL - 8 - 304 - - - Homing - BOOL - 8 - 312 - - - ConstantVelocity - BOOL - StateDWord bit 12 - 8 - 320 - - - Accelerating - BOOL - 8 - 328 - - - Decelerating - BOOL - 8 - 336 - - - Operational - BOOL - StateDWord bit 0 - (was ready) - 8 - 344 - - - ControlLoopClosed - BOOL - StateDWord bit 20 - operational and position control active - 8 - 352 - - - HasJob - BOOL - StateDWord bit 8 - 8 - 360 - - - HasBeenStopped - BOOL - StateDWord bit 7 - 8 - 368 - - - NewTargetPosition - BOOL - StateDWord bit 17 - new target position commanded during move - 8 - 376 - - - InPositionArea - BOOL - StateDWord bit 3 - 8 - 384 - - - InTargetPosition - BOOL - StateDWord bit 4 - 8 - 392 - - - ProtectedMode - BOOL - StateDWord bit 5 - 8 - 400 - - - Homed - BOOL - StateDWord bit 1 - 8 - 408 - - - HomingBusy - BOOL - StateDWord bit 11 - 8 - 416 - - - MotionCommandsLocked - BOOL - StateDWord bit 29 - stop 'n hold - 8 - 424 - - - SoftLimitMinExceeded - BOOL - StateDWord bit 26 - reverse soft travel limit exceeded - 8 - 432 - - - SoftLimitMaxExceeded - BOOL - StateDWord bit 27 - forward soft travel limit exceeded - 8 - 440 - - - Moving - BOOL - StateDWord bit 9+10 - 8 - 448 - - - PositiveDirection - BOOL - StateDWord bit 9 - 8 - 456 - - - NegativeDirection - BOOL - StateDWord bit 10 - 8 - 464 - - - NotMoving - BOOL - StateDWord bit 2 - 8 - 472 - - - Compensating - BOOL - superposition - overlayed motion - 8 - 480 - - - ExtSetPointGenEnabled - BOOL - StateDWord bit 14 - 8 - 488 - - - PhasingActive - BOOL - StateDWord bit 15 - 8 - 496 - - - ExternalLatchValid - BOOL - StateDWord bit 16 - 8 - 504 - - - CamDataQueued - BOOL - StateDWord bit 22 - 8 - 512 - - - CamTableQueued - BOOL - StateDWord bit 21 - 8 - 520 - - - CamScalingPending - BOOL - StateDWord bit 23 - 8 - 528 - - - CmdBuffered - BOOL - StateDWord bit 24 - 8 - 536 - - - PTPmode - BOOL - StateDWord bit 25 - 8 - 544 - - - DriveDeviceError - BOOL - StateDWord bit 28 - 8 - 552 - - - IoDataInvalid - BOOL - StateDWord bit 30 - 8 - 560 - - - ErrorPropagationDelayed - BOOL - StateDWord bit 6 - 8 - 568 - - - DriveLimitActive - BOOL - StateDWord bit 18 - 20181213 Fap - 8 - 576 - - - Coupled - BOOL - Axis.NcToPlc.CoupleState - 8 - 584 - - - OpMode - ST_AxisOpModes - axis operation mode feedback from NcToPlc - 136 - 592 - - - NcApplicationRequest - BOOL - OpModeDWord bit 23 - 8 - 728 - - - - AMSNETID - 48 - BYTE - - 0 - 6 - - - %d.%d.%d.%d.%d.%d - [0] - [1] - [2] - [3] - [4] - [5] - - - - T_AmsNetIdArr - TwinCAT AMS netID address bytes. - 48 - AMSNETID - - - E_NcDriveType - 32 - DWORD - - NcDriveType_undefined - 0 - - - NcDriveType_M2400_DAC1 - 1 - - - NcDriveType_M2400_DAC2 - 2 - - - NcDriveType_M2400_DAC3 - 3 - - - NcDriveType_M2400_DAC4 - 4 - - - NcDriveType_KL4XXX - 5 - MDP 252/253: KL4xxx, PWM KL2502_30K (Frq-Cnt-Impuls-Modus), KL4132 (16 Bit), Pulse-Train KL2521, IP2512 - - - NcDriveType_KL4XXX_NonLinear - 6 - MDP 252/253: Analog-Typ für nichtlineare Kennlinie - - - NcDriveType_Discete_TwoSpeed - 7 - - - NcDriveType_Stepper - 8 - - - NcDriveType_Sercos - 9 - - - NcDriveType_KL5051 - 10 - MDP 510: BISSI Drive KL5051 mit 32 Bit (siehe KL4XXX) - - - NcDriveType_AX2000_B200 - 11 - AX2000-B200 Lightbus, Inkremental mit 32 Bit (AX2000) - - - NcDriveType_ProfiDrive - 12 - Inkremental mit 32 Bit - - - NcDriveType_Universal - 13 - Variable Bitmaske (max. 32 Bit, signed value) - - - NcDriveType_NcBackplane - 14 - Variable Bitmaske (max. 32 Bit, signed value) - - - NcDriveType_CANopen_Lenze - 15 - CANopen Lenze (max. 32 Bit, signed value) - - - NcDriveType_CANopen_DS402_MDP742 - 16 - MDP 742 (DS402): CANopen und EtherCAT (AX2000-B510, AX2000-B1x0, EL7201, AX8000) - - - NcDriveType_AX2000_B900 - 17 - AX2000-B900 Ethernet (max. 32 Bit, signed value) - - - NcDriveType_KL2531_Stepper - 20 - Schrittmotorklemme KL2531/KL2541 - - - NcDriveType_KL2532_DC - 21 - 2-Kanal-DC-Motor-Endstufe (2-channel DC motor stage) KL2532/KL2542, 2-Kanal-PWM-DC-Motorendstufe KL2535/KL2545 - - - NcDriveType_TCOM - 22 - TCOM Drive -> Interface to Soft Drive - - - NcDriveType_MDP_733 - 23 - MDP 733: Modular Device Profile MDP 733 for DC (e.g. EL7332/EL7342) (20.02.09) - - - NcDriveType_MDP_703 - 24 - MDP 703: Modular Device Profile MDP 703 for stepper (e.g. EL7031/EL7041) - - - - E_NcEncoderType - 32 - DWORD - - NcEncoderType_undefined - 0 - - - NcEncoderType_Simulation - 1 - Simulation - - - NcEncoderType_ABS_M3000 - 2 - Absolut mit 24 und 25 Bit sowie 12 und 13 Bit Single Turn Encoder (M3000) - - - NcEncoderType_INC_M31X0 - 3 - Inkremental mit 24 Bit (M31x0, M3200, M3100, M2000) - - - NcEncoderType_INC_KL5101 - 4 - MDP 511: Inkremental mit 16 Bit und Latch (MDP511: EL7041, EL5101, EL5151, EL2521, EL5021(SinCos); KL5101, IP5109, KL5111) - - - NcEncoderType_ABS_KL5001_SSI - 5 - MDP 500/501: Absolut SSI mit 24 Bit (KL5001, IP5009)(MDP 501: EL5001) - - - NcEncoderType_INC_KL5051 - 6 - MDP 510: Absolut/Inkremental BISSI mit 16 Bit (KL5051, PWM KL2502_30K (Frq-Cnt-Impuls-Modus), Pulse-Train KL2521, IP2512 ) - - - NcEncoderType_ABS_KL30XX - 7 - Absolut Analog Eingang mit 16 Bit (KL30xx) - - - NcEncoderType_INC_Sercos_P - 8 - SERCOS "Encoder" POS - - - NcEncoderType_INC_Sercos_PV - 9 - SERCOS "Encoder" POS und VELO - - - NcEncoderType_INC_Binary - 10 - Binaerer Inkremental Encoder (0/1) - - - NcEncoderType_ABS_M2510 - 11 - Absolut Analog Eingang mit 12 Bit (M2510) - - - NcEncoderType_ABS_FOX50 - 12 - T&R Fox 50 Modul (24 Bit Absolut (SSI)) - - - NcEncoderType_ABS_HYDRAULIC_FORCE - 13 - MMW-Typ: Kraftermittlung aus Pa, Pb, Aa, Ab - - - NcEncoderType_INC_AX2000_B200 - 14 - Inkremental AX2000-B200 Lightbus mit 16/20 Bit (AX2000) - - - NcEncoderType_INC_PROFIDRIVE - 15 - Inkremental mit 32 Bit - - - NcEncoderType_INC_UNIVERSAL - 16 - Inkremental mit variabler Bitmaske (max. 32 Bit) - - - NcEncoderType_INC_NCBACKPLANE - 17 - Inkremental NC Rückwand - - - NcEncoderType_INC_CANOPEN_LENZE - 18 - Inkremental CANopen Lenze - - - NcEncoderType_INC_CANOPEN_DS402_MDP513_MDP742 - 19 - MDP 513 / MDP 742 (DS402): CANopen und EtherCAT (AX2000-B510, AX2000-B1x0, EL7201, EL5032/32Bit) - - - NcEncoderType_INC_AX2000_B900 - 20 - Inkremental AX2000-B900 Ethernet - - - NcEncoderType_INC_KL5151 - 21 - Inkremental mit 32 Bit Zaehler und int.+ ext. 32 Bit Latch (KL5151_0000) (nur umschaltbar), die 2-kanalige KL5151_0050 hat kein Latch ! - - - NcEncoderType_INC_IP5209 - 24 - Inkremental mit 32 Bit Zaehler und int. 32 Bit Latch (IP5209) - - - NcEncoderType_INC_KL2531_Stepper - 25 - Inkremental mit 16 Bit Zaehler und int.+ext. 16 Bit Latch (nur umschaltbar) (Schrittmotorklemme KL2531/KL2541) - - - NcEncoderType_INC_KL2532_DC - 26 - Inkremental mit 16 Bit Zaehler und ext. 16 Bit Latch (nur umschaltbar) (2-Kanal-DC-Motor-Endstufe KL2532/KL2542), 2-Kanal-PWM-DC-Motorendstufe KL2535/KL2545 - - - NcEncoderType_INC_TIMEBASEGENERATOR - 27 - Time Base Generator - - - NcEncoderType_INC_TCOM - 28 - TCOM Encoder -> Interface to Soft Drive Encoder - - - NcEncoderType_INC_CANOPEN_MDP513_64BIT - 29 - MDP 513 (DS402, EnDat2.2, 64 Bit): EL5032/64Bit - - - NcEncoderType_SPECIFIC - 100 - - - - E_NcAxisType - 32 - DWORD - - NcAxisType_undefined - 0 - - - NcAxisType_Continious - 1 - Kontinuierliche Achse (auch SERCOS) - - - NcAxisType_Discrete_TwoSpeed - 2 - Diskrete Achse (Eil/Schleich-Achse) - - - NcAxisType_LowCostStepper_DigIO - 3 - Schrittmotor Achse (ohne PWM Klemme KL2502/30 und ohne Pulse-Train KL2521) - - - NcAxisType_Encoder - 5 - Encoder Achse - - - NcAxisType_Hydraulic - 6 - Kontinuierliche Achse mit Betriebsartumschaltung fur Positions-/Druck-Regelung - - - NcAxisType_TimeGenerator - 7 - Time Base Generator - - - NcAxisType_Specific - 100 - - - - ST_DriveAddress - 640 - - NetID - T_AmsNetID - AMS NetID of the hardware drive as a string - 192 - 0 - - - NetIdBytes - T_AmsNetIdArr - AMS NetID of the hardware drive as a byte array (same information as NetID) - 48 - 192 - - - SlaveAddress - T_AmsPort - slave address of the hardware drive connected to a bus master - 16 - 240 - - - Channel - BYTE - channel number of the hardware drive - 8 - 256 - - - NcDriveId - DWORD - ID [1..255] of the NC software drive of an axis - 32 - 288 - - - NcDriveIndex - DWORD - index [0..9] of the NC software drive of an axis - 32 - 320 - - - NcDriveType - E_NcDriveType - type enumeration of the NC software drive of an axis - 32 - 352 - - - NcEncoderId - DWORD - ID [1..255] of the NC software encoder of an axis - 32 - 384 - - - NcEncoderIndex - DWORD - index [0..9] of the NC software encoder of an axis - 32 - 416 - - - NcEncoderType - E_NcEncoderType - type enumeration of the NC encoder drive of an axis - 32 - 448 - - - NcAxisId - DWORD - ID [1..255] of the NC axis - 32 - 480 - - - NcAxisType - E_NcAxisType - type enumeration of the NC axis - 32 - 512 - - - TcSoftDriveObjectId - OTCID - new since 2016-04-11 FAP - just available with versions after this date, otherwise zero - 32 - 544 - - - conditionalshow - - - - - TcDriveObjectId - OTCID - 32 - 576 - - - TcEncoderObjectId - OTCID - 32 - 608 - - - - _E_PhasingState - 16 - INT - - PhasingInactive - 0 - - - PhasingActivated - 1 - - - PhasingAborted - 2 - - - - _InternalAxisRefData - 128 - - NcCycleCounterAvailable - BOOL - TRUE if the NcCycleCounter is definitely available on the target system - FALSE if undefined - 8 - 0 - - - NcCycleCounter_AtReadStatusCall - UDINT - current NC cycle counter when calling ReadStatus - 32 - 32 - - - LastTaskIndex_AtReadStatusCall - BYTE - task index of last recent status update - 8 - 64 - - - CounterSameTaskIndex_AtReadStatusCall - UINT - counter increments to max 100 if the task index for the status update never changes - 16 - 80 - - - PhasingState - _E_PhasingState - KSt 20190703 global handshake for phasing blocks - 16 - 96 - - - - conditionalshow - - - - - AXIS_REF - +]]>32160SvbEntriesUDINT32192SafEntriesUDINT32224AxisIdUDINT32256OpModeDWordNCTOPLC_AXIS_REF_OPMODE32288ActPosLREAL64320ModuloActPosLREAL64384ActiveControlLoopIndexUINT16448ControlLoopIndexUINT16464ModuloActTurnsDINT32480ActVeloLREAL64512PosDiffLREAL64576SetPosLREAL64640SetVeloLREAL64704SetAccLREAL64768TargetPosLREAL64832ModuloSetPosLREAL64896ModuloSetTurnsDINT32960CmdNoUINT16992CmdStateUINT161008SetJerkLREAL641024SetTorqueLREAL641088ActTorqueLREAL641152StateDWord2NCTOPLC_AXIS_REF_STATE2321216StateDWord3DWORD321248TouchProbeStateDWORD321280TouchProbeCounterDWORD321312CamCouplingStateNCTOPLC_AXIS_REF_CAMCOUPLINGSTATE08641344CamCouplingTableIDUINTARR81281408ActTorqueDerivativeLREAL641536SetTorqueDerivativeLREAL641600ActPosWithoutPosCorrectionLREAL641792ActAccLREAL641856DcTimeStampUDINT321920NcStructType2NCAXLESTRUCT_TOPLCNCAXLESTRUCT_TOPLC2NCAXLESTRUCT_TOPLC3NCAXLESTRUCT_TOPLC4ST_AdsAddress224NetIdSTRING(23)1920PortUINT16192ChannelUINT16208MC_AxisStates16INTMC_AXISSTATE_UNDEFINED0MC_AXISSTATE_DISABLED1MC_AXISSTATE_STANDSTILL2MC_AXISSTATE_ERRORSTOP3MC_AXISSTATE_STOPPING4MC_AXISSTATE_HOMING5MC_AXISSTATE_DISCRETEMOTION6MC_AXISSTATE_CONTINOUSMOTION7MC_AXISSTATE_SYNCHRONIZEDMOTION8ST_AxisOpModes136PositionAreaMonitoringBOOL80TargetPositionMonitoringBOOL88LoopModeBOOL816MotionMonitoringBOOL824PEHTimeMonitoringBOOL832BacklashCompensationBOOL840DelayedErrorReactionBOOL848ModuloBOOL856SimulationAxisBOOL864StopMonitoringBOOL872PositionLagMonitoringBOOL880VelocityLagMonitoringBOOL888SoftLimitMinMonitoringBOOL896SoftLimitMaxMonitoringBOOL8104PositionCorrectionBOOL8112AllowSlaveCommandsBOOL8120AllowExtSetAxisCommandsBOOL8128ST_AxisStatus768UpdateTaskIndexBYTE80UpdateCycleTimeLREAL6464CycleCounterUDINT32128NcCycleCounterUDINT32160MotionStateMC_AxisStates16192ErrorBOOL8208ErrorIDUDINT32224displaymodehexErrorStopBOOL8256DisabledBOOL8264StoppingBOOL8272StandStillBOOL8280DiscreteMotionBOOL8288ContinuousMotionBOOL8296SynchronizedMotionBOOL8304HomingBOOL8312ConstantVelocityBOOL8320AcceleratingBOOL8328DeceleratingBOOL8336OperationalBOOL8344ControlLoopClosedBOOL8352HasJobBOOL8360HasBeenStoppedBOOL8368NewTargetPositionBOOL8376InPositionAreaBOOL8384InTargetPositionBOOL8392ProtectedModeBOOL8400HomedBOOL8408HomingBusyBOOL8416MotionCommandsLockedBOOL8424SoftLimitMinExceededBOOL8432SoftLimitMaxExceededBOOL8440MovingBOOL8448PositiveDirectionBOOL8456NegativeDirectionBOOL8464NotMovingBOOL8472CompensatingBOOL8480ExtSetPointGenEnabledBOOL8488PhasingActiveBOOL8496ExternalLatchValidBOOL8504CamDataQueuedBOOL8512CamTableQueuedBOOL8520CamScalingPendingBOOL8528CmdBufferedBOOL8536PTPmodeBOOL8544DriveDeviceErrorBOOL8552IoDataInvalidBOOL8560ErrorPropagationDelayedBOOL8568DriveLimitActiveBOOL8576CoupledBOOL8584OpModeST_AxisOpModes136592NcApplicationRequestBOOL8728AMSNETID48BYTE06%d.%d.%d.%d.%d.%d[0][1][2][3][4][5]T_AmsNetIdArr48AMSNETIDE_NcDriveType32DWORDNcDriveType_undefined0NcDriveType_M2400_DAC11NcDriveType_M2400_DAC22NcDriveType_M2400_DAC33NcDriveType_M2400_DAC44NcDriveType_KL4XXX5NcDriveType_KL4XXX_NonLinear6NcDriveType_Discete_TwoSpeed7NcDriveType_Stepper8NcDriveType_Sercos9NcDriveType_KL505110NcDriveType_AX2000_B20011NcDriveType_ProfiDrive12NcDriveType_Universal13NcDriveType_NcBackplane14NcDriveType_CANopen_Lenze15NcDriveType_CANopen_DS402_MDP74216NcDriveType_AX2000_B90017NcDriveType_KL2531_Stepper20NcDriveType_KL2532_DC21NcDriveType_TCOM22 Interface to Soft Drive]]>NcDriveType_MDP_73323NcDriveType_MDP_70324E_NcEncoderType32DWORDNcEncoderType_undefined0NcEncoderType_Simulation1NcEncoderType_ABS_M30002NcEncoderType_INC_M31X03NcEncoderType_INC_KL51014NcEncoderType_ABS_KL5001_SSI5NcEncoderType_INC_KL50516NcEncoderType_ABS_KL30XX7NcEncoderType_INC_Sercos_P8NcEncoderType_INC_Sercos_PV9NcEncoderType_INC_Binary10NcEncoderType_ABS_M251011NcEncoderType_ABS_FOX5012NcEncoderType_ABS_HYDRAULIC_FORCE13NcEncoderType_INC_AX2000_B20014NcEncoderType_INC_PROFIDRIVE15NcEncoderType_INC_UNIVERSAL16NcEncoderType_INC_NCBACKPLANE17NcEncoderType_INC_CANOPEN_LENZE18NcEncoderType_INC_CANOPEN_DS402_MDP513_MDP74219NcEncoderType_INC_AX2000_B90020NcEncoderType_INC_KL515121NcEncoderType_INC_IP520924NcEncoderType_INC_KL2531_Stepper25NcEncoderType_INC_KL2532_DC26NcEncoderType_INC_TIMEBASEGENERATOR27NcEncoderType_INC_TCOM28 Interface to Soft Drive Encoder]]>NcEncoderType_INC_CANOPEN_MDP513_64BIT29NcEncoderType_SPECIFIC100E_NcAxisType32DWORDNcAxisType_undefined0NcAxisType_Continious1NcAxisType_Discrete_TwoSpeed2NcAxisType_LowCostStepper_DigIO3NcAxisType_Encoder5NcAxisType_Hydraulic6NcAxisType_TimeGenerator7NcAxisType_Specific100ST_DriveAddress640NetIDT_AmsNetID1920NetIdBytesT_AmsNetIdArr48192SlaveAddressT_AmsPort16240ChannelBYTE8256NcDriveIdDWORD32288NcDriveIndexDWORD32320NcDriveTypeE_NcDriveType32352NcEncoderIdDWORD32384NcEncoderIndexDWORD32416NcEncoderTypeE_NcEncoderType32448NcAxisIdDWORD32480NcAxisTypeE_NcAxisType32512TcSoftDriveObjectIdOTCID32544conditionalshowTcDriveObjectIdOTCID32576TcEncoderObjectIdOTCID32608_E_PhasingState16INTPhasingInactive0PhasingActivated1PhasingAborted2_InternalAxisRefData128NcCycleCounterAvailableBOOL80NcCycleCounter_AtReadStatusCallUDINT3232LastTaskIndex_AtReadStatusCallBYTE864CounterSameTaskIndex_AtReadStatusCallUINT1680PhasingState_E_PhasingState1696conditionalshowAXIS_REF - 9024 - - PlcToNc - PLCTONC_AXIS_REF - 1024 - 64 - - - ItemType - Input - - - TcAddressType - Output - - - - - NcToPlc - NCTOPLC_AXIS_REF - 2048 - 1088 - - - ItemType - Output - - - TcAddressType - Input - - - - - ADS - ST_AdsAddress - 224 - 3136 - - - ItemType - Output - - - - - Status - ST_AxisStatus - 768 - 3392 - - - ItemType - Output - - - - - DriveAddress - ST_DriveAddress - 640 - 4160 - - - ItemType - Input - - - - - _internal - _InternalAxisRefData - 128 - 4800 - - - conditionalshow - - - - - Storage - DWORD - - 0 - 128 - - 4096 - 4928 - - - conditionalshow - - - - - ReadStatus - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ENUM_StageEnableMode - 16 - INT - - ALWAYS - 0 - Always set bEnable to TRUE - - - NEVER - 1 - Only change bEnable on errors - - - DURING_MOTION - 2 - Enable before motion, disable after motion - - - - ENUM_StageBrakeMode - 16 - INT - - IF_ENABLED - 0 - Disengage brake when the motor is enabled - - - IF_MOVING - 1 - Disengage brake when the motor is moving - - - NO_BRAKE - 2 - Do not change the brake state in FB_MotionStage - - - - ENUM_EpicsHomeCmd - 16 - INT - - LOW_LIMIT - 1 - Low limit switch - - - HIGH_LIMIT - 2 - High limit switch - - - HOME_VIA_LOW - 3 - Home switch via low switch - - - HOME_VIA_HIGH - 4 - Home switch via high switch - - - ABSOLUTE_SET - 15 - Set here to be fHomePosition - - - NONE - -1 - Do not home, ever - - - - ST_AxisParameterSet - 8192 - - AxisId - DWORD - TC3 &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& - 32 - 0 - - - nAxisType - E_NcAxisType - 0x00000003 - 32 - 32 - - - sAxisName - STRING(31) - 0x00000002 - 256 - 64 - - - fAxisCycleTime - LREAL - available from Tc 2.11 R2 - 64 - 320 - - - bEnablePositionAreaControl - WORD - 0x0000000F - 16 - 384 - - - fPositionAreaControlRange - LREAL - 0x00000010 - 64 - 448 - - - bEnableMotionControl - WORD - 0x00000011 - 16 - 512 - - - fMotionControlTime - LREAL - 0x00000012 - 64 - 576 - - - bEnableLoop - WORD - 0x00000013 - 16 - 640 - - - fLoopDistance - LREAL - 0x00000014 - 64 - 704 - - - bEnableTargetPosControl - WORD - 0x00000015 - 16 - 768 - - - fTargetPosControlRange - LREAL - 0x00000016 - 64 - 832 - - - fTargetPosControlTime - LREAL - 0x00000017 - 64 - 896 - - - fVeloMaximum - LREAL - 0x00000027 - 64 - 960 - - - fRefVeloSearch - LREAL - 0x00000006 calibration velo (TO plc cam) (17.05.11: parameter extension) - 64 - 1024 - - - fRefVeloSync - LREAL - 0x00000007 calibration velo (off plc cam) (17.05.11: parameter extension) - 64 - 1088 - - - fVeloSlowManual - LREAL - 0x00000008 manual velocity (slow) (17.05.11: parameter extension) - 64 - 1152 - - - fVeloFastManual - LREAL - 0x00000009 manual velocity (fast) (17.05.11: parameter extension) - 64 - 1216 - - - fMotionControlRange - LREAL - 0x00000028 - 64 - 1280 - - - bEnablePEHTimeControl - WORD - 0x00000029 - 16 - 1344 - - - fPEHControlTime - LREAL - 0x0000002A - 64 - 1408 - - - bEnableBacklashCompensation - WORD - 0x0000002B - 16 - 1472 - - - fBacklash - LREAL - 0x0000002C - 64 - 1536 - - - sAmsNetId - T_AmsNetID - 0x00000031 (Wandlung von "BYTE b[6]" zum nullterminierten STRING mit 23+1 Zeichen) - 192 - 1600 - - - nPort - WORD - 0x00000031 - 16 - 1792 - - - nChnNo - WORD - 0x00000031 - 16 - 1808 - - - fAcceleration - LREAL - 0x00000101 - 64 - 1856 - - - fDeceleration - LREAL - 0x00000102 - 64 - 1920 - - - fJerk - LREAL - 0x00000103 - 64 - 1984 - - - nEncId - DWORD - 0x00010001 - 32 - 2048 - - - nEncType - E_NcEncoderType - 0x00010003 - 32 - 2080 - - - sEncName - STRING(31) - 0x00010002 - 256 - 2112 - - - fEncScaleFactorNumerator - LREAL - 0x00010023 - 64 - 2368 - - - fEncScaleFactorDenominator - LREAL - 0x00010024 - 64 - 2432 - - - fEncScaleFactorInternal - LREAL - fEncScaleFactorInternal = fEncScaleFactorNumerator / fEncScaleFactorDenominator - 64 - 2496 - - - fEncOffset - LREAL - 0x00010007 - 64 - 2560 - - - bEncIsInverse - WORD - 0x00010008 - 16 - 2624 - - - fEncModuloFactor - LREAL - 0x00010009 - 64 - 2688 - - - nEncMode - DWORD - 0x0001000A - 32 - 2752 - - - bEncEnableSoftEndMinControl - WORD - 0x0001000B - 16 - 2784 - - - bEncEnableSoftEndMaxControl - WORD - 0x0001000C - 16 - 2800 - - - fEncSoftEndMin - LREAL - 0x0001000D - 64 - 2816 - - - fEncSoftEndMax - LREAL - 0x0001000E - 64 - 2880 - - - nEncMaxIncrement - DWORD - 0x00010015 - 32 - 2944 - - - nEncRefSoftSyncMask - DWORD - 0x00010108 - 32 - 2976 - - - bEncEnablePosCorrection - WORD - 0x00010016 - 16 - 3008 - - - nEncReferenceSystem - DWORD - 0x00010019 (15.10.15: parameter extension) - 32 - 3040 - - - fEncPosCorrectionFilterTime - LREAL - 0x00010017 - 64 - 3072 - - - bEncRefSearchInverse - UINT - 0x00010101 (17.05.11: parameter extension) - 16 - 3136 - - - bEncRefSyncInverse - UINT - 0x00010102 (17.05.11: parameter extension) - 16 - 3152 - - - nEncRefMode - UDINT - 0x00010107 (17.05.11: parameter extension) - 32 - 3168 - - - fEncRefPosition - LREAL - 0x00010103 (17.05.11: parameter extension) - 64 - 3200 - - - nCtrlId - DWORD - 0x00020001 - 32 - 3264 - - - nCtrlType - DWORD - 0x00020003 - 32 - 3296 - - - sCtrlName - STRING(31) - 0x00020002 - 256 - 3328 - - - bCtrlEnablePosDiffControl - WORD - 0x00020010 - 16 - 3584 - - - bCtrlEnableVeloDiffControl - WORD - 0x00020011 - 16 - 3600 - - - fCtrlPosDiffMax - LREAL - 0x00020012 - 64 - 3648 - - - fCtrlPosDiffMaxTime - LREAL - 0x00020013 - 64 - 3712 - - - fCtrlPosKp - LREAL - 0x00020102 - 64 - 3776 - - - fCtrlPosTn - LREAL - 0x00020103 - 64 - 3840 - - - fCtrlPosTv - LREAL - 0x00020104 - 64 - 3904 - - - fCtrlPosTd - LREAL - 0x00020105 - 64 - 3968 - - - fCtrlPosExtKp - LREAL - 0x00020106 - 64 - 4032 - - - fCtrlPosExtVelo - LREAL - 0x00020107 - 64 - 4096 - - - fCtrlAccKa - LREAL - 0x00020108 - 64 - 4160 - - - nDriveId - DWORD - 0x00030001 - 32 - 4224 - - - nDriveType - E_NcDriveType - 0x00030003 - 32 - 4256 - - - sDriveName - STRING(31) - 0x00030002 - 256 - 4288 - - - bDriveIsInverse - WORD - 0x00030006 - 16 - 4544 - - - nDriveControlDWord - DWORD - 0x00030010 - 32 - 4576 - - - fDriveVeloReferenz - LREAL - 0x00030101 - 64 - 4608 - - - fDriveOutputReferenz - LREAL - 0x00030102 - 64 - 4672 - - - fDriveOutputScalingAcc - LREAL - 0x0003000A (15.10.15: parameter extension) - 64 - 4736 - - - fDriveOutputScalingTorque - LREAL - 0x0003000B (15.10.15: parameter extension) - 64 - 4800 - - - fDriveInputScalingTorque - LREAL - 0x00030031 (15.10.15: parameter extension) - 64 - 4864 - - - fDriveInputFiltertimeTorque - LREAL - 0x00030032 (15.10.15: parameter extension) - 64 - 4928 - - - fDriveInputFiltertimeTorqueDerivative - LREAL - 0x00030033 (15.10.15: parameter extension) - 64 - 4992 - - - fAccelerationMax - LREAL - 0x000000F1 (15.10.15: parameter extension) - 64 - 5056 - - - fDecelerationMax - LREAL - 0x000000F2 (15.10.15: parameter extension) - 64 - 5120 - - - - DUT_AxisStatus_v0_01 - 768 - - bEnable - BOOL - 8 - 0 - - - bReset - BOOL - 8 - 8 - - - bExecute - BOOL - 8 - 16 - - - nCommand - UINT - 16 - 32 - - - nCmdData - UINT - 16 - 48 - - - fVelocity - LREAL - 64 - 64 - - - fPosition - LREAL - 64 - 128 - - - fAcceleration - LREAL - 64 - 192 - - - fDeceleration - LREAL - 64 - 256 - - - bJogFwd - BOOL - 8 - 320 - - - bJogBwd - BOOL - 8 - 328 - - - bLimitFwd - BOOL - 8 - 336 - - - bLimitBwd - BOOL - 8 - 344 - - - fOverride - LREAL - 64 - 384 - - 100 - - - - bHomeSensor - BOOL - 8 - 448 - - - bEnabled - BOOL - 8 - 456 - - - bError - BOOL - 8 - 464 - - - nErrorId - UDINT - 32 - 480 - - - fActVelocity - LREAL - 64 - 512 - - - fActPosition - LREAL - 64 - 576 - - - fActDiff - LREAL - 64 - 640 - - - bHomed - BOOL - 8 - 704 - - - bBusy - BOOL - 8 - 712 - - - - DUT_MotionStage - 21184 - - Axis - AXIS_REF - Hardware - PLC Axis Reference - 9024 - 0 - - - bLimitForwardEnable - BOOL - NC Forward Limit Switch: TRUE if ok to move - 8 - 9024 - - - pytmc - +]]>9024PlcToNcPLCTONC_AXIS_REF102464ItemTypeInputTcAddressTypeOutputNcToPlcNCTOPLC_AXIS_REF20481088ItemTypeOutputTcAddressTypeInputADSST_AdsAddress2243136ItemTypeOutputStatusST_AxisStatus7683392ItemTypeOutputDriveAddressST_DriveAddress6404160ItemTypeInput_internal_InternalAxisRefData1284800conditionalshowStorageDWORD012840964928conditionalshowReadStatusPouTypeFunctionBlockconditionalshow_all_localsENUM_StageEnableMode16INTALWAYS0NEVER1DURING_MOTION2ENUM_StageBrakeMode16INTIF_ENABLED0IF_MOVING1NO_BRAKE2ENUM_EpicsHomeCmd16INTLOW_LIMIT1HIGH_LIMIT2HOME_VIA_LOW3HOME_VIA_HIGH4ABSOLUTE_SET15NONE-1ST_AxisParameterSet8192AxisIdDWORD320nAxisTypeE_NcAxisType3232sAxisNameSTRING(31)25664fAxisCycleTimeLREAL64320bEnablePositionAreaControlWORD16384fPositionAreaControlRangeLREAL64448bEnableMotionControlWORD16512fMotionControlTimeLREAL64576bEnableLoopWORD16640fLoopDistanceLREAL64704bEnableTargetPosControlWORD16768fTargetPosControlRangeLREAL64832fTargetPosControlTimeLREAL64896fVeloMaximumLREAL64960fRefVeloSearchLREAL641024fRefVeloSyncLREAL641088fVeloSlowManualLREAL641152fVeloFastManualLREAL641216fMotionControlRangeLREAL641280bEnablePEHTimeControlWORD161344fPEHControlTimeLREAL641408bEnableBacklashCompensationWORD161472fBacklashLREAL641536sAmsNetIdT_AmsNetID1921600nPortWORD161792nChnNoWORD161808fAccelerationLREAL641856fDecelerationLREAL641920fJerkLREAL641984nEncIdDWORD322048nEncTypeE_NcEncoderType322080sEncNameSTRING(31)2562112fEncScaleFactorNumeratorLREAL642368fEncScaleFactorDenominatorLREAL642432fEncScaleFactorInternalLREAL642496fEncOffsetLREAL642560bEncIsInverseWORD162624fEncModuloFactorLREAL642688nEncModeDWORD322752bEncEnableSoftEndMinControlWORD162784bEncEnableSoftEndMaxControlWORD162800fEncSoftEndMinLREAL642816fEncSoftEndMaxLREAL642880nEncMaxIncrementDWORD322944nEncRefSoftSyncMaskDWORD322976bEncEnablePosCorrectionWORD163008nEncReferenceSystemDWORD323040fEncPosCorrectionFilterTimeLREAL643072bEncRefSearchInverseUINT163136bEncRefSyncInverseUINT163152nEncRefModeUDINT323168fEncRefPositionLREAL643200nCtrlIdDWORD323264nCtrlTypeDWORD323296sCtrlNameSTRING(31)2563328bCtrlEnablePosDiffControlWORD163584bCtrlEnableVeloDiffControlWORD163600fCtrlPosDiffMaxLREAL643648fCtrlPosDiffMaxTimeLREAL643712fCtrlPosKpLREAL643776fCtrlPosTnLREAL643840fCtrlPosTvLREAL643904fCtrlPosTdLREAL643968fCtrlPosExtKpLREAL644032fCtrlPosExtVeloLREAL644096fCtrlAccKaLREAL644160nDriveIdDWORD324224nDriveTypeE_NcDriveType324256sDriveNameSTRING(31)2564288bDriveIsInverseWORD164544nDriveControlDWordDWORD324576fDriveVeloReferenzLREAL644608fDriveOutputReferenzLREAL644672fDriveOutputScalingAccLREAL644736fDriveOutputScalingTorqueLREAL644800fDriveInputScalingTorqueLREAL644864fDriveInputFiltertimeTorqueLREAL644928fDriveInputFiltertimeTorqueDerivativeLREAL644992fAccelerationMaxLREAL645056fDecelerationMaxLREAL645120DUT_AxisStatus_v0_01768bEnableBOOL80bResetBOOL88bExecuteBOOL816nCommandUINT1632nCmdDataUINT1648fVelocityLREAL6464fPositionLREAL64128fAccelerationLREAL64192fDecelerationLREAL64256bJogFwdBOOL8320bJogBwdBOOL8328bLimitFwdBOOL8336bLimitBwdBOOL8344fOverrideLREAL64384100bHomeSensorBOOL8448bEnabledBOOL8456bErrorBOOL8464nErrorIdUDINT32480fActVelocityLREAL64512fActPositionLREAL64576fActDiffLREAL64640bHomedBOOL8704bBusyBOOL8712DUT_MotionStage21184AxisAXIS_REF90240bLimitForwardEnableBOOL89024pytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - - - bLimitBackwardEnable - BOOL - NC Backward Limit Switch: TRUE if ok to move - 8 - 9032 - - - pytmc - + TcAddressTypeInputbLimitBackwardEnableBOOL89032pytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - - - bHome - BOOL - NO Home Switch: TRUE if at home - 8 - 9040 - - - pytmc - + TcAddressTypeInputbHomeBOOL89040pytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - - - bBrakeRelease - BOOL - NC Brake Output: TRUE to release brake - 8 - 9048 - - - pytmc - + TcAddressTypeInputbBrakeReleaseBOOL89048pytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - - - bHardwareEnable - BOOL - NC STO Input: TRUE if ok to move - 8 - 9056 - - - pytmc - + TcAddressTypeOutputbHardwareEnableBOOL89056pytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - - - nRawEncoderULINT - ULINT - Raw encoder IO for ULINT (Biss-C) - 64 - 9088 - - - TcAddressType - Input - - - - - nRawEncoderUINT - UINT - Raw encoder IO for UINT (Relative Encoders) - 16 - 9152 - - - TcAddressType - Input - - - - - nRawEncoderINT - INT - Raw encoder IO for INT (LVDT) - 16 - 9168 - - - TcAddressType - Input - - - - - bAllForwardEnable - BOOL - Psuedo-hardware - Forward enable EPS summary - 8 - 9184 - - 0 - - - - pytmc - + TcAddressTypeInputnRawEncoderULINTULINT649088TcAddressTypeInputnRawEncoderUINTUINT169152TcAddressTypeInputnRawEncoderINTINT169168TcAddressTypeInputbAllForwardEnableBOOL891840pytmc pv: PLC:bAllForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC Summary of axis permission to move forward - - - - - - bAllBackwardEnable - BOOL - Backward enable EPS summary - 8 - 9192 - - 0 - - - - pytmc - + bAllBackwardEnableBOOL891920pytmc pv: PLC:bAllBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC Summary of axis permission to move backward - - - - - - bAllEnable - BOOL - Enable EPS summary encapsulating emergency stop button and any additional motion preventive hardware - 8 - 9200 - - 0 - - - - pytmc - + bAllEnableBOOL892000pytmc pv: PLC:bAllEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC Summary of axis permission to have power - - - - - - bGantryForwardEnable - BOOL - Forward virtual gantry limit switch - 8 - 9208 - - 0 - - - - pytmc - + bGantryForwardEnableBOOL892080pytmc pv: PLC:bGantryForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if gantry ok to move forward - - - - - - bGantryBackwardEnable - BOOL - Backward virtual gantry limit switch - 8 - 9216 - - 0 - - - - pytmc - + bGantryBackwardEnableBOOL892160pytmc pv: PLC:bGantryBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if gantry ok to move backward - - - - - - nEncoderCount - UDINT - Encoder count summary, if linked above - 32 - 9248 - - - pytmc - + nEncoderCountUDINT329248pytmc pv: PLC:nEncoderCount io: i field: DESC Count from encoder hardware - - - - - - sName - STRING(80) - Settings - Name to use for log messages, fast faults, etc. - 648 - 9280 - - - pytmc - + sNameSTRING(80)6489280pytmc pv: PLC:sName io: i field: DESC PLC program name - - - - - - bPowerSelf - BOOL - If TRUE, we want to enable the motor independently of PMPS or other safety systems. - 8 - 9928 - - 0 - - - - pytmc - + bPowerSelfBOOL899280pytmc pv: PLC:bPowerSelf io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if axis is in PMPS - - - - - - nEnableMode - ENUM_StageEnableMode - Determines when we automatically enable the motor - 16 - 9936 - - 2 - - - - pytmc - + nEnableModeENUM_StageEnableMode1699362pytmc pv: PLC:nEnableMode io: i field: DESC Describes when the axis will automatically get power - - - - - - nBrakeMode - ENUM_StageBrakeMode - Determines when we automatically disengage the brake - 16 - 9952 - - 0 - - - - pytmc - + nBrakeModeENUM_StageBrakeMode1699520pytmc pv: PLC:nBrakeMode io: i field: DESC Describes when the brake will be released - - - - - - nHomingMode - ENUM_EpicsHomeCmd - Determines our encoder homing strategy - 16 - 9968 - - -1 - - - - pytmc - + nHomingModeENUM_EpicsHomeCmd169968-1pytmc pv: PLC:nHomingMode io: i field: DESC Describes our homing strategy - - - - - - bGantryAxis - BOOL - Set true to activate gantry EPS - 8 - 9984 - - 0 - - - - pytmc - + bGantryAxisBOOL899840pytmc pv: PLC:bGantryAxis io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if gantry EPS active - - - - - - nGantryTol - LINT - Set to gantry difference tolerance - 64 - 10048 - - 0 - - - - nEncRef - ULINT - Encoder count at which this axis is aligned with other axis - 64 - 10112 - - 0 - - - - bEnable - BOOL - Commands - Used internally to request enables - 8 - 10176 - - - pytmc - + nGantryTolLINT64100480nEncRefULINT64101120bEnableBOOL810176pytmc pv: PLC:bEnable io: io field: ZNAM FALSE field: ONAM TRUE field: DESC Used internally to request enables - - - - - - bReset - BOOL - Used internally to reset errors and other state - 8 - 10184 - - - pytmc - + bResetBOOL810184pytmc pv: PLC:bReset io: io field: ZNAM FALSE field: ONAM TRUE field: DESC Used internally to reset errors - - - - - - bExecute - BOOL - Used internally and by the IOC to start or stop a move - 8 - 10192 - - - pytmc - + bExecuteBOOL810192pytmc pv: PLC:bExecute io: io field: ZNAM FALSE field: ONAM TRUE field: DESC Used internally and by the IOC to start or stop - - - - - - bUserEnable - BOOL - Used by the IOC to disable an axis - 8 - 10200 - - 1 - - - - pytmc - + bUserEnableBOOL8102001pytmc pv: PLC:bUserEnable io: io field: ZNAM DISABLE field: ONAM ENABLE field: DESC Used to disable power entirely for an axis - - - - - - bMoveCmd - BOOL - Shortcut Commands - Start a move to fPosition with fVelocity - 8 - 10208 - - - pytmc - + bMoveCmdBOOL810208pytmc pv: PLC:bMoveCmd io: io field: DESC Start a move - - - - - - bHomeCmd - BOOL - Start the homing routine - 8 - 10216 - - - pytmc - + bHomeCmdBOOL810216pytmc pv: PLC:bHomeCmd io: io field: DESC Start the homing routine - - - - - - nCommand - INT - Command Args - Used internally and by the IOC to pick what kind of move to do - 16 - 10224 - - - pytmc - + nCommandINT1610224pytmc pv: PLC:nCommand io: io field: DESC Used internally and by the IOC to pick move type - - - - - - nCmdData - INT - Used internally and by the IOC to pass additional data to some commands - 16 - 10240 - - - pytmc - + nCmdDataINT1610240pytmc pv: PLC:nCmdData io: io field: DESC Used internally and by the IOC to pass extra args - - - - - - fPosition - LREAL - Used internally and by the IOC to pick a destination for the move - 64 - 10304 - - - pytmc - + fPositionLREAL6410304pytmc pv: PLC:fPosition io: io field: DESC Used internally and by the IOC as the set position - - - - - - fVelocity - LREAL - Used internally and by the IOC to pick a move velocity - 64 - 10368 - - - pytmc - + fVelocityLREAL6410368pytmc pv: PLC:fVelocity io: io field: DESC Used internally and by the IOC to set velocity - - - - - - fAcceleration - LREAL - Used internally and by the IOC to pick a move acceleration - 64 - 10432 - - - pytmc - + fAccelerationLREAL6410432pytmc pv: PLC:fAcceleration io: io field: DESC Used internally and by the IOC to set acceleration - - - - - - fDeceleration - LREAL - Used internally and by the IOC to pick a move deceleration - 64 - 10496 - - - pytmc - + fDecelerationLREAL6410496pytmc pv: PLC:fDeceleration io: io field: DESC Used internally and by the IOC to set deceleration - - - - - - fHomePosition - LREAL - Used internally and by the IOC to pick a home position - 64 - 10560 - - - pytmc - + fHomePositionLREAL6410560pytmc pv: PLC:fHomePosition io: io field: DESC Used internally and by the IOC to pick home position - - - - - - nMotionAxisID - UDINT - Info - Unique ID assigned to each axis in the NC - 32 - 10624 - - 0 - - - - pytmc - + nMotionAxisIDUDINT32106240pytmc pv: PLC:nMotionAxisID io: i field: DESC Unique ID assigned to each axis in the NC - - - - - - bEnableDone - BOOL - Returns - TRUE if done enabling - 8 - 10656 - - - pytmc - + bEnableDoneBOOL810656pytmc pv: PLC:bEnableDone io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if done enabling - - - - - - bBusy - BOOL - TRUE if in the middle of a command - 8 - 10664 - - - pytmc - + bBusyBOOL810664pytmc pv: PLC:bBusy io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if in the middle of a command - - - - - - bDone - BOOL - TRUE if we've done a command and it has finished - 8 - 10672 - - - pytmc - + bDoneBOOL810672pytmc pv: PLC:bDone io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if command finished successfully - - - - - - bHomed - BOOL - TRUE if the motor has been homed, or does not need to be homed - 8 - 10680 - - - pytmc - + bHomedBOOL810680pytmc pv: PLC:bHomed io: i field: DESC TRUE if the motor has been homed - - - - - - bSafetyReady - BOOL - TRUE if we have safety permission to move - 8 - 10688 - - - pytmc - + bSafetyReadyBOOL810688pytmc pv: PLC:bSafetyReady io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if safe to start a move - - - - - - bError - BOOL - TRUE if we're in an error state - 8 - 10696 - - - pytmc - + bErrorBOOL810696pytmc pv: PLC:bError io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if we are in an error state update: 100Hz notify - - - - - - nErrorId - UDINT - Error code if nonzero - 32 - 10720 - - - pytmc - + nErrorIdUDINT3210720pytmc pv: PLC:nErrorId io: i field: DESC Error code if nonzero update: 100Hz notify - - - - - - sErrorMessage - STRING(80) - Message to identify the error state - 648 - 10752 - - - pytmc - + sErrorMessageSTRING(80)64810752pytmc pv: PLC:sErrorMessage io: i field: DESC Message to identify the error state update: 100Hz notify - - - - - - sCustomErrorMessage - STRING(80) - Internal hook for custom error messages - 648 - 11400 - - - stAxisParameters - ST_AxisParameterSet - MC_ReadParameterSet Output - 8192 - 12096 - - - bAxisParamsInit - BOOL - True if we've updated stAxisParameters at least once - 8 - 20288 - - - stAxisStatus - DUT_AxisStatus_v0_01 - Misc axis status information for the IOC - 768 - 20352 - - - fPosDiff - LREAL - Other status information for users of the IOC - Position lag difference - 64 - 21120 - - - pytmc - + sCustomErrorMessageSTRING(80)64811400stAxisParametersST_AxisParameterSet819212096bAxisParamsInitBOOL820288stAxisStatusDUT_AxisStatus_v0_0176820352fPosDiffLREAL6421120pytmc pv: PLC:fPosDiff io: i field: DESC Position lag difference - - - - - - - ST_FFInfo - These elements should be set at init and never changed. - 6832 - - sPath - T_MaxString - Full PLC path to FF object - 2048 - 0 - - - pytmc - + ST_FFInfo6832sPathT_MaxString20480pytmc pv: Path io: i - - - - - - Desc - T_MaxString - Set at instantiation to a helpful description of the fast fault purpose - 2048 - 2048 - - - pytmc - + DescT_MaxString20482048pytmc pv: Desc io: i - - - - - - DevName - T_MaxString - Component name, used in diagnostic to help narrow down where beam faults are coming from - 2048 - 4096 - - - pytmc - + DevNameT_MaxString20484096pytmc pv: DevName io: i - - - - - - TypeCode - UINT - Set at instantiation to fault class code - 16 - 6144 - - - pytmc - + TypeCodeUINT166144pytmc pv: TypeCode io: i - - - - - - InUse - BOOL - //////////////////////////////////////// -//////////////////////////////////////// - 8 - 6160 - - 0 - - - - pytmc - + InUseBOOL861600pytmc pv: InUse io: i - - - - - - AutoReset - BOOL - //////////////////////////////////////// - 8 - 6168 - - - Vetoable - BOOL - Can this fast fault be masked by the veto device input? - 8 - 6176 - - 1 - - - - InfoString - STRING(80) - 648 - 6184 - - - pytmc - + AutoResetBOOL86168VetoableBOOL861761InfoStringSTRING(80)6486184pytmc pv: InfoString io: i - - - - - - - TP - + TP - 192 - - IN - BOOL - Trigger for Start of the Signal - 8 - 32 - - - ItemType - Input - - - - - PT - TIME - The length of the High-Signal in 10ms - 32 - 64 - - - ItemType - Input - - - - - Q - BOOL - The pulse - 8 - 96 - - - ItemType - Output - - - - - ET - TIME - The current phase of the High-Signal - 32 - 128 - - - ItemType - Output - - - - - StartTime - TIME - 32 - 160 - - - - PouType - FunctionBlock - - - - - F_TRIG - +]]>192INBOOL832ItemTypeInputPTTIME3264ItemTypeInputQBOOL896ItemTypeOutputETTIME32128ItemTypeOutputStartTimeTIME32160PouTypeFunctionBlockF_TRIG - 64 - - CLK - BOOL - signal to detect - 8 - 32 - - - ItemType - Input - - - - - Q - BOOL - falling edge at signal detected - 8 - 40 - - - ItemType - Output - - - - - M - BOOL - 8 - 48 - - 1 - - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ST_FFOverride - 576 - - Duration - DINT - DINT to be compatible with EPICS - 32 - 0 - - - pytmc - +]]>64CLKBOOL832ItemTypeInputQBOOL840ItemTypeOutputMBOOL8481conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_FFOverride576DurationDINT320pytmc pv: Duration io: o - - - - - - Expiration - DINT - DINT to be compatible with EPICS - 32 - 32 - - - pytmc - + ExpirationDINT3232pytmc pv: Expiration io: o - - - - - - StartDT - DINT - DINT to be compatible with EPICS - 32 - 64 - - - pytmc - + StartDTDINT3264pytmc pv: StartDT io: o - - - - - - Activate - BOOL - 8 - 96 - - - pytmc - + ActivateBOOL896pytmc pv: Activate io: o - - - - - - Deactivate - BOOL - 8 - 104 - - - pytmc - + DeactivateBOOL8104pytmc pv: Deactivate io: o - - - - - - ElapsedTime - DINT - DINT to be compatible with EPICS - 32 - 128 - - - pytmc - + ElapsedTimeDINT32128pytmc pv: ElapsedTime io: i - - - - - - RemainingTime - DINT - DINT to be compatible with EPICS - 32 - 160 - - - pytmc - + RemainingTimeDINT32160pytmc pv: RemainingTime io: i - - - - - - Active - BOOL - 8 - 192 - - - pytmc - + ActiveBOOL8192pytmc pv: Active io: i - - - - - - Timer - TP - 192 - 224 - - - OvrdActLogAck - BOOL - 8 - 416 - - - OvrdExpLogAck - BOOL - 8 - 424 - - - tOvrdActivate - R_TRIG - 64 - 448 - - - tOvrdExpiring - F_TRIG - 64 - 512 - - - - RS - 64 - - SET - BOOL - Input to set Q1 - 8 - 32 - - - ItemType - Input - - - - - RESET1 - BOOL - Input to reset Q1 (reset dominant) - 8 - 40 - - - ItemType - Input - - - - - Q1 - BOOL - 8 - 48 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - - - ST_FF - 7680 - - Info - ST_FFInfo - 6832 - 0 - - - pytmc - + TimerTP192224OvrdActLogAckBOOL8416OvrdExpLogAckBOOL8424tOvrdActivateR_TRIG64448tOvrdExpiringF_TRIG64512RS64SETBOOL832ItemTypeInputRESET1BOOL840ItemTypeInputQ1BOOL848ItemTypeOutputPouTypeFunctionBlockST_FF7680InfoST_FFInfo68320pytmc pv: Info - - - - - - Ovrd - ST_FFOverride - 576 - 6848 - - - pytmc - + OvrdST_FFOverride5766848pytmc pv: Ovrd - - - - - - OK - BOOL - Fault logic state - 8 - 7424 - - - pytmc - + OKBOOL87424pytmc pv: OK io: i - - - - - - FaultAck - BOOL - Set when faulted, reset by logger. - 8 - 7432 - - - ClearAck - BOOL - 8 - 7440 - - - BeamPermitted - BOOL - Result of reset, veto, and fault logic, true beam off boolean - 8 - 7448 - - - pytmc - + FaultAckBOOL87432ClearAckBOOL87440BeamPermittedBOOL87448pytmc pv: BeamPermitted io: i - - - - - - Reset - BOOL - 8 - 7456 - - - pytmc - + ResetBOOL87456pytmc pv: Reset io: o - - - - - - bsFF - RS - 64 - 7488 - - - rtReset - R_TRIG - 64 - 7552 - - - ftCountFault - F_TRIG - 64 - 7616 - - - - DWORD (1..86400) - 32 - DWORD - - - LowerBorder - 1 - - - UpperBorder - 86400 - - - - - TIMESTRUCT - System Time Structure - 128 - - wYear - WORD - Year: 1970..2106 - 16 - 0 - - - wMonth - WORD - Month: 1..12 (January = 1, February = 2 and so on) - 16 - 16 - - - wDayOfWeek - WORD - Day of the week: 0..6 (Sunday = 0, Monday = 1, .. , Saturday = 6 and so on) - 16 - 32 - - - wDay - WORD - Day of the month: 1..31 - 16 - 48 - - - wHour - WORD - Hour: 0..23 - 16 - 64 - - - wMinute - WORD - Minute: 0..59 - 16 - 80 - - - wSecond - WORD - Second: 0..59 - 16 - 96 - - - wMilliseconds - WORD - Milliseconds: 0..999 - 16 - 112 - - - - E_TimeZoneID - 16 - INT - - eTimeZoneID_Invalid - -1 - Invalid time zone - - - eTimeZoneID_Unknown - 0 - Unknown time zone - - - eTimeZoneID_Standard - 1 - Standard time (Winterzeit) - - - eTimeZoneID_Daylight - 2 - Daylight saving time (Sommerzeit) - - - - NT_GetTime - Reads local windows system time (struct) - 1728 - - NETID - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 32 - - - ItemType - Input - - - - - START - BOOL - Rising edge on this input activates the fb execution - 8 - 224 - - - ItemType - Input - - - - - TMOUT - TIME - Max fb execution time - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - BUSY - BOOL - 8 - 288 - - - ItemType - Output - - - - - ERR - BOOL - 8 - 296 - - - ItemType - Output - - - - - ERRID - UDINT - 32 - 320 - - - ItemType - Output - - - - - TIMESTR - TIMESTRUCT - Local windows system time - 128 - 352 - - - ItemType - Output - - - - - fbAdsRead - ADSREAD - 1248 - 480 - - - .PORT - 10000 - - - .IDXGRP - 400 - - - .IDXOFFS - 1 - - - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ST_TimeZoneInformation - 864 - - bias - DINT - Specifies the current bias, in minutes, for local time translation on this computer. + bsFFRS647488rtResetR_TRIG647552ftCountFaultF_TRIG647616DWORD (1..86400)32DWORDLowerBorder1UpperBorder86400TIMESTRUCT128wYearWORD160wMonthWORD1616wDayOfWeekWORD1632wDayWORD1648wHourWORD1664wMinuteWORD1680wSecondWORD1696wMillisecondsWORD16112E_TimeZoneID16INTeTimeZoneID_Invalid-1eTimeZoneID_Unknown0eTimeZoneID_Standard1eTimeZoneID_Daylight2NT_GetTime1728NETIDT_AmsNetID19232ItemTypeInputSTARTBOOL8224ItemTypeInputTMOUTTIME322565000ItemTypeInputBUSYBOOL8288ItemTypeOutputERRBOOL8296ItemTypeOutputERRIDUDINT32320ItemTypeOutputTIMESTRTIMESTRUCT128352ItemTypeOutputfbAdsReadADSREAD1248480.PORT10000.IDXGRP400.IDXOFFS1conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_TimeZoneInformation864biasDINT - 32 - 0 - - - standardName - STRING(31) - Specifies a null-terminated string associated with standard time - on this operating system. - 256 - 32 - - - standardDate - TIMESTRUCT - Specifies a SYSTEMTIME structure that contains a date and local time when the - transition from daylight saving time to standard time occurs on this operating system. - 128 - 288 - - - standardBias - DINT - Specifies a bias value to be used during local time translations that occur during standard time. - 32 - 416 - - - daylightName - STRING(31) - Specifies a null-terminated string associated with daylight saving time on this operating system. - For example, this member could contain "PDT" to indicate Pacific Daylight Time. - 256 - 448 - - - daylightDate - TIMESTRUCT - Specifies a SYSTEMTIME structure that contains a date and local time when the transition - from standard time to daylight saving time occurs on this operating system. - 128 - 704 - - - daylightBias - DINT - Specifies a bias value to be used during local time translations that occur during daylight saving time. - 32 - 832 - - - - ST_AmsGetTimeZoneInformation - 896 - - tzInfo - ST_TimeZoneInformation - GetTimeZoneInformation return data - 864 - 0 - - - apiResult - DWORD - api call result - 32 - 864 - - - - conditionalshow - - - - - FB_GetTimeZoneInformation - Reads time zone information - 3488 - - sNetID - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 32 - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge on this input activates the fb execution - 8 - 224 - - - ItemType - Input - - - - - tTimeout - TIME - Max fb execution time - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 288 - - - ItemType - Output - - - - - bError - BOOL - 8 - 296 - - - ItemType - Output - - - - - nErrID - UDINT - 32 - 320 - - - ItemType - Output - - - - - tzID - E_TimeZoneID - 16 - 352 - - - ItemType - Output - - - - - tzInfo - ST_TimeZoneInformation - 864 - 384 - - - ItemType - Output - - - - - fbAdsRead - ADSREAD - 1248 - 1248 - - - .PORT - 10000 - - - .IDXGRP - 400 - - - .IDXOFFS - 6 - - - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 2496 - - - conditionalshow - - - - - state - BYTE - 8 - 2560 - - - conditionalshow - - - - - res - ST_AmsGetTimeZoneInformation - 896 - 2592 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ADSWRITE - ADS write command. - 1216 - - NETID - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - PORT - T_AmsPort - Ads communication port - 16 - 224 - - - ItemType - Input - - - - - IDXGRP - UDINT - Index group - 32 - 256 - - - ItemType - Input - - - - - IDXOFFS - UDINT - Index offset - 32 - 288 - - - ItemType - Input - - - - - LEN - UDINT - Max. number of data bytes to write (LEN <= max. size of source buffer) - 32 - 320 - - - ItemType - Input - - - - - SRCADDR - PVOID - Pointer to source buffer - 32 - 352 - - - ItemType - Input - - - TcIgnorePersistent - - - - - WRITE - BOOL - Rising edge starts command execution - 8 - 384 - - - ItemType - Input - - - - - TMOUT - TIME - Maximum time allowed for the execution of this ADS command - 32 - 416 - - 5000 - - - - ItemType - Input - - - - - BUSY - BOOL - Busy flag - 8 - 448 - - - ItemType - Output - - - - - ERR - BOOL - Error flag - 8 - 456 - - - ItemType - Output - - - - - ERRID - UDINT - ADS error code - 32 - 480 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - NT_SetTimeToRTCTime - 12032 - - NETID - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 32 - - - ItemType - Input - - - - - SET - BOOL - Rising edge on this input activates the fb execution - 8 - 224 - - - ItemType - Input - - - - - TMOUT - TIME - Max fb execution time - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - BUSY - BOOL - 8 - 288 - - - ItemType - Output - - - - - ERR - BOOL - 8 - 296 - - - ItemType - Output - - - - - ERRID - UDINT - 32 - 320 - - - ItemType - Output - - - - - fbAdsWrite - ADSWRITE - 1216 - 352 - - - .PORT - 10000 - - - .IDXGRP - 4 - - - .IDXOFFS - 0 - - - - - conditionalshow - - - - - fbRegQuery - FB_RegQueryValue - 10304 - 1568 - - - .sSubKey - Software\Beckhoff\TwinCAT3\System - - - .sValName - NumOfCPUs - - - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 11872 - - - conditionalshow - - - - - bTmp - DWORD - 32 - 11936 - - 0 - - - - conditionalshow - - - - - state - BYTE - 8 - 11968 - - 0 - - - - conditionalshow - - - - - bInit - BOOL - 8 - 11976 - - 1 - - - - conditionalshow - - - - - numOfCPUs - DWORD - 32 - 12000 - - 0 - - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FW_GetCpuCounter - 96 - - dwCpuCntLo - UDINT - 32 - 32 - - - ItemType - Output - - - - - dwCpuCntHi - UDINT - 32 - 64 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - conditionalshow - - - - - GETCPUCOUNTER - The CPU cycle counter can be read with this function block. + UTC = local time + bias ]]>320standardNameSTRING(31)25632standardDateTIMESTRUCT128288standardBiasDINT32416daylightNameSTRING(31)256448daylightDateTIMESTRUCT128704daylightBiasDINT32832ST_AmsGetTimeZoneInformation896tzInfoST_TimeZoneInformation8640apiResultDWORD32864conditionalshowFB_GetTimeZoneInformation3488sNetIDT_AmsNetID19232ItemTypeInputbExecuteBOOL8224ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIDUDINT32320ItemTypeOutputtzIDE_TimeZoneID16352ItemTypeOutputtzInfoST_TimeZoneInformation864384ItemTypeOutputfbAdsReadADSREAD12481248.PORT10000.IDXGRP400.IDXOFFS6conditionalshowfbTriggerR_TRIG642496conditionalshowstateBYTE82560conditionalshowresST_AmsGetTimeZoneInformation8962592conditionalshowPouTypeFunctionBlockconditionalshow_all_localsADSWRITE1216NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputIDXGRPUDINT32256ItemTypeInputIDXOFFSUDINT32288ItemTypeInputLENUDINT32320ItemTypeInputSRCADDRPVOID32352ItemTypeInputTcIgnorePersistentWRITEBOOL8384ItemTypeInputTMOUTTIME324165000ItemTypeInputBUSYBOOL8448ItemTypeOutputERRBOOL8456ItemTypeOutputERRIDUDINT32480ItemTypeOutputPouTypeFunctionBlockhide_all_localsNT_SetTimeToRTCTime12032NETIDT_AmsNetID19232ItemTypeInputSETBOOL8224ItemTypeInputTMOUTTIME322565000ItemTypeInputBUSYBOOL8288ItemTypeOutputERRBOOL8296ItemTypeOutputERRIDUDINT32320ItemTypeOutputfbAdsWriteADSWRITE1216352.PORT10000.IDXGRP4.IDXOFFS0conditionalshowfbRegQueryFB_RegQueryValue103041568.sSubKeySoftware\Beckhoff\TwinCAT3\System.sValNameNumOfCPUsconditionalshowfbTriggerR_TRIG6411872conditionalshowbTmpDWORD32119360conditionalshowstateBYTE8119680conditionalshowbInitBOOL8119761conditionalshownumOfCPUsDWORD32120000conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFW_GetCpuCounter96dwCpuCntLoUDINT3232ItemTypeOutputdwCpuCntHiUDINT3264ItemTypeOutputPouTypeFunctionBlockconditionalshowGETCPUCOUNTER - 192 - - cpuCntLoDW - UDINT - Contains the low-value 4 bytes of the numerical value - 32 - 32 - - - ItemType - Output - - - - - cpuCntHiDW - UDINT - Contains the high-value 4 bytes of the numerical value - 32 - 64 - - - ItemType - Output - - - - - fbGetCpuCounter - FW_GetCpuCounter - 96 - 96 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - RTC_EX2 - Software RTC (real time clock), returns time in structured system time format + microseconds (microsecond resolution) - 896 - - EN - BOOL - Enable/set clock - 8 - 32 - - - ItemType - Input - - - - - PDT - TIMESTRUCT - Preset/set time in system time format (struct) - 128 - 48 - - - ItemType - Input - - - - - PMICRO - DWORD - Preset microseconds - 32 - 192 - - - ItemType - Input - - - - - Q - BOOL - TRUE => Output time is valid, FALSE => Output time is invalid - 8 - 224 - - - ItemType - Output - - - - - CDT - TIMESTRUCT - Current time in system time format (struct) - 128 - 240 - - - .wYear - 1970 - - - .wMonth - 1 - - - .wDay - 1 - - - .wDayOfWeek - 4 - - - - - ItemType - Output - - - - - CMICRO - DWORD - Current microseconds - 32 - 384 - - - ItemType - Output - - - - - fbGetCpuCounter - GETCPUCOUNTER - 192 - 416 - - - conditionalshow - - - - - risingEdge - R_TRIG - 64 - 608 - - - conditionalshow - - - - - oldTick - DWORD - 32 - 672 - - - conditionalshow - - - - - currTick - DWORD - 32 - 704 - - - conditionalshow - - - - - nanoDiff - DWORD - 32 - 736 - - - conditionalshow - - - - - nanoRest - DWORD - 32 - 768 - - - conditionalshow - - - - - secDiff - DWORD - 32 - 800 - - - conditionalshow - - - - - dateTime - DATE_AND_TIME - 32 - 832 - - - conditionalshow - - - - - bInitialized - BOOL - 8 - 864 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_LocalSystemTime - This function block synchronizes cyclically to and returns the Local Windows System Time. - 19040 - - sNetID - T_AmsNetID - The target TwinCAT system network address - 192 - 32 - - - - - - ItemType - Input - - - - - bEnable - BOOL - Enable/start cyclic time synchronisation (output is synchronized to Local Windows System Time) - 8 - 224 - - - ItemType - Input - - - - - dwCycle - DWORD (1..86400) - Time synchronisation cycle (seconds) - 32 - 256 - - 5 - - - - ItemType - Input - - - - - dwOpt - DWORD - Additional option flags: If bit 0 is set => Synchronize Windows Time to RTC time - 32 - 288 - - 1 - - - - ItemType - Input - - - - - tTimeout - TIME - Max. ADS function block execution time (internal communication timeout). - 32 - 320 - - 5000 - - - - ItemType - Input - - - - - bValid - BOOL - TRUE => The systemTime and tzID output is valid, FALSE => systemTime and tzID is not valid - 8 - 352 - - - ItemType - Output - - - - - systemTime - TIMESTRUCT - Local Windows System Time struct - 128 - 368 - - - ItemType - Output - - - - - tzID - E_TimeZoneID - Daylight/standard time zone information - 16 - 496 - - -1 - - - - ItemType - Output - - - - - rtrig - R_TRIG - 64 - 512 - - - conditionalshow - - - - - state - BYTE - 8 - 576 - - - conditionalshow - - - - - fbNT - NT_GetTime - 1728 - 608 - - - conditionalshow - - - - - fbTZ - FB_GetTimeZoneInformation - 3488 - 2336 - - - conditionalshow - - - - - fbSET - NT_SetTimeToRTCTime - 12032 - 5824 - - - conditionalshow - - - - - fbRTC - RTC_EX2 - 896 - 17856 - - - conditionalshow - - - - - timer - TON - 224 - 18752 - - - conditionalshow - - - - - nSync - DWORD - 32 - 18976 - - - conditionalshow - - - - - bNotSup - BOOL - 8 - 19008 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - T_FILETIME - The FILETIME structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC). - 64 - - dwLowDateTime - DWORD - Specifies the low-order 32 bits of the file time. - 32 - 0 - - - dwHighDateTime - DWORD - Specifies the high-order 32 bits of the file time. - 32 - 32 - - - - T_ULARGE_INTEGER - 64 bit unsigned integer - 64 - - dwLowPart - DWORD - Lower double word - 32 - 0 - - - dwHighPart - DWORD - Higher double word - 32 - 32 - - - - FB_TranslateLocalTimeToUtcByZoneID - Internal helper function block. Detects time zone ID, bias and B time flag and translates the local file time to UTC file time time - 2400 - - in - T_FILETIME - Time to be converted (Local file time format) - 64 - 32 - - - ItemType - Input - - - - - tzInfo - ST_TimeZoneInformation - Time zone information - 864 - 96 - - - ItemType - Input - - - - - wDldYear - WORD - Optional daylightDate.wYear value. If 0 => not used (default) else used only if tzInfo.daylightDate.wYear = 0. - 16 - 960 - - 0 - - - - ItemType - Input - - - - - wStdYear - WORD - Optional standardDate.wYear value. If 0 => not used (default) else used only if tzInfo.standardDate.wYear = 0. - 16 - 976 - - 0 - - - - ItemType - Input - - - - - out - T_FILETIME - Converted time (UTC file time format) - 64 - 992 - - - ItemType - Output - - - - - eTzID - E_TimeZoneID - Detected daylight saving time information - 16 - 1056 - - 0 - - - - ItemType - Output - - - - - bB - BOOL - FALSE => A time, TRUE => B time - 8 - 1072 - - - ItemType - Output - - - - - bias - DINT - Bias value in minutes - 32 - 1088 - - - ItemType - Output - - - - - inLocal - TIMESTRUCT - 128 - 1120 - - - tziSommer - TIMESTRUCT - 128 - 1248 - - - tziWinter - TIMESTRUCT - 128 - 1376 - - - tziLocalSommer - T_FILETIME - 64 - 1504 - - - tziLocalWinter - T_FILETIME - 64 - 1568 - - - tziLocalSommerJump - T_FILETIME - 64 - 1632 - - - tziLocalWinterJump - T_FILETIME - 64 - 1696 - - - ui64LocalIn - T_ULARGE_INTEGER - 64 - 1760 - - - ui64LocalSommer - T_ULARGE_INTEGER - 64 - 1824 - - - ui64LocalWinter - T_ULARGE_INTEGER - 64 - 1888 - - - in_to_s - DINT - 32 - 1952 - - - in_to_w - DINT - 32 - 1984 - - - s_to_w - DINT - 32 - 2016 - - - in_to_s_jump - DINT - 32 - 2048 - - - in_to_w_jump - DINT - 32 - 2080 - - - iStandardBias - DINT - 32 - 2112 - - - iDaylightBias - DINT - 32 - 2144 - - - ui64PreviousIn - T_ULARGE_INTEGER - 64 - 2176 - - - ui64FallDiff - T_ULARGE_INTEGER - 64 - 2240 - - - bFallDiff - BOOL - 8 - 2304 - - - dtSommerJump - DATE_AND_TIME - 32 - 2336 - - - dtWinterJump - DATE_AND_TIME - 32 - 2368 - - - A_Reset - - - - PouType - FunctionBlock - - - conditionalshow - - - - - FB_TzSpecificLocalTimeToSystemTime - Converts time zone's specific local system time to Coordinated Universal Time (UTC) system time - 3584 - - in - TIMESTRUCT - Time zone's specific local system time. Structure that specifies the system time since January 1, 1601 - 128 - 32 - - - ItemType - Input - - - - - tzInfo - ST_TimeZoneInformation - Time zone settings - 864 - 160 - - - ItemType - Input - - - - - out - TIMESTRUCT - Coordinated Universal Time (UTC) in system time format - 128 - 1024 - - - ItemType - Output - - - - - eTzID - E_TimeZoneID - Daylight saving time information - 16 - 1152 - - 0 - - - - ItemType - Output - - - - - bB - BOOL - FALSE => A time, TRUE => B time - 8 - 1168 - - - ItemType - Output - - - - - fbBase - FB_TranslateLocalTimeToUtcByZoneID - 2400 - 1184 - - - conditionalshow - - - - - A_Reset - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_JsonSaxWriter - | Provides the functionality to create a JSON document. + One unit is equivalent to 100 ns. ]]>192cpuCntLoDWUDINT3232ItemTypeOutputcpuCntHiDWUDINT3264ItemTypeOutputfbGetCpuCounterFW_GetCpuCounter9696conditionalshowPouTypeFunctionBlockconditionalshow_all_localsRTC_EX2896ENBOOL832ItemTypeInputPDTTIMESTRUCT12848ItemTypeInputPMICRODWORD32192ItemTypeInputQBOOL Output time is valid, FALSE => Output time is invalid ]]>8224ItemTypeOutputCDTTIMESTRUCT128240.wYear1970.wMonth1.wDay1.wDayOfWeek4ItemTypeOutputCMICRODWORD32384ItemTypeOutputfbGetCpuCounterGETCPUCOUNTER192416conditionalshowrisingEdgeR_TRIG64608conditionalshowoldTickDWORD32672conditionalshowcurrTickDWORD32704conditionalshownanoDiffDWORD32736conditionalshownanoRestDWORD32768conditionalshowsecDiffDWORD32800conditionalshowdateTimeDATE_AND_TIME32832conditionalshowbInitializedBOOL8864conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_LocalSystemTime19040sNetIDT_AmsNetID19232ItemTypeInputbEnableBOOL8224ItemTypeInputdwCycleDWORD (1..86400)322565ItemTypeInputdwOptDWORD Synchronize Windows Time to RTC time ]]>322881ItemTypeInputtTimeoutTIME323205000ItemTypeInputbValidBOOL The systemTime and tzID output is valid, FALSE => systemTime and tzID is not valid ]]>8352ItemTypeOutputsystemTimeTIMESTRUCT128368ItemTypeOutputtzIDE_TimeZoneID16496-1ItemTypeOutputrtrigR_TRIG64512conditionalshowstateBYTE8576conditionalshowfbNTNT_GetTime1728608conditionalshowfbTZFB_GetTimeZoneInformation34882336conditionalshowfbSETNT_SetTimeToRTCTime120325824conditionalshowfbRTCRTC_EX289617856conditionalshowtimerTON22418752conditionalshownSyncDWORD3218976conditionalshowbNotSupBOOL819008conditionalshowPouTypeFunctionBlockconditionalshow_all_localsT_FILETIME64dwLowDateTimeDWORD320dwHighDateTimeDWORD3232T_ULARGE_INTEGER64dwLowPartDWORD320dwHighPartDWORD3232FB_TranslateLocalTimeToUtcByZoneID2400inT_FILETIME6432ItemTypeInputtzInfoST_TimeZoneInformation86496ItemTypeInputwDldYearWORD not used (default) else used only if tzInfo.daylightDate.wYear = 0. ]]>169600ItemTypeInputwStdYearWORD not used (default) else used only if tzInfo.standardDate.wYear = 0. ]]>169760ItemTypeInputoutT_FILETIME64992ItemTypeOutputeTzIDE_TimeZoneID1610560ItemTypeOutputbBBOOL A time, TRUE => B time]]>81072ItemTypeOutputbiasDINT321088ItemTypeOutputinLocalTIMESTRUCT1281120tziSommerTIMESTRUCT1281248tziWinterTIMESTRUCT1281376tziLocalSommerT_FILETIME641504tziLocalWinterT_FILETIME641568tziLocalSommerJumpT_FILETIME641632tziLocalWinterJumpT_FILETIME641696ui64LocalInT_ULARGE_INTEGER641760ui64LocalSommerT_ULARGE_INTEGER641824ui64LocalWinterT_ULARGE_INTEGER641888in_to_sDINT321952in_to_wDINT321984s_to_wDINT322016in_to_s_jumpDINT322048in_to_w_jumpDINT322080iStandardBiasDINT322112iDaylightBiasDINT322144ui64PreviousInT_ULARGE_INTEGER642176ui64FallDiffT_ULARGE_INTEGER642240bFallDiffBOOL82304dtSommerJumpDATE_AND_TIME322336dtWinterJumpDATE_AND_TIME322368A_ResetPouTypeFunctionBlockconditionalshowFB_TzSpecificLocalTimeToSystemTime3584inTIMESTRUCT12832ItemTypeInputtzInfoST_TimeZoneInformation864160ItemTypeInputoutTIMESTRUCT1281024ItemTypeOutputeTzIDE_TimeZoneID1611520ItemTypeOutputbBBOOL A time, TRUE => B time]]>81168ItemTypeOutputfbBaseFB_TranslateLocalTimeToUtcByZoneID24001184conditionalshowA_ResetPouTypeFunctionBlockconditionalshow_all_localsFB_JsonSaxWriter - 256 - - initStatus - HRESULT - 32 - 32 - - -1743714536 - - - - ItemType - Output - - - - - ipWriter - ITcJsonSaxWriter - 32 - 64 - - - ipWriter2 - ITcJsonSaxWriter2 - 32 - 96 - - - CLSID_TcJsonSaxWriter - CLSID - 128 - 128 - - - .Data1 - 3870298264 - - - .Data2 - 56256 - - - .Data3 - 17669 - - - .Data4[0] - 158 - - - .Data4[1] - 60 - - - .Data4[2] - 93 - - - .Data4[3] - 248 - - - .Data4[4] - 70 - - - .Data4[5] - 150 - - - .Data4[6] - 7 - - - .Data4[7] - 196 - - - - - AddKeyNumber - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - DINT - 32 - - - - AddString - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - AddKeyFileTime - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - FILETIME - 64 - - - - IsComplete - BOOL - 8 - - - AddUdint - - value - UDINT - 32 - - - - AddHexBinary - - pBytes - BYTE - 32 - - - nBytes - DINT - 32 - - - - AddLint - - value - LINT - 64 - - - - AddLreal - - value - LREAL - 64 - - - - AddKey - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - - ResetDocument - HRESULT - 32 - - - AddKeyLreal - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - LREAL - 64 - - - - StartObject - HRESULT - 32 - - - GetDocumentLength - UDINT - 32 - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - n - UDINT - 32 - - - p - STRING(80) - 32 - - - - AddKeyDcTime - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - DCTIME - 64 - - - - AddDateTime - - value - DATE_AND_TIME - 32 - - - - AddRawObject - - rawJson - STRING(80) - 32 - - - ItemType - InOut - - - - - - SetMaxDecimalPlaces - HRESULT - 32 - - decimalPlaces - DINT - 32 - - - - __get_ipWriter - ITcJsonSaxWriter - 32 - - _ipWriter - ITcJsonSaxWriter - 32 - - - - property - - - - - AddKeyBool - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - BOOL - 8 - - - - GetDocument - STRING(255) - 2048 - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - p - SINT - 32 - - - n - UDINT - 32 - - - - AddDint - - value - DINT - 32 - - - - AddRawArray - BOOL - 8 - - rawJson - STRING(80) - 32 - - - ItemType - InOut - - - - - - AddKeyString - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - CopyDocument - UDINT - 32 - - pDoc - target string buffer where the document should be copied to - STRING(80) - 32 - - - ItemType - InOut - - - - - nDoc - size in bytes of the target string buffer - UDINT - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - AddUlint - - value - ULINT - 64 - - - - GetMaxDecimalPlaces - DINT - 32 - - dp - DINT - 32 - - - - AddFileTime - - value - FILETIME - 64 - - - - AddNull - - - AddKeyDateTime - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - value - DATE_AND_TIME - 32 - - - - AddBool - - value - BOOL - 8 - - - - AddBase64 - - pBytes - BYTE - 32 - - - nBytes - DINT - 32 - - - - AddDcTime - - value - DCTIME - 64 - - - - AddKeyNull - - key - STRING(80) - 32 - - - ItemType - InOut - - - - - - EndArray - HRESULT - 32 - - - EndObject - HRESULT - 32 - - - StartArray - HRESULT - 32 - - - AddReal - - value - REAL - 32 - - - - - PouType - FunctionBlock - - - no_explicit_call - do not call this POU directly - - - - - TcEventSeverity - 16 - INT - - TCEVENTSEVERITY_Verbose - 0 - - - TCEVENTSEVERITY_Info - 1 - - - TCEVENTSEVERITY_Warning - 2 - - - TCEVENTSEVERITY_Error - 3 - - - TCEVENTSEVERITY_Critical - 4 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - - - - - E_Subsystem - 16 - WORD - - NILVALUE - 0 - Undefined system - - - VACUUM - 1 - Vacuum control system - - - MPS - 2 - Machine protection system - - - MOTION - 3 - Motion control systems - - - FIELDBUS - 4 - EtherCAT networks - - - SDS - 5 - Sample delivery system - - - OPTICS - 6 - Optics control system - - - - I_ArgumentsChangeListener - 32 - PVOID - - OnArgumentsChanged - - - - ITcAsyncResult - 32 - ITcUnknown - - GetIsBusy - HRESULT - 32 - - bIsBusy - BOOL32 - 32 - - - - GetHasError - HRESULT - 32 - - bError - BOOL32 - 32 - - - - GetErrorCode - HRESULT - 32 - - hresult - HRESULT - 32 - - - - - FB_AsyncStrResult - 64 - - bBusy - BOOL - 8 - 162794920 - - - bError - BOOL - 8 - 162794956 - - - hrErrorCode - HRESULT - 32 - 162794964 - - - nStringSize - UDINT - 32 - 162794944 - - - sResult - STRING(255) - 2048 - 162794960 - - - __getbBusy - BOOL - 8 - - bBusy - BOOL - 8 - - - b32IsBusy - BOOL32 - 32 - - - - property - - - monitoring - call - - - - - Init - - ipResult - ITcAsyncStringResult - 32 - - - - conditionalshow - - - - - GetString - BOOL - 8 - - sResult - STRING(80) - 32 - - - nResult - buffer size in bytes - UDINT - 32 - - - - __getnStringSize - UDINT - 32 - - nStringSize - UDINT - 32 - - - pEmpty - STRING(80) - 32 - - - - property - - - monitoring - call - - - - - Clear - - - __getbError - BOOL - 8 - - bError - BOOL - 8 - - - b32HasError - BOOL32 - 32 - - - - property - - - monitoring - call - - - - - __getsResult - STRING(255) - 2048 - - sResult - STRING(255) - 2048 - - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - __gethrErrorCode - HRESULT - 32 - - hrErrorCode - HRESULT - 32 - - - hrError - HRESULT - 32 - - - - property - - - monitoring - call - - - - - - PouType - FunctionBlock - - - enable_dynamic_creation - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - TcSourceInfoType - 32 - UDINT - - Undefined - 0 - - - Id - 1 - - - Guid - 2 - - - Name - 4 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - - - - TcSerializedSourceInfoType - 96 - - eType - TcSourceInfoType - 32 - 0 - - - obData - UDINT - 32 - 32 - - - cbData - UDINT - 32 - 64 - - - - ITcSourceInfo - 32 - ITcUnknown - - GetNumTypes - HRESULT - 32 - - nCount - UDINT - 32 - - - - GetTypes - HRESULT - 32 - - ppSourceInfoTypes - TcSerializedSourceInfoType - 32 - - - - GetDataSize - HRESULT - 32 - - cbData - UDINT - 32 - - - - GetData - HRESULT - 32 - - ppData - PVOID - 32 - - - - - ITcEvent - 32 - ITcUnknown - - GetEventClass - HRESULT - 32 - - eventClass - GUID - 32 - - - - GetEventId - HRESULT - 32 - - eventId - UDINT - 32 - - - - GetSeverity - HRESULT - 32 - - severity - TcEventSeverity - 32 - - - - GetSourceInfo - HRESULT - 32 - - pipSourceInfo - ITcSourceInfo - 32 - - - - GetJsonAttribute - HRESULT - 32 - - sJsonAttribute - STRING(80) - 32 - - - nJsonAttribute - UDINT - 32 - - - - GetText - HRESULT - 32 - - nLangId - DINT - 32 - - - pipResult - ITcAsyncStringResult - 32 - - - - GetEventClassName - HRESULT - 32 - - nLangId - DINT - 32 - - - pipResult - ITcAsyncStringResult - 32 - - - - - I_TcSourceInfo - 32 - PVOID - - __getguid - GUID - 128 - - - property - - - - - __getipData - ITcSourceInfo - 32 - - - property - - - conditionalshow - - - - - __getnId - UDINT - 32 - - - property - - - monitoring - call - - - - - __getsName - STRING(255) - 2048 - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - EqualsTo - BOOL - 8 - - ipOther - I_TcSourceInfo - 32 - - - - - TcEventEntry - 192 - - uuidEventClass - GUID - 128 - 0 - - - nEventId - UDINT - 32 - 128 - - - eSeverity - TcEventSeverity - 16 - 160 - - - - I_TcEventBase - 32 - PVOID - - __geteSeverity - TcEventSeverity - 16 - - - property - - - monitoring - call - - - - - __getEventClass - GUID - 128 - - - property - - - - - __getipSourceInfo - I_TcSourceInfo - 32 - - - property - - - monitoring - call - - - - - __getnEventId - UDINT - 32 - - - property - - - monitoring - call - - - - - __getsEventClassName - STRING(255) - 2048 - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - __getsEventText - STRING(255) - 2048 - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - __getstEventEntry - TcEventEntry - 192 - - - property - - - - - EqualsTo - BOOL - 8 - - ipOther - I_TcEventBase - 32 - - - - EqualsToEventClass - BOOL - 8 - - OtherEventClass - GUID - 128 - - - - EqualsToEventEntry - BOOL - 8 - - OtherEventClass - GUID - 128 - - - nOtherEventID - UDINT - 32 - - - eOtherSeverity - TcEventSeverity - 16 - - - - EqualsToEventEntryEx - BOOL - 8 - - stOther - TcEventEntry - 192 - - - - GetJsonAttribute - HRESULT - 32 - - sJsonAttribute - STRING(80) - 32 - - - nJsonAttribute - UDINT - 32 - - - - RequestEventClassName - BOOL - 8 - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - sResult - buffer for result text - STRING(80) - 32 - - - nResultSize - size of buffer in bytes - UDINT - 32 - - - bError - BOOL - 8 - - - ItemType - Output - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - RequestEventText - BOOL - 8 - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - sResult - buffer for result text - STRING(80) - 32 - - - nResultSize - size of buffer in bytes - UDINT - 32 - - - bError - BOOL - 8 - - - ItemType - Output - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - - IQueryInterface - 32 - PVOID - - __GetInterfacePointer - BOOL - 8 - - pRef - DWORD - 32 - - - - __GetInterfaceReference - BOOL - 8 - - nInterfaceId - DINT - 32 - - - pRef - DWORD - 32 - - - - - TcEventArgumentType - 16 - INT - - Undefined - 0 - - - Boolean - 1 - - - Int8 - 2 - - - Int16 - 3 - - - Int32 - 4 - - - Int64 - 5 - - - UInt8 - 6 - - - UInt16 - 7 - - - UInt32 - 8 - - - UInt64 - 9 - - - Float - 10 - - - Double - 11 - - - Char - 12 - - - WChar - 13 - - - StringType - 14 - - - WStringType - 15 - - - EventReference - 16 - - - FormatString - 17 - - - ExternalTimestamp - 18 - - - Blob - 19 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - - - - ITcArguments - 32 - ITcUnknown - - Count - HRESULT - 32 - - nCount - UDINT - 32 - - - - AddArgument - HRESULT - 32 - - eType - TcEventArgumentType - 16 - - - pData - PVOID - 32 - - - cbData - UDINT - 32 - - - - Get - HRESULT - 32 - - nIndex - UDINT - 32 - - - eType - TcEventArgumentType - 32 - - - ppData - PVOID - 32 - - - - Clear - HRESULT - 32 - - - GetArgumentTypes - HRESULT - 32 - - pArgumentTypes - TcEventArgumentType - 32 - - - - GetDataSize - HRESULT - 32 - - cbData - UDINT - 32 - - - - GetData - HRESULT - 32 - - pData - BYTE - 32 - - - - - I_TcArguments - 32 - IQueryInterface - - __getipData - ITcArguments - 32 - - - property - - - conditionalshow - - - - - __getnCount - UDINT - 32 - - - property - - - - - AddBlob - I_TcArguments - 32 - - pData - PVOID - 32 - - - cbData - UINT - 16 - - - - AddBool - I_TcArguments - 32 - - value - BOOL - 8 - - - - AddByte - I_TcArguments - 32 - - value - BYTE - 8 - - - - AddDInt - I_TcArguments - 32 - - value - DINT - 32 - - - - AddDWord - I_TcArguments - 32 - - value - DWORD - 32 - - - - AddEventReferenceEx - I_TcArguments - 32 - - stEventEntry - TcEventEntry - 192 - - - - AddEventReferenceId - I_TcArguments - 32 - - nEventId - UDINT - 32 - - - - AddEventReferenceIdGuid - I_TcArguments - 32 - - nEventId - UDINT - 32 - - - EventClass - GUID - 128 - - - - AddInt - I_TcArguments - 32 - - value - INT - 16 - - - - AddLInt - I_TcArguments - 32 - - value - LINT - 64 - - - - AddLReal - I_TcArguments - 32 - - value - LREAL - 64 - - - - AddReal - I_TcArguments - 32 - - value - REAL - 32 - - - - AddSInt - I_TcArguments - 32 - - value - SINT - 8 - - - - AddString - I_TcArguments - 32 - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - AddStringByValue - I_TcArguments - 32 - - value - T_MaxString - 2048 - - - - AddUDInt - I_TcArguments - 32 - - value - UDINT - 32 - - - - AddUInt - I_TcArguments - 32 - - value - UINT - 16 - - - - AddULInt - I_TcArguments - 32 - - value - ULINT - 64 - - - - AddUSInt - I_TcArguments - 32 - - value - USINT - 8 - - - - AddUtf8EncodedString - I_TcArguments - 32 - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - AddWord - I_TcArguments - 32 - - value - WORD - 16 - - - - AddWString - I_TcArguments - 32 - - value - WSTRING(80) - 32 - - - ItemType - InOut - - - - - - AddWStringByValue - I_TcArguments - 32 - - value - WSTRING(255) - 4096 - - - - Clear - I_TcArguments - 32 - - - - ITcEventUniqueIdProvider - 32 - ITcUnknown - - GetUniqueId - HRESULT - 32 - - id - UDINT - 32 - - - - - FB_TcSourceInfo - 2848 - I_TcSourceInfo - - nId - UDINT - 32 - 162794860 - 162794884 - - - sName - STRING(255) - 2048 - 162794900 - 162794912 - - - ExtendName - BOOL - 8 - - sExtension - STRING(255) - 2048 - - - - __getipData - ITcSourceInfo - 32 - - ipData - ITcSourceInfo - 32 - - - - property - - - conditionalshow - - - - - __getnId - UDINT - 32 - - nId - UDINT - 32 - - - - property - - - monitoring - call - - - - - ResetToDefault - HRESULT - 32 - - - Clear - - - __setnId - - nId - UDINT - 32 - - - monitoring - call - - - - - - property - - - monitoring - call - - - - - __setguid - - guid - GUID - 128 - - - - property - - - - - EqualsTo - BOOL - 8 - - ipOther - I_TcSourceInfo - 32 - - - - __getguid - GUID - 128 - - guid - GUID - 128 - - - - property - - - - - __getsName - STRING(255) - 2048 - - sName - STRING(255) - 2048 - - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - __setsName - - sName - STRING(255) - 2048 - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - - PouType - FunctionBlock - - - no_explicit_call - do not call this POU directly - - - - - FB_TcEventBase - 3424 - I_ArgumentsChangeListener - - fbSourceInfo - FB_TcSourceInfo - 2848 - 256 - - - conditionalshow - - - - - __REQUESTEVENTCLASSNAME__FBRESULT - FB_AsyncStrResult - 64 - 3232 - - - conditionalshow - - - - - __REQUESTEVENTCLASSNAME__BBUSY - BOOL - 8 - 3296 - - - conditionalshow - - - - - __REQUESTEVENTTEXT__FBRESULT - FB_AsyncStrResult - 64 - 3328 - - - conditionalshow - - - - - __REQUESTEVENTTEXT__BBUSY - BOOL - 8 - 3392 - - - conditionalshow - - - - - eSeverity - TcEventSeverity - 16 - 162795012 - - - ipSourceInfo - I_TcSourceInfo - 32 - 162794992 - - - nEventId - UDINT - 32 - 162795080 - - - nUniqueId - UDINT - 32 - 162795084 - - - sEventClassName - STRING(255) - 2048 - 162795040 - - - sEventText - STRING(255) - 2048 - 162795088 - - - EqualsToEventClass - BOOL - 8 - - OtherEventClass - GUID - 128 - - - _EventClass - GUID - 128 - - - - GetEventClassName - HRESULT - 32 - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - fbResult - FB_AsyncStrResult - 32 - - - ItemType - InOut - - - - - ipTmpEvent - ITcEvent - 32 - - - ipResult - ITcAsyncStringResult - 32 - - - hr - HRESULT - 32 - - - - Release - HRESULT - 32 - - - UpdateLangId - - - __getipSourceInfo - I_TcSourceInfo - 32 - - ipSourceInfo - I_TcSourceInfo - 32 - - - - property - - - monitoring - call - - - - - EqualsTo - BOOL - 8 - - ipOther - I_TcEventBase - 32 - - - - __getipEvent - ITcEvent - 32 - - ipEvent - ITcEvent - 32 - - - - property - - - conditionalshow - - - - - __getEventClass - GUID - 128 - - EventClass - GUID - 128 - - - ipTmpEvent - ITcEvent - 32 - - - - property - - - - - __geteSeverity - TcEventSeverity - 16 - - eSeverity - TcEventSeverity - 16 - - - ipTmpEvent - ITcEvent - 32 - - - - property - - - monitoring - call - - - - - __getstEventEntry - TcEventEntry - 192 - - stEventEntry - TcEventEntry - 192 - - - - property - - - - - OnCreate - HRESULT - 32 - - - EqualsToEventEntry - BOOL - 8 - - OtherEventClass - GUID - 128 - - - nOtherEventID - UDINT - 32 - - - eOtherSeverity - TcEventSeverity - 16 - - - - RequestEventText - BOOL - 8 - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - sResult - buffer for result text - STRING(80) - 32 - - - nResultSize - size of buffer in bytes - UDINT - 32 - - - bError - BOOL - 8 - - - ItemType - Output - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - fbResult - FB_AsyncStrResult - 64 - - - uselocation - __REQUESTEVENTTEXT__FBRESULT - - - - - bBusy - BOOL - 8 - - - uselocation - __REQUESTEVENTTEXT__BBUSY - - - - - - OnArgumentsChanged - - - __getsEventClassName - STRING(255) - 2048 - - sEventClassName - STRING(255) - 2048 - - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - __getipArguments - I_TcArguments - 32 - - ipArguments - I_TcArguments - 32 - - - - property - - - - - GetEventText - HRESULT - 32 - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - fbResult - FB_AsyncStrResult - 32 - - - ItemType - InOut - - - - - ipTmpEvent - ITcEvent - 32 - - - ipResult - ITcAsyncStringResult - 32 - - - hr - HRESULT - 32 - - - - GetJsonAttribute - HRESULT - 32 - - sJsonAttribute - STRING(80) - 32 - - - nJsonAttribute - UDINT - 32 - - - ipTmpEvent - ITcEvent - 32 - - - - RequestEventClassName - BOOL - 8 - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - sResult - buffer for result text - STRING(80) - 32 - - - nResultSize - size of buffer in bytes - UDINT - 32 - - - bError - BOOL - 8 - - - ItemType - Output - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - fbResult - FB_AsyncStrResult - 64 - - - uselocation - __REQUESTEVENTCLASSNAME__FBRESULT - - - - - bBusy - BOOL - 8 - - - uselocation - __REQUESTEVENTCLASSNAME__BBUSY - - - - - - EqualsToEventEntryEx - BOOL - 8 - - stOther - TcEventEntry - 192 - - - - __getnEventId - UDINT - 32 - - nEventId - UDINT - 32 - - - ipTmpEvent - ITcEvent - 32 - - - - property - - - monitoring - call - - - - - __getnUniqueId - UDINT - 32 - - nUniqueId - UDINT - 32 - - - ipTmpEvent - ITcEvent - 32 - - - ipProvider - ITcEventUniqueIdProvider - 32 - - - - property - - - monitoring - call - - - - - __getsEventText - STRING(255) - 2048 - - sEventText - STRING(255) - 2048 - - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - I_TcMessage - 32 - I_TcEventBase - - Send - HRESULT - 32 - - nTimeStamp - ULINT - 64 - - - - - ITcMessage - 32 - ITcEvent - - SetJsonAttribute - HRESULT - 32 - - sJsonAttribute - PCCH - 32 - - - - GetArguments - HRESULT - 32 - - pipArguments - ITcArguments - 32 - - - - Send - HRESULT - 32 - - timeStamp - ULINT - 64 - - - - - ITcMessage2 - 32 - ITcMessage - - GetTimeSent - HRESULT - 32 - - timeStamp - ULINT - 32 - - - - - FB_TcMessage - 3488 - FB_TcEventBase - I_TcMessage - - nTimeSent - ULINT - 64 - 162795112 - - - SetJsonAttribute - HRESULT - 32 - - sJsonAttribute - STRING(80) - 32 - - - ItemType - InOut - - - - - - CreateEx - HRESULT - 32 - - stEventEntry - TcEventEntry - 192 - - - ipSourceInfo - optional (otherwise a default source info is taken) - I_TcSourceInfo - 32 - - - - Init - - ipMessage - ITcMessage - 32 - - - ipArguments - ITcArguments - 32 - - - ipSourceInfo - ITcSourceInfo - 32 - - - - conditionalshow - - - - - __getnTimeSent - ULINT - 64 - - nTimeSent - ULINT - 64 - - - ipMessage2 - ITcMessage2 - 32 - - - nTimeStamp - ULINT - 64 - - - - property - - - monitoring - call - - - TcDisplayTypeGUID - 18071995-0000-0000-0000-000000000046 - - - - - Create - HRESULT - 32 - - eventClass - GUID - 128 - - - nEventId - UDINT - 32 - - - eSeverity - TcEventSeverity - 16 - - - ipSourceInfo - optional (otherwise a default source info is taken) - I_TcSourceInfo - 32 - - - hr - HRESULT - 32 - - - ipArguments - ITcArguments - 32 - - - - __getipEvent - ITcEvent - 32 - - ipEvent - ITcEvent - 32 - - - - property - - - conditionalshow - - - - - Send - HRESULT - 32 - - nTimeStamp - set 0 to get the current time automatically - ULINT - 64 - - - - Release - HRESULT - 32 - - - - PouType - FunctionBlock - - - reflection - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - FB_LogMessage - 81984 - - sMsg - T_MaxString - Message to send - 2048 - 32 - - - ItemType - Input - - - - - eSevr - TcEventSeverity - 16 - 2080 - - 0 - - - - ItemType - Input - - - - - eSubsystem - E_Subsystem - Subsystem - 16 - 2096 - - - ItemType - Input - - - - - sJson - STRING(7000) - JSON to add to the message - 56008 - 2112 - - {} - - - - ItemType - Input - - - - - nMinTimeViolationAcceptable - INT - How many times the min. time can be violated before the CB trips - 16 - 58128 - - 5 - - - - ItemType - Input - - - - - nLocalTripThreshold - TIME - Minimum time between calls allowed, pairs with nMinTimeViolationAcceptable - 32 - 58144 - - 1 - - - - ItemType - Input - - - - - nTrickleTripThreshold - TIME - Trickle trip, activated by global threshold, should be >> LocalTripThreshold - 32 - 58176 - - 100 - - - - ItemType - Input - - - - - nTripResetPeriod - TIME - Time for auto-reset - 32 - 58208 - - 600000 - - - - ItemType - Input - - - - - bEnableAutoReset - BOOL - Enable circuit breaker auto-reset (true by default) - 8 - 58240 - - 1 - - - - ItemType - Input - - - - - bInitialized - BOOL - 8 - 58248 - - 0 - - - - bInitFailed - BOOL - 8 - 58256 - - 0 - - - - sSubsystemSource - STRING(80) - 648 - 58264 - - - fbMessage - FB_TcMessage - 32 - 58912 - - - fbMessages - FB_TcMessage - - 0 - 5 - - 17440 - 58944 - - - fbSource - FB_TcSourceInfo - 2848 - 76384 - - - ipResultMessage - I_TcMessage - 32 - 79232 - - - hr - HRESULT - 32 - 79264 - - - hrLastInternalError - HRESULT - 32 - 79296 - - - eTraceLevel - TcEventSeverity - 16 - 79328 - - 0 - - - - bFirstCall - BOOL - 8 - 79344 - - 1 - - - - sPath - T_MaxString - 2048 - 79352 - - - instance-path - - - noinit - - - - - nTotalEvents - UINT - //////////////////////////// - 16 - 81408 - - - nTimesViolated - INT - 16 - 81424 - - - LastCallTime - ULINT - 64 - 81472 - - - CurrentCallTime - ULINT - 64 - 81536 - - - DeltaSinceLastCall - ULINT - 64 - 81600 - - - WhenTripsCleared - ULINT - 64 - 81664 - - - ftTrippedReleased - F_TRIG - 64 - 81728 - - - bLocalTrickleTripped - BOOL - 8 - 81792 - - - bLocalTripped - BOOL - 8 - 81800 - - - bTripped - BOOL - Won't emit messages if true - 8 - 81808 - - - pytmc - + | 5. ResetDocument() if a new document should be created with the same SaxWriter instance.]]>256initStatusHRESULT3232-1743714536ItemTypeOutputipWriterITcJsonSaxWriter3264ipWriter2ITcJsonSaxWriter23296CLSID_TcJsonSaxWriterCLSID128128.Data13870298264.Data256256.Data317669.Data4[0]158.Data4[1]60.Data4[2]93.Data4[3]248.Data4[4]70.Data4[5]150.Data4[6]7.Data4[7]196AddKeyNumberkeySTRING(80)32ItemTypeInOutvalueDINT32AddStringvalueSTRING(80)32ItemTypeInOutAddKeyFileTimekeySTRING(80)32ItemTypeInOutvalueFILETIME64IsCompleteBOOL8AddUdintvalueUDINT32AddHexBinarypBytesBYTE32nBytesDINT32AddLintvalueLINT64AddLrealvalueLREAL64AddKeykeySTRING(80)32ItemTypeInOutResetDocumentHRESULT32AddKeyLrealkeySTRING(80)32ItemTypeInOutvalueLREAL64StartObjectHRESULT32GetDocumentLengthUDINT32hrErrorCodeHRESULT32ItemTypeOutputnUDINT32pSTRING(80)32AddKeyDcTimekeySTRING(80)32ItemTypeInOutvalueDCTIME64AddDateTimevalueDATE_AND_TIME32AddRawObjectrawJsonSTRING(80)32ItemTypeInOutSetMaxDecimalPlacesHRESULT32decimalPlacesDINT32__get_ipWriterITcJsonSaxWriter32_ipWriterITcJsonSaxWriter32propertyAddKeyBoolkeySTRING(80)32ItemTypeInOutvalueBOOL8GetDocumentSTRING(255)2048hrErrorCodeHRESULT32ItemTypeOutputpSINT32nUDINT32AddDintvalueDINT32AddRawArrayBOOL8rawJsonSTRING(80)32ItemTypeInOutAddKeyStringkeySTRING(80)32ItemTypeInOutvalueSTRING(80)32ItemTypeInOutCopyDocumentUDINT32pDocSTRING(80)32ItemTypeInOutnDocUDINT32hrErrorCodeHRESULT32ItemTypeOutputAddUlintvalueULINT64GetMaxDecimalPlacesDINT32dpDINT32AddFileTimevalueFILETIME64AddNullAddKeyDateTimekeySTRING(80)32ItemTypeInOutvalueDATE_AND_TIME32AddBoolvalueBOOL8AddBase64pBytesBYTE32nBytesDINT32AddDcTimevalueDCTIME64AddKeyNullkeySTRING(80)32ItemTypeInOutEndArrayHRESULT32EndObjectHRESULT32StartArrayHRESULT32AddRealvalueREAL32PouTypeFunctionBlockno_explicit_calldo not call this POU directlyTcEventSeverity16INT01234plcAttribute_qualified_onlyplcAttribute_strictE_Subsystem16WORDNILVALUE0VACUUM1MPS2MOTION3FIELDBUS4SDS5OPTICS6I_ArgumentsChangeListener32PVOIDOnArgumentsChangedITcAsyncResult32ITcUnknownGetIsBusyHRESULT32bIsBusyBOOL3232GetHasErrorHRESULT32bErrorBOOL3232GetErrorCodeHRESULT32hresultHRESULT32FB_AsyncStrResult64bBusyBOOL8162794920bErrorBOOL8162794956hrErrorCodeHRESULT32162794964nStringSizeUDINT32162794944sResultSTRING(255)2048162794960__getbBusyBOOL8bBusyBOOL8b32IsBusyBOOL3232propertymonitoringcallInitipResultITcAsyncStringResult32conditionalshowGetStringBOOL8sResultSTRING(80)32nResultUDINT32__getnStringSizeUDINT32nStringSizeUDINT32pEmptySTRING(80)32propertymonitoringcallClear__getbErrorBOOL8bErrorBOOL8b32HasErrorBOOL3232propertymonitoringcall__getsResultSTRING(255)2048sResultSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__gethrErrorCodeHRESULT32hrErrorCodeHRESULT32hrErrorHRESULT32propertymonitoringcallPouTypeFunctionBlockenable_dynamic_creationconditionalshow_all_localsno_explicit_calldo not call this POU directlyTcSourceInfoType32UDINT0124plcAttribute_qualified_onlyplcAttribute_strictTcSerializedSourceInfoType96eTypeTcSourceInfoType320obDataUDINT3232cbDataUDINT3264ITcSourceInfo32ITcUnknownGetNumTypesHRESULT32nCountUDINT32GetTypesHRESULT32ppSourceInfoTypesTcSerializedSourceInfoType32GetDataSizeHRESULT32cbDataUDINT32GetDataHRESULT32ppDataPVOID32ITcEvent32ITcUnknownGetEventClassHRESULT32eventClassGUID32GetEventIdHRESULT32eventIdUDINT32GetSeverityHRESULT32severityTcEventSeverity32GetSourceInfoHRESULT32pipSourceInfoITcSourceInfo32GetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32nJsonAttributeUDINT32GetTextHRESULT32nLangIdDINT32pipResultITcAsyncStringResult32GetEventClassNameHRESULT32nLangIdDINT32pipResultITcAsyncStringResult32I_TcSourceInfo32PVOID__getguidGUID128property__getipDataITcSourceInfo32propertyconditionalshow__getnIdUDINT32propertymonitoringcall__getsNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8EqualsToBOOL8ipOtherI_TcSourceInfo32TcEventEntry192uuidEventClassGUID1280nEventIdUDINT32128eSeverityTcEventSeverity16160I_TcEventBase32PVOID__geteSeverityTcEventSeverity16propertymonitoringcall__getEventClassGUID128property__getipSourceInfoI_TcSourceInfo32propertymonitoringcall__getnEventIdUDINT32propertymonitoringcall__getsEventClassNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__getsEventTextSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__getstEventEntryTcEventEntry192propertyEqualsToBOOL8ipOtherI_TcEventBase32EqualsToEventClassBOOL8OtherEventClassGUID128EqualsToEventEntryBOOL8OtherEventClassGUID128nOtherEventIDUDINT32eOtherSeverityTcEventSeverity16EqualsToEventEntryExBOOL8stOtherTcEventEntry192GetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32nJsonAttributeUDINT32RequestEventClassNameBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputRequestEventTextBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputIQueryInterface32PVOID__GetInterfacePointerBOOL8pRefDWORD32__GetInterfaceReferenceBOOL8nInterfaceIdDINT32pRefDWORD32TcEventArgumentType16INT012345678910111213141516171819plcAttribute_qualified_onlyplcAttribute_strictITcArguments32ITcUnknownCountHRESULT32nCountUDINT32AddArgumentHRESULT32eTypeTcEventArgumentType16pDataPVOID32cbDataUDINT32GetHRESULT32nIndexUDINT32eTypeTcEventArgumentType32ppDataPVOID32ClearHRESULT32GetArgumentTypesHRESULT32pArgumentTypesTcEventArgumentType32GetDataSizeHRESULT32cbDataUDINT32GetDataHRESULT32pDataBYTE32I_TcArguments32IQueryInterface__getipDataITcArguments32propertyconditionalshow__getnCountUDINT32propertyAddBlobI_TcArguments32pDataPVOID32cbDataUINT16AddBoolI_TcArguments32valueBOOL8AddByteI_TcArguments32valueBYTE8AddDIntI_TcArguments32valueDINT32AddDWordI_TcArguments32valueDWORD32AddEventReferenceExI_TcArguments32stEventEntryTcEventEntry192AddEventReferenceIdI_TcArguments32nEventIdUDINT32AddEventReferenceIdGuidI_TcArguments32nEventIdUDINT32EventClassGUID128AddIntI_TcArguments32valueINT16AddLIntI_TcArguments32valueLINT64AddLRealI_TcArguments32valueLREAL64AddRealI_TcArguments32valueREAL32AddSIntI_TcArguments32valueSINT8AddStringI_TcArguments32valueSTRING(80)32ItemTypeInOutAddStringByValueI_TcArguments32valueT_MaxString2048AddUDIntI_TcArguments32valueUDINT32AddUIntI_TcArguments32valueUINT16AddULIntI_TcArguments32valueULINT64AddUSIntI_TcArguments32valueUSINT8AddUtf8EncodedStringI_TcArguments32valueSTRING(80)32ItemTypeInOutAddWordI_TcArguments32valueWORD16AddWStringI_TcArguments32valueWSTRING(80)32ItemTypeInOutAddWStringByValueI_TcArguments32valueWSTRING(255)4096ClearI_TcArguments32ITcEventUniqueIdProvider32ITcUnknownGetUniqueIdHRESULT32idUDINT32FB_TcSourceInfo2848I_TcSourceInfonIdUDINT32162794860162794884sNameSTRING(255)2048162794900162794912ExtendNameBOOL8sExtensionSTRING(255)2048__getipDataITcSourceInfo32ipDataITcSourceInfo32propertyconditionalshow__getnIdUDINT32nIdUDINT32propertymonitoringcallResetToDefaultHRESULT32Clear__setnIdnIdUDINT32monitoringcallpropertymonitoringcall__setguidguidGUID128propertyEqualsToBOOL8ipOtherI_TcSourceInfo32__getguidGUID128guidGUID128property__getsNameSTRING(255)2048sNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__setsNamesNameSTRING(255)2048monitoringcallTcEncodingUTF-8propertymonitoringcallTcEncodingUTF-8PouTypeFunctionBlockno_explicit_calldo not call this POU directlyFB_TcEventBase3424I_ArgumentsChangeListenerfbSourceInfoFB_TcSourceInfo2848256conditionalshow__REQUESTEVENTCLASSNAME__FBRESULTFB_AsyncStrResult643232conditionalshow__REQUESTEVENTCLASSNAME__BBUSYBOOL83296conditionalshow__REQUESTEVENTTEXT__FBRESULTFB_AsyncStrResult643328conditionalshow__REQUESTEVENTTEXT__BBUSYBOOL83392conditionalshoweSeverityTcEventSeverity16162795012ipSourceInfoI_TcSourceInfo32162794992nEventIdUDINT32162795080nUniqueIdUDINT32162795084sEventClassNameSTRING(255)2048162795040sEventTextSTRING(255)2048162795088EqualsToEventClassBOOL8OtherEventClassGUID128_EventClassGUID128GetEventClassNameHRESULT32nLangIdDINT32fbResultFB_AsyncStrResult32ItemTypeInOutipTmpEventITcEvent32ipResultITcAsyncStringResult32hrHRESULT32ReleaseHRESULT32UpdateLangId__getipSourceInfoI_TcSourceInfo32ipSourceInfoI_TcSourceInfo32propertymonitoringcallEqualsToBOOL8ipOtherI_TcEventBase32__getipEventITcEvent32ipEventITcEvent32propertyconditionalshow__getEventClassGUID128EventClassGUID128ipTmpEventITcEvent32property__geteSeverityTcEventSeverity16eSeverityTcEventSeverity16ipTmpEventITcEvent32propertymonitoringcall__getstEventEntryTcEventEntry192stEventEntryTcEventEntry192propertyOnCreateHRESULT32EqualsToEventEntryBOOL8OtherEventClassGUID128nOtherEventIDUDINT32eOtherSeverityTcEventSeverity16RequestEventTextBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputfbResultFB_AsyncStrResult64uselocation__REQUESTEVENTTEXT__FBRESULTbBusyBOOL8uselocation__REQUESTEVENTTEXT__BBUSYOnArgumentsChanged__getsEventClassNameSTRING(255)2048sEventClassNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__getipArgumentsI_TcArguments32ipArgumentsI_TcArguments32propertyGetEventTextHRESULT32nLangIdDINT32fbResultFB_AsyncStrResult32ItemTypeInOutipTmpEventITcEvent32ipResultITcAsyncStringResult32hrHRESULT32GetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32nJsonAttributeUDINT32ipTmpEventITcEvent32RequestEventClassNameBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputfbResultFB_AsyncStrResult64uselocation__REQUESTEVENTCLASSNAME__FBRESULTbBusyBOOL8uselocation__REQUESTEVENTCLASSNAME__BBUSYEqualsToEventEntryExBOOL8stOtherTcEventEntry192__getnEventIdUDINT32nEventIdUDINT32ipTmpEventITcEvent32propertymonitoringcall__getnUniqueIdUDINT32nUniqueIdUDINT32ipTmpEventITcEvent32ipProviderITcEventUniqueIdProvider32propertymonitoringcall__getsEventTextSTRING(255)2048sEventTextSTRING(255)2048propertymonitoringcallTcEncodingUTF-8PouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyI_TcMessage32I_TcEventBaseSendHRESULT32nTimeStampULINT64ITcMessage32ITcEventSetJsonAttributeHRESULT32sJsonAttributePCCH32GetArgumentsHRESULT32pipArgumentsITcArguments32SendHRESULT32timeStampULINT64ITcMessage232ITcMessageGetTimeSentHRESULT32timeStampULINT32FB_TcMessage3488FB_TcEventBaseI_TcMessagenTimeSentULINT64162795112SetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32ItemTypeInOutCreateExHRESULT32stEventEntryTcEventEntry192ipSourceInfoI_TcSourceInfo32InitipMessageITcMessage32ipArgumentsITcArguments32ipSourceInfoITcSourceInfo32conditionalshow__getnTimeSentULINT64nTimeSentULINT64ipMessage2ITcMessage232nTimeStampULINT64propertymonitoringcallTcDisplayTypeGUID18071995-0000-0000-0000-000000000046CreateHRESULT32eventClassGUID128nEventIdUDINT32eSeverityTcEventSeverity16ipSourceInfoI_TcSourceInfo32hrHRESULT32ipArgumentsITcArguments32__getipEventITcEvent32ipEventITcEvent32propertyconditionalshowSendHRESULT32nTimeStampULINT64ReleaseHRESULT32PouTypeFunctionBlockreflectionconditionalshow_all_localsno_explicit_calldo not call this POU directlyFB_LogMessage81984sMsgT_MaxString204832ItemTypeInputeSevrTcEventSeverity1620800ItemTypeInputeSubsystemE_Subsystem162096ItemTypeInputsJsonSTRING(7000)560082112{}ItemTypeInputnMinTimeViolationAcceptableINT16581285ItemTypeInputnLocalTripThresholdTIME32581441ItemTypeInputnTrickleTripThresholdTIME> LocalTripThreshold]]>3258176100ItemTypeInputnTripResetPeriodTIME3258208600000ItemTypeInputbEnableAutoResetBOOL8582401ItemTypeInputbInitializedBOOL8582480bInitFailedBOOL8582560sSubsystemSourceSTRING(80)64858264fbMessageFB_TcMessage3258912fbMessagesFB_TcMessage051744058944fbSourceFB_TcSourceInfo284876384ipResultMessageI_TcMessage3279232hrHRESULT3279264hrLastInternalErrorHRESULT3279296eTraceLevelTcEventSeverity16793280bFirstCallBOOL8793441sPathT_MaxString204879352instance-pathnoinitnTotalEventsUINT1681408nTimesViolatedINT1681424LastCallTimeULINT6481472CurrentCallTimeULINT6481536DeltaSinceLastCallULINT6481600WhenTripsClearedULINT6481664ftTrippedReleasedF_TRIG6481728bLocalTrickleTrippedBOOL881792bLocalTrippedBOOL881800bTrippedBOOL881808pytmc pv: Tripped io: i field: DESC Log message FB tripped - - - - - - bResetBreaker - BOOL - 8 - 81816 - - - pytmc - + bResetBreakerBOOL881816pytmc pv: Reset io: o field: DESC Rising-edge reset of trip - - - - - - rtResetBreaker - R_TRIG - 64 - 81824 - - - rtTripped - R_TRIG - 64 - 81888 - - - CircuitBreaker - - - - PouType - FunctionBlock - - - reflection - - - - - FB_HardwareFFOutput - 495296 - - FF_ARRAY_UPPER_BOUND - UINT - 16 - 32 - - 50 - - - - i_xReset - BOOL - 8 - 48 - - - ItemType - Input - - - pytmc - + rtResetBreakerR_TRIG6481824rtTrippedR_TRIG6481888CircuitBreakerPouTypeFunctionBlockreflectionFB_HardwareFFOutput495296FF_ARRAY_UPPER_BOUNDUINT163250i_xResetBOOL848ItemTypeInputpytmc pv: ClearFault io: o field: DESC Might be overidden by PLC writes - - - - - - i_xVeto - BOOL - 8 - 56 - - - ItemType - Input - - - pytmc - + i_xVetoBOOL856ItemTypeInputpytmc pv: EnableVeto io: o - - - - - - bAutoReset - BOOL - Set true for the FFO to automatically permit beam again after all fast faults are cleared - 8 - 64 - - 0 - - - - ItemType - Input - - - - - i_sNetID - T_AmsNetID - Set to the Arbiter AmsNetID to be used for the synchronisation. An empty string means the system will sue local time - 192 - 72 - - - - - - ItemType - Input - - - - - q_xFastFaultOut - BOOL - 8 - 264 - - - ItemType - Output - - - pytmc - + bAutoResetBOOL8640ItemTypeInputi_sNetIDT_AmsNetID19272ItemTypeInputq_xFastFaultOutBOOL8264ItemTypeOutputpytmc pv: FaultHWO io: i field: DESC Hardware Output Status - - - - TcAddressType - Output - - - - - q_xValidSyncTime - BOOL - system time bValid output True when sync is successful - 8 - 272 - - - ItemType - Output - - - - - astFF - ST_FF - - 1 - 50 - - 384000 - 288 - - - pytmc - + TcAddressTypeOutputq_xValidSyncTimeBOOL8272ItemTypeOutputastFFST_FF150384000288pytmc pv: FF - - - - - - xFastFaultRegFail - BOOL - Set true if a fast fault fails to register. Holds beam off. - 8 - 384288 - - 0 - - - - pytmc - + xFastFaultRegFailBOOL83842880pytmc pv: RegistrationFailure io: io - - - - - - tFFRegFail - F_TRIG - 64 - 384320 - - - sPath - T_MaxString - 2048 - 384384 - - - instance-path - - - noinit - - - - - xOK - BOOL - Current internal state of FFO, indicates if FFO will accept a reset - 8 - 386432 - - 1 - - - - pytmc - + tFFRegFailF_TRIG64384320sPathT_MaxString2048384384instance-pathnoinitxOKBOOL83864321pytmc pv: OK io: i - - - - - - rtReset - R_TRIG - 64 - 386464 - - - rtResetandOK - R_TRIG - 64 - 386528 - - - nIndex - UINT - 16 - 386592 - - 1 - - - - IdxOK - BOOL - 8 - 386608 - - - fbTime - FB_LocalSystemTime - Get current system time, used for override - 19040 - 386624 - - - .bEnable - 1 - - - .dwCycle - 1 - - - - - fbTime_to_UTC - FB_TzSpecificLocalTimeToSystemTime - 3584 - 405664 - - - fbGetTimeZone - FB_GetTimeZoneInformation - 3488 - 409248 - - - fbJson - FB_JsonSaxWriter - 256 - 412736 - - - pmpsTypeCode - UDINT - shows up in json as pmps_typecode - 32 - 412992 - - 0 - - - - fbLogger - FB_LogMessage - 81984 - 413056 - - - .eSevr - 4 - - - .eSubsystem - 2 - - - .nMinTimeViolationAcceptable - 50 - - - - - __EXECUTELOGGING__HELLOTIMER - TOF - 224 - 495040 - - - .PT - 86400000 - - - - - ExecuteNoLog - - - EvaluateOutput - - - Execute - - - EvaluateVetos - BOOL - 8 - - - obsolete - Use EvaluateOverrides instead. - - - - - EvaluateOverrides - BOOL - 8 - - FF - ST_FF - 32 - - - EvalIdx - DINT - 32 - - - MaxTime - 49.7 days - DINT - 32 - - - - no_check - - - - - ExecuteLogging - BOOL - 8 - - FF - ST_FF - 32 - - - logIdx - DINT - 32 - - - HelloTimer - TOF - 224 - - - uselocation - __EXECUTELOGGING__HELLOTIMER - - - - - - no_check - - - - - Register - BOOL - 8 - - stFFInfo - ST_FFInfo - 6832 - - - FFOName - T_MaxString - 2048 - - - ItemType - Output - - - - - Idx - UINT - 16 - - - ItemType - Output - - - - - - no_check - - - - - IdxCheckIn - BOOL - 8 - - Idx - DINT - 32 - - - OK - BOOL - 8 - - - Reset - BOOL - 8 - - - stFF - ST_FF - 7680 - - - BeamPermitted - BOOL - 8 - - - - no_check - - - - - FormulateLogJson - STRING(80) - 648 - - FF - ST_FF - 7680 - - - - - PouType - FunctionBlock - - - reflection - - - no_check - - - - - FB_GetLocalAmsNetId - Reads the local AmsNetId (local TwinCAT-specific network address) - 10848 - - bExecute - BOOL - Rising edge on this input activates the fb execution - 8 - 32 - - - ItemType - Input - - - - - tTimeOut - TIME - Max fb execution time - 32 - 64 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 96 - - - ItemType - Output - - - - - bError - BOOL - 8 - 104 - - - ItemType - Output - - - - - nErrId - UDINT - 32 - 128 - - - ItemType - Output - - - - - AddrString - T_AmsNetID - TwinCAT -specific network address as string - 192 - 160 - - 0.0.0.0.0.0 - - - - ItemType - Output - - - - - AddrBytes - T_AmsNetIdArr - TwinCAT-specific network address as array of byte - 48 - 352 - - - [0] - 0 - - - [1] - 0 - - - [2] - 0 - - - [3] - 0 - - - [4] - 0 - - - [5] - 0 - - - - - ItemType - Output - - - - - fbRegQueryValue - FB_RegQueryValue - 10304 - 416 - - - .sNetId - - - - .sSubKey - SOFTWARE\Beckhoff\TwinCAT3\System - - - .sValName - AmsNetId - - - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 10720 - - - conditionalshow - - - - - state - BYTE - 8 - 10784 - - - conditionalshow - - - - - tmpBytes - T_AmsNetIdArr - 48 - 10792 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_JsonDomParserBase - 128 - - ipDom - ITcJsonDomParser - 32 - 32 - - - conditionalshow - - - - - ipDom2 - ITcJsonDomParser2 - 32 - 64 - - - conditionalshow - - - - - ipXFA - ITcDomParserFileAccess - 32 - 96 - - - conditionalshow - - - - - GetHexBinary - DINT - 32 - - v - SJsonValue - 32 - - - p - PVOID - 32 - - - n - DINT - 32 - - - - HasMember - BOOL - 8 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - - SetDateTime - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - DATE_AND_TIME - 32 - - - - SetBool - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - BOOL - 8 - - - - SetJson - SJsonValue - 32 - - v - SJsonValue - 32 - - - rawJson - STRING(80) - 32 - - - ItemType - InOut - - - - - - IsNull - BOOL - 8 - - v - SJsonValue - 32 - - - - PushbackFileTimeValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - FILETIME - 64 - - - - PushbackIntValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - DINT - 32 - - - - AddFileTimeMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - FILETIME - 64 - - - - RemoveMemberByName - BOOL - 8 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - keepOrder - BOOL - 8 - - - - AddArrayMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - reserve - UDINT - 32 - - - - SetNull - SJsonValue - 32 - - v - SJsonValue - 32 - - - - SetString - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - MemberEnd - SJsonIterator - 32 - - v - SJsonValue - 32 - - - - PushbackUintValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - UDINT - 32 - - - - ParseDocument - SJsonValue - 32 - - sJson - STRING(80) - 32 - - - ItemType - InOut - - - - - - AddIntMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - DINT - 32 - - - - ArrayEnd - SJsonAIterator - 32 - - v - SJsonValue - 32 - - - - SetDouble - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - LREAL - 64 - - - - PushbackBoolValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - BOOL - 8 - - - - AddHexBinaryMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - p - PVOID - 32 - - - n - DINT - 32 - - - - GetBase64 - DINT - 32 - - v - SJsonValue - 32 - - - p - PVOID - 32 - - - n - DINT - 32 - - - - GetMemberValue - SJsonValue - 32 - - i - SJsonIterator - 32 - - - - SetObject - SJsonValue - 32 - - v - SJsonValue - 32 - - - - AddDateTimeMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - DATE_AND_TIME - 32 - - - - GetInt - DINT - 32 - - v - SJsonValue - 32 - - - - PushbackUint64Value - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - ULINT - 64 - - - - ClearArray - BOOL - 8 - - v - SJsonValue - 32 - - - i - SJsonAIterator - 32 - - - - RemoveAllMembers - BOOL - 8 - - v - SJsonValue - 32 - - - - ExceptionRaised - BOOL - 8 - - - IsISO8601TimeFormat - BOOL - 8 - - v - SJsonValue - 32 - - - - GetArraySize - UDINT - 32 - - v - SJsonValue - 32 - - - - GetInt64 - LINT - 64 - - v - SJsonValue - 32 - - - - IsBool - BOOL - 8 - - v - SJsonValue - 32 - - - - AddInt64Member - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - LINT - 64 - - - - FindMemberPath - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - member of v seperatet by '/' without leading '/' ('/' in a member name will be encoded as "~1" and '~' as "~0") - STRING(80) - 32 - - - ItemType - InOut - - - - - - SetDcTime - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - DCTIME - 64 - - - - SetArray - SJsonValue - 32 - - v - SJsonValue - 32 - - - reserve - UDINT - 32 - - - - GetFileTime - FILETIME - 64 - - v - SJsonValue - 32 - - - - GetStringLength - UDINT - 32 - - v - SJsonValue - 32 - - - p - BYTE - 32 - - - l - UDINT - 32 - - - - SaveDocumentToFile - BOOL - 8 - - sFile - file path - STRING(80) - 32 - - - ItemType - InOut - - - - - bExec - a rising edge triggers the saving. - BOOL - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - PushbackBase64Value - SJsonValue - 32 - - v - SJsonValue - 32 - - - p - PVOID - 32 - - - n - DINT - 32 - - - - IsBase64 - BOOL - 8 - - v - SJsonValue - 32 - - - - IsTrue - BOOL - 8 - - v - SJsonValue - 32 - - - - IsInt - BOOL - 8 - - v - SJsonValue - 32 - - - - GetDocumentRoot - SJsonValue - 32 - - - CopyDocument - UDINT - 32 - - pDoc - target string buffer where the document should be copied to - STRING(80) - 32 - - - ItemType - InOut - - - - - nDoc - size in bytes of target string buffer - UDINT - 32 - - - - GetType - EJsonType - 32 - - v - SJsonValue - 32 - - - - PushbackDcTimeValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - DCTIME - 64 - - - - GetMemberName - STRING(80) - 648 - - i - SJsonIterator - 32 - - - p - STRING(80) - 32 - - - - IsNumber - BOOL - 8 - - v - SJsonValue - 32 - - - - AddObjectMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - - IsInt64 - BOOL - 8 - - v - SJsonValue - 32 - - - - IsUint64 - BOOL - 8 - - v - SJsonValue - 32 - - - - SetFileTime - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - FILETIME - 64 - - - - CopyString - UDINT - 32 - - v - SJsonValue - 32 - - - pStr - STRING(80) - 32 - - - ItemType - InOut - - - - - nStr - UDINT - 32 - - - p - BYTE - 32 - - - q - BYTE - 32 - - - l - UDINT - 32 - - - - SetBase64 - SJsonValue - 32 - - v - SJsonValue - 32 - - - p - PVOID - 32 - - - n - DINT - 32 - - - - GetJsonLength - UDINT - 32 - - v - SJsonValue - 32 - - - p - STRING(80) - 32 - - - - Swap - BOOL - 8 - - v - SJsonValue - 32 - - - w - SJsonValue - 32 - - - - SetUint64 - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - ULINT - 64 - - - - IsHexBinary - BOOL - 8 - - v - SJsonValue - 32 - - - - AddUint64Member - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - ULINT - 64 - - - - IsFalse - BOOL - 8 - - v - SJsonValue - 32 - - - - SetAdsProvider - BOOL - 8 - - oid - OTCID - 32 - - - - MemberBegin - SJsonIterator - 32 - - v - SJsonValue - 32 - - - - NewDocument - SJsonValue - 32 - - - GetString - STRING(255) - 2048 - - v - SJsonValue - 32 - - - p - STRING(255) - 32 - - - - IsUint - BOOL - 8 - - v - SJsonValue - 32 - - - - NextMember - SJsonIterator - 32 - - i - SJsonIterator - 32 - - - - ArrayBegin - SJsonAIterator - 32 - - v - SJsonValue - 32 - - - - IsString - BOOL - 8 - - v - SJsonValue - 32 - - - - PopbackValue - BOOL - 8 - - v - SJsonValue - 32 - - - - AddJsonMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - rawJson - STRING(80) - 32 - - - ItemType - InOut - - - - - - LoadDocumentFromFile - BOOL - 8 - - sFile - file path - STRING(80) - 32 - - - ItemType - InOut - - - - - bExec - a rising edge triggers the load. - BOOL - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - GetDateTime - DATE_AND_TIME - 32 - - v - SJsonValue - 32 - - - - IsObject - BOOL - 8 - - v - SJsonValue - 32 - - - - PushbackStringValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - RemoveMember - BOOL - 8 - - v - SJsonValue - 32 - - - i - SJsonIterator - 32 - - - keepOrder - BOOL - 8 - - - - RemoveArray - BOOL - 8 - - v - SJsonValue - 32 - - - i - SJsonAIterator - 32 - - - - AddDcTimeMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - DCTIME - 64 - - - - SetMaxDecimalPlaces - - dp - DINT - 32 - - - - FindMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - - PushbackDateTimeValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - DATE_AND_TIME - 32 - - - - PushbackInt64Value - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - LINT - 64 - - - - AddBase64Member - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - p - PVOID - 32 - - - n - DINT - 32 - - - - SetUint - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - UDINT - 32 - - - - SetHexBinary - SJsonValue - 32 - - v - SJsonValue - 32 - - - p - PVOID - 32 - - - n - DINT - 32 - - - - GetArrayValueByIdx - SJsonValue - 32 - - v - SJsonValue - 32 - - - idx - UDINT - 32 - - - - PushbackHexBinaryValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - p - PVOID - 32 - - - n - DINT - 32 - - - - AddDoubleMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - LREAL - 64 - - - - PushbackNullValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - - AddBoolMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - BOOL - 8 - - - - GetDcTime - DCTIME - 64 - - v - SJsonValue - 32 - - - - AddUintMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - UDINT - 32 - - - - CopyJson - UDINT - 32 - - v - SJsonValue - 32 - - - pDoc - target string buffer where the document should be copied to - STRING(80) - 32 - - - ItemType - InOut - - - - - nDoc - size in bytes of target string buffer - UDINT - 32 - - - - SetInt64 - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - LINT - 64 - - - - CopyFrom - SJsonValue - 32 - - v - SJsonValue - 32 - - - w - SJsonValue - 32 - - - - AddStringMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - value - STRING(80) - 32 - - - ItemType - InOut - - - - - - GetBool - BOOL - 8 - - v - SJsonValue - 32 - - - - GetDouble - LREAL - 64 - - v - SJsonValue - 32 - - - - GetMaxDecimalPlaces - DINT - 32 - - - GetArrayValue - SJsonValue - 32 - - i - SJsonAIterator - 32 - - - - NextArray - SJsonAIterator - 32 - - i - SJsonAIterator - 32 - - - - GetDocument - STRING(255) - 2048 - - p - BYTE - 32 - - - q - BYTE - 32 - - - t - STRING(255) - 32 - - - length - UDINT - 32 - - - - SetInt - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - DINT - 32 - - - - PushbackDoubleValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - value - LREAL - 64 - - - - GetUint - UDINT - 32 - - v - SJsonValue - 32 - - - - GetUint64 - ULINT - 64 - - v - SJsonValue - 32 - - - - GetDocumentLength - UDINT - 32 - - p - STRING(80) - 32 - - - - GetJson - STRING(255) - 2048 - - v - SJsonValue - 32 - - - p - BYTE - 32 - - - q - BYTE - 32 - - - t - STRING(255) - 32 - - - length - UDINT - 32 - - - - IsArray - BOOL - 8 - - v - SJsonValue - 32 - - - - PushbackJsonValue - SJsonValue - 32 - - v - SJsonValue - 32 - - - rawJson - STRING(80) - 32 - - - ItemType - InOut - - - - - - IsDouble - BOOL - 8 - - v - SJsonValue - 32 - - - - AddNullMember - SJsonValue - 32 - - v - SJsonValue - 32 - - - member - STRING(80) - 32 - - - ItemType - InOut - - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - FB_JsonDomParser - 288 - FB_JsonDomParserBase - - initStatus - HRESULT - 32 - 128 - - -1743714536 - - - - ItemType - Output - - - - - CLSID_TcJsonDomParser - CLSID - 128 - 160 - - - .Data1 - 1337382113 - - - .Data2 - 45876 - - - .Data3 - 23182 - - - .Data4[0] - 166 - - - .Data4[1] - 151 - - - .Data4[2] - 186 - - - .Data4[3] - 40 - - - .Data4[4] - 25 - - - .Data4[5] - 175 - - - .Data4[6] - 202 - - - .Data4[7] - 216 - - - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - E_OpenPath - 16 - UINT - - PATH_GENERIC - 1 - Search/open/create files in selected/generic folder - - - PATH_BOOTPRJ - 2 - Search/open/create files in TwinCAT boot project folder and adds the *.wbp extension - - - PATH_BOOTDATA - 3 - Reserved for future use - - - PATH_BOOTPATH - 4 - Refers to the TwinCAT/Boot directory without adding an extension (.wbp) - - - PATH_USERPATH1 - 11 - Reserved for future use - - - PATH_USERPATH2 - 12 - Reserved for future use - - - PATH_USERPATH3 - 13 - Reserved for future use - - - PATH_USERPATH4 - 14 - Reserved for future use - - - PATH_USERPATH5 - 15 - Reserved for future use - - - PATH_USERPATH6 - 16 - Reserved for future use - - - PATH_USERPATH7 - 17 - Reserved for future use - - - PATH_USERPATH8 - 18 - Reserved for future use - - - PATH_USERPATH9 - 19 - Reserved for future use - - - - FB_FileOpen - Open and/or create a file. - 3456 - - sNetId - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - sPathName - T_MaxString - Max filename length = 255 - 2048 - 224 - - - ItemType - Input - - - - - nMode - DWORD - Open mode flags - 32 - 2272 - - - ItemType - Input - - - - - ePath - E_OpenPath - Default: Open generic file - 16 - 2304 - - 1 - - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge starts command execution - 8 - 2320 - - - ItemType - Input - - - - - tTimeout - TIME - Maximum time allowed for the execution of this ADS command - 32 - 2336 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - Busy flag - 8 - 2368 - - - ItemType - Output - - - - - bError - BOOL - Error flag - 8 - 2376 - - - ItemType - Output - - - - - nErrId - UDINT - ADS error code - 32 - 2400 - - - ItemType - Output - - - - - hFile - UINT - File handle - 16 - 2432 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - FB_FileClose - Closes a file stream. - 1184 - - sNetId - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - hFile - UINT - File handle obtained through 'open' - 16 - 224 - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge starts command execution - 8 - 240 - - - ItemType - Input - - - - - tTimeout - TIME - Maximum time allowed for the execution of this ADS command - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - Busy flag - 8 - 288 - - - ItemType - Output - - - - - bError - BOOL - Error flag - 8 - 296 - - - ItemType - Output - - - - - nErrId - UDINT - ADS error code - 32 - 320 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - FB_FileRead - Reads data from a stream. - 1440 - - sNetId - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - hFile - UINT - File handle - 16 - 224 - - - ItemType - Input - - - - - pReadBuff - PVOID - Buffer address for read - 32 - 256 - - - ItemType - Input - - - TcIgnorePersistent - - - - - cbReadLen - UDINT - Count of bytes for read - 32 - 288 - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge starts command execution - 8 - 320 - - - ItemType - Input - - - - - tTimeout - TIME - Maximum time allowed for the execution of this ADS command - 32 - 352 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - Busy flag - 8 - 384 - - - ItemType - Output - - - - - bError - BOOL - Error flag - 8 - 392 - - - ItemType - Output - - - - - nErrId - UDINT - ADS error code - 32 - 416 - - - ItemType - Output - - - - - cbRead - UDINT - Count of bytes actually read - 32 - 448 - - - ItemType - Output - - - - - bEOF - BOOL - End of file - 8 - 480 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - FB_FastFault - Fast Fault + rtResetR_TRIG64386464rtResetandOKR_TRIG64386528nIndexUINT163865921IdxOKBOOL8386608fbTimeFB_LocalSystemTime19040386624.bEnable1.dwCycle1fbTime_to_UTCFB_TzSpecificLocalTimeToSystemTime3584405664fbGetTimeZoneFB_GetTimeZoneInformation3488409248fbJsonFB_JsonSaxWriter256412736pmpsTypeCodeUDINT324129920fbLoggerFB_LogMessage81984413056.eSevr4.eSubsystem2.nMinTimeViolationAcceptable50__EXECUTELOGGING__HELLOTIMERTOF224495040.PT86400000ExecuteNoLogEvaluateOutputExecuteEvaluateVetosBOOL8obsoleteUse EvaluateOverrides instead.EvaluateOverridesBOOL8FFST_FF32EvalIdxDINT32MaxTimeDINT32no_checkExecuteLoggingBOOL8FFST_FF32logIdxDINT32HelloTimerTOF224uselocation__EXECUTELOGGING__HELLOTIMERno_checkRegisterBOOL8stFFInfoST_FFInfo6832FFONameT_MaxString2048ItemTypeOutputIdxUINT16ItemTypeOutputno_checkIdxCheckInBOOL8IdxDINT32OKBOOL8ResetBOOL8stFFST_FF7680BeamPermittedBOOL8no_checkFormulateLogJsonSTRING(80)648FFST_FF7680PouTypeFunctionBlockreflectionno_checkFB_GetLocalAmsNetId10848bExecuteBOOL832ItemTypeInputtTimeOutTIME32645000ItemTypeInputbBusyBOOL896ItemTypeOutputbErrorBOOL8104ItemTypeOutputnErrIdUDINT32128ItemTypeOutputAddrStringT_AmsNetID1921600.0.0.0.0.0ItemTypeOutputAddrBytesT_AmsNetIdArr48352[0]0[1]0[2]0[3]0[4]0[5]0ItemTypeOutputfbRegQueryValueFB_RegQueryValue10304416.sNetId.sSubKeySOFTWARE\Beckhoff\TwinCAT3\System.sValNameAmsNetIdconditionalshowfbTriggerR_TRIG6410720conditionalshowstateBYTE810784conditionalshowtmpBytesT_AmsNetIdArr4810792conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_JsonDomParserBase128ipDomITcJsonDomParser3232conditionalshowipDom2ITcJsonDomParser23264conditionalshowipXFAITcDomParserFileAccess3296conditionalshowGetHexBinaryDINT32vSJsonValue32pPVOID32nDINT32HasMemberBOOL8vSJsonValue32memberSTRING(80)32ItemTypeInOutSetDateTimeSJsonValue32vSJsonValue32valueDATE_AND_TIME32SetBoolSJsonValue32vSJsonValue32valueBOOL8SetJsonSJsonValue32vSJsonValue32rawJsonSTRING(80)32ItemTypeInOutIsNullBOOL8vSJsonValue32PushbackFileTimeValueSJsonValue32vSJsonValue32valueFILETIME64PushbackIntValueSJsonValue32vSJsonValue32valueDINT32AddFileTimeMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueFILETIME64RemoveMemberByNameBOOL8vSJsonValue32memberSTRING(80)32ItemTypeInOutkeepOrderBOOL8AddArrayMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutreserveUDINT32SetNullSJsonValue32vSJsonValue32SetStringSJsonValue32vSJsonValue32valueSTRING(80)32ItemTypeInOutMemberEndSJsonIterator32vSJsonValue32PushbackUintValueSJsonValue32vSJsonValue32valueUDINT32ParseDocumentSJsonValue32sJsonSTRING(80)32ItemTypeInOutAddIntMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueDINT32ArrayEndSJsonAIterator32vSJsonValue32SetDoubleSJsonValue32vSJsonValue32valueLREAL64PushbackBoolValueSJsonValue32vSJsonValue32valueBOOL8AddHexBinaryMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutpPVOID32nDINT32GetBase64DINT32vSJsonValue32pPVOID32nDINT32GetMemberValueSJsonValue32iSJsonIterator32SetObjectSJsonValue32vSJsonValue32AddDateTimeMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueDATE_AND_TIME32GetIntDINT32vSJsonValue32PushbackUint64ValueSJsonValue32vSJsonValue32valueULINT64ClearArrayBOOL8vSJsonValue32iSJsonAIterator32RemoveAllMembersBOOL8vSJsonValue32ExceptionRaisedBOOL8IsISO8601TimeFormatBOOL8vSJsonValue32GetArraySizeUDINT32vSJsonValue32GetInt64LINT64vSJsonValue32IsBoolBOOL8vSJsonValue32AddInt64MemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueLINT64FindMemberPathSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutSetDcTimeSJsonValue32vSJsonValue32valueDCTIME64SetArraySJsonValue32vSJsonValue32reserveUDINT32GetFileTimeFILETIME64vSJsonValue32GetStringLengthUDINT32vSJsonValue32pBYTE32lUDINT32SaveDocumentToFileBOOL8sFileSTRING(80)32ItemTypeInOutbExecBOOL32hrErrorCodeHRESULT32ItemTypeOutputPushbackBase64ValueSJsonValue32vSJsonValue32pPVOID32nDINT32IsBase64BOOL8vSJsonValue32IsTrueBOOL8vSJsonValue32IsIntBOOL8vSJsonValue32GetDocumentRootSJsonValue32CopyDocumentUDINT32pDocSTRING(80)32ItemTypeInOutnDocUDINT32GetTypeEJsonType32vSJsonValue32PushbackDcTimeValueSJsonValue32vSJsonValue32valueDCTIME64GetMemberNameSTRING(80)648iSJsonIterator32pSTRING(80)32IsNumberBOOL8vSJsonValue32AddObjectMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutIsInt64BOOL8vSJsonValue32IsUint64BOOL8vSJsonValue32SetFileTimeSJsonValue32vSJsonValue32valueFILETIME64CopyStringUDINT32vSJsonValue32pStrSTRING(80)32ItemTypeInOutnStrUDINT32pBYTE32qBYTE32lUDINT32SetBase64SJsonValue32vSJsonValue32pPVOID32nDINT32GetJsonLengthUDINT32vSJsonValue32pSTRING(80)32SwapBOOL8vSJsonValue32wSJsonValue32SetUint64SJsonValue32vSJsonValue32valueULINT64IsHexBinaryBOOL8vSJsonValue32AddUint64MemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueULINT64IsFalseBOOL8vSJsonValue32SetAdsProviderBOOL8oidOTCID32MemberBeginSJsonIterator32vSJsonValue32NewDocumentSJsonValue32GetStringSTRING(255)2048vSJsonValue32pSTRING(255)32IsUintBOOL8vSJsonValue32NextMemberSJsonIterator32iSJsonIterator32ArrayBeginSJsonAIterator32vSJsonValue32IsStringBOOL8vSJsonValue32PopbackValueBOOL8vSJsonValue32AddJsonMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutrawJsonSTRING(80)32ItemTypeInOutLoadDocumentFromFileBOOL8sFileSTRING(80)32ItemTypeInOutbExecBOOL32hrErrorCodeHRESULT32ItemTypeOutputGetDateTimeDATE_AND_TIME32vSJsonValue32IsObjectBOOL8vSJsonValue32PushbackStringValueSJsonValue32vSJsonValue32valueSTRING(80)32ItemTypeInOutRemoveMemberBOOL8vSJsonValue32iSJsonIterator32keepOrderBOOL8RemoveArrayBOOL8vSJsonValue32iSJsonAIterator32AddDcTimeMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueDCTIME64SetMaxDecimalPlacesdpDINT32FindMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutPushbackDateTimeValueSJsonValue32vSJsonValue32valueDATE_AND_TIME32PushbackInt64ValueSJsonValue32vSJsonValue32valueLINT64AddBase64MemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutpPVOID32nDINT32SetUintSJsonValue32vSJsonValue32valueUDINT32SetHexBinarySJsonValue32vSJsonValue32pPVOID32nDINT32GetArrayValueByIdxSJsonValue32vSJsonValue32idxUDINT32PushbackHexBinaryValueSJsonValue32vSJsonValue32pPVOID32nDINT32AddDoubleMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueLREAL64PushbackNullValueSJsonValue32vSJsonValue32AddBoolMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueBOOL8GetDcTimeDCTIME64vSJsonValue32AddUintMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueUDINT32CopyJsonUDINT32vSJsonValue32pDocSTRING(80)32ItemTypeInOutnDocUDINT32SetInt64SJsonValue32vSJsonValue32valueLINT64CopyFromSJsonValue32vSJsonValue32wSJsonValue32AddStringMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueSTRING(80)32ItemTypeInOutGetBoolBOOL8vSJsonValue32GetDoubleLREAL64vSJsonValue32GetMaxDecimalPlacesDINT32GetArrayValueSJsonValue32iSJsonAIterator32NextArraySJsonAIterator32iSJsonAIterator32GetDocumentSTRING(255)2048pBYTE32qBYTE32tSTRING(255)32lengthUDINT32SetIntSJsonValue32vSJsonValue32valueDINT32PushbackDoubleValueSJsonValue32vSJsonValue32valueLREAL64GetUintUDINT32vSJsonValue32GetUint64ULINT64vSJsonValue32GetDocumentLengthUDINT32pSTRING(80)32GetJsonSTRING(255)2048vSJsonValue32pBYTE32qBYTE32tSTRING(255)32lengthUDINT32IsArrayBOOL8vSJsonValue32PushbackJsonValueSJsonValue32vSJsonValue32rawJsonSTRING(80)32ItemTypeInOutIsDoubleBOOL8vSJsonValue32AddNullMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutPouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyFB_JsonDomParser288FB_JsonDomParserBaseinitStatusHRESULT32128-1743714536ItemTypeOutputCLSID_TcJsonDomParserCLSID128160.Data11337382113.Data245876.Data323182.Data4[0]166.Data4[1]151.Data4[2]186.Data4[3]40.Data4[4]25.Data4[5]175.Data4[6]202.Data4[7]216conditionalshowPouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyE_OpenPath16UINTPATH_GENERIC1PATH_BOOTPRJ2PATH_BOOTDATA3PATH_BOOTPATH4PATH_USERPATH111PATH_USERPATH212PATH_USERPATH313PATH_USERPATH414PATH_USERPATH515PATH_USERPATH616PATH_USERPATH717PATH_USERPATH818PATH_USERPATH919FB_FileOpen3456sNetIdT_AmsNetID19232ItemTypeInputsPathNameT_MaxString2048224ItemTypeInputnModeDWORD322272ItemTypeInputePathE_OpenPath1623041ItemTypeInputbExecuteBOOL82320ItemTypeInputtTimeoutTIME3223365000ItemTypeInputbBusyBOOL82368ItemTypeOutputbErrorBOOL82376ItemTypeOutputnErrIdUDINT322400ItemTypeOutputhFileUINT162432ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_FileClose1184sNetIdT_AmsNetID19232ItemTypeInputhFileUINT16224ItemTypeInputbExecuteBOOL8240ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIdUDINT32320ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_FileRead1440sNetIdT_AmsNetID19232ItemTypeInputhFileUINT16224ItemTypeInputpReadBuffPVOID32256ItemTypeInputTcIgnorePersistentcbReadLenUDINT32288ItemTypeInputbExecuteBOOL8320ItemTypeInputtTimeoutTIME323525000ItemTypeInputbBusyBOOL8384ItemTypeOutputbErrorBOOL8392ItemTypeOutputnErrIdUDINT32416ItemTypeOutputcbReadUDINT32448ItemTypeOutputbEOFBOOL8480ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_FastFault - 25088 - - i_xOK - BOOL - Connect to fast-fault condition (false produces fault) - 8 - 32 - - - ItemType - Input - - - - - i_xReset - BOOL - Resets when i_xOK is true and this is true - 8 - 40 - - - ItemType - Input - - - - - i_xAutoReset - BOOL - Automatically clear fast fault (latching vs non-latching) - 8 - 48 - - 0 - - - - ItemType - Input - - - - - i_xVetoable - BOOL - Mask this fast fault if the FFO veto device is true - 8 - 56 - - 1 - - - - ItemType - Input - - - - - i_DevName - T_MaxString - Device name for diagnostic - 2048 - 64 - - - - - - ItemType - Input - - - - - i_Desc - T_MaxString - Description of fast fault (you should set at init) - 2048 - 2112 - - - - - - ItemType - Input - - - - - i_TypeCode - UINT - Error code for classifying fast faults - 16 - 4160 - - - ItemType - Input - - - - - o_xFFLine - BOOL - Connect to HW output or another FF input if you like (Optional) - 8 - 4176 - - - ItemType - Output - - - - - io_fbFFHWO - FB_HardwareFFOutput - Point to FB_HardwareFFOutput of your choice - 32 - 4192 - - - ItemType - InOut - - - - - sPath - T_MaxString - 2048 - 4224 - - - instance-path - - - noinit - - - - - FFInfo - ST_FFInfo - 6832 - 6272 - - - RegistrationIdx - UINT - The index this FF was registered in the FFO - 16 - 13104 - - 1 - - - - xInit - BOOL - 8 - 13120 - - 1 - - - - InfoStringFmtr - FB_FormatString - 7840 - 13152 - - - InUse - T_MaxString - 2048 - 20992 - - - AutoReset - T_MaxString - 2048 - 23040 - - - - PouType - FunctionBlock - - - reflection - - - - - FB_JsonFileToJsonDoc - 928512 - - bExecute - BOOL - Rising Edge - 8 - 32 - - - ItemType - Input - - - - - sPLCName - STRING(80) - 648 - 40 - - - ItemType - Input - - - - - sSrcNetId - T_AmsNetID - 192 - 688 - - - ItemType - Input - - - - - sSrcPathName - T_MaxString - 2048 - 880 - - - ItemType - Input - - - - - PMPS_jsonDoc - SJsonValue - 32 - 2944 - - - ItemType - Output - - - - - bHasPLC - BOOL - 8 - 2976 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 2984 - - - ItemType - Output - - - - - bError - BOOL - 8 - 2992 - - - ItemType - Output - - - - - nErrId - UDINT - 32 - 3008 - - - ItemType - Output - - - - - sErrMsg - STRING(80) - 648 - 3040 - - - ItemType - Output - - - - - io_fbFFHWO - FB_HardwareFFOutput - 32 - 3712 - - - ItemType - InOut - - - - - fb_GetLocalAmsNetId - FB_GetLocalAmsNetId - Get AMS Net ID - 10848 - 3744 - - - fbJson - FB_JsonDomParser - JSON - 288 - 14592 - - - jsonDoc - SJsonValue - 32 - 14880 - - - jsonProp - SJsonValue - 32 - 14912 - - - fbFileOpen - FB_FileOpen - File - 3456 - 14944 - - - fbFileClose - FB_FileClose - 1184 - 18400 - - - fbFileRead - FB_FileRead - 1440 - 19584 - - - hSrcFile - UINT - File handle of the source file - 16 - 21024 - - 0 - - - - Step - INT - 16 - 21040 - - - index - DINT - 32 - 21056 - - - RisingEdge - R_TRIG - 64 - 21088 - - - sbuffRead - STRING(100000) - Buffer - 800008 - 21152 - - - cbReadLength - UDINT - 32 - 821184 - - 0 - - - - nFileLength - UDINT - 32 - 821216 - - 0 - - - - bfbJsonExceptionRaised - BOOL - 8 - 821248 - - - tTimeOut - TIME - 32 - 821280 - - 5000 - - - - bInit - BOOL - 8 - 821312 - - - tNewMessage - R_TRIG - Logger - 64 - 821344 - - - fbLogger - FB_LogMessage - 81984 - 821440 - - - .eSubsystem - 2 - - - .nMinTimeViolationAcceptable - 10 - - - - - FFO - FB_FastFault - FFO - 25088 - 903424 - - - .i_Desc - Fault occurs when there is an error reading json file - - - .i_TypeCode - 65299 - - - - - ACT_FFO - - - ACT_Logger - - - - PouType - FunctionBlock - - - - - FB_Standard_PMPSDB - 27744 - - io_fbFFHWO - FB_HardwareFFOutput - 32 - 32 - - - ItemType - InOut - - - - - bEnable - BOOL - If TRUE, FB will run. Reads when enable goes TRUE. - 8 - 64 - - - ItemType - Input - - - - - sPlcName - STRING(80) - E.g. lfe-motion - 648 - 72 - - - ItemType - Input - - - - - bRefresh - BOOL - Set to TRUE to cause an extra read. - 8 - 720 - - - ItemType - Input - - - pytmc - +]]>25088i_xOKBOOL832ItemTypeInputi_xResetBOOL840ItemTypeInputi_xAutoResetBOOL8480ItemTypeInputi_xVetoableBOOL8561ItemTypeInputi_DevNameT_MaxString204864ItemTypeInputi_DescT_MaxString20482112ItemTypeInputi_TypeCodeUINT164160ItemTypeInputo_xFFLineBOOL84176ItemTypeOutputio_fbFFHWOFB_HardwareFFOutput324192ItemTypeInOutsPathT_MaxString20484224instance-pathnoinitFFInfoST_FFInfo68326272RegistrationIdxUINT16131041xInitBOOL8131201InfoStringFmtrFB_FormatString784013152InUseT_MaxString204820992AutoResetT_MaxString204823040PouTypeFunctionBlockreflectionFB_JsonFileToJsonDoc928512bExecuteBOOL832ItemTypeInputsPLCNameSTRING(80)64840ItemTypeInputsSrcNetIdT_AmsNetID192688ItemTypeInputsSrcPathNameT_MaxString2048880ItemTypeInputPMPS_jsonDocSJsonValue322944ItemTypeOutputbHasPLCBOOL82976ItemTypeOutputbBusyBOOL82984ItemTypeOutputbErrorBOOL82992ItemTypeOutputnErrIdUDINT323008ItemTypeOutputsErrMsgSTRING(80)6483040ItemTypeOutputio_fbFFHWOFB_HardwareFFOutput323712ItemTypeInOutfb_GetLocalAmsNetIdFB_GetLocalAmsNetId108483744fbJsonFB_JsonDomParser28814592jsonDocSJsonValue3214880jsonPropSJsonValue3214912fbFileOpenFB_FileOpen345614944fbFileCloseFB_FileClose118418400fbFileReadFB_FileRead144019584hSrcFileUINT16210240StepINT1621040indexDINT3221056RisingEdgeR_TRIG6421088sbuffReadSTRING(100000)80000821152cbReadLengthUDINT328211840nFileLengthUDINT328212160bfbJsonExceptionRaisedBOOL8821248tTimeOutTIME328212805000bInitBOOL8821312tNewMessageR_TRIG64821344fbLoggerFB_LogMessage81984821440.eSubsystem2.nMinTimeViolationAcceptable10FFOFB_FastFault25088903424.i_DescFault occurs when there is an error reading json file.i_TypeCode65299ACT_FFOACT_LoggerPouTypeFunctionBlockFB_Standard_PMPSDB27744io_fbFFHWOFB_HardwareFFOutput3232ItemTypeInOutbEnableBOOL864ItemTypeInputsPlcNameSTRING(80)64872ItemTypeInputbRefreshBOOL8720ItemTypeInputpytmc pv: REFRESH io: io - - - - - - sDirectory - STRING(80) - Directory where the DB is stored. - 648 - 728 - - /Hard Disk/ftp/PMPS/ - - - - ItemType - Input - - - - - nLastRefreshTime - DINT - 32 - 1376 - - - ItemType - Output - - - pytmc - + sDirectorySTRING(80)648728/Hard Disk/ftp/PMPS/ItemTypeInputnLastRefreshTimeDINT321376ItemTypeOutputpytmc pv: LAST_REFRESH io: i - - - - - - bExecute - BOOL - 8 - 1408 - - - rtEnable - R_TRIG - 64 - 1440 - - - rtRefresh - R_TRIG - 64 - 1504 - - - ftBusy - F_TRIG - 64 - 1568 - - - fbTime - FB_LocalSystemTime - Time tracking liften from Arbiter PLCs - 19040 - 1632 - - - .bEnable - 1 - - - .dwCycle - 1 - - - - - fbTime_to_UTC - FB_TzSpecificLocalTimeToSystemTime - 3584 - 20672 - - - fbGetTimeZone - FB_GetTimeZoneInformation - 3488 - 24256 - - - - PouType - FunctionBlock - - - - - ST_System - Defacto system structure, must be included in all projects - 88 - - xSwAlmRst - BOOL - Global Alarm Reset - EPICS Command - 8 - 0 - - - xAtVacuum - BOOL - System At Vacuum - 8 - 8 - - - xFirstScan - BOOL - This boolean is true for the first scan, and is false thereafter, use for initialization of stuff - 8 - 16 - - - xOverrideMode - BOOL - This bit is set when using the override features of the system - 8 - 24 - - - xIOState - BOOL - ECat Bus Health - 8 - 32 - - - I_EcatMaster1 - AMSNETID - AMS Net ID used for FB_EcatDiag, among others - 48 - 40 - - - naming - omit - - - TcAddressType - Input - - - - - - ST_LibVersion - 288 - - iMajor - UINT - 16 - 0 - - - iMinor - UINT - 16 - 16 - - - iBuild - UINT - 16 - 32 - - - iRevision - UINT - 16 - 48 - - - nFlags - DWORD - 32 - 64 - - - sVersion - STRING(23) - 192 - 96 - - - - E_WATCHDOG_TIME_CONFIG - 16 - INT - - eWATCHDOG_TIME_DISABLED - 0 - - - eWATCHDOG_TIME_SECONDS - 1 - - - eWATCHDOG_TIME_MINUTES - 2 - - - - E_HashPrefixTypes - 16 - INT - - HASHPREFIX_IEC - 0 - 2#, 8#, 16# - - - HASHPREFIX_STDC - 1 - 0 for octal type, 0x, 0X for hex else none - - - - E_SBCSType - 16 - INT - - eSBCS_WesternEuropean - 1 - Windows 1252 (default) - - - eSBCS_CentralEuropean - 2 - Windows 1251 - - - - E_RouteTransportType - 16 - UINT - - eRouteTransport_None - 0 - - - eRouteTransport_TCP_IP - 1 - - - eRouteTransport_IIO_LIGHTBUS - 2 - - - eRouteTransport_PROFIBUS_DP - 3 - - - eRouteTransport_PCI_ISA_BUS - 4 - - - eRouteTransport_ADS_UDP - 5 - - - eRouteTransport_FATP_UDP - 6 - - - eRouteTransport_COM_PORT - 7 - - - eRouteTransport_USB - 8 - - - eRouteTransport_CAN_OPEN - 9 - - - eRouteTransport_DEVICE_NET - 10 - - - eRouteTransport_SSB - 11 - - - eRouteTransport_SOAP - 12 - - - - ST_AmsRouteEntry - TwinCAT AMS route entry struct - 1184 - - sName - STRING(31) - String containing route name - 256 - 0 - - - sNetID - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 256 - - - sAddress - STRING(79) - String containing route network Ipv4 address or host name. - 640 - 448 - - - eTransport - E_RouteTransportType - Route transport type - 16 - 1088 - - - tTimeout - TIME - Route timeout - 32 - 1120 - - - dwFlags - DWORD - Additional flags - 32 - 1152 - - - - T_ThrottleTimes - 416 - TIME - - 0 - 13 - - - - hide - - - - - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - UINT - - - LowerBorder - 0 - - - UpperBorder - 1000 - - - - - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - UINT - - - LowerBorder - 0 - - - UpperBorder - 100 - - - - - E_AssertionType - 8 - BYTE - - Type_UNDEFINED - 0 - - - Type_ANY - 1 - - - Type_BOOL - 2 - Primitive types - - - Type_BYTE - 3 - - - Type_DATE - 4 - - - Type_DATE_AND_TIME - 5 - - - Type_DINT - 6 - - - Type_DWORD - 7 - - - Type_INT - 8 - - - Type_LINT - 9 - - - Type_LREAL - 10 - - - Type_LTIME - 11 - - - Type_LWORD - 12 - - - Type_REAL - 13 - - - Type_SINT - 14 - - - Type_STRING - 15 - - - Type_TIME - 16 - - - Type_TIME_OF_DAY - 17 - - - Type_UDINT - 18 - - - Type_UINT - 19 - - - Type_ULINT - 20 - - - Type_USINT - 21 - - - Type_WORD - 22 - - - Type_WSTRING - 23 - - - Type_Array2D_LREAL - 24 - Array types - - - Type_Array2D_REAL - 25 - - - Type_Array3D_LREAL - 26 - - - Type_Array3D_REAL - 27 - - - Type_Array_BOOL - 28 - - - Type_Array_BYTE - 29 - - - Type_Array_DINT - 30 - - - Type_Array_DWORD - 31 - - - Type_Array_INT - 32 - - - Type_Array_LINT - 33 - - - Type_Array_LREAL - 34 - - - Type_Array_LWORD - 35 - - - Type_Array_REAL - 36 - - - Type_Array_SINT - 37 - - - Type_Array_UDINT - 38 - - - Type_Array_UINT - 39 - - - Type_Array_ULINT - 40 - - - Type_Array_USINT - 41 - - - Type_Array_WORD - 42 - - - - ST_TestCaseResult - 6192 - - TestName - T_MaxString - 2048 - 0 - - - TestClassName - T_MaxString - 2048 - 2048 - - - TestIsFailed - BOOL - 8 - 4096 - - - TestIsSkipped - BOOL - 8 - 4104 - - - FailureMessage - T_MaxString - 2048 - 4112 - - - FailureType - E_AssertionType - 8 - 6160 - - - NumberOfAsserts - UINT - 16 - 6176 - - - - ST_TestSuiteResult - 621296 - - Name - T_MaxString - Full class name - 2048 - 0 - - - Identity - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites) - Should be 0..GVL_Param_TcUnit.MaxNumberOfTestSuites-1 but gives unknown compiler error - 16 - 2048 - - - NumberOfTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2064 - - - NumberOfFailedTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2080 - - - TestCaseResults - ST_TestCaseResult - - 1 - 100 - - 619200 - 2096 - - - - ST_TestSuiteResults - 621296064 - - NumberOfTestSuites - UINT - The total number of test suites - 16 - 0 - - - NumberOfTestCases - UINT - The total number of test cases (for all test suites) - 16 - 16 - - - NumberOfSuccessfulTestCases - UINT - The total number of test cases that had all ASSERTS successful - 16 - 32 - - - NumberOfFailedTestCases - UINT - The total number of test cases that had at least one ASSERT failed - 16 - 48 - - - TestSuiteResults - ST_TestSuiteResult - - 1 - 1000 - - Test results for each individiual test suite - 621296000 - 64 - - - - I_TestResults - 32 - PVOID - - GetAreTestResultsAvailable - BOOL - 8 - - - GetTestSuiteResults - ST_TestSuiteResults - 32 - - - - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - UINT - - - LowerBorder - 1 - - - UpperBorder - 1000 - - - - - FB_TestResults - This function block holds results of the complete test run, i.e. results for all test suites - 621296256 - I_TestResults - - TestSuiteResults - ST_TestSuiteResults - 621296064 - 64 - - - StoringTestSuiteResultNumber - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - 621296128 - - - StoringTestSuiteTrigger - R_TRIG - 64 - 621296160 - - - StoredTestSuiteResults - BOOL - 8 - 621296224 - - - StoredGeneralTestResults - BOOL - 8 - 621296232 - - - GetAreTestResultsAvailable - BOOL - 8 - - - GetTestSuiteResults - ST_TestSuiteResults - 32 - - - - PouType - FunctionBlock - - - - - I_TestResultLogger - 32 - PVOID - - LogTestSuiteResults - - - - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - UINT - - - LowerBorder - 1 - - - UpperBorder - 100 - - - - - FB_AdsTestResultLogger - + bExecuteBOOL81408rtEnableR_TRIG641440rtRefreshR_TRIG641504ftBusyF_TRIG641568fbTimeFB_LocalSystemTime190401632.bEnable1.dwCycle1fbTime_to_UTCFB_TzSpecificLocalTimeToSystemTime358420672fbGetTimeZoneFB_GetTimeZoneInformation348824256PouTypeFunctionBlockST_System88xSwAlmRstBOOL80xAtVacuumBOOL88xFirstScanBOOL816xOverrideModeBOOL824xIOStateBOOL832I_EcatMaster1AMSNETID4840namingomitTcAddressTypeInputST_LibVersion288iMajorUINT160iMinorUINT1616iBuildUINT1632iRevisionUINT1648nFlagsDWORD3264sVersionSTRING(23)19296E_WATCHDOG_TIME_CONFIG16INTeWATCHDOG_TIME_DISABLED0eWATCHDOG_TIME_SECONDS1eWATCHDOG_TIME_MINUTES2E_HashPrefixTypes16INTHASHPREFIX_IEC0HASHPREFIX_STDC1E_SBCSType16INTeSBCS_WesternEuropean1eSBCS_CentralEuropean2E_RouteTransportType16UINTeRouteTransport_None0eRouteTransport_TCP_IP1eRouteTransport_IIO_LIGHTBUS2eRouteTransport_PROFIBUS_DP3eRouteTransport_PCI_ISA_BUS4eRouteTransport_ADS_UDP5eRouteTransport_FATP_UDP6eRouteTransport_COM_PORT7eRouteTransport_USB8eRouteTransport_CAN_OPEN9eRouteTransport_DEVICE_NET10eRouteTransport_SSB11eRouteTransport_SOAP12ST_AmsRouteEntry1184sNameSTRING(31)2560sNetIDT_AmsNetID192256sAddressSTRING(79)640448eTransportE_RouteTransportType161088tTimeoutTIME321120dwFlagsDWORD321152T_ThrottleTimes416TIME013hideUINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites)16UINTLowerBorder0UpperBorder1000UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16UINTLowerBorder0UpperBorder100E_AssertionType8BYTEType_UNDEFINED0Type_ANY1Type_BOOL2Type_BYTE3Type_DATE4Type_DATE_AND_TIME5Type_DINT6Type_DWORD7Type_INT8Type_LINT9Type_LREAL10Type_LTIME11Type_LWORD12Type_REAL13Type_SINT14Type_STRING15Type_TIME16Type_TIME_OF_DAY17Type_UDINT18Type_UINT19Type_ULINT20Type_USINT21Type_WORD22Type_WSTRING23Type_Array2D_LREAL24Type_Array2D_REAL25Type_Array3D_LREAL26Type_Array3D_REAL27Type_Array_BOOL28Type_Array_BYTE29Type_Array_DINT30Type_Array_DWORD31Type_Array_INT32Type_Array_LINT33Type_Array_LREAL34Type_Array_LWORD35Type_Array_REAL36Type_Array_SINT37Type_Array_UDINT38Type_Array_UINT39Type_Array_ULINT40Type_Array_USINT41Type_Array_WORD42ST_TestCaseResult6192TestNameT_MaxString20480TestClassNameT_MaxString20482048TestIsFailedBOOL84096TestIsSkippedBOOL84104FailureMessageT_MaxString20484112FailureTypeE_AssertionType86160NumberOfAssertsUINT166176ST_TestSuiteResult621296NameT_MaxString20480IdentityUINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites)162048NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162064NumberOfFailedTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162080TestCaseResultsST_TestCaseResult11006192002096ST_TestSuiteResults621296064NumberOfTestSuitesUINT160NumberOfTestCasesUINT1616NumberOfSuccessfulTestCasesUINT1632NumberOfFailedTestCasesUINT1648TestSuiteResultsST_TestSuiteResult1100062129600064I_TestResults32PVOIDGetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16UINTLowerBorder1UpperBorder1000FB_TestResults621296256I_TestResultsTestSuiteResultsST_TestSuiteResults62129606464StoringTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16621296128StoringTestSuiteTriggerR_TRIG64621296160StoredTestSuiteResultsBOOL8621296224StoredGeneralTestResultsBOOL8621296232GetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32PouTypeFunctionBlockI_TestResultLogger32PVOIDLogTestSuiteResultsUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16UINTLowerBorder1UpperBorder100FB_AdsTestResultLogger - 224 - I_TestResultLogger - - TestResults - I_TestResults - 32 - 64 - - - PrintingTestSuiteResultNumber - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - 96 - - - PrintingTestSuiteTrigger - R_TRIG - 64 - 128 - - - PrintedFinalTestResults - BOOL - 8 - 192 - - - PrintedTestSuitesResults - BOOL - 8 - 200 - - - LogTestSuiteResults - - TcUnitTestResults - ST_TestSuiteResults - 32 - - - StringToPrint - T_MaxString - 2048 - - - TestsInTestSuiteCounter - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - TEST_STATUS_SKIP - STRING(80) - 648 - - - TEST_STATUS_PASS - STRING(80) - 648 - - - TEST_STATUS_FAIL - STRING(80) - 648 - - - - - PouType - FunctionBlock - - - - - RTS_IEC_RESULT - 32 - UDINT - - - ACCESS_MODE - 32 - UDINT - - AM_READ - 0 - Open an existing file with Read access. If file does not exist, Open fails - - - AM_WRITE - 1 - Create new file with Write access. If file does exist, content is discarded - - - AM_APPEND - 2 - Open an existing file with Append (only write) access. If file does not exist, Open fails - - - AM_READ_PLUS - 3 - Open an existing file with Read/Write access. If file does not exist, Open fails - - - AM_WRITE_PLUS - 4 - Create new file with Read/Write access. If file does exist, content is discarded - - - AM_APPEND_PLUS - 5 - Open an existing file with Append (read/write) access. If file does not exist, Open creates a new file - - - - RTS_IEC_SIZE - 32 - BYTE - - - RTS_IEC_HANDLE - 32 - BYTE - - - FB_FileControl - +]]>224I_TestResultLoggerTestResultsI_TestResults3264PrintingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)1696PrintingTestSuiteTriggerR_TRIG64128PrintedFinalTestResultsBOOL8192PrintedTestSuitesResultsBOOL8200LogTestSuiteResultsTcUnitTestResultsST_TestSuiteResults32StringToPrintT_MaxString2048TestsInTestSuiteCounterUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648PouTypeFunctionBlockRTS_IEC_RESULT32UDINTACCESS_MODE32UDINTAM_READ0AM_WRITE1AM_APPEND2AM_READ_PLUS3AM_WRITE_PLUS4AM_APPEND_PLUS5RTS_IEC_SIZE32BYTERTS_IEC_HANDLE32BYTEFB_FileControl - 96 - - FileAccessMode - ACCESS_MODE - 32 - 32 - - 5 - - - - FileHandle - RTS_IEC_HANDLE - 32 - 64 - - - Read - RTS_IEC_RESULT - 32 - - BufferPointer - Call with ADR(); - BYTE - 32 - - - Size - Call with SIZEOF(); - UDINT - 32 - - - FileSize - RTS_IEC_SIZE - 32 - - - ItemType - Output - - - - - - Close - RTS_IEC_RESULT - 32 - - - Open - RTS_IEC_RESULT - 32 - - FileName - File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) - T_MaxString - 2048 - - - FileAccessMode - ACCESS_MODE - 32 - - - - Delete - RTS_IEC_RESULT - 32 - - FileName - File name can contain an absolute or relative path to the file. Path entries must be separated with a forward slash (/) - T_MaxString - 2048 - - - - Write - RTS_IEC_RESULT - 32 - - BufferPointer - Call with ADR(); - BYTE - 32 - - - Size - Call with SIZEOF(); - UDINT - 32 - - - - - PouType - FunctionBlock - - - - - E_XmlError - 8 - BYTE - - Ok - 0 - - - ErrorMaxBufferLen - 1 - - - ErrorStringLen - 2 - - - Error - 3 - - - - FB_StreamBuffer - +]]>96FileAccessModeACCESS_MODE32325FileHandleRTS_IEC_HANDLE3264ReadRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32FileSizeRTS_IEC_SIZE32ItemTypeOutputCloseRTS_IEC_RESULT32OpenRTS_IEC_RESULT32FileNameT_MaxString2048FileAccessModeACCESS_MODE32DeleteRTS_IEC_RESULT32FileNameT_MaxString2048WriteRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32PouTypeFunctionBlockE_XmlError8BYTEOk0ErrorMaxBufferLen1ErrorStringLen2Error3FB_StreamBuffer - 128 - - _PointerToStringBuffer - BYTE - 32 - 32 - - - _BufferSize - UDINT - 32 - 64 - - - _Length - UDINT - 32 - 96 - - - CutOff - T_MaxString - 2048 - - StartPos - UDINT - 32 - - - CutLen - UDINT - 32 - - - ItemType - Output - - - - - XmlError - E_XmlError - 8 - - - ItemType - Output - - - - - Loop - UDINT - 32 - - - PointerToByteToCut - BYTE - 32 - - - PointerToByteBuffer - BYTE - 32 - - - - Find - UDINT - 32 - - SearchString - STRING(80) - 648 - - - StartPos - UDINT - 32 - - - Loop - UDINT - 32 - - - Search - UDINT - 32 - - - PointerToBuffer - BYTE - 32 - - - PointerToSearch - BYTE - 32 - - - - FindBack - UDINT - 32 - - SearchString - T_MaxString - 2048 - - - Loop - UDINT - 32 - - - Search - UDINT - 32 - - - PointerToBuffer - BYTE - 32 - - - PointerToSearch - BYTE - 32 - - - - __getLength - UDINT - 32 - - Length - UDINT - 32 - - - - property - - - - - Clear - - Count - UDINT - 32 - - - - __setAppend - - Append - T_MaxString - 2048 - - - ByteIn - BYTE - 32 - - - ByteBuffer - BYTE - 32 - - - - property - - - - - __getBufferSize - UDINT - 32 - - BufferSize - UDINT - 32 - - - - property - - - - - __setLength - - Length - UDINT - 32 - - - - property - - - - - SetBuffer - BOOL - 8 - - PointerToBufferAddress - Set buffer address (ADR ...) - BYTE - 32 - - - SizeOfBuffer - Set buffer size (SIZEOF ...) - UDINT - 32 - - - - Copy - T_MaxString - 2048 - - StartPos - UDINT - 32 - - - EndPos - UDINT - 32 - - - CopyLen - UDINT - 32 - - - ItemType - Output - - - - - XmlError - E_XmlError - 8 - - - ItemType - Output - - - - - Loop - UDINT - 32 - - - PointerToByteToCopy - BYTE - 32 - - - PointerToBuffer - BYTE - 32 - - - CurPos - UDINT - 32 - - - - - PouType - FunctionBlock - - - - - FB_XmlControl - +]]>128_PointerToStringBufferBYTE3232_BufferSizeUDINT3264_LengthUDINT3296CutOffT_MaxString2048StartPosUDINT32CutLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCutBYTE32PointerToByteBufferBYTE32FindUDINT32SearchStringSTRING(80)648StartPosUDINT32LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32FindBackUDINT32SearchStringT_MaxString2048LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32__getLengthUDINT32LengthUDINT32propertyClearCountUDINT32__setAppendAppendT_MaxString2048ByteInBYTE32ByteBufferBYTE32property__getBufferSizeUDINT32BufferSizeUDINT32property__setLengthLengthUDINT32propertySetBufferBOOL8PointerToBufferAddressBYTE32SizeOfBufferUDINT32CopyT_MaxString2048StartPosUDINT32EndPosUDINT32CopyLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCopyBYTE32PointerToBufferBYTE32CurPosUDINT32PouTypeFunctionBlockFB_XmlControl - 5696 - - XmlBuffer - FB_StreamBuffer - 128 - 32 - - - TagListBuffer - FB_StreamBuffer - 128 - 160 - - - Tags - T_MaxString - 2048 - 288 - - - TagListSeekBuffer - FB_StreamBuffer - 128 - 2336 - - - TagsSeek - STRING(80) - 648 - 2464 - - - TagBuffer - FB_StreamBuffer - 128 - 3136 - - - Tag - T_MaxString - 2048 - 3264 - - - TagOpen - BOOL - 8 - 5312 - - - Select - UDINT - 32 - 5344 - - - SearchPosition - UDINT - 32 - 5376 - - - TAG_OPEN - STRING(1) - 16 - 5408 - - < - - - - TAG_CLOSE - STRING(1) - 16 - 5424 - - > - - - - END_TAG_CLOSE - STRING(2) - 24 - 5440 - - /> - - - - SPACE - STRING(1) - 16 - 5464 - - - - - - EQUALS - STRING(1) - 16 - 5480 - - = - - - - QUOTE - STRING(1) - 16 - 5496 - - " - - - - BACK_SLASH - STRING(1) - 16 - 5512 - - \ - - - - FORWARD_SLASH - STRING(1) - 16 - 5528 - - / - - - - OPEN_COMMENT - STRING(5) - 48 - 5544 - - <!-- - - - - CLOSE_COMMENT - STRING(4) - 40 - 5592 - - --> - - - - TAB - STRING(2) - 24 - 5632 - - - - - - CR_LF - STRING(4) - 40 - 5656 - - - - - - - NewParameter - - Name - T_MaxString - 2048 - - - Value - T_MaxString - 2048 - - - - NewTag - - Name - T_MaxString - 2048 - - - - CloseTag - T_MaxString - 2048 - - ClosedTag - T_MaxString - 2048 - - - - WriteDocumentHeader - - Header - T_MaxString - 2048 - - - - NewComment - - Comment - T_MaxString - 2048 - - - - __getLength - UDINT - 32 - - Length - UDINT - 32 - - - - property - - - - - NewTagData - - Data - T_MaxString - 2048 - - - - SetBuffer - - PointerToBuffer - ADR(..) - BYTE - 32 - - - SizeOfBuffer - SIZEOF(..) - UDINT - 32 - - - - ClearBuffer - - - ToStartBuffer - - - - PouType - FunctionBlock - - - - - FB_xUnitXmlPublisher - +]]>5696XmlBufferFB_StreamBuffer12832TagListBufferFB_StreamBuffer128160TagsT_MaxString2048288TagListSeekBufferFB_StreamBuffer1282336TagsSeekSTRING(80)6482464TagBufferFB_StreamBuffer1283136TagT_MaxString20483264TagOpenBOOL85312SelectUDINT325344SearchPositionUDINT325376TAG_OPENSTRING(1)165408<TAG_CLOSESTRING(1)165424>END_TAG_CLOSESTRING(2)245440/>SPACESTRING(1)165464 EQUALSSTRING(1)165480=QUOTESTRING(1)165496"BACK_SLASHSTRING(1)165512\FORWARD_SLASHSTRING(1)165528/OPEN_COMMENTSTRING(5)485544<!-- CLOSE_COMMENTSTRING(4)405592 -->TABSTRING(2)245632 CR_LFSTRING(4)405656 +NewParameterNameT_MaxString2048ValueT_MaxString2048NewTagNameT_MaxString2048CloseTagT_MaxString2048ClosedTagT_MaxString2048WriteDocumentHeaderHeaderT_MaxString2048NewCommentCommentT_MaxString2048__getLengthUDINT32LengthUDINT32propertyNewTagDataDataT_MaxString2048SetBufferPointerToBufferBYTE32SizeOfBufferUDINT32ClearBufferToStartBufferPouTypeFunctionBlockFB_xUnitXmlPublisher - 530304 - I_TestResultLogger - - TestResults - I_TestResults - 32 - 64 - - - AccessMode - ACCESS_MODE - 32 - 96 - - 4 - - - - File - FB_FileControl - 96 - 128 - - - Xml - FB_XmlControl - 5696 - 224 - - - BufferInitialised - BOOL - 8 - 5920 - - 0 - - - - Buffer - BYTE - - 0 - 65535 - - 524280 - 5928 - - - WritingTestSuiteResultNumber - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - 530208 - - - PublishTrigger - R_TRIG - 64 - 530240 - - - DeleteOpenWriteClose - RTS_IEC_RESULT - 32 - - - LogTestSuiteResults - - UnitTestResults - ST_TestSuiteResults - 32 - - - CurrentSuiteNumber - UINT - 16 - - - CurrentTestCount - UINT - 16 - - - TEST_STATUS_SKIP - STRING(80) - 648 - - - TEST_STATUS_PASS - STRING(80) - 648 - - - TEST_STATUS_FAIL - STRING(80) - 648 - - - - Initialised - BOOL - 8 - - - - PouType - FunctionBlock - - - - - FB_TcUnitRunner - +]]>530304I_TestResultLoggerTestResultsI_TestResults3264AccessModeACCESS_MODE32964FileFB_FileControl96128XmlFB_XmlControl5696224BufferInitialisedBOOL859200BufferBYTE0655355242805928WritingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16530208PublishTriggerR_TRIG64530240DeleteOpenWriteCloseRTS_IEC_RESULT32LogTestSuiteResultsUnitTestResultsST_TestSuiteResults32CurrentSuiteNumberUINT16CurrentTestCountUINT16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648InitialisedBOOL8PouTypeFunctionBlockFB_TcUnitRunner - 621826944 - - AllTestSuitesFinished - BOOL - 8 - 32 - - 0 - - - - TestResults - FB_TestResults - 621296256 - 64 - - - AdsTestResultLogger - FB_AdsTestResultLogger - 224 - 621296320 - - - old_input_assignments - - - - - TestResultLogger - I_TestResultLogger - 32 - 621296544 - - - AbortRunningTestSuites - BOOL - 8 - 621296576 - - - xUnitXmlPublisher - FB_xUnitXmlPublisher - 530304 - 621296608 - - - old_input_assignments - - - - - XmlTestResultPublisher - I_TestResultLogger - 32 - 621826912 - - - AbortRunningTestSuiteTests - - - RunTestSuiteTests - - Counter - UINT - 16 - - - BusyPrinting - BOOL - 8 - - - NumberOfTestSuitesFinished - UINT - 16 - - - - - PouType - FunctionBlock - - - - - TYPE_CLASS - 32 - DWORD - - TYPE_BOOL - 0 - - - TYPE_BIT - 1 - - - TYPE_BYTE - 2 - - - TYPE_WORD - 3 - - - TYPE_DWORD - 4 - - - TYPE_LWORD - 5 - - - TYPE_SINT - 6 - - - TYPE_INT - 7 - - - TYPE_DINT - 8 - - - TYPE_LINT - 9 - - - TYPE_USINT - 10 - - - TYPE_UINT - 11 - - - TYPE_UDINT - 12 - - - TYPE_ULINT - 13 - - - TYPE_REAL - 14 - - - TYPE_LREAL - 15 - - - TYPE_STRING - 16 - - - TYPE_WSTRING - 17 - - - TYPE_TIME - 18 - - - TYPE_DATE - 19 - - - TYPE_DATEANDTIME - 20 - - - TYPE_TIMEOFDAY - 21 - - - TYPE_POINTER - 22 - - - TYPE_REFERENCE - 23 - - - TYPE_SUBRANGE - 24 - - - TYPE_ENUM - 25 - - - TYPE_ARRAY - 26 - - - TYPE_PARAMS - 27 - - - TYPE_USERDEF - 28 - - - TYPE_NONE - 29 - - - TYPE_ANY - 30 - - - TYPE_ANYBIT - 31 - - - TYPE_ANYDATE - 32 - - - TYPE_ANYINT - 33 - - - TYPE_ANYNUM - 34 - - - TYPE_ANYREAL - 35 - - - TYPE_LAZY - 36 - - - TYPE_LTIME - 37 - - - TYPE_BITCONST - 38 - - - - AnyType - 96 - - pValue - BYTE - 32 - 0 - - - diSize - DINT - 32 - 32 - - - TypeClass - TYPE_CLASS - 32 - 64 - - - - linkalways - - - - - FB_Test - +]]>621826944AllTestSuitesFinishedBOOL8320TestResultsFB_TestResults62129625664AdsTestResultLoggerFB_AdsTestResultLogger224621296320old_input_assignmentsTestResultLoggerI_TestResultLogger32621296544AbortRunningTestSuitesBOOL8621296576xUnitXmlPublisherFB_xUnitXmlPublisher530304621296608old_input_assignmentsXmlTestResultPublisherI_TestResultLogger32621826912AbortRunningTestSuiteTestsRunTestSuiteTestsCounterUINT16BusyPrintingBOOL8NumberOfTestSuitesFinishedUINT16PouTypeFunctionBlockTYPE_CLASS32DWORDTYPE_BOOL0TYPE_BIT1TYPE_BYTE2TYPE_WORD3TYPE_DWORD4TYPE_LWORD5TYPE_SINT6TYPE_INT7TYPE_DINT8TYPE_LINT9TYPE_USINT10TYPE_UINT11TYPE_UDINT12TYPE_ULINT13TYPE_REAL14TYPE_LREAL15TYPE_STRING16TYPE_WSTRING17TYPE_TIME18TYPE_DATE19TYPE_DATEANDTIME20TYPE_TIMEOFDAY21TYPE_POINTER22TYPE_REFERENCE23TYPE_SUBRANGE24TYPE_ENUM25TYPE_ARRAY26TYPE_PARAMS27TYPE_USERDEF28TYPE_NONE29TYPE_ANY30TYPE_ANYBIT31TYPE_ANYDATE32TYPE_ANYINT33TYPE_ANYNUM34TYPE_ANYREAL35TYPE_LAZY36TYPE_LTIME37TYPE_BITCONST38AnyType96pValueBYTE320diSizeDINT3232TypeClassTYPE_CLASS3264linkalwaysFB_Test - 4192 - - TestName - T_MaxString - 2048 - 32 - - - TestIsFinished - BOOL - 8 - 2080 - - - TestIsSkipped - BOOL - 8 - 2088 - - - NumberOfAssertions - UINT - 16 - 2096 - - - TestIsFailed - BOOL - 8 - 2112 - - - AssertionMessage - T_MaxString - 2048 - 2120 - - - AssertionType - E_AssertionType - 8 - 4168 - - - GetAssertionType - E_AssertionType - 8 - - - SetFailed - - - SetName - - Name - T_MaxString - 2048 - - - - GetName - T_MaxString - 2048 - - - SetNumberOfAssertions - - NoOfAssertions - UINT - 16 - - - - IsSkipped - BOOL - 8 - - - SetFinished - BOOL - 8 - - - GetAssertionMessage - T_MaxString - 2048 - - - SetSkipped - - - SetAssertionMessage - - AssertMessage - T_MaxString - 2048 - - - - SetAssertionType - - AssertType - E_AssertionType - 8 - - - - IsFinished - BOOL - 8 - - - GetNumberOfAssertions - UINT - 16 - - - IsFailed - BOOL - 8 - - - - PouType - FunctionBlock - - - - - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - UINT - - - LowerBorder - 1 - - - UpperBorder - 100 - - - - - TypeClass - 16 - INT - - TYPE_BOOL - 0 - - - TYPE_BIT - 1 - - - TYPE_BYTE - 2 - - - TYPE_WORD - 3 - - - TYPE_DWORD - 4 - - - TYPE_LWORD - 5 - - - TYPE_SINT - 6 - - - TYPE_INT - 7 - - - TYPE_DINT - 8 - - - TYPE_LINT - 9 - - - TYPE_USINT - 10 - - - TYPE_UINT - 11 - - - TYPE_UDINT - 12 - - - TYPE_ULINT - 13 - - - TYPE_REAL - 14 - - - TYPE_LREAL - 15 - - - TYPE_STRING - 16 - - - TYPE_WSTRING - 17 - - - TYPE_TIME - 18 - - - TYPE_DATE - 19 - - - TYPE_DATEANDTIME - 20 - - - TYPE_TIMEOFDAY - 21 - - - TYPE_POINTER - 22 - - - TYPE_REFERENCE - 23 - - - TYPE_SUBRANGE - 24 - - - TYPE_ENUM - 25 - - - TYPE_ARRAY - 26 - - - TYPE_PARAMS - 27 - - - TYPE_USERDEF - 28 - - - TYPE_NONE - 29 - - - TYPE_ANY - 30 - - - TYPE_ANYBIT - 31 - - - TYPE_ANYDATE - 32 - - - TYPE_ANYINT - 33 - - - TYPE_ANYNUM - 34 - - - TYPE_ANYREAL - 35 - - - TYPE_LAZY - 36 - - - TYPE_LTIME - 37 - - - TYPE_BITCONST - 38 - - - TYPE_INTERFACE - -4096 - - - - U_ExpectedOrActual - 4096 - - boolExpectedOrActual - BOOL - 8 - 0 - - - bitExpectedOrActual - BIT - 8 - 0 - - - byteExpectedOrActual - BYTE - 8 - 0 - - - sintExpectedOrActual - SINT - 8 - 0 - - - usintExpectedOrActual - USINT - 8 - 0 - - - intExpectedOrActual - INT - 16 - 0 - - - uintExpectedOrActual - UINT - 16 - 0 - - - wordExpectedOrActual - WORD - 16 - 0 - - - dwordExpectedOrActual - DWORD - 32 - 0 - - - dateandtimeExpectedOrActual - DATE_AND_TIME - 32 - 0 - - - dintExpectedOrActual - DINT - 32 - 0 - - - realExpectedOrActual - REAL - 32 - 0 - - - timeExpectedOrActual - TIME - 32 - 0 - - - dateExpectedOrActual - DATE - 32 - 0 - - - udintExpectedOrActual - UDINT - 32 - 0 - - - timeofdayExpectedOrActual - TIME_OF_DAY - 32 - 0 - - - lwordExpectedOrActual - LWORD - 64 - 0 - - - lintExpectedOrActual - LINT - 64 - 0 - - - ulintExpectedOrActual - ULINT - 64 - 0 - - - lrealExpectedOrActual - LREAL - 64 - 0 - - - ltimeExpectedOrActual - LTIME - 64 - 0 - - - stringExpectedOrActual - T_MaxString - 2048 - 0 - - - wstringExpectedOrActual - WSTRING(255) - 4096 - 0 - - - - ST_AssertResult - 12288 - - Expected - U_ExpectedOrActual - 4096 - 0 - - - Actual - U_ExpectedOrActual - 4096 - 4096 - - - Message - T_MaxString - 2048 - 8192 - - - TestInstancePath - T_MaxString - 2048 - 10240 - - - - ST_AssertResultInstances - 12352 - - AssertResult - ST_AssertResult - 12288 - 0 - - - DetectionCount - UINT - Number of instances of the "AssertResult" - 16 - 12288 - - - DetectionCountThisCycle - UINT - Number of instance of the "AssertResult" in this specific PLC-cycle - 16 - 12304 - - - - FB_AssertResultStatic - +]]>4192TestNameT_MaxString204832TestIsFinishedBOOL82080TestIsSkippedBOOL82088NumberOfAssertionsUINT162096TestIsFailedBOOL82112AssertionMessageT_MaxString20482120AssertionTypeE_AssertionType84168GetAssertionTypeE_AssertionType8SetFailedSetNameNameT_MaxString2048GetNameT_MaxString2048SetNumberOfAssertionsNoOfAssertionsUINT16IsSkippedBOOL8SetFinishedBOOL8GetAssertionMessageT_MaxString2048SetSkippedSetAssertionMessageAssertMessageT_MaxString2048SetAssertionTypeAssertTypeE_AssertionType8IsFinishedBOOL8GetNumberOfAssertionsUINT16IsFailedBOOL8PouTypeFunctionBlockUINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16UINTLowerBorder1UpperBorder100TypeClass16INTTYPE_BOOL0TYPE_BIT1TYPE_BYTE2TYPE_WORD3TYPE_DWORD4TYPE_LWORD5TYPE_SINT6TYPE_INT7TYPE_DINT8TYPE_LINT9TYPE_USINT10TYPE_UINT11TYPE_UDINT12TYPE_ULINT13TYPE_REAL14TYPE_LREAL15TYPE_STRING16TYPE_WSTRING17TYPE_TIME18TYPE_DATE19TYPE_DATEANDTIME20TYPE_TIMEOFDAY21TYPE_POINTER22TYPE_REFERENCE23TYPE_SUBRANGE24TYPE_ENUM25TYPE_ARRAY26TYPE_PARAMS27TYPE_USERDEF28TYPE_NONE29TYPE_ANY30TYPE_ANYBIT31TYPE_ANYDATE32TYPE_ANYINT33TYPE_ANYNUM34TYPE_ANYREAL35TYPE_LAZY36TYPE_LTIME37TYPE_BITCONST38TYPE_INTERFACE-4096U_ExpectedOrActual4096boolExpectedOrActualBOOL80bitExpectedOrActualBIT80byteExpectedOrActualBYTE80sintExpectedOrActualSINT80usintExpectedOrActualUSINT80intExpectedOrActualINT160uintExpectedOrActualUINT160wordExpectedOrActualWORD160dwordExpectedOrActualDWORD320dateandtimeExpectedOrActualDATE_AND_TIME320dintExpectedOrActualDINT320realExpectedOrActualREAL320timeExpectedOrActualTIME320dateExpectedOrActualDATE320udintExpectedOrActualUDINT320timeofdayExpectedOrActualTIME_OF_DAY320lwordExpectedOrActualLWORD640lintExpectedOrActualLINT640ulintExpectedOrActualULINT640lrealExpectedOrActualLREAL640ltimeExpectedOrActualLTIME640stringExpectedOrActualT_MaxString20480wstringExpectedOrActualWSTRING(255)40960ST_AssertResult12288ExpectedU_ExpectedOrActual40960ActualU_ExpectedOrActual40964096MessageT_MaxString20488192TestInstancePathT_MaxString204810240ST_AssertResultInstances12352AssertResultST_AssertResult122880DetectionCountUINT1612288DetectionCountThisCycleUINT1612304FB_AssertResultStatic - 24640320 - - AssertResults - ST_AssertResult - - 1 - 1000 - - 12288000 - 64 - - - TotalAsserts - UINT - 16 - 12288064 - - 0 - - - - GetCurrentTaskIndex - GETCURTASKINDEX - 128 - 12288096 - - - AssertResultInstances - ST_AssertResultInstances - - 1 - 1000 - - 12352000 - 12288256 - - - CycleCount - UDINT - 32 - 24640256 - - - FirstCycleExecuted - BOOL - 8 - 24640288 - - - CopyDetectionCountAndResetDetectionCountInThisCycle - - IteratorCounter - UINT - 16 - - - - GetNumberOfAssertsForTest - UINT - 16 - - CompleteTestInstancePath - T_MaxString - 2048 - - - Counter - UINT - 16 - - - NumberOfAsserts - UINT - 16 - - - - CreateAssertResultInstance - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCountThisCycle - UINT - 16 - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCount - UINT - 16 - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - ReportResult - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - ItemType - Output - - - - - LocationIndex - UINT - 16 - - - DataTypesNotEquals - BOOL - 8 - - - DataSizeNotEquals - BOOL - 8 - - - DataContentNotEquals - BOOL - 8 - - - CurrentCycleCount - UDINT - 32 - - - IteratorCounter - UINT - 16 - - - DetectionCountTemp - UINT - 16 - - - FoundOne - BOOL - 8 - - - AdditionalIdenticalAssert - BOOL - 8 - - - - AddAssertResult - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - - - PouType - FunctionBlock - - - - - ST_AssertArrayResult - 4224 - - ExpectedsSize - UDINT - Size in bytes of the expecteds-array - 32 - 0 - - - ExpectedsTypeClass - TypeClass - The data type of the expecteds-array - 16 - 32 - - - ActualsSize - UDINT - Size in bytes of the actuals-array - 32 - 64 - - - ActualsTypeClass - TypeClass - The data type of the actuals-array - 16 - 96 - - - Message - T_MaxString - 2048 - 112 - - - TestInstancePath - T_MaxString - 2048 - 2160 - - - - ST_AssertArrayResultInstances - 4256 - - AssertArrayResult - ST_AssertArrayResult - 4224 - 0 - - - DetectionCount - UINT - Number of instances of the "AssertArrayResult" - 16 - 4224 - - - DetectionCountThisCycle - UINT - Number of instance of the "AssertArrayResult" in this specific PLC-cycle - 16 - 4240 - - - - FB_AssertArrayResultStatic - +]]>24640320AssertResultsST_AssertResult110001228800064TotalAssertsUINT16122880640GetCurrentTaskIndexGETCURTASKINDEX12812288096AssertResultInstancesST_AssertResultInstances110001235200012288256CycleCountUDINT3224640256FirstCycleExecutedBOOL824640288CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16GetNumberOfAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfAssertsUINT16CreateAssertResultInstanceExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8AddAssertResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockST_AssertArrayResult4224ExpectedsSizeUDINT320ExpectedsTypeClassTypeClass1632ActualsSizeUDINT3264ActualsTypeClassTypeClass1696MessageT_MaxString2048112TestInstancePathT_MaxString20482160ST_AssertArrayResultInstances4256AssertArrayResultST_AssertArrayResult42240DetectionCountUINT164224DetectionCountThisCycleUINT164240FB_AssertArrayResultStatic - 8480256 - - AssertArrayResults - ST_AssertArrayResult - - 1 - 1000 - - 4224000 - 32 - - - TotalArrayAsserts - UINT - 16 - 4224032 - - 0 - - - - GetCurrentTaskIndex - GETCURTASKINDEX - 128 - 4224064 - - - AssertArrayResultInstances - ST_AssertArrayResultInstances - - 1 - 1000 - - 4256000 - 4224192 - - - CycleCount - UDINT - 32 - 8480192 - - - FirstCycleExecuted - BOOL - 8 - 8480224 - - - CreateAssertResultInstance - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCountThisCycle - UINT - 16 - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCount - UINT - 16 - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - ReportResult - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - ItemType - Output - - - - - LocationIndex - UINT - 16 - - - DataTypesNotEquals - BOOL - 8 - - - DataSizeNotEquals - BOOL - 8 - - - DataContentNotEquals - BOOL - 8 - - - CurrentCycleCount - UDINT - 32 - - - IteratorCounter - UINT - 16 - - - DetectionCountTemp - UINT - 16 - - - FoundOne - BOOL - 8 - - - AdditionalIdenticalAssert - BOOL - 8 - - - - GetNumberOfArrayAssertsForTest - UINT - 16 - - CompleteTestInstancePath - T_MaxString - 2048 - - - Counter - UINT - 16 - - - NumberOfArrayAsserts - UINT - 16 - - - - CopyDetectionCountAndResetDetectionCountInThisCycle - - IteratorCounter - UINT - 16 - - - - AddAssertArrayResult - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - - - PouType - FunctionBlock - - - - - I_AssertMessageFormatter - 32 - PVOID - - LogAssertFailure - - Expected - T_MaxString - 2048 - - - Actual - T_MaxString - 2048 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - - - FB_AdjustAssertFailureMessageToMax253CharLength - +]]>8480256AssertArrayResultsST_AssertArrayResult11000422400032TotalArrayAssertsUINT1642240320GetCurrentTaskIndexGETCURTASKINDEX1284224064AssertArrayResultInstancesST_AssertArrayResultInstances1100042560004224192CycleCountUDINT328480192FirstCycleExecutedBOOL88480224CreateAssertResultInstanceExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8GetNumberOfArrayAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfArrayAssertsUINT16CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16AddAssertArrayResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockI_AssertMessageFormatter32PVOIDLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048FB_AdjustAssertFailureMessageToMax253CharLength - 11584 - - MsgFmtString - T_MaxString - Test instance path - 2048 - 32 - - - ItemType - Input - - - - - StringArg - T_MaxString - Test message - 2048 - 2080 - - - ItemType - Input - - - - - MsgFmtStringProcessed - T_MaxString - 2048 - 4128 - - - ItemType - Output - - - - - StringArgProcessed - T_MaxString - 2048 - 6176 - - - ItemType - Output - - - - - MsgFmtStringTemp - T_MaxString - 2048 - 8224 - - - TestNameTooLong - STRING(80) - 648 - 10272 - - ...TestName too long - - - - TestMsgTooLong - STRING(80) - 648 - 10920 - - ...TestMsg too long - - - - MSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERS - INT - 16 - 11568 - - 253 - - - - - PouType - FunctionBlock - - - - - FB_AdsAssertMessageFormatter - +]]>11584MsgFmtStringT_MaxString204832ItemTypeInputStringArgT_MaxString20482080ItemTypeInputMsgFmtStringProcessedT_MaxString20484128ItemTypeOutputStringArgProcessedT_MaxString20486176ItemTypeOutputMsgFmtStringTempT_MaxString20488224TestNameTooLongSTRING(80)64810272...TestName too longTestMsgTooLongSTRING(80)64810920...TestMsg too longMSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERSINT1611568253PouTypeFunctionBlockFB_AdsAssertMessageFormatter - 64 - I_AssertMessageFormatter - - LogAssertFailure - - Expected - T_MaxString - 2048 - - - Actual - T_MaxString - 2048 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AdjustAssertFailureMessageToMax253CharLength - FB_AdjustAssertFailureMessageToMax253CharLength - 11584 - - - TestInstancePathCleaned - T_MaxString - 2048 - - - TestInstancePathFinal - T_MaxString - 2048 - - - ReturnValue - DINT - 32 - - - TestInstancePathProcessed - T_MaxString - 2048 - - - MessageProcessed - T_MaxString - 2048 - - - - - PouType - FunctionBlock - - - - - FB_TestSuite - This function block is responsible for holding the internal state of the test suite. +]]>64I_AssertMessageFormatterLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AdjustAssertFailureMessageToMax253CharLengthFB_AdjustAssertFailureMessageToMax253CharLength11584TestInstancePathCleanedT_MaxString2048TestInstancePathFinalT_MaxString2048ReturnValueDINT32TestInstancePathProcessedT_MaxString2048MessageProcessedT_MaxString2048PouTypeFunctionBlockFB_TestSuite - 33551744 - - InstancePath - T_MaxString - 2048 - 32 - - - instance-path - - - noinit - - - - - GetCurrentTaskIndex - GETCURTASKINDEX - 128 - 2080 - - - NumberOfTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2208 - - 0 - - - - Tests - FB_Test - - 1 - 100 - - 419200 - 2240 - - - TestDuplicateNameTrigger - R_TRIG - - 1 - 100 - - 6400 - 421440 - - - TestCycleCountIndex - UDINT - - 1 - 100 - - 3200 - 427840 - - - AssertResults - FB_AssertResultStatic - 24640320 - 431040 - - - AssertArrayResults - FB_AssertArrayResultStatic - 8480256 - 25071360 - - - AdsAssertMessageFormatter - FB_AdsAssertMessageFormatter - 64 - 33551616 - - - AssertMessageFormatter - I_AssertMessageFormatter - 32 - 33551680 - - - AssertArrayEquals_REAL - - Expecteds - REAL array with expected values - REAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - REAL array with actual values - REAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_BOOL - - Expected - BOOL expected value - BOOL - 8 - - - Actual - BOOL actual value - BOOL - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - - AssertArrayEquals_WORD - - Expecteds - WORD array with expected values - WORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - WORD array with actual values - WORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedDWordString - STRING(80) - 648 - - - ActualDWordString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_STRING - - Expected - STRING expected value - T_MaxString - 2048 - - - Actual - STRING actual value - T_MaxString - 2048 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_ULINT - - Expected - ULINT expected value - ULINT - 64 - - - Actual - ULINT actual value - ULINT - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_USINT - - Expecteds - USINT array with expected values - USINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - USINT array with actual values - USINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - CalculateAndSetNumberOfAssertsForTest - - TestName - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - TotalNumberOfAsserts - UINT - 16 - - - NumberOfAsserts - UINT - 16 - - - NumberOfArrayAsserts - UINT - 16 - - - IteratorCounter - UINT - 16 - - - - AssertArrayEquals_BYTE - - Expecteds - BYTE array with expected values - BYTE - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - BYTE array with actual values - BYTE - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedByteString - STRING(80) - 648 - - - ActualByteString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - SetTestFailed - - AssertionType - E_AssertionType - 8 - - - AssertionMessage - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - AssertEquals_WORD - - Expected - WORD expected value - WORD - 16 - - - Actual - WORD actual value - WORD - 16 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - SetTestFinished - BOOL - 8 - - TestName - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - AssertArrayEquals_ULINT - - Expecteds - ULINT array with expected values - ULINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - ULINT array with actual values - ULINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - IsTestFinished - BOOL - 8 - - TestName - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - AssertEquals_LINT - - Expected - LINT expected value - LINT - 64 - - - Actual - LINT actual value - LINT - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals - - Expected - Expected value - AnyType - 96 - - - anytypeclass - ANY - - - - - Actual - The value to check against expected - AnyType - 96 - - - anytypeclass - ANY - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Count - DINT - 32 - - - ExpectedDataString - T_MaxString - 2048 - - - ActualDataString - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - boolExpected - BOOL - 8 - - - boolActual - BOOL - 8 - - - byteExpected - BYTE - 8 - - - byteActual - BYTE - 8 - - - dateExpected - DATE - 32 - - - dateActual - DATE - 32 - - - dateAndTimeExpected - DATE_AND_TIME - 32 - - - dateAndTimeActual - DATE_AND_TIME - 32 - - - dintExpected - DINT - 32 - - - dintActual - DINT - 32 - - - dwordExpected - DWORD - 32 - - - dwordActual - DWORD - 32 - - - intExpected - INT - 16 - - - intActual - INT - 16 - - - lintExpected - LINT - 64 - - - lintActual - LINT - 64 - - - lrealExpected - LREAL - 64 - - - lrealActual - LREAL - 64 - - - ltimeExpected - LTIME - 64 - - - ltimeActual - LTIME - 64 - - - lwordExpected - LWORD - 64 - - - lwordActual - LWORD - 64 - - - realExpected - REAL - 32 - - - realActual - REAL - 32 - - - sintExpected - SINT - 8 - - - sintActual - SINT - 8 - - - stringExpected - T_MaxString - 2048 - - - stringActual - T_MaxString - 2048 - - - wstringExpected - WSTRING(255) - 4096 - - - wstringActual - WSTRING(255) - 4096 - - - timeExpected - TIME - 32 - - - timeActual - TIME - 32 - - - timeOfDayExpected - TIME_OF_DAY - 32 - - - timeOfDayActual - TIME_OF_DAY - 32 - - - udintExpected - UDINT - 32 - - - udintActual - UDINT - 32 - - - uintExpected - UINT - 16 - - - uintActual - UINT - 16 - - - ulintExpected - ULINT - 64 - - - ulintActual - ULINT - 64 - - - usintExpected - USINT - 8 - - - usintActual - USINT - 8 - - - wordExpected - WORD - 16 - - - wordActual - WORD - 16 - - - DataTypesNotEquals - BOOL - 8 - - - DataSizeNotEquals - BOOL - 8 - - - DataContentNotEquals - BOOL - 8 - - - IteratorCounter - DINT - 32 - - - - hasanytype - - - - - AssertEquals_TIME_OF_DAY - - Expected - TIME_OF_DAY expected value - TIME_OF_DAY - 32 - - - Actual - TIME_OF_DAY actual value - TIME_OF_DAY - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_USINT - - Expected - USINT expected value - USINT - 8 - - - Actual - USINT actual value - USINT - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - - AssertArrayEquals_DINT - - Expecteds - DINT array with expected values - DINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - DINT array with actual values - DINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_SINT - - Expected - SINT expected value - SINT - 8 - - - Actual - SINT actual value - SINT - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - GetNumberOfTests - UINT - 16 - - - AssertEquals_LREAL - - Expected - LREAL expected value - LREAL - 64 - - - Actual - LREAL actual value - LREAL - 64 - - - Delta - The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_WSTRING - - Expected - WSTRING expected value - WSTRING(255) - 4096 - - - Actual - WSTRING actual value - WSTRING(255) - 4096 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArray2dEquals_REAL - - Expecteds - REAL 2d array with expected values - REAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Actuals - REAL 2d array with actual values - REAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - USINT - 8 - - - LowerBoundExpecteds - DINT - - 1 - 2 - - 64 - - - UpperBoundExpecteds - DINT - - 1 - 2 - - 64 - - - LowerBoundActuals - DINT - - 1 - 2 - - 64 - - - UpperBoundActuals - DINT - - 1 - 2 - - 64 - - - SizeOfExpecteds - DINT - - 1 - 2 - - 64 - - - SizeOfActuals - DINT - - 1 - 2 - - 64 - - - Offset - DINT - - 1 - 2 - - 64 - - - ExpectedArrayIndex - DINT - - 1 - 2 - - 64 - - - ActualArrayIndex - DINT - - 1 - 2 - - 64 - - - Expected - REAL - 32 - - - Actual - REAL - 32 - - - __Index__0 - DINT - 32 - - - - AddTestNameToInstancePath - T_MaxString - 2048 - - TestInstancePath - T_MaxString - 2048 - - - CompleteTestInstancePath - T_MaxString - 2048 - - - - AssertTrue - - Condition - Condition to be checked - BOOL - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - - AssertArray3dEquals_LREAL - - Expecteds - LREAL 3d array with expected values - LREAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Actuals - LREAL 3d array with actual values - LREAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - USINT - 8 - - - LowerBoundExpecteds - DINT - - 1 - 3 - - 96 - - - UpperBoundExpecteds - DINT - - 1 - 3 - - 96 - - - LowerBoundActuals - DINT - - 1 - 3 - - 96 - - - UpperBoundActuals - DINT - - 1 - 3 - - 96 - - - SizeOfExpecteds - DINT - - 1 - 3 - - 96 - - - SizeOfActuals - DINT - - 1 - 3 - - 96 - - - Offset - DINT - - 1 - 3 - - 96 - - - ExpectedArrayIndex - DINT - - 1 - 3 - - 96 - - - ActualArrayIndex - DINT - - 1 - 3 - - 96 - - - Expected - LREAL - 64 - - - Actual - LREAL - 64 - - - __Index__0 - DINT - 32 - - - - AssertEquals_INT - - Expected - INT expected value - INT - 16 - - - Actual - INT actual value - INT - 16 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_DATE - - Expected - DATE expected value - DATE - 32 - - - Actual - DATE actual value - DATE - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_DWORD - - Expected - DWORD expected value - DWORD - 32 - - - Actual - DWORD actual value - DWORD - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_REAL - - Expected - REAL expected value - REAL - 32 - - - Actual - REAL actual value - REAL - 32 - - - Delta - The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_UDINT - - Expected - UDINT expected value - UDINT - 32 - - - Actual - UDINT actual value - UDINT - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_LTIME - - Expected - LTIME expected value - LTIME - 64 - - - Actual - LTIME actual value - LTIME - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_SINT - - Expecteds - SINT array with expected values - SINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - SINT array with actual values - SINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_TIME - - Expected - TIME expected value - TIME - 32 - - - Actual - TIME actual value - TIME - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_DATE_AND_TIME - - Expected - DATE_AND_TIME expected value - DATE_AND_TIME - 32 - - - Actual - DATE_AND_TIME actual value - DATE_AND_TIME - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArray3dEquals_REAL - - Expecteds - REAL 3d array with expected values - REAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Actuals - REAL 3d array with actual values - REAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - USINT - 8 - - - LowerBoundExpecteds - DINT - - 1 - 3 - - 96 - - - UpperBoundExpecteds - DINT - - 1 - 3 - - 96 - - - LowerBoundActuals - DINT - - 1 - 3 - - 96 - - - UpperBoundActuals - DINT - - 1 - 3 - - 96 - - - SizeOfExpecteds - DINT - - 1 - 3 - - 96 - - - SizeOfActuals - DINT - - 1 - 3 - - 96 - - - Offset - DINT - - 1 - 3 - - 96 - - - ExpectedArrayIndex - DINT - - 1 - 3 - - 96 - - - ActualArrayIndex - DINT - - 1 - 3 - - 96 - - - Expected - REAL - 32 - - - Actual - REAL - 32 - - - ExpectedValueString - T_MaxString - 2048 - - - ActualValueString - T_MaxString - 2048 - - - FormatString - FB_FormatString - 7840 - - - __Index__0 - DINT - 32 - - - - AssertEquals_DINT - - Expected - DINT expected value - DINT - 32 - - - Actual - DINT actual value - DINT - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_UDINT - - Expecteds - UDINT array with expected values - UDINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - UDINT array with actual values - UDINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_INT - - Expecteds - INT array with expected values - INT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - INT array with actual values - INT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertFalse - - Condition - Condition to be checked - BOOL - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - - GetNumberOfFailedTests - UINT - 16 - - Counter - UINT - 16 - - - FailedTestsCount - UINT - 16 - - - - AssertArrayEquals_LINT - - Expecteds - LINT array with expected values - LINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - LINT array with actual values - LINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_LWORD - - Expecteds - LWORD array with expected values - LWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - LWORD array with actual values - LWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedLWordString - STRING(80) - 648 - - - ActualLWordString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - GetTestByPosition - FB_Test - 4192 - - Position - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - - AssertEquals_LWORD - - Expected - LWORD expected value - LWORD - 64 - - - Actual - LWORD actual value - LWORD - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArray2dEquals_LREAL - - Expecteds - LREAL 2d array with expected values - LREAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Actuals - LREAL 2d array with actual values - LREAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - USINT - 8 - - - LowerBoundExpecteds - DINT - - 1 - 2 - - 64 - - - UpperBoundExpecteds - DINT - - 1 - 2 - - 64 - - - LowerBoundActuals - DINT - - 1 - 2 - - 64 - - - UpperBoundActuals - DINT - - 1 - 2 - - 64 - - - SizeOfExpecteds - DINT - - 1 - 2 - - 64 - - - SizeOfActuals - DINT - - 1 - 2 - - 64 - - - Offset - DINT - - 1 - 2 - - 64 - - - ExpectedArrayIndex - DINT - - 1 - 2 - - 64 - - - ActualArrayIndex - DINT - - 1 - 2 - - 64 - - - Expected - LREAL - 64 - - - Actual - LREAL - 64 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_BOOL - - Expecteds - BOOL array with expected values - BOOL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - BOOL array with actual values - BOOL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AreAllTestsFinished - BOOL - 8 - - Counter - UINT - 16 - - - GetCurTaskIndex - GETCURTASKINDEX - 128 - - - - AddTest - - TestName - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - ErrorMessage - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - FunctionCallResult - DINT - 32 - - - CycleCount - UDINT - 32 - - - TestWithThisNameAlreadyExists - BOOL - 8 - - - LowerCasedTestName - T_MaxString - 2048 - - - TrimmedTestName - T_MaxString - 2048 - - - IgnoreCurrentTestCase - BOOL - 8 - - - - AssertArrayEquals_DWORD - - Expecteds - DWORD array with expected values - DWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - DWORD array with actual values - DWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedDWordString - STRING(80) - 648 - - - ActualDWordString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - FindTestSuiteInstancePath - T_MaxString - 2048 - - - AssertEquals_BYTE - - Expected - BYTE expected value - BYTE - 8 - - - Actual - BYTE actual value - BYTE - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_UINT - - Expected - UINT expected value - UINT - 16 - - - Actual - UINT actual value - UINT - 16 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - GetInstancePath - T_MaxString - 2048 - - - GetNumberOfSkippedTests - UINT - 16 - - Counter - UINT - 16 - - - SkippedTestsCount - UINT - 16 - - - - AssertArrayEquals_UINT - - Expecteds - UINT array with expected values - UINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - UINT array with actual values - UINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_LREAL - - Expecteds - LREAL array with expected values - LREAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - LREAL array with actual values - LREAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - GetNumberOfSuccessfulTests - UINT - 16 - - - - PouType - FunctionBlock - - - call_after_init - - - reflection - - - - - ST_AdsLogStringMessage - 4128 - - MsgCtrlMask - DWORD - 32 - 0 - - - MsgFmtStr - T_MaxString - 2048 - 32 - - - StrArg - T_MaxString - 2048 - 2080 - - - - pack_mode - 1 - - - - - FB_MemRingBuffer - This function block implements ring buffer fifo functionality. +]]>33551744InstancePathT_MaxString204832instance-pathnoinitGetCurrentTaskIndexGETCURTASKINDEX1282080NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)1622080TestsFB_Test11004192002240TestDuplicateNameTriggerR_TRIG11006400421440TestCycleCountIndexUDINT11003200427840AssertResultsFB_AssertResultStatic24640320431040AssertArrayResultsFB_AssertArrayResultStatic848025625071360AdsAssertMessageFormatterFB_AdsAssertMessageFormatter6433551616AssertMessageFormatterI_AssertMessageFormatter3233551680AssertArrayEquals_REALExpectedsREAL32variable_length_arrayDimensions1ActualsREAL32variable_length_arrayDimensions1DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_BOOLExpectedBOOL8ActualBOOL8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertArrayEquals_WORDExpectedsWORD32variable_length_arrayDimensions1ActualsWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_STRINGExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_ULINTExpectedULINT64ActualULINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_USINTExpectedsUSINT32variable_length_arrayDimensions1ActualsUSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32CalculateAndSetNumberOfAssertsForTestTestNameT_MaxString2048TestInstancePathT_MaxString2048TotalNumberOfAssertsUINT16NumberOfAssertsUINT16NumberOfArrayAssertsUINT16IteratorCounterUINT16AssertArrayEquals_BYTEExpectedsBYTE32variable_length_arrayDimensions1ActualsBYTE32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedByteStringSTRING(80)648ActualByteStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32SetTestFailedAssertionTypeE_AssertionType8AssertionMessageT_MaxString2048IteratorCounterUINT16AssertEquals_WORDExpectedWORD16ActualWORD16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8SetTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16AssertArrayEquals_ULINTExpectedsULINT32variable_length_arrayDimensions1ActualsULINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32IsTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16AssertEquals_LINTExpectedLINT64ActualLINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEqualsExpectedAnyType96anytypeclassANYActualAnyType96anytypeclassANYMessageT_MaxString2048CountDINT32ExpectedDataStringT_MaxString2048ActualDataStringT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8boolExpectedBOOL8boolActualBOOL8byteExpectedBYTE8byteActualBYTE8dateExpectedDATE32dateActualDATE32dateAndTimeExpectedDATE_AND_TIME32dateAndTimeActualDATE_AND_TIME32dintExpectedDINT32dintActualDINT32dwordExpectedDWORD32dwordActualDWORD32intExpectedINT16intActualINT16lintExpectedLINT64lintActualLINT64lrealExpectedLREAL64lrealActualLREAL64ltimeExpectedLTIME64ltimeActualLTIME64lwordExpectedLWORD64lwordActualLWORD64realExpectedREAL32realActualREAL32sintExpectedSINT8sintActualSINT8stringExpectedT_MaxString2048stringActualT_MaxString2048wstringExpectedWSTRING(255)4096wstringActualWSTRING(255)4096timeExpectedTIME32timeActualTIME32timeOfDayExpectedTIME_OF_DAY32timeOfDayActualTIME_OF_DAY32udintExpectedUDINT32udintActualUDINT32uintExpectedUINT16uintActualUINT16ulintExpectedULINT64ulintActualULINT64usintExpectedUSINT8usintActualUSINT8wordExpectedWORD16wordActualWORD16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8IteratorCounterDINT32hasanytypeAssertEquals_TIME_OF_DAYExpectedTIME_OF_DAY32ActualTIME_OF_DAY32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_USINTExpectedUSINT8ActualUSINT8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertArrayEquals_DINTExpectedsDINT32variable_length_arrayDimensions1ActualsDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_SINTExpectedSINT8ActualSINT8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetNumberOfTestsUINT16AssertEquals_LREALExpectedLREAL64ActualLREAL64DeltaLREAL64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_WSTRINGExpectedWSTRING(255)4096ActualWSTRING(255)4096MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_REALExpectedsREAL32variable_length_arrayDimensions2ActualsREAL32variable_length_arrayDimensions2DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedREAL32ActualREAL32__Index__0DINT32AddTestNameToInstancePathT_MaxString2048TestInstancePathT_MaxString2048CompleteTestInstancePathT_MaxString2048AssertTrueConditionBOOL8MessageT_MaxString2048AssertArray3dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions3ActualsLREAL32variable_length_arrayDimensions3DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertEquals_INTExpectedINT16ActualINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_DATEExpectedDATE32ActualDATE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_DWORDExpectedDWORD32ActualDWORD32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_REALExpectedREAL32ActualREAL32DeltaREAL32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_UDINTExpectedUDINT32ActualUDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_LTIMEExpectedLTIME64ActualLTIME64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_SINTExpectedsSINT32variable_length_arrayDimensions1ActualsSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_TIMEExpectedTIME32ActualTIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_DATE_AND_TIMEExpectedDATE_AND_TIME32ActualDATE_AND_TIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray3dEquals_REALExpectedsREAL32variable_length_arrayDimensions3ActualsREAL32variable_length_arrayDimensions3DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedREAL32ActualREAL32ExpectedValueStringT_MaxString2048ActualValueStringT_MaxString2048FormatStringFB_FormatString7840__Index__0DINT32AssertEquals_DINTExpectedDINT32ActualDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_UDINTExpectedsUDINT32variable_length_arrayDimensions1ActualsUDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_INTExpectedsINT32variable_length_arrayDimensions1ActualsINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertFalseConditionBOOL8MessageT_MaxString2048GetNumberOfFailedTestsUINT16CounterUINT16FailedTestsCountUINT16AssertArrayEquals_LINTExpectedsLINT32variable_length_arrayDimensions1ActualsLINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_LWORDExpectedsLWORD32variable_length_arrayDimensions1ActualsLWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedLWordStringSTRING(80)648ActualLWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32GetTestByPositionFB_Test4192PositionUINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AssertEquals_LWORDExpectedLWORD64ActualLWORD64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions2ActualsLREAL32variable_length_arrayDimensions2DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertArrayEquals_BOOLExpectedsBOOL32variable_length_arrayDimensions1ActualsBOOL32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AreAllTestsFinishedBOOL8CounterUINT16GetCurTaskIndexGETCURTASKINDEX128AddTestTestNameT_MaxString2048IteratorCounterUINT16ErrorMessageT_MaxString2048TestInstancePathT_MaxString2048FunctionCallResultDINT32CycleCountUDINT32TestWithThisNameAlreadyExistsBOOL8LowerCasedTestNameT_MaxString2048TrimmedTestNameT_MaxString2048IgnoreCurrentTestCaseBOOL8AssertArrayEquals_DWORDExpectedsDWORD32variable_length_arrayDimensions1ActualsDWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32FindTestSuiteInstancePathT_MaxString2048AssertEquals_BYTEExpectedBYTE8ActualBYTE8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_UINTExpectedUINT16ActualUINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetInstancePathT_MaxString2048GetNumberOfSkippedTestsUINT16CounterUINT16SkippedTestsCountUINT16AssertArrayEquals_UINTExpectedsUINT32variable_length_arrayDimensions1ActualsUINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_LREALExpectedsLREAL32variable_length_arrayDimensions1ActualsLREAL32variable_length_arrayDimensions1DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32GetNumberOfSuccessfulTestsUINT16PouTypeFunctionBlockcall_after_initreflectionST_AdsLogStringMessage4128MsgCtrlMaskDWORD320MsgFmtStrT_MaxString204832StrArgT_MaxString20482080pack_mode1FB_MemRingBuffer - 544 - - pWrite - BYTE - Pointer to write data - 32 - 32 - - - ItemType - Input - - - - - cbWrite - UDINT - Byte size of write data - 32 - 64 - - - ItemType - Input - - - - - pRead - BYTE - Pointer to read data buffer - 32 - 96 - - - ItemType - Input - - - - - cbRead - UDINT - Byte size of read data buffer - 32 - 128 - - - ItemType - Input - - - - - pBuffer - BYTE - Pointer to ring buffer data bytes - 32 - 160 - - - ItemType - Input - - - - - cbBuffer - UDINT - Max. ring buffer byte size - 32 - 192 - - - ItemType - Input - - - - - bOk - BOOL - TRUE = new entry added or removed succesfully, FALSE = fifo overflow or fifo empty - 8 - 224 - - - ItemType - Output - - - - - nCount - UDINT - Number of fifo entries - 32 - 256 - - 0 - - - - ItemType - Output - - - - - cbSize - UDINT - Current byte length of fifo data - 32 - 288 - - 0 - - - - ItemType - Output - - - - - cbReturn - UDINT - If bOk == TRUE => Number of recend realy returned (removed or get) data bytes - If bOk == FALSE and cbReturn <> 0 => Number of required read buffer data bytes (cbRead underflow) - 32 - 320 - - 0 - - - - ItemType - Output - - - - - idxLast - DWORD - 32 - 352 - - 0 - - - - conditionalshow - - - - - idxFirst - DWORD - 32 - 384 - - 0 - - - - conditionalshow - - - - - idxGet - DWORD - 32 - 416 - - - conditionalshow - - - - - pTmp - BYTE - 32 - 448 - - - conditionalshow - - - - - cbTmp - DWORD - 32 - 480 - - - conditionalshow - - - - - cbCopied - DWORD - 32 - 512 - - - conditionalshow - - - - - A_Reset - - - A_AddTail - - - A_RemoveHead - - - A_GetHead - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_AdsLogStringMessageFifoQueue - This function block is responsible for making sure that the ADSLOGSTR-messages to the ADS-router are transmitted + A_RemoveHead gets and removes first (oldest) entry. Use A_Reset to clear all fifo data. ]]>544pWriteBYTE3232ItemTypeInputcbWriteUDINT3264ItemTypeInputpReadBYTE3296ItemTypeInputcbReadUDINT32128ItemTypeInputpBufferBYTE32160ItemTypeInputcbBufferUDINT32192ItemTypeInputbOkBOOL8224ItemTypeOutputnCountUDINT322560ItemTypeOutputcbSizeUDINT322880ItemTypeOutputcbReturnUDINT Number of recend realy returned (removed or get) data bytes + If bOk == FALSE and cbReturn <> 0 => Number of required read buffer data bytes (cbRead underflow) ]]>323200ItemTypeOutputidxLastDWORD323520conditionalshowidxFirstDWORD323840conditionalshowidxGetDWORD32416conditionalshowpTmpBYTE32448conditionalshowcbTmpDWORD32480conditionalshowcbCopiedDWORD32512conditionalshowA_ResetA_AddTailA_RemoveHeadA_GetHeadPouTypeFunctionBlockconditionalshow_all_localsFB_AdsLogStringMessageFifoQueue - 8320864 - - ArrayBuffer - BYTE - - 0 - 1040000 - - 8320000 - 32 - - - MemRingBuffer - FB_MemRingBuffer - 544 - 8320032 - - - TimerBetweenMessages - TON - 224 - 8320576 - - - .IN - 1 - - - .PT - 10 - - - - - MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORD - USINT - 8 - 8320800 - - 4 - - - - TIME_BETWEEN_MESSAGES - TIME - 32 - 8320832 - - 10 - - - - GetLogCount - UDINT - 32 - - - WriteLog - - MsgCtrlMask - DWORD - 32 - - - MsgFmtStr - T_MaxString - 2048 - - - StrArg - T_MaxString - 2048 - - - Error - Buffer overflow - BOOL - 8 - - - ItemType - Output - - - - - AdsLogStringMessage - ST_AdsLogStringMessage - 4128 - - - - GetAndRemoveLogFromQueue - - AdsLogStringMessage - ST_AdsLogStringMessage - 4128 - - - ItemType - Output - - - - - Error - Buffer empty - BOOL - 8 - - - ItemType - Output - - - - - - - PouType - FunctionBlock - - - - - ST_PMPS_Attenuator_IO - 64 - - nTran - REAL - 32 - 0 - - - xAttOK - UINT - 16 - 32 - - - - - - - - - - - - - - - ST_PMPS_Attenuator - 64 - ST_PMPS_Attenuator_IO - - - ST_PMPS_Aperture_IO - 96 - - Width - REAL - distance between horizontal slits (x) - 32 - 0 - - - plcAttribute_pytmc - pv: Width +]]>8320864ArrayBufferBYTE01040000832000032MemRingBufferFB_MemRingBuffer5448320032TimerBetweenMessagesTON2248320576.IN1.PT10MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORDUSINT883208004TIME_BETWEEN_MESSAGESTIME32832083210GetLogCountUDINT32WriteLogMsgCtrlMaskDWORD32MsgFmtStrT_MaxString2048StrArgT_MaxString2048ErrorBOOL8ItemTypeOutputAdsLogStringMessageST_AdsLogStringMessage4128GetAndRemoveLogFromQueueAdsLogStringMessageST_AdsLogStringMessage4128ItemTypeOutputErrorBOOL8ItemTypeOutputPouTypeFunctionBlockST_PMPS_Attenuator_IO64nTranREAL320xAttOKUINT1632ST_PMPS_Attenuator64ST_PMPS_Attenuator_IOST_PMPS_Aperture_IO96WidthREAL320plcAttribute_pytmcpv: Width io: i - field: EGU mm - - - - - Height - REAL - distance between vertical slits (y) - 32 - 32 - - - plcAttribute_pytmc - pv: Height + field: EGU mmHeightREAL3232plcAttribute_pytmcpv: Height io: i - field: EGU mm - - - - - xOK - BOOL - status of aperture, false if error or in motion - 8 - 64 - - - plcAttribute_pytmc - pv: OK - io: i - - - - - - ST_PMPS_Aperture - 96 - ST_PMPS_Aperture_IO - - - ST_BeamParams - 1760 - - nTran - REAL - Requested pre-optic attenuation % - 32 - 0 - - 0 - - - - pytmc - pv: Transmission + field: EGU mmxOKBOOL864plcAttribute_pytmcpv: OK + io: iST_PMPS_Aperture96ST_PMPS_Aperture_IOST_BeamParams1760nTranREAL3200pytmcpv: Transmission io: i field: HOPR 1; field: LOPR 0; field: PREC 2; - - - - - - nRate - UDINT - Pulse-rate - 32 - 32 - - 0 - - - - pytmc - pv: Rate + nRateUDINT32320pytmcpv: Rate io: i field: EGU Hz - - - - - - neVRange - DWORD - Photon energy ranges - 32 - 64 - - 0 - - - - pytmc - pv: eVRanges + neVRangeDWORD32640pytmcpv: eVRanges io: i - field: EGU eV - - - displaymode - binary - - - - - neV - REAL - Photon energy - 32 - 96 - - 0 - - - - pytmc - pv: PhotonEnergy + field: EGU eVdisplaymodebinaryneVREAL32960pytmcpv: PhotonEnergy io: i - field: EGU eV - - - - - nBCRange - WORD - Beamclass ranges - 16 - 128 - - 0 - - - - pytmc - pv: BeamClassRanges - io: i - - - displaymode - binary - - - - - nBeamClass - USINT - Beamclass - 8 - 144 - - 0 - - - - pytmc - pv: BeamClass - io: i - - - - - nMachineMode - USINT - Machine Mode - 8 - 152 - - 3 - - - - pytmc - pv: MachineMode - io: i - - - - - astAttenuators - ST_PMPS_Attenuator - - 1 - 16 - - Beamline attenuators - 1024 - 160 - - - pytmc - pv: AuxAtt - io: i - - - - - aVetoDevices - BOOL - - 1 - 16 - - Stoppers - 128 - 1184 - - - pytmc - pv: Veto - io: i - - - - - astApertures - ST_PMPS_Aperture - - 1 - 4 - - Apertures - 384 - 1312 - - - [1].Width - 1000 - - - [1].Height - 1000 - - - [2].Width - 1000 - - - [2].Height - 1000 - - - [3].Width - 1000 - - - [3].Height - 1000 - - - [4].Width - 1000 - - - [4].Height - 1000 - - - - - pytmc - pv: Apt - io: i - - - - - xValidToggle - BOOL - Toggle for watchdog - 8 - 1696 - - - xValid - BOOL - Beam parameter set is valid (if readback), or acknowledged (if request) - 8 - 1704 - - - pytmc - pv: Valid - io: i - - - - - nCohortInt - UDINT - Cohort index. Identifies which cohort this BP set was included in arbitration - 32 - 1728 - - - pytmc - pv: Cohort + field: EGU eVnBCRangeWORD161280pytmcpv: BeamClassRanges + io: idisplaymodebinarynBeamClassUSINT81440pytmcpv: BeamClass + io: inMachineModeUSINT81523pytmcpv: MachineMode + io: iastAttenuatorsST_PMPS_Attenuator1161024160pytmcpv: AuxAtt + io: iaVetoDevicesBOOL1161281184pytmcpv: Veto + io: iastAperturesST_PMPS_Aperture143841312[1].Width1000[1].Height1000[2].Width1000[2].Height1000[3].Width1000[3].Height1000[4].Width1000[4].Height1000pytmcpv: Apt + io: ixValidToggleBOOL81696xValidBOOL81704pytmcpv: Valid + io: inCohortIntUDINT321728pytmcpv: Cohort io: i field: DESC Cohort inc on each arb cycle - - - - - - - PE_Ranges - Does nothing other than set the gvl for photon energy bitmask to one of two constants, K or L. + PE_Ranges - 32 - - - PouType - FunctionBlock - - - - - E_AssertionType - 8 - BYTE - - Type_UNDEFINED - 0 - - - Type_ANY - 1 - - - Type_BOOL - 2 - Primitive types - - - Type_BYTE - 3 - - - Type_DATE - 4 - - - Type_DATE_AND_TIME - 5 - - - Type_DINT - 6 - - - Type_DWORD - 7 - - - Type_INT - 8 - - - Type_LINT - 9 - - - Type_LREAL - 10 - - - Type_LTIME - 11 - - - Type_LWORD - 12 - - - Type_REAL - 13 - - - Type_SINT - 14 - - - Type_STRING - 15 - - - Type_TIME - 16 - - - Type_TIME_OF_DAY - 17 - - - Type_UDINT - 18 - - - Type_UINT - 19 - - - Type_ULINT - 20 - - - Type_USINT - 21 - - - Type_WORD - 22 - - - Type_WSTRING - 23 - - - Type_Array2D_LREAL - 24 - Array types - - - Type_Array2D_REAL - 25 - - - Type_Array3D_LREAL - 26 - - - Type_Array3D_REAL - 27 - - - Type_Array_BOOL - 28 - - - Type_Array_BYTE - 29 - - - Type_Array_DINT - 30 - - - Type_Array_DWORD - 31 - - - Type_Array_INT - 32 - - - Type_Array_LINT - 33 - - - Type_Array_LREAL - 34 - - - Type_Array_LWORD - 35 - - - Type_Array_REAL - 36 - - - Type_Array_SINT - 37 - - - Type_Array_UDINT - 38 - - - Type_Array_UINT - 39 - - - Type_Array_ULINT - 40 - - - Type_Array_USINT - 41 - - - Type_Array_WORD - 42 - - - - ST_TestCaseResult - 6192 - - TestName - T_MaxString - 2048 - 0 - - - TestClassName - T_MaxString - 2048 - 2048 - - - TestIsFailed - BOOL - 8 - 4096 - - - TestIsSkipped - BOOL - 8 - 4104 - - - FailureMessage - T_MaxString - 2048 - 4112 - - - FailureType - E_AssertionType - 8 - 6160 - - - NumberOfAsserts - UINT - 16 - 6176 - - - - ST_TestSuiteResult - 621296 - - Name - T_MaxString - Full class name - 2048 - 0 - - - Identity - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites) - Should be 0..GVL_Param_TcUnit.MaxNumberOfTestSuites-1 but gives unknown compiler error - 16 - 2048 - - - NumberOfTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2064 - - - NumberOfFailedTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2080 - - - TestCaseResults - ST_TestCaseResult - - 1 - 100 - - 619200 - 2096 - - - - ST_TestSuiteResults - 621296064 - - NumberOfTestSuites - UINT - The total number of test suites - 16 - 0 - - - NumberOfTestCases - UINT - The total number of test cases (for all test suites) - 16 - 16 - - - NumberOfSuccessfulTestCases - UINT - The total number of test cases that had all ASSERTS successful - 16 - 32 - - - NumberOfFailedTestCases - UINT - The total number of test cases that had at least one ASSERT failed - 16 - 48 - - - TestSuiteResults - ST_TestSuiteResult - - 1 - 1000 - - Test results for each individiual test suite - 621296000 - 64 - - - - I_TestResults - 32 - PVOID - - GetAreTestResultsAvailable - BOOL - 8 - - - GetTestSuiteResults - ST_TestSuiteResults - 32 - - - - FB_TestResults - This function block holds results of the complete test run, i.e. results for all test suites - 621296256 - I_TestResults - - TestSuiteResults - ST_TestSuiteResults - Test results - 621296064 - 64 - - - StoringTestSuiteResultNumber - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - Misc variables - 16 - 621296128 - - - StoringTestSuiteTrigger - R_TRIG - 64 - 621296160 - - - StoredTestSuiteResults - BOOL - 8 - 621296224 - - - StoredGeneralTestResults - BOOL - 8 - 621296232 - - - NumberOfTestsToAnalyse - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - 621296240 - - - GetAreTestResultsAvailable - BOOL - 8 - - - GetTestSuiteResults - ST_TestSuiteResults - 32 - - - - PouType - FunctionBlock - - - - - I_TestResultLogger - 32 - PVOID - - LogTestSuiteResults - - - - FB_AdsTestResultLogger - + Otherwise I would have just used the compile define in the GVL declaration.]]>32PouTypeFunctionBlockE_AssertionType8BYTEType_UNDEFINED0Type_ANY1Type_BOOL2Type_BYTE3Type_DATE4Type_DATE_AND_TIME5Type_DINT6Type_DWORD7Type_INT8Type_LINT9Type_LREAL10Type_LTIME11Type_LWORD12Type_REAL13Type_SINT14Type_STRING15Type_TIME16Type_TIME_OF_DAY17Type_UDINT18Type_UINT19Type_ULINT20Type_USINT21Type_WORD22Type_WSTRING23Type_Array2D_LREAL24Type_Array2D_REAL25Type_Array3D_LREAL26Type_Array3D_REAL27Type_Array_BOOL28Type_Array_BYTE29Type_Array_DINT30Type_Array_DWORD31Type_Array_INT32Type_Array_LINT33Type_Array_LREAL34Type_Array_LWORD35Type_Array_REAL36Type_Array_SINT37Type_Array_UDINT38Type_Array_UINT39Type_Array_ULINT40Type_Array_USINT41Type_Array_WORD42ST_TestCaseResult6192TestNameT_MaxString20480TestClassNameT_MaxString20482048TestIsFailedBOOL84096TestIsSkippedBOOL84104FailureMessageT_MaxString20484112FailureTypeE_AssertionType86160NumberOfAssertsUINT166176ST_TestSuiteResult621296NameT_MaxString20480IdentityUINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites)162048NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162064NumberOfFailedTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162080TestCaseResultsST_TestCaseResult11006192002096ST_TestSuiteResults621296064NumberOfTestSuitesUINT160NumberOfTestCasesUINT1616NumberOfSuccessfulTestCasesUINT1632NumberOfFailedTestCasesUINT1648TestSuiteResultsST_TestSuiteResult1100062129600064I_TestResults32PVOIDGetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32FB_TestResults621296256I_TestResultsTestSuiteResultsST_TestSuiteResults62129606464StoringTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16621296128StoringTestSuiteTriggerR_TRIG64621296160StoredTestSuiteResultsBOOL8621296224StoredGeneralTestResultsBOOL8621296232NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16621296240GetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32PouTypeFunctionBlockI_TestResultLogger32PVOIDLogTestSuiteResultsFB_AdsTestResultLogger - 224 - I_TestResultLogger - - TestResults - I_TestResults - 32 - 64 - - - PrintingTestSuiteResultNumber - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - 96 - - - PrintingTestSuiteTrigger - R_TRIG - 64 - 128 - - - PrintedFinalTestResults - BOOL - This flag is set once the final end result has printed - 8 - 192 - - - PrintedTestSuitesResults - BOOL - This flag is set once the test suites result have been printed - 8 - 200 - - - LogTestSuiteResults - - TcUnitTestResults - ST_TestSuiteResults - 32 - - - StringToPrint - T_MaxString - 2048 - - - TestsInTestSuiteCounter - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - MaxNumberOfTestsToPrint - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - TEST_STATUS_SKIP - STRING(80) - 648 - - - TEST_STATUS_PASS - STRING(80) - 648 - - - TEST_STATUS_FAIL - STRING(80) - 648 - - - - - PouType - FunctionBlock - - - - - FB_FileControl - +]]>224I_TestResultLoggerTestResultsI_TestResults3264PrintingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)1696PrintingTestSuiteTriggerR_TRIG64128PrintedFinalTestResultsBOOL8192PrintedTestSuitesResultsBOOL8200LogTestSuiteResultsTcUnitTestResultsST_TestSuiteResults32StringToPrintT_MaxString2048TestsInTestSuiteCounterUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16MaxNumberOfTestsToPrintUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648PouTypeFunctionBlockFB_FileControl - 96 - - FileAccessMode - ACCESS_MODE - Append_Plus creates the file if it doesn't exist yet. - 32 - 32 - - 5 - - - - FileHandle - RTS_IEC_HANDLE - 32 - 64 - - - Read - RTS_IEC_RESULT - 32 - - BufferPointer - Call with ADR(); - BYTE - 32 - - - Size - Call with SIZEOF(); - UDINT - 32 - - - FileSize - RTS_IEC_SIZE - 32 - - - ItemType - Output - - - - - - Close - RTS_IEC_RESULT - 32 - - - Open - RTS_IEC_RESULT - 32 - - FileName - File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) - T_MaxString - 2048 - - - FileAccessMode - ACCESS_MODE - 32 - - - - Delete - RTS_IEC_RESULT - 32 - - FileName - File name can contain an absolute or relative path to the file. Path entries must be separated with a forward slash (/) - T_MaxString - 2048 - - - - Write - RTS_IEC_RESULT - 32 - - BufferPointer - Call with ADR(); - BYTE - 32 - - - Size - Call with SIZEOF(); - UDINT - 32 - - - - - PouType - FunctionBlock - - - - - E_XmlError - 8 - BYTE - - Ok - 0 - - - ErrorMaxBufferLen - 1 - - - ErrorStringLen - 2 - - - Error - 3 - - - - FB_StreamBuffer - +]]>96FileAccessModeACCESS_MODE32325FileHandleRTS_IEC_HANDLE3264ReadRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32FileSizeRTS_IEC_SIZE32ItemTypeOutputCloseRTS_IEC_RESULT32OpenRTS_IEC_RESULT32FileNameT_MaxString2048FileAccessModeACCESS_MODE32DeleteRTS_IEC_RESULT32FileNameT_MaxString2048WriteRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32PouTypeFunctionBlockE_XmlError8BYTEOk0ErrorMaxBufferLen1ErrorStringLen2Error3FB_StreamBuffer - 128 - - _PointerToStringBuffer - BYTE - 32 - 32 - - - _BufferSize - UDINT - 32 - 64 - - - _Length - UDINT - 32 - 96 - - - CutOff - T_MaxString - 2048 - - StartPos - UDINT - 32 - - - CutLen - UDINT - 32 - - - ItemType - Output - - - - - XmlError - E_XmlError - 8 - - - ItemType - Output - - - - - Loop - UDINT - 32 - - - PointerToByteToCut - BYTE - 32 - - - PointerToByteBuffer - BYTE - 32 - - - - Find - UDINT - 32 - - SearchString - STRING(80) - 648 - - - StartPos - UDINT - 32 - - - Loop - UDINT - 32 - - - Search - UDINT - 32 - - - PointerToBuffer - BYTE - 32 - - - PointerToSearch - BYTE - 32 - - - - FindBack - UDINT - 32 - - SearchString - T_MaxString - 2048 - - - Loop - UDINT - 32 - - - Search - UDINT - 32 - - - PointerToBuffer - BYTE - 32 - - - PointerToSearch - BYTE - 32 - - - - __getLength - UDINT - 32 - - Length - UDINT - 32 - - - - property - - - - - Clear - - Count - UDINT - 32 - - - - __setAppend - - Append - +]]>128_PointerToStringBufferBYTE3232_BufferSizeUDINT3264_LengthUDINT3296CutOffT_MaxString2048StartPosUDINT32CutLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCutBYTE32PointerToByteBufferBYTE32FindUDINT32SearchStringSTRING(80)648StartPosUDINT32LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32FindBackUDINT32SearchStringT_MaxString2048LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32__getLengthUDINT32LengthUDINT32propertyClearCountUDINT32__setAppendAppend - T_MaxString - 2048 - - - ByteIn - BYTE - 32 - - - ByteBuffer - BYTE - 32 - - - - property - - - - - __getBufferSize - UDINT - 32 - - BufferSize - UDINT - 32 - - - - property - - - - - __setLength - - Length - +]]>T_MaxString2048ByteInBYTE32ByteBufferBYTE32property__getBufferSizeUDINT32BufferSizeUDINT32property__setLengthLength - UDINT - 32 - - - - property - - - - - SetBuffer - BOOL - 8 - - PointerToBufferAddress - Set buffer address (ADR ...) - BYTE - 32 - - - SizeOfBuffer - Set buffer size (SIZEOF ...) - UDINT - 32 - - - - Copy - T_MaxString - 2048 - - StartPos - UDINT - 32 - - - EndPos - UDINT - 32 - - - CopyLen - UDINT - 32 - - - ItemType - Output - - - - - XmlError - E_XmlError - 8 - - - ItemType - Output - - - - - Loop - UDINT - 32 - - - PointerToByteToCopy - BYTE - 32 - - - PointerToBuffer - BYTE - 32 - - - CurPos - UDINT - 32 - - - - - PouType - FunctionBlock - - - - - FB_XmlControl - +]]>UDINT32propertySetBufferBOOL8PointerToBufferAddressBYTE32SizeOfBufferUDINT32CopyT_MaxString2048StartPosUDINT32EndPosUDINT32CopyLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCopyBYTE32PointerToBufferBYTE32CurPosUDINT32PouTypeFunctionBlockFB_XmlControl - 5696 - - XmlBuffer - FB_StreamBuffer - 128 - 32 - - - TagListBuffer - FB_StreamBuffer - 128 - 160 - - - Tags - T_MaxString - 2048 - 288 - - - TagListSeekBuffer - FB_StreamBuffer - 128 - 2336 - - - TagsSeek - STRING(80) - 648 - 2464 - - - TagBuffer - FB_StreamBuffer - 128 - 3136 - - - Tag - T_MaxString - 2048 - 3264 - - - TagOpen - BOOL - 8 - 5312 - - - Select - UDINT - 32 - 5344 - - - SearchPosition - UDINT - 32 - 5376 - - - TAG_OPEN - STRING(1) - 16 - 5408 - - < - - - - TAG_CLOSE - STRING(1) - 16 - 5424 - - > - - - - END_TAG_CLOSE - STRING(2) - 24 - 5440 - - /> - - - - SPACE - STRING(1) - 16 - 5464 - - - - - - EQUALS - STRING(1) - 16 - 5480 - - = - - - - QUOTE - STRING(1) - 16 - 5496 - - " - - - - BACK_SLASH - STRING(1) - 16 - 5512 - - \ - - - - FORWARD_SLASH - STRING(1) - 16 - 5528 - - / - - - - OPEN_COMMENT - STRING(5) - 48 - 5544 - - <!-- - - - - CLOSE_COMMENT - STRING(4) - 40 - 5592 - - --> - - - - TAB - STRING(2) - 24 - 5632 - - - - - - CR_LF - STRING(4) - 40 - 5656 - - - - - - - NewParameter - - Name - T_MaxString - 2048 - - - Value - T_MaxString - 2048 - - - - NewTag - - Name - T_MaxString - 2048 - - - - CloseTag - T_MaxString - 2048 - - ClosedTag - T_MaxString - 2048 - - - - WriteDocumentHeader - - Header - T_MaxString - 2048 - - - - NewComment - - Comment - T_MaxString - 2048 - - - - __getLength - UDINT - 32 - - Length - UDINT - 32 - - - - property - - - - - NewTagData - - Data - T_MaxString - 2048 - - - - SetBuffer - - PointerToBuffer - ADR(..) - BYTE - 32 - - - SizeOfBuffer - SIZEOF(..) - UDINT - 32 - - - - ClearBuffer - - - ToStartBuffer - - - - PouType - FunctionBlock - - - - - FB_xUnitXmlPublisher - +]]>5696XmlBufferFB_StreamBuffer12832TagListBufferFB_StreamBuffer128160TagsT_MaxString2048288TagListSeekBufferFB_StreamBuffer1282336TagsSeekSTRING(80)6482464TagBufferFB_StreamBuffer1283136TagT_MaxString20483264TagOpenBOOL85312SelectUDINT325344SearchPositionUDINT325376TAG_OPENSTRING(1)165408<TAG_CLOSESTRING(1)165424>END_TAG_CLOSESTRING(2)245440/>SPACESTRING(1)165464 EQUALSSTRING(1)165480=QUOTESTRING(1)165496"BACK_SLASHSTRING(1)165512\FORWARD_SLASHSTRING(1)165528/OPEN_COMMENTSTRING(5)485544<!-- CLOSE_COMMENTSTRING(4)405592 -->TABSTRING(2)245632 CR_LFSTRING(4)405656 +NewParameterNameT_MaxString2048ValueT_MaxString2048NewTagNameT_MaxString2048CloseTagT_MaxString2048ClosedTagT_MaxString2048WriteDocumentHeaderHeaderT_MaxString2048NewCommentCommentT_MaxString2048__getLengthUDINT32LengthUDINT32propertyNewTagDataDataT_MaxString2048SetBufferPointerToBufferBYTE32SizeOfBufferUDINT32ClearBufferToStartBufferPouTypeFunctionBlockFB_xUnitXmlPublisher - 530304 - I_TestResultLogger - - TestResults - I_TestResults - Dependancy Injection via FB_Init - 32 - 64 - - - AccessMode - ACCESS_MODE - File access mode - 32 - 96 - - 4 - - - - File - FB_FileControl - 96 - 128 - - - Xml - FB_XmlControl - 5696 - 224 - - - BufferInitialised - BOOL - 8 - 5920 - - 0 - - - - Buffer - BYTE - - 0 - 65535 - - 524280 - 5928 - - - WritingTestSuiteResultNumber - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - 530208 - - - PublishTrigger - R_TRIG - 64 - 530240 - - - DeleteOpenWriteClose - RTS_IEC_RESULT - 32 - - - LogTestSuiteResults - - UnitTestResults - ST_TestSuiteResults - 32 - - - CurrentSuiteNumber - UINT - 16 - - - CurrentTestCount - UINT - 16 - - - TEST_STATUS_SKIP - STRING(80) - 648 - - - TEST_STATUS_PASS - STRING(80) - 648 - - - TEST_STATUS_FAIL - STRING(80) - 648 - - - - Initialised - BOOL - 8 - - - - PouType - FunctionBlock - - - - - FB_TcUnitRunner - +]]>530304I_TestResultLoggerTestResultsI_TestResults3264AccessModeACCESS_MODE32964FileFB_FileControl96128XmlFB_XmlControl5696224BufferInitialisedBOOL859200BufferBYTE0655355242805928WritingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16530208PublishTriggerR_TRIG64530240DeleteOpenWriteCloseRTS_IEC_RESULT32LogTestSuiteResultsUnitTestResultsST_TestSuiteResults32CurrentSuiteNumberUINT16CurrentTestCountUINT16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648InitialisedBOOL8PouTypeFunctionBlockFB_TcUnitRunner - 621827200 - - AllTestSuitesFinished - BOOL - Indication of whether all test suites have reported that they are finished - 8 - 32 - - 0 - - - - TestResults - FB_TestResults - Test result information - 621296256 - 64 - - - AdsTestResultLogger - FB_AdsTestResultLogger - Prints the results to ADS so that Visual Studio can display the results. - This test result formatter can be replaced with something else than ADS - 224 - 621296320 - - - old_input_assignments - - - - - TestResultLogger - I_TestResultLogger - 32 - 621296544 - - - AbortRunningTestSuites - BOOL - If this flag is set, it means that some external event triggered the - request to abort running the test suites - 8 - 621296576 - - - xUnitXmlPublisher - FB_xUnitXmlPublisher - Publishes a xUnit compatible XML file - 530304 - 621296608 - - - old_input_assignments - - - - - XmlTestResultPublisher - I_TestResultLogger - 32 - 621826912 - - - __RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITE - UINT - This variable holds which current test suite is being called, as we are running - each one in a sequence (one by one) - 16 - 621826944 - - 1 - - - - __RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITES - TOF - 224 - 621826976 - - - AbortRunningTestSuiteTests - - - RunTestSuiteTestsInSequence - - TimeBetweenTestSuitesExecution - Time delay between a test suite is finished and the next test suite starts - TIME - 32 - - - BusyPrinting - BOOL - 8 - - - NumberOfTestSuitesFinished - We need to hold a temporary state of the statistics +]]>621827200AllTestSuitesFinishedBOOL8320TestResultsFB_TestResults62129625664AdsTestResultLoggerFB_AdsTestResultLogger224621296320old_input_assignmentsTestResultLoggerI_TestResultLogger32621296544AbortRunningTestSuitesBOOL8621296576xUnitXmlPublisherFB_xUnitXmlPublisher530304621296608old_input_assignmentsXmlTestResultPublisherI_TestResultLogger32621826912__RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITEUINT166218269441__RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITESTOF224621826976AbortRunningTestSuiteTestsRunTestSuiteTestsInSequenceTimeBetweenTestSuitesExecutionTIME32BusyPrintingBOOL8NumberOfTestSuitesFinished - UINT - 16 - - - CurrentlyRunningTestSuite - This variable holds which current test suite is being called, as we are running - each one in a sequence (one by one) - UINT - 16 - - - uselocation - __RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITE - - - - - TimerBetweenExecutionOfTestSuites - TOF - 224 - - - uselocation - __RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITES - - - - - - RunTestSuiteTests - - Counter - UINT - 16 - - - BusyPrinting - BOOL - 8 - - - NumberOfTestSuitesFinished - We need to hold a temporary state of the statistics + are finished (which might take many cycles), do we gather correct statistics ]]>UINT16CurrentlyRunningTestSuiteUINT16uselocation__RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITETimerBetweenExecutionOfTestSuitesTOF224uselocation__RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITESRunTestSuiteTestsCounterUINT16BusyPrintingBOOL8NumberOfTestSuitesFinished - UINT - 16 - - - - - PouType - FunctionBlock - - - - - FB_Test - + are finished (which might take many cycles), do we gather correct statistics ]]>UINT16PouTypeFunctionBlockFB_Test - 4192 - - TestName - T_MaxString - 2048 - 32 - - - TestIsFinished - BOOL - 8 - 2080 - - - TestIsSkipped - BOOL - This is set to true, if test is disabled (by putting the string "disabled_" in front of the test name - 8 - 2088 - - - NumberOfAssertions - UINT - 16 - 2096 - - - TestOrderNumber - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - In which order/sequence relative to the order tests should this test be executed/evaluated. +]]>4192TestNameT_MaxString204832TestIsFinishedBOOL82080TestIsSkippedBOOL82088NumberOfAssertionsUINT162096TestOrderNumberUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2112 - - - TestIsFailed - BOOL - Indication of whether this test has at least one failed assert - 8 - 2128 - - - AssertionMessage - T_MaxString - Assertion message for the first assertion in this test - 2048 - 2136 - - - AssertionType - E_AssertionType - Assertion type for the first assertion in this test - 8 - 4184 - - - GetAssertionType - E_AssertionType - 8 - - - SetFailed - - - SetName - - Name - T_MaxString - 2048 - - - - GetName - T_MaxString - 2048 - - - SetNumberOfAssertions - - NoOfAssertions - UINT - 16 - - - - SetTestOrder - - OrderNumber - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - - IsSkipped - BOOL - 8 - - - GetNumberOfAssertions - UINT - 16 - - - SetFinished - BOOL - 8 - - - GetAssertionMessage - T_MaxString - 2048 - - - SetSkipped - - - SetAssertionMessage - - AssertMessage - T_MaxString - 2048 - - - - SetAssertionType - - AssertType - E_AssertionType - 8 - - - - IsFinished - BOOL - 8 - - - GetTestOrder - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - IsFailed - BOOL - 8 - - - - PouType - FunctionBlock - - - - - U_ExpectedOrActual - 4096 - - boolExpectedOrActual - BOOL - 8 - 0 - - - bitExpectedOrActual - BIT - 8 - 0 - - - byteExpectedOrActual - BYTE - 8 - 0 - - - sintExpectedOrActual - SINT - 8 - 0 - - - usintExpectedOrActual - USINT - 8 - 0 - - - intExpectedOrActual - INT - 16 - 0 - - - uintExpectedOrActual - UINT - 16 - 0 - - - wordExpectedOrActual - WORD - 16 - 0 - - - dwordExpectedOrActual - DWORD - 32 - 0 - - - dateandtimeExpectedOrActual - DATE_AND_TIME - 32 - 0 - - - dintExpectedOrActual - DINT - 32 - 0 - - - realExpectedOrActual - REAL - 32 - 0 - - - timeExpectedOrActual - TIME - 32 - 0 - - - dateExpectedOrActual - DATE - 32 - 0 - - - udintExpectedOrActual - UDINT - 32 - 0 - - - timeofdayExpectedOrActual - TIME_OF_DAY - 32 - 0 - - - lwordExpectedOrActual - LWORD - 64 - 0 - - - lintExpectedOrActual - LINT - 64 - 0 - - - ulintExpectedOrActual - ULINT - 64 - 0 - - - lrealExpectedOrActual - LREAL - 64 - 0 - - - ltimeExpectedOrActual - LTIME - 64 - 0 - - - stringExpectedOrActual - T_MaxString - 2048 - 0 - - - wstringExpectedOrActual - WSTRING(255) - 4096 - 0 - - - - ST_AssertResult - 12288 - - Expected - U_ExpectedOrActual - 4096 - 0 - - - Actual - U_ExpectedOrActual - 4096 - 4096 - - - Message - T_MaxString - 2048 - 8192 - - - TestInstancePath - T_MaxString - 2048 - 10240 - - - - ST_AssertResultInstances - 12352 - - AssertResult - ST_AssertResult - 12288 - 0 - - - DetectionCount - UINT - Number of instances of the "AssertResult" - 16 - 12288 - - - DetectionCountThisCycle - UINT - Number of instance of the "AssertResult" in this specific PLC-cycle - 16 - 12304 - - - - FB_AssertResultStatic - + A value <> 0 tells in which order this test will be executed/evaluated. The lower the number, the earlier it will execute. ]]>162112TestIsFailedBOOL82128AssertionMessageT_MaxString20482136AssertionTypeE_AssertionType84184GetAssertionTypeE_AssertionType8SetFailedSetNameNameT_MaxString2048GetNameT_MaxString2048SetNumberOfAssertionsNoOfAssertionsUINT16SetTestOrderOrderNumberUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16IsSkippedBOOL8GetNumberOfAssertionsUINT16SetFinishedBOOL8GetAssertionMessageT_MaxString2048SetSkippedSetAssertionMessageAssertMessageT_MaxString2048SetAssertionTypeAssertTypeE_AssertionType8IsFinishedBOOL8GetTestOrderUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16IsFailedBOOL8PouTypeFunctionBlockU_ExpectedOrActual4096boolExpectedOrActualBOOL80bitExpectedOrActualBIT80byteExpectedOrActualBYTE80sintExpectedOrActualSINT80usintExpectedOrActualUSINT80intExpectedOrActualINT160uintExpectedOrActualUINT160wordExpectedOrActualWORD160dwordExpectedOrActualDWORD320dateandtimeExpectedOrActualDATE_AND_TIME320dintExpectedOrActualDINT320realExpectedOrActualREAL320timeExpectedOrActualTIME320dateExpectedOrActualDATE320udintExpectedOrActualUDINT320timeofdayExpectedOrActualTIME_OF_DAY320lwordExpectedOrActualLWORD640lintExpectedOrActualLINT640ulintExpectedOrActualULINT640lrealExpectedOrActualLREAL640ltimeExpectedOrActualLTIME640stringExpectedOrActualT_MaxString20480wstringExpectedOrActualWSTRING(255)40960ST_AssertResult12288ExpectedU_ExpectedOrActual40960ActualU_ExpectedOrActual40964096MessageT_MaxString20488192TestInstancePathT_MaxString204810240ST_AssertResultInstances12352AssertResultST_AssertResult122880DetectionCountUINT1612288DetectionCountThisCycleUINT1612304FB_AssertResultStatic - 24640320 - - AssertResults - ST_AssertResult - - 1 - 1000 - - The total number of instances of each of the "AssertResults" - 12288000 - 64 - - - TotalAsserts - UINT - The total number of unique asserts - 16 - 12288064 - - 0 - - - - GetCurrentTaskIndex - GETCURTASKINDEX - Function block to get the current task cycle - 128 - 12288096 - - - AssertResultInstances - ST_AssertResultInstances - - 1 - 1000 - - The total number of instances of each of the "AssertResults" - 12352000 - 12288256 - - - CycleCount - UDINT - The last PLC cycle count - 32 - 24640256 - - - FirstCycleExecuted - BOOL - Only run first cycle - 8 - 24640288 - - - CopyDetectionCountAndResetDetectionCountInThisCycle - - IteratorCounter - UINT - 16 - - - - GetNumberOfAssertsForTest - UINT - 16 - - CompleteTestInstancePath - T_MaxString - 2048 - - - Counter - UINT - 16 - - - NumberOfAsserts - UINT - 16 - - - - CreateAssertResultInstance - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCountThisCycle - UINT - 16 - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCount - UINT - 16 - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - ReportResult - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - ItemType - Output - - - - - LocationIndex - UINT - 16 - - - DataTypesNotEquals - BOOL - 8 - - - DataSizeNotEquals - BOOL - 8 - - - DataContentNotEquals - BOOL - 8 - - - CurrentCycleCount - UDINT - 32 - - - IteratorCounter - UINT - 16 - - - DetectionCountTemp - UINT - 16 - - - FoundOne - BOOL - 8 - - - AdditionalIdenticalAssert - BOOL - 8 - - - - AddAssertResult - - ExpectedSize - UDINT - 32 - - - ExpectedTypeClass - TypeClass - 16 - - - ExpectedValue - BYTE - 32 - - - ActualSize - UDINT - 32 - - - ActualTypeClass - TypeClass - 16 - - - ActualValue - BYTE - 32 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - - - PouType - FunctionBlock - - - - - ST_AssertArrayResult - 4224 - - ExpectedsSize - UDINT - Size in bytes of the expecteds-array - 32 - 0 - - - ExpectedsTypeClass - TypeClass - The data type of the expecteds-array - 16 - 32 - - - ActualsSize - UDINT - Size in bytes of the actuals-array - 32 - 64 - - - ActualsTypeClass - TypeClass - The data type of the actuals-array - 16 - 96 - - - Message - T_MaxString - 2048 - 112 - - - TestInstancePath - T_MaxString - 2048 - 2160 - - - - ST_AssertArrayResultInstances - 4256 - - AssertArrayResult - ST_AssertArrayResult - 4224 - 0 - - - DetectionCount - UINT - Number of instances of the "AssertArrayResult" - 16 - 4224 - - - DetectionCountThisCycle - UINT - Number of instance of the "AssertArrayResult" in this specific PLC-cycle - 16 - 4240 - - - - FB_AssertArrayResultStatic - +]]>24640320AssertResultsST_AssertResult110001228800064TotalAssertsUINT16122880640GetCurrentTaskIndexGETCURTASKINDEX12812288096AssertResultInstancesST_AssertResultInstances110001235200012288256CycleCountUDINT3224640256FirstCycleExecutedBOOL824640288CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16GetNumberOfAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfAssertsUINT16CreateAssertResultInstanceExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8AddAssertResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockST_AssertArrayResult4224ExpectedsSizeUDINT320ExpectedsTypeClassTypeClass1632ActualsSizeUDINT3264ActualsTypeClassTypeClass1696MessageT_MaxString2048112TestInstancePathT_MaxString20482160ST_AssertArrayResultInstances4256AssertArrayResultST_AssertArrayResult42240DetectionCountUINT164224DetectionCountThisCycleUINT164240FB_AssertArrayResultStatic - 8480256 - - AssertArrayResults - ST_AssertArrayResult - - 1 - 1000 - - The total number of instances of each of the "AssertArrayResults" - 4224000 - 32 - - - TotalArrayAsserts - UINT - The total number of unique asserts - 16 - 4224032 - - 0 - - - - GetCurrentTaskIndex - GETCURTASKINDEX - Function block to get the current task cycle - 128 - 4224064 - - - AssertArrayResultInstances - ST_AssertArrayResultInstances - - 1 - 1000 - - The total number of instances of each of the "AssertArrayResults" - 4256000 - 4224192 - - - CycleCount - UDINT - The last PLC cycle count - 32 - 8480192 - - - FirstCycleExecuted - BOOL - Only run first cycle - 8 - 8480224 - - - CreateAssertResultInstance - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCountThisCycle - UINT - 16 - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - GetDetectionCount - UINT - 16 - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - - ReportResult - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - ItemType - Output - - - - - LocationIndex - UINT - 16 - - - DataTypesNotEquals - BOOL - 8 - - - DataSizeNotEquals - BOOL - 8 - - - DataContentNotEquals - BOOL - 8 - - - CurrentCycleCount - UDINT - 32 - - - IteratorCounter - UINT - 16 - - - DetectionCountTemp - UINT - 16 - - - FoundOne - BOOL - 8 - - - AdditionalIdenticalAssert - BOOL - 8 - - - - GetNumberOfArrayAssertsForTest - UINT - 16 - - CompleteTestInstancePath - T_MaxString - 2048 - - - Counter - UINT - 16 - - - NumberOfArrayAsserts - UINT - 16 - - - - CopyDetectionCountAndResetDetectionCountInThisCycle - - IteratorCounter - UINT - 16 - - - - AddAssertArrayResult - - ExpectedsSize - UDINT - 32 - - - ExpectedsTypeClass - TypeClass - 16 - - - ActualsSize - UDINT - 32 - - - ActualsTypeClass - TypeClass - 16 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - - - PouType - FunctionBlock - - - - - I_AssertMessageFormatter - 32 - PVOID - - LogAssertFailure - - Expected - T_MaxString - 2048 - - - Actual - T_MaxString - 2048 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - - - FB_AdjustAssertFailureMessageToMax253CharLength - +]]>8480256AssertArrayResultsST_AssertArrayResult11000422400032TotalArrayAssertsUINT1642240320GetCurrentTaskIndexGETCURTASKINDEX1284224064AssertArrayResultInstancesST_AssertArrayResultInstances1100042560004224192CycleCountUDINT328480192FirstCycleExecutedBOOL88480224CreateAssertResultInstanceExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8GetNumberOfArrayAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfArrayAssertsUINT16CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16AddAssertArrayResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockI_AssertMessageFormatter32PVOIDLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048FB_AdjustAssertFailureMessageToMax253CharLength - 11584 - - MsgFmtString - T_MaxString - Test instance path - 2048 - 32 - - - ItemType - Input - - - - - StringArg - T_MaxString - Test message - 2048 - 2080 - - - ItemType - Input - - - - - MsgFmtStringProcessed - T_MaxString - 2048 - 4128 - - - ItemType - Output - - - - - StringArgProcessed - T_MaxString - 2048 - 6176 - - - ItemType - Output - - - - - MsgFmtStringTemp - T_MaxString - 2048 - 8224 - - - TestNameTooLong - STRING(80) - 648 - 10272 - - ...TestName too long - - - - TestMsgTooLong - STRING(80) - 648 - 10920 - - ...TestMsg too long - - - - MSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERS - INT - This is actually 254, but if StrArg-argument is used (which it is in TcUnit) it is 253. - 16 - 11568 - - 253 - - - - - PouType - FunctionBlock - - - - - FB_AdsAssertMessageFormatter - +]]>11584MsgFmtStringT_MaxString204832ItemTypeInputStringArgT_MaxString20482080ItemTypeInputMsgFmtStringProcessedT_MaxString20484128ItemTypeOutputStringArgProcessedT_MaxString20486176ItemTypeOutputMsgFmtStringTempT_MaxString20488224TestNameTooLongSTRING(80)64810272...TestName too longTestMsgTooLongSTRING(80)64810920...TestMsg too longMSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERSINT1611568253PouTypeFunctionBlockFB_AdsAssertMessageFormatter - 64 - I_AssertMessageFormatter - - LogAssertFailure - - Expected - T_MaxString - 2048 - - - Actual - T_MaxString - 2048 - - - Message - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AdjustAssertFailureMessageToMax253CharLength - FB_AdjustAssertFailureMessageToMax253CharLength - 11584 - - - TestInstancePathCleaned - T_MaxString - 2048 - - - TestInstancePathFinal - T_MaxString - 2048 - - - ReturnValue - DINT - 32 - - - TestInstancePathProcessed - T_MaxString - 2048 - - - MessageProcessed - T_MaxString - 2048 - - - - - PouType - FunctionBlock - - - - - FB_TestSuite - This function block is responsible for holding the internal state of the test suite. +]]>64I_AssertMessageFormatterLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AdjustAssertFailureMessageToMax253CharLengthFB_AdjustAssertFailureMessageToMax253CharLength11584TestInstancePathCleanedT_MaxString2048TestInstancePathFinalT_MaxString2048ReturnValueDINT32TestInstancePathProcessedT_MaxString2048MessageProcessedT_MaxString2048PouTypeFunctionBlockFB_TestSuite - 33551744 - - InstancePath - T_MaxString - 2048 - 32 - - - instance-path - - - noinit - - - - - GetCurrentTaskIndex - GETCURTASKINDEX - We need to have access to specific information of the current task that this test suite +]]>33551744InstancePathT_MaxString204832instance-pathnoinitGetCurrentTaskIndexGETCURTASKINDEX - 128 - 2080 - - - NumberOfTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - 2208 - - 0 - - - - Tests - FB_Test - - 1 - 100 - - 419200 - 2240 - - - TestDuplicateNameTrigger - R_TRIG - - 1 - 100 - - Rising trigger of whether we have already notified the user of that the test name pointed to by the current - position is a duplicate - 6400 - 421440 - - - TestCycleCountIndex - UDINT - - 1 - 100 - - Last cycle count index for a specific test. Used to detect whether this test has already been defined in the - current test suite - 3200 - 427840 - - - AssertResults - FB_AssertResultStatic - 24640320 - 431040 - - - AssertArrayResults - FB_AssertArrayResultStatic - 8480256 - 25071360 - - - AdsAssertMessageFormatter - FB_AdsAssertMessageFormatter - Prints the failed asserts to ADS so that Visual Studio can display the assert message. - This assert formatter can be replaced with something else than ADS - 64 - 33551616 - - - AssertMessageFormatter - I_AssertMessageFormatter - 32 - 33551680 - - - HasStartedRunning - BOOL - Indication whether this test suite has started running its tests - 8 - 33551712 - - - NumberOfOrderedTests - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - Number of ordered tests (created by TEST_ORDERED()) that this test suite contains - 16 - 33551728 - - - AssertEquals_LINT - - Expected - LINT expected value - LINT - 64 - - - Actual - LINT actual value - LINT - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - GetNumberOfSuccessfulTests - UINT - 16 - - - AssertArrayEquals_ULINT - - Expecteds - ULINT array with expected values - ULINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - ULINT array with actual values - ULINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - FindTestSuiteInstancePath - T_MaxString - 2048 - - - AssertEquals_TIME - - Expected - TIME expected value - TIME - 32 - - - Actual - TIME actual value - TIME - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_TIME_OF_DAY - - Expected - TIME_OF_DAY expected value - TIME_OF_DAY - 32 - - - Actual - TIME_OF_DAY actual value - TIME_OF_DAY - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_BYTE - - Expected - BYTE expected value - BYTE - 8 - - - Actual - BYTE actual value - BYTE - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - GetNumberOfFailedTests - UINT - 16 - - Counter - UINT - 16 - - - FailedTestsCount - UINT - 16 - - - NumberOfTestsToAnalyse - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - - - NumberOfTestOverArrayLimit - UINT - 16 - - - - AssertEquals_DATE_AND_TIME - - Expected - DATE_AND_TIME expected value - DATE_AND_TIME - 32 - - - Actual - DATE_AND_TIME actual value - DATE_AND_TIME - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - GetTestByPosition - FB_Test - 4192 - - Position - UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - - AssertArrayEquals_BOOL - - Expecteds - BOOL array with expected values - BOOL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - BOOL array with actual values - BOOL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_BYTE - - Expecteds - BYTE array with expected values - BYTE - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - BYTE array with actual values - BYTE - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedByteString - STRING(80) - 648 - - - ActualByteString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_DATE - - Expected - DATE expected value - DATE - 32 - - - Actual - DATE actual value - DATE - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_WORD - - Expected - WORD expected value - WORD - 16 - - - Actual - WORD actual value - WORD - 16 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_LINT - - Expecteds - LINT array with expected values - LINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - LINT array with actual values - LINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_LTIME - - Expected - LTIME expected value - LTIME - 64 - - - Actual - LTIME actual value - LTIME - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_UINT - - Expecteds - UINT array with expected values - UINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - UINT array with actual values - UINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_LREAL - - Expected - LREAL expected value - LREAL - 64 - - - Actual - LREAL actual value - LREAL - 64 - - - Delta - The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_LWORD - - Expecteds - LWORD array with expected values - LWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - LWORD array with actual values - LWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedLWordString - STRING(80) - 648 - - - ActualLWordString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals - - Expected - Expected value - AnyType - 96 - - - anytypeclass - ANY - - - - - Actual - The value to check against expected - AnyType - 96 - - - anytypeclass - ANY - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Count - DINT - 32 - - - ExpectedDataString - T_MaxString - 2048 - - - ActualDataString - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - boolExpected - BOOL - 8 - - - boolActual - BOOL - 8 - - - byteExpected - BYTE - 8 - - - byteActual - BYTE - 8 - - - dateExpected - DATE - 32 - - - dateActual - DATE - 32 - - - dateAndTimeExpected - DATE_AND_TIME - 32 - - - dateAndTimeActual - DATE_AND_TIME - 32 - - - dintExpected - DINT - 32 - - - dintActual - DINT - 32 - - - dwordExpected - DWORD - 32 - - - dwordActual - DWORD - 32 - - - intExpected - INT - 16 - - - intActual - INT - 16 - - - lintExpected - LINT - 64 - - - lintActual - LINT - 64 - - - lrealExpected - LREAL - 64 - - - lrealActual - LREAL - 64 - - - ltimeExpected - LTIME - 64 - - - ltimeActual - LTIME - 64 - - - lwordExpected - LWORD - 64 - - - lwordActual - LWORD - 64 - - - realExpected - REAL - 32 - - - realActual - REAL - 32 - - - sintExpected - SINT - 8 - - - sintActual - SINT - 8 - - - stringExpected - T_MaxString - 2048 - - - stringActual - T_MaxString - 2048 - - - wstringExpected - WSTRING(255) - 4096 - - - wstringActual - WSTRING(255) - 4096 - - - timeExpected - TIME - 32 - - - timeActual - TIME - 32 - - - timeOfDayExpected - TIME_OF_DAY - 32 - - - timeOfDayActual - TIME_OF_DAY - 32 - - - udintExpected - UDINT - 32 - - - udintActual - UDINT - 32 - - - uintExpected - UINT - 16 - - - uintActual - UINT - 16 - - - ulintExpected - ULINT - 64 - - - ulintActual - ULINT - 64 - - - usintExpected - USINT - 8 - - - usintActual - USINT - 8 - - - wordExpected - WORD - 16 - - - wordActual - WORD - 16 - - - DataTypesNotEquals - The data type of the two ANY input parameters are not equal - BOOL - 8 - - - DataSizeNotEquals - The data size of the two ANY input parameters are not equal - BOOL - 8 - - - DataContentNotEquals - The data content of the two ANY input parameters are not equal - BOOL - 8 - - - IteratorCounter - DINT - 32 - - - - hasanytype - - - - - AssertFalse - - Condition - Condition to be checked - BOOL - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - - AssertEquals_SINT - - Expected - SINT expected value - SINT - 8 - - - Actual - SINT actual value - SINT - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArray2dEquals_LREAL - - Expecteds - LREAL 2d array with expected values - LREAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Actuals - LREAL 2d array with actual values - LREAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - Index when looping through Dimensions - USINT - 8 - - - LowerBoundExpecteds - Lower bounds of Expecteds array in each dimension - DINT - - 1 - 2 - - 64 - - - UpperBoundExpecteds - Upper bounds of Expecteds array in each dimension - DINT - - 1 - 2 - - 64 - - - LowerBoundActuals - Lower bounds of Actuals array in each dimension - DINT - - 1 - 2 - - 64 - - - UpperBoundActuals - Upper bounds of Actuals array in each dimension - DINT - - 1 - 2 - - 64 - - - SizeOfExpecteds - Size of Expecteds array in each dimension - DINT - - 1 - 2 - - 64 - - - SizeOfActuals - Size of Actuals array in each dimension - DINT - - 1 - 2 - - 64 - - - Offset - Current Array index offsets from Lower Bound in each dimension - DINT - - 1 - 2 - - 64 - - - ExpectedArrayIndex - Array of current Expected array indexes when looping through arrays - DINT - - 1 - 2 - - 64 - - - ActualArrayIndex - Array of current Actual array indexes when looping through arrays - DINT - - 1 - 2 - - 64 - - - Expected - Single expected value - LREAL - 64 - - - Actual - Single actual value - LREAL - 64 - - - __Index__0 - DINT - 32 - - - - AssertEquals_ULINT - - Expected - ULINT expected value - ULINT - 64 - - - Actual - ULINT actual value - ULINT - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_BOOL - - Expected - BOOL expected value - BOOL - 8 - - - Actual - BOOL actual value - BOOL - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - - AssertEquals_USINT - - Expected - USINT expected value - USINT - 8 - - - Actual - USINT actual value - USINT - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - - AssertEquals_LWORD - - Expected - LWORD expected value - LWORD - 64 - - - Actual - LWORD actual value - LWORD - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_USINT - - Expecteds - USINT array with expected values - USINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - USINT array with actual values - USINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - SetHasStartedRunning - - - SetTestFailed - - AssertionType - E_AssertionType - 8 - - - AssertionMessage - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - NumberOfTestsToAnalyse - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - - GetInstancePath - T_MaxString - 2048 - - - GetTestOrderNumber - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - TestName - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - NumberOfTestsToAnalyse - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - - - - GetNumberOfTests - UINT - 16 - - - AssertArrayEquals_DWORD - - Expecteds - DWORD array with expected values - DWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - DWORD array with actual values - DWORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedDWordString - STRING(80) - 648 - - - ActualDWordString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - GetHasStartedRunning - BOOL - 8 - - - AssertArrayEquals_LREAL - - Expecteds - LREAL array with expected values - LREAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - LREAL array with actual values - LREAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_WSTRING - - Expected - WSTRING expected value - WSTRING(255) - 4096 - - - Actual - WSTRING actual value - WSTRING(255) - 4096 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - IsTestFinished - BOOL - 8 - - TestName - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - NumberOfTestsToAnalyse - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - - AssertArrayEquals_REAL - - Expecteds - REAL array with expected values - REAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - REAL array with actual values - REAL - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_DINT - - Expected - DINT expected value - DINT - 32 - - - Actual - DINT actual value - DINT - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_DINT - - Expecteds - DINT array with expected values - DINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - DINT array with actual values - DINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertEquals_STRING - - Expected - STRING expected value - T_MaxString - 2048 - - - Actual - STRING actual value - T_MaxString - 2048 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - SetTestFinished - BOOL - 8 - - TestName - T_MaxString - 2048 - - - IteratorCounter - UINT - 16 - - - NumberOfTestsToAnalyse - UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) - 16 - - - - AreAllTestsFinished - BOOL - 8 - - Counter - UINT - 16 - - - GetCurTaskIndex - GETCURTASKINDEX - 128 - - - NumberOfTestsToAnalyse - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - - - - AssertArrayEquals_WORD - - Expecteds - WORD array with expected values - WORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - WORD array with actual values - WORD - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedDWordString - STRING(80) - 648 - - - ActualDWordString - STRING(80) - 648 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertArray3dEquals_LREAL - - Expecteds - LREAL 3d array with expected values - LREAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Actuals - LREAL 3d array with actual values - LREAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - LREAL - 64 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - Index when looping through Dimensions - USINT - 8 - - - LowerBoundExpecteds - Lower bounds of Expecteds array in each dimension - DINT - - 1 - 3 - - 96 - - - UpperBoundExpecteds - Upper bounds of Expecteds array in each dimension - DINT - - 1 - 3 - - 96 - - - LowerBoundActuals - Lower bounds of Actuals array in each dimension - DINT - - 1 - 3 - - 96 - - - UpperBoundActuals - Upper bounds of Actuals array in each dimension - DINT - - 1 - 3 - - 96 - - - SizeOfExpecteds - Size of Expecteds array in each dimension - DINT - - 1 - 3 - - 96 - - - SizeOfActuals - Size of Actuals array in each dimension - DINT - - 1 - 3 - - 96 - - - Offset - Current Array index offsets from Lower Bound in each dimension - DINT - - 1 - 3 - - 96 - - - ExpectedArrayIndex - Array of current Expected array indexes when looping through arrays - DINT - - 1 - 3 - - 96 - - - ActualArrayIndex - Array of current Actual array indexes when looping through arrays - DINT - - 1 - 3 - - 96 - - - Expected - Single expected value - LREAL - 64 - - - Actual - Single actual value - LREAL - 64 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_INT - - Expecteds - INT array with expected values - INT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - INT array with actual values - INT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - CalculateAndSetNumberOfAssertsForTest - - TestName - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - TotalNumberOfAsserts - UINT - 16 - - - NumberOfAsserts - UINT - 16 - - - NumberOfArrayAsserts - UINT - 16 - - - IteratorCounter - UINT - 16 - - - - GetNumberOfSkippedTests - UINT - 16 - - Counter - UINT - 16 - - - SkippedTestsCount - UINT - 16 - - - NumberOfTestsToAnalyse - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - - - - AssertEquals_DWORD - - Expected - DWORD expected value - DWORD - 32 - - - Actual - DWORD actual value - DWORD - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertTrue - - Condition - Condition to be checked - BOOL - 8 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - - AssertEquals_INT - - Expected - INT expected value - INT - 16 - - - Actual - INT actual value - INT - 16 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_UINT - - Expected - UINT expected value - UINT - 16 - - - Actual - UINT actual value - UINT - 16 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArray2dEquals_REAL - - Expecteds - REAL 2d array with expected values - REAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Actuals - REAL 2d array with actual values - REAL - 32 - - - variable_length_array - - - Dimensions - 2 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - Index when looping through Dimensions - USINT - 8 - - - LowerBoundExpecteds - Lower bounds of Expecteds array in each dimension - DINT - - 1 - 2 - - 64 - - - UpperBoundExpecteds - Upper bounds of Expecteds array in each dimension - DINT - - 1 - 2 - - 64 - - - LowerBoundActuals - Lower bounds of Actuals array in each dimension - DINT - - 1 - 2 - - 64 - - - UpperBoundActuals - Upper bounds of Actuals array in each dimension - DINT - - 1 - 2 - - 64 - - - SizeOfExpecteds - Size of Expecteds array in each dimension - DINT - - 1 - 2 - - 64 - - - SizeOfActuals - Size of Actuals array in each dimension - DINT - - 1 - 2 - - 64 - - - Offset - Current Array index offsets from Lower Bound in each dimension - DINT - - 1 - 2 - - 64 - - - ExpectedArrayIndex - Array of current Expected array indexes when looping through arrays - DINT - - 1 - 2 - - 64 - - - ActualArrayIndex - Array of current Actual array indexes when looping through arrays - DINT - - 1 - 2 - - 64 - - - Expected - Single expected value - REAL - 32 - - - Actual - Single actual value - REAL - 32 - - - __Index__0 - DINT - 32 - - - - AddTest - - TestName - T_MaxString - 2048 - - - IsTestOrdered - BOOL - 8 - - - IteratorCounter - UINT - 16 - - - ErrorMessage - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - FunctionCallResult - DINT - 32 - - - CycleCount - UDINT - 32 - - - TestWithThisNameAlreadyExists - BOOL - 8 - - - LowerCasedTestName - T_MaxString - 2048 - - - TrimmedTestName - T_MaxString - 2048 - - - IgnoreCurrentTestCase - BOOL - 8 - - - NumberOfTestsToAnalyse - UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) - 16 - - - - AssertArray3dEquals_REAL - - Expecteds - REAL 3d array with expected values - REAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Actuals - REAL 3d array with actual values - REAL - 32 - - - variable_length_array - - - Dimensions - 3 - - - - - Delta - The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - DimensionIndex - Index when looping through Dimensions - USINT - 8 - - - LowerBoundExpecteds - Lower bounds of Expecteds array in each dimension - DINT - - 1 - 3 - - 96 - - - UpperBoundExpecteds - Upper bounds of Expecteds array in each dimension - DINT - - 1 - 3 - - 96 - - - LowerBoundActuals - Lower bounds of Actuals array in each dimension - DINT - - 1 - 3 - - 96 - - - UpperBoundActuals - Upper bounds of Actuals array in each dimension - DINT - - 1 - 3 - - 96 - - - SizeOfExpecteds - Size of Expecteds array in each dimension - DINT - - 1 - 3 - - 96 - - - SizeOfActuals - Size of Actuals array in each dimension - DINT - - 1 - 3 - - 96 - - - Offset - Current Array index offsets from Lower Bound in each dimension - DINT - - 1 - 3 - - 96 - - - ExpectedArrayIndex - Array of current Expected array indexes when looping through arrays - DINT - - 1 - 3 - - 96 - - - ActualArrayIndex - Array of current Actual array indexes when looping through arrays - DINT - - 1 - 3 - - 96 - - - Expected - Single expected value - REAL - 32 - - - Actual - Single actual value - REAL - 32 - - - ExpectedValueString - T_MaxString - 2048 - - - ActualValueString - T_MaxString - 2048 - - - FormatString - String formatter for output messages - FB_FormatString - 7840 - - - __Index__0 - DINT - 32 - - - - AddTestNameToInstancePath - T_MaxString - 2048 - - TestInstancePath - T_MaxString - 2048 - - - CompleteTestInstancePath - T_MaxString - 2048 - - - - AssertEquals_UDINT - - Expected - UDINT expected value - UDINT - 32 - - - Actual - UDINT actual value - UDINT - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertEquals_REAL - - Expected - REAL expected value - REAL - 32 - - - Actual - REAL actual value - REAL - 32 - - - Delta - The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal - REAL - 32 - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - TestInstancePath - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - - AssertArrayEquals_SINT - - Expecteds - SINT array with expected values - SINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - SINT array with actual values - SINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - AssertArrayEquals_UDINT - - Expecteds - UDINT array with expected values - UDINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Actuals - UDINT array with actual values - UDINT - 32 - - - variable_length_array - - - Dimensions - 1 - - - - - Message - The identifying message for the assertion error - T_MaxString - 2048 - - - Equals - BOOL - 8 - - - SizeEquals - BOOL - 8 - - - Index - DINT - 32 - - - ExpectedString - T_MaxString - 2048 - - - ActualString - T_MaxString - 2048 - - - AlreadyReported - BOOL - 8 - - - TestInstancePath - T_MaxString - 2048 - - - SizeOfExpecteds - DINT - 32 - - - SizeOfActuals - DINT - 32 - - - ExpectedsIndex - DINT - 32 - - - ActualsIndex - DINT - 32 - - - __Index__0 - DINT - 32 - - - - - PouType - FunctionBlock - - - call_after_init - - - reflection - - - - - ST_AdsLogStringMessage - 4128 - - MsgCtrlMask - DWORD - 32 - 0 - - - MsgFmtStr - T_MaxString - 2048 - 32 - - - StrArg - T_MaxString - 2048 - 2080 - - - - pack_mode - 1 - - - - - FB_AdsLogStringMessageFifoQueue - This function block is responsible for making sure that the ADSLOGSTR-messages to the ADS-router are transmitted + with the same name twice in the same cycle ]]>1282080NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)1622080TestsFB_Test11004192002240TestDuplicateNameTriggerR_TRIG11006400421440TestCycleCountIndexUDINT11003200427840AssertResultsFB_AssertResultStatic24640320431040AssertArrayResultsFB_AssertArrayResultStatic848025625071360AdsAssertMessageFormatterFB_AdsAssertMessageFormatter6433551616AssertMessageFormatterI_AssertMessageFormatter3233551680HasStartedRunningBOOL833551712NumberOfOrderedTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)1633551728AssertEquals_LINTExpectedLINT64ActualLINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetNumberOfSuccessfulTestsUINT16AssertArrayEquals_ULINTExpectedsULINT32variable_length_arrayDimensions1ActualsULINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32FindTestSuiteInstancePathT_MaxString2048AssertEquals_TIMEExpectedTIME32ActualTIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_TIME_OF_DAYExpectedTIME_OF_DAY32ActualTIME_OF_DAY32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_BYTEExpectedBYTE8ActualBYTE8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetNumberOfFailedTestsUINT16CounterUINT16FailedTestsCountUINT16NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16NumberOfTestOverArrayLimitUINT16AssertEquals_DATE_AND_TIMEExpectedDATE_AND_TIME32ActualDATE_AND_TIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetTestByPositionFB_Test4192PositionUINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AssertArrayEquals_BOOLExpectedsBOOL32variable_length_arrayDimensions1ActualsBOOL32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_BYTEExpectedsBYTE32variable_length_arrayDimensions1ActualsBYTE32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedByteStringSTRING(80)648ActualByteStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_DATEExpectedDATE32ActualDATE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_WORDExpectedWORD16ActualWORD16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_LINTExpectedsLINT32variable_length_arrayDimensions1ActualsLINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_LTIMEExpectedLTIME64ActualLTIME64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_UINTExpectedsUINT32variable_length_arrayDimensions1ActualsUINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_LREALExpectedLREAL64ActualLREAL64DeltaLREAL64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_LWORDExpectedsLWORD32variable_length_arrayDimensions1ActualsLWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedLWordStringSTRING(80)648ActualLWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertEqualsExpectedAnyType96anytypeclassANYActualAnyType96anytypeclassANYMessageT_MaxString2048CountDINT32ExpectedDataStringT_MaxString2048ActualDataStringT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8boolExpectedBOOL8boolActualBOOL8byteExpectedBYTE8byteActualBYTE8dateExpectedDATE32dateActualDATE32dateAndTimeExpectedDATE_AND_TIME32dateAndTimeActualDATE_AND_TIME32dintExpectedDINT32dintActualDINT32dwordExpectedDWORD32dwordActualDWORD32intExpectedINT16intActualINT16lintExpectedLINT64lintActualLINT64lrealExpectedLREAL64lrealActualLREAL64ltimeExpectedLTIME64ltimeActualLTIME64lwordExpectedLWORD64lwordActualLWORD64realExpectedREAL32realActualREAL32sintExpectedSINT8sintActualSINT8stringExpectedT_MaxString2048stringActualT_MaxString2048wstringExpectedWSTRING(255)4096wstringActualWSTRING(255)4096timeExpectedTIME32timeActualTIME32timeOfDayExpectedTIME_OF_DAY32timeOfDayActualTIME_OF_DAY32udintExpectedUDINT32udintActualUDINT32uintExpectedUINT16uintActualUINT16ulintExpectedULINT64ulintActualULINT64usintExpectedUSINT8usintActualUSINT8wordExpectedWORD16wordActualWORD16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8IteratorCounterDINT32hasanytypeAssertFalseConditionBOOL8MessageT_MaxString2048AssertEquals_SINTExpectedSINT8ActualSINT8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions2ActualsLREAL32variable_length_arrayDimensions2DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertEquals_ULINTExpectedULINT64ActualULINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_BOOLExpectedBOOL8ActualBOOL8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertEquals_USINTExpectedUSINT8ActualUSINT8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertEquals_LWORDExpectedLWORD64ActualLWORD64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_USINTExpectedsUSINT32variable_length_arrayDimensions1ActualsUSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32SetHasStartedRunningSetTestFailedAssertionTypeE_AssertionType8AssertionMessageT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16GetInstancePathT_MaxString2048GetTestOrderNumberUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16TestNameT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16GetNumberOfTestsUINT16AssertArrayEquals_DWORDExpectedsDWORD32variable_length_arrayDimensions1ActualsDWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32GetHasStartedRunningBOOL8AssertArrayEquals_LREALExpectedsLREAL32variable_length_arrayDimensions1ActualsLREAL32variable_length_arrayDimensions1DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_WSTRINGExpectedWSTRING(255)4096ActualWSTRING(255)4096MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8IsTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AssertArrayEquals_REALExpectedsREAL32variable_length_arrayDimensions1ActualsREAL32variable_length_arrayDimensions1DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_DINTExpectedDINT32ActualDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_DINTExpectedsDINT32variable_length_arrayDimensions1ActualsDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_STRINGExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8SetTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AreAllTestsFinishedBOOL8CounterUINT16GetCurTaskIndexGETCURTASKINDEX128NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16AssertArrayEquals_WORDExpectedsWORD32variable_length_arrayDimensions1ActualsWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertArray3dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions3ActualsLREAL32variable_length_arrayDimensions3DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertArrayEquals_INTExpectedsINT32variable_length_arrayDimensions1ActualsINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32CalculateAndSetNumberOfAssertsForTestTestNameT_MaxString2048TestInstancePathT_MaxString2048TotalNumberOfAssertsUINT16NumberOfAssertsUINT16NumberOfArrayAssertsUINT16IteratorCounterUINT16GetNumberOfSkippedTestsUINT16CounterUINT16SkippedTestsCountUINT16NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16AssertEquals_DWORDExpectedDWORD32ActualDWORD32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertTrueConditionBOOL8MessageT_MaxString2048AssertEquals_INTExpectedINT16ActualINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_UINTExpectedUINT16ActualUINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_REALExpectedsREAL32variable_length_arrayDimensions2ActualsREAL32variable_length_arrayDimensions2DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedREAL32ActualREAL32__Index__0DINT32AddTestTestNameT_MaxString2048IsTestOrderedBOOL8IteratorCounterUINT16ErrorMessageT_MaxString2048TestInstancePathT_MaxString2048FunctionCallResultDINT32CycleCountUDINT32TestWithThisNameAlreadyExistsBOOL8LowerCasedTestNameT_MaxString2048TrimmedTestNameT_MaxString2048IgnoreCurrentTestCaseBOOL8NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16AssertArray3dEquals_REALExpectedsREAL32variable_length_arrayDimensions3ActualsREAL32variable_length_arrayDimensions3DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedREAL32ActualREAL32ExpectedValueStringT_MaxString2048ActualValueStringT_MaxString2048FormatStringFB_FormatString7840__Index__0DINT32AddTestNameToInstancePathT_MaxString2048TestInstancePathT_MaxString2048CompleteTestInstancePathT_MaxString2048AssertEquals_UDINTExpectedUDINT32ActualUDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_REALExpectedREAL32ActualREAL32DeltaREAL32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_SINTExpectedsSINT32variable_length_arrayDimensions1ActualsSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_UDINTExpectedsUDINT32variable_length_arrayDimensions1ActualsUDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32PouTypeFunctionBlockcall_after_initreflectionST_AdsLogStringMessage4128MsgCtrlMaskDWORD320MsgFmtStrT_MaxString204832StrArgT_MaxString20482080pack_mode1FB_AdsLogStringMessageFifoQueue - 8320864 - - ArrayBuffer - BYTE - - 0 - 1040000 - - 8320000 - 32 - - - MemRingBuffer - FB_MemRingBuffer - 544 - 8320032 - - - TimerBetweenMessages - TON - 224 - 8320576 - - - .IN - 1 - - - .PT - 10 - - - - - MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORD - USINT - 8 - 8320800 - - 4 - - - - TIME_BETWEEN_MESSAGES - TIME - 32 - 8320832 - - 10 - - - - GetLogCount - UDINT - 32 - - - WriteLog - - MsgCtrlMask - DWORD - 32 - - - MsgFmtStr - T_MaxString - 2048 - - - StrArg - T_MaxString - 2048 - - - Error - Buffer overflow - BOOL - 8 - - - ItemType - Output - - - - - AdsLogStringMessage - ST_AdsLogStringMessage - 4128 - - - - GetAndRemoveLogFromQueue - - AdsLogStringMessage - ST_AdsLogStringMessage - 4128 - - - ItemType - Output - - - - - Error - Buffer empty - BOOL - 8 - - - ItemType - Output - - - - - - - PouType - FunctionBlock - - - - - _ST_NCADS_IDXOFFS_AxisParameter - 1632 - - PARAMSTRUCT - UDINT - NC ADS Index Offsets for Axis Parameters - 32 - 0 - - 0 - - - - ID - UDINT - 32 - 32 - - 1 - - - - NAME - UDINT - 32 - 64 - - 2 - - - - AXISTYPE - UDINT - 32 - 96 - - 3 - - - - CYCLETIME - UDINT - 32 - 128 - - 4 - - - - UNITNAME - UDINT - 32 - 160 - - 5 - - - - VELOREFSEARCH - UDINT - 32 - 192 - - 6 - - - - VELOSYNCSEARCH - UDINT - 32 - 224 - - 7 - - - - VELOSLOWMANUAL - UDINT - 32 - 256 - - 8 - - - - VELOFASTMANUAL - UDINT - 32 - 288 - - 9 - - - - VELOFAST - UDINT - 32 - 320 - - 10 - - - - POSAREAENABLE - UDINT - 32 - 352 - - 15 - - - - POSAREARANGE - UDINT - 32 - 384 - - 16 - - - - MOTCNTRLENABLE - UDINT - 32 - 416 - - 17 - - - - MOTCNTRLTIME - UDINT - 32 - 448 - - 18 - - - - LOOPENABLE - UDINT - 32 - 480 - - 19 - - - - LOOPDISTANCE - UDINT - 32 - 512 - - 20 - - - - TARGETPOSENA - UDINT - 32 - 544 - - 21 - - - - TARGETPOSRANGE - UDINT - 32 - 576 - - 22 - - - - TARGETPOSTIME - UDINT - 32 - 608 - - 23 - - - - PULSDISTPOS - UDINT - 32 - 640 - - 24 - - - - PULSDISTNEG - UDINT - 32 - 672 - - 25 - - - - FADINGACCELERATION - UDINT - 32 - 704 - - 29 - - - - FASTAXISSTOPSIGNALTYPE - UDINT - 32 - 736 - - 30 - - - - UNITFLAGS - UDINT - 32 - 768 - - 38 - - - - VELOMAXIMUM - UDINT - 32 - 800 - - 39 - - - - MOTCNTRLRANGE - UDINT - 32 - 832 - - 40 - - - - PEHCONTROLENA - UDINT - 32 - 864 - - 41 - - - - PEHCONTROLTIME - UDINT - 32 - 896 - - 42 - - - - BACKLASHCOMPENA - UDINT - 32 - 928 - - 43 - - - - BACKLASH - UDINT - 32 - 960 - - 44 - - - - DATAPERSISTENCE - UDINT - 32 - 992 - - 48 - - - - HWAMSADDR - UDINT - 32 - 1024 - - 49 - - - - HWCHNNO - UDINT - 32 - 1056 - - 50 - - - - APPLICATIONREQUEST - UDINT - 32 - 1088 - - 51 - - - - ACC - UDINT - 32 - 1120 - - 257 - - - - DEC - UDINT - 32 - 1152 - - 258 - - - - JERK - UDINT - 32 - 1184 - - 259 - - - - DELAY - UDINT - 32 - 1216 - - 260 - - - - OVERRIDETYPE - UDINT - 32 - 1248 - - 261 - - - - VELOJUMPFACTOR - UDINT - 32 - 1280 - - 262 - - - - REDUCTIONFEEDBACK - UDINT - 32 - 1312 - - 263 - - - - TOLERANCEBALLAUXAXIS - UDINT - 32 - 1344 - - 264 - - - - MAXPOSDEVIATIONAUXAXIS - UDINT - 32 - 1376 - - 265 - - - - FASTACC - UDINT - 32 - 1408 - - 266 - - - - FASTDEC - UDINT - 32 - 1440 - - 267 - - - - FASTJERK - UDINT - 32 - 1472 - - 268 - - - - REF_POS - UDINT - 32 - 1504 - - 65795 - - - - ENCSEARCHDIR - UDINT - 32 - 1536 - - 65793 - - - - ENCSYNCDIR - UDINT - 32 - 1568 - - 65794 - - - - ENCREFMODE - UDINT - 32 - 1600 - - 65799 - - - - - conditionalshow - - - - - _ST_NCADS_AxisParameter - 1664 - - IDXGRP - UDINT - 32 - 0 - - 16384 - - - - IDXOFFS - _ST_NCADS_IDXOFFS_AxisParameter - 1632 - 32 - - - - conditionalshow - - - - - _ST_NCADS_IDXOFFS_AxisState - 800 - - ONLINESTRUCT - UDINT - 32 - 0 - - 0 - - - - ERROR - UDINT - 32 - 32 - - 1 - - - - SETTASKCYCLE - UDINT - +]]>8320864ArrayBufferBYTE01040000832000032MemRingBufferFB_MemRingBuffer5448320032TimerBetweenMessagesTON2248320576.IN1.PT10MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORDUSINT883208004TIME_BETWEEN_MESSAGESTIME32832083210GetLogCountUDINT32WriteLogMsgCtrlMaskDWORD32MsgFmtStrT_MaxString2048StrArgT_MaxString2048ErrorBOOL8ItemTypeOutputAdsLogStringMessageST_AdsLogStringMessage4128GetAndRemoveLogFromQueueAdsLogStringMessageST_AdsLogStringMessage4128ItemTypeOutputErrorBOOL8ItemTypeOutputPouTypeFunctionBlock_ST_NCADS_IDXOFFS_AxisParameter1632PARAMSTRUCTUDINT3200IDUDINT32321NAMEUDINT32642AXISTYPEUDINT32963CYCLETIMEUDINT321284UNITNAMEUDINT321605VELOREFSEARCHUDINT321926VELOSYNCSEARCHUDINT322247VELOSLOWMANUALUDINT322568VELOFASTMANUALUDINT322889VELOFASTUDINT3232010POSAREAENABLEUDINT3235215POSAREARANGEUDINT3238416MOTCNTRLENABLEUDINT3241617MOTCNTRLTIMEUDINT3244818LOOPENABLEUDINT3248019LOOPDISTANCEUDINT3251220TARGETPOSENAUDINT3254421TARGETPOSRANGEUDINT3257622TARGETPOSTIMEUDINT3260823PULSDISTPOSUDINT3264024PULSDISTNEGUDINT3267225FADINGACCELERATIONUDINT3270429FASTAXISSTOPSIGNALTYPEUDINT3273630UNITFLAGSUDINT3276838VELOMAXIMUMUDINT3280039MOTCNTRLRANGEUDINT3283240PEHCONTROLENAUDINT3286441PEHCONTROLTIMEUDINT3289642BACKLASHCOMPENAUDINT3292843BACKLASHUDINT3296044DATAPERSISTENCEUDINT3299248HWAMSADDRUDINT32102449HWCHNNOUDINT32105650APPLICATIONREQUESTUDINT32108851ACCUDINT321120257DECUDINT321152258JERKUDINT321184259DELAYUDINT321216260OVERRIDETYPEUDINT321248261VELOJUMPFACTORUDINT321280262REDUCTIONFEEDBACKUDINT321312263TOLERANCEBALLAUXAXISUDINT321344264MAXPOSDEVIATIONAUXAXISUDINT321376265FASTACCUDINT321408266FASTDECUDINT321440267FASTJERKUDINT321472268REF_POSUDINT32150465795ENCSEARCHDIRUDINT32153665793ENCSYNCDIRUDINT32156865794ENCREFMODEUDINT32160065799conditionalshow_ST_NCADS_AxisParameter1664IDXGRPUDINT32016384IDXOFFS_ST_NCADS_IDXOFFS_AxisParameter163232conditionalshow_ST_NCADS_IDXOFFS_AxisState800ONLINESTRUCTUDINT3200ERRORUDINT32321SETTASKCYCLEUDINT - 32 - 64 - - 9 - - - - SETPOS - UDINT - 32 - 96 - - 10 - - - - SETVELO - UDINT - 32 - 128 - - 14 - - - - SETACC - UDINT - 32 - 160 - - 15 - - - - MODULOSETPOS - UDINT - 32 - 192 - - 11 - - - - MODULOSETTURNS - UDINT - 32 - 224 - - 12 - - - - SETDIR - UDINT - 32 - 256 - - 13 - - - - TARGETPOSITION - UDINT - 32 - 288 - - 19 - - - - REMAININGTIMEANDPOS - UDINT - 32 - 320 - - 20 - - - - STOPINFORMATION - UDINT - 32 - 352 - - 24 - - - - SETTASKCYCLE_WITHOUTCORR - UDINT - 32 - 384 - - 25 - - - - SETPOS_WITHOUTCORR - UDINT - 32 - 416 - - 26 - - - - SETVELO_WITHOUTCORR - UDINT - 32 - 448 - - 30 - - - - SETACC_WITHOUTCORR - UDINT - 32 - 480 - - 31 - - - - SETDIR_WITHOUTCORR - UDINT - 32 - 512 - - 29 - - - - COUPLESTATE - UDINT - 32 - 544 - - 32 - - - - CPLPARAMS - UDINT - 32 - 576 - - 34 - - - - CPLFACTOR - UDINT - 32 - 608 - - 35 - - - - AXISCTRLLOOPIDX - UDINT - 32 - 640 - - 36 - - - - AXISSETPOINTGENIDX - UDINT - 32 - 672 - - 37 - - - - CPLCHARACVALUES - UDINT - 32 - 704 - - 38 - - - - CAMINFO - UDINT - 32 - 736 - - 39 - - - - CAMSTATUS - UDINT - activation status etc. - 32 - 768 - - 40 - - - - - conditionalshow - - - - - _ST_NCADS_AxisState - 832 - - IDXGRP - UDINT - 32 - 0 - - 16640 - - - - IDXOFFS - _ST_NCADS_IDXOFFS_AxisState - 800 - 32 - - - - conditionalshow - - - - - _ST_NCADS_IDXOFFS_AxisFunctions - 1792 - - RESET - UDINT - 32 - 0 - - 1 - - - - STOP - UDINT - 32 - 32 - - 2 - - - - CLEAR - UDINT - 32 - 64 - - 3 - - - - EMERGENCYSTOP - UDINT - 32 - 96 - - 4 - - - - PARAMETRIZEDSTOP - UDINT - 32 - 128 - - 5 - - - - INITIALIZE - UDINT - Initialize Axis - 32 - 160 - - 7 - - - - ORIENTEDSTOP - UDINT - 19.04.04 issue #2470 - 32 - 192 - - 9 - - - - CALIBR - UDINT - 32 - 224 - - 16 - - - - NEWTARGPOS - UDINT - 32 - 256 - - 17 - - - - NEWTARGPOSANDVELO - UDINT - 32 - 288 - - 18 - - - - CHANGEDYNAMICPARAM - UDINT - NEU: Neue Dynamikparameter (Acc;Dec) fuer Positionierung - 32 - 320 - - 21 - - - - UNIVERSALSTART - UDINT - 05.03.07: new 'axis start and restart' command with buffer mode (issue #2786+#3276) - 32 - 352 - - 22 - - - - SLAVEUNIVERSALSTART - UDINT - 24.02.09: decoupling command with succeding universal axis start commanded to a slave axis - 32 - 384 - - 23 - - - - RELEASEAXISLOCK - UDINT - 10.12.18 release axis lock for motion commands - 32 - 416 - - 24 - - - - SETEXTERNALERROR - UDINT - 06.10.04: Externen Achsfehler setzen (Laufzeitfehler) issue #2665 - 32 - 448 - - 25 - - - - SETPOS - UDINT - 32 - 480 - - 26 - - - - SETCALFLAG - UDINT - "ist referenziert"-Flag setzen - 32 - 512 - - 27 - - - - SETACTPOS - UDINT - nur Istwertsetzen ohne Sollwertaenderung !!! - 32 - 544 - - 28 - - - - SETDRIVEPOS - UDINT - antriebsseitiges Istwertsetzen - 32 - 576 - - 29 - - - - SETENCODERSCALING - UDINT - 17.07.08: "Fliegende Änderung des Skalierungsfaktors" - 32 - 608 - - 30 - - - - SETPOSONTHEFLY - UDINT - 29.11.05: "Fliegendes Istwert Setzen" (betrifft Ist - und Sollwert) (issue #3017) - 32 - 640 - - 31 - - - - START - UDINT - 32 - 672 - - 32 - - - - STARTEXT - UDINT - 32 - 704 - - 33 - - - - STARTVELOCHANGE - UDINT - special function for MMW - 32 - 736 - - 34 - - - - ENABLEEXTGEN - UDINT - enable/start external setpoint values - 32 - 768 - - 35 - - - - DISABLEEXTGEN - UDINT - disable/stop external setpoint values - 32 - 800 - - 36 - - - - REVERSINGSEQUENCE - UDINT - 32 - 832 - - 37 - - - - STARTDRVOUT - UDINT - 32 - 864 - - 38 - - - - STOPDRVOUT - UDINT - 32 - 896 - - 39 - - - - CHANGEDRVOUT - UDINT - 32 - 928 - - 40 - - - - JUMPTOOVERRIDE - UDINT - 04.11.04: jump to actual override value and froze them until change (issue #2697) - 32 - 960 - - 41 - - - - EXTSETGENUNIVERSALSTART - UDINT - 23.11.10: deactivation of external setpoint generator with succeding universal axis start command - 32 - 992 - - 43 - - - - UNIVERSALTORQUESTART - UDINT - 20181210 Fap - new 'axis torque control start and restart' command with buffer mode - 32 - 1024 - - 45 - - - - STARTSCOM - UDINT - start superposition (position compensation) - 21.12.04: nun auch als 'ReadWrite'-Kommando - 32 - 1056 - - 48 - - - - STOPSCOM - UDINT - stop superposition (position compensation) - 32 - 1088 - - 49 - - - - PHASINGREQEUST - UDINT - start/stop the additional phasing set point generator used for a master/slave phase shift - 32 - 1120 - - 52 - - - - CPL - UDINT - Achse koppeln - 32 - 1152 - - 64 - - - - DECPL - UDINT - Achse entkoppeln (und optional neue Endposition mit neuer Geschwindigkeit) - 32 - 1184 - - 65 - - - - CPLCHANGE - UDINT - Achse Koppelparams ändern - 32 - 1216 - - 66 - - - - TABCPLCHANGE - UDINT - 3x TabSlaveAxe Tabelle-Koppelparams ändern - 32 - 1248 - - 67 - - - - STOPSLAVE - UDINT - Slave-Stop (Diagonal-Slave / Flying Saw) - 32 - 1280 - - 68 - - - - CPLTAB - UDINT - TabSlaveAxe Koppelparams setzen - 32 - 1312 - - 69 - - - - TABSLVACTIVCOR - UDINT - 2x TabSlaveAxe Korrekturtabelle aktivieren (mit/ohne Aktivierungsposition) - 32 - 1344 - - 70 - - - - TABSLVLEAVECYC - UDINT - TabSlaveAxe Monozyklische Tabelle beenden - 32 - 1376 - - 71 - - - - TABSLVCOROFFSET - UDINT - TabSlaveAxe Letzter Korrektur Offset - 32 - 1408 - - 72 - - - - TABSLVSCALING - UDINT - NEU: Slave-Skalierung der Solo-Tabellenkopplung setzen - 32 - 1440 - - 73 - - - - CPLSOLOTAB - UDINT - Solo Tabellen Kopplung - 32 - 1472 - - 74 - - - - CPLSYNCHRONIZING - UDINT - Slave Synchronizing Generator ('GearInPos' and 'GearInVelo') - 32 - 1504 - - 75 - - - - CAMSCALING - UDINT - Slave Change CAM Scaling (Aenderung der Tabellenskalierung) (issue #2514) - 32 - 1536 - - 77 - - - - DISABLE - UDINT - Achse sperren - 32 - 1568 - - 80 - - - - ENABLE - UDINT - Achse reaktivieren - 32 - 1600 - - 81 - - - - CHANGEAXISCTRLLOOP - UDINT - NEU: Aenderung des aktiven Achsregelkreises - 32 - 1632 - - 82 - - - - DRIVEDISABLE - UDINT - Drive-Output der Achse sperren - 32 - 1664 - - 96 - - - - DRIVEENABLE - UDINT - Drive-Output der Achse reaktivieren - 32 - 1696 - - 97 - - - - RELEASEBRAKE - UDINT - Feststellbremse loesen (Eil/Schleich-Gruppe) - 32 - 1728 - - 98 - - - - RECONFIGURATE - UDINT - Achse zurueckfuehren in eigene PTP-Gruppe - 32 - 1760 - - 112 - - - - - conditionalshow - - - - - _ST_NCADS_AxisFunctions - 1824 - - IDXGRP - UDINT - 32 - 0 - - 16896 - - - - IDXOFFS - _ST_NCADS_IDXOFFS_AxisFunctions - 1792 - 32 - - - - conditionalshow - - - - - _ST_NCADS_Axis - 4320 - - Parameter - _ST_NCADS_AxisParameter - 1664 - 0 - - - State - _ST_NCADS_AxisState - 832 - 1664 - - - Functions - _ST_NCADS_AxisFunctions - 1824 - 2496 - - - - conditionalshow - - - - - _ST_NCADS_IDXOFFS_TableParameter - 192 - - MFREADCHARACVALUES - UDINT - read characteristic values of a motion function - 32 - 0 - - 80 - - - - WRITETABROWS - UDINT - write table - 32 - 32 - - 16777216 - - - - WRITEMFTABROWS - UDINT - write motion function table - 32 - 64 - - 83886080 - - - - MFREADTAB - UDINT - read motion function as data table - 32 - 96 - - 34 - - - - READSLAVEDYNAMICS - UDINT - read slave table position, velocity and acceleration related to a master position - 32 - 128 - - 35 - - - - READMASTERPOSITION - UDINT - read master table position related to slave position - 32 - 160 - - 36 - - - - - conditionalshow - - - - - _ST_NCADS_TableParameter - 224 - - IDXGRP - UDINT - 32 - 0 - - 40960 - - - - IDXOFFS - _ST_NCADS_IDXOFFS_TableParameter - 192 - 32 - - - - conditionalshow - - - - - _ST_NCADS_IDXOFFS_TableFunctions - 96 - - CREATETAB - UDINT - create table - 32 - 0 - - 65536 - - - - CREATEMOTIONTAB - UDINT - create motion function table - 32 - 32 - - 65552 - - - - DELETETAB - UDINT - delete tables - 32 - 64 - - 131072 - - - - - conditionalshow - - - - - _ST_NCADS_TableFunctions - 128 - - IDXGRP - UDINT - 32 - 0 - - 41472 - - - - IDXOFFS - _ST_NCADS_IDXOFFS_TableFunctions - 96 - 32 - - - - conditionalshow - - - - - _ST_NCADS_Table - 352 - - Parameter - _ST_NCADS_TableParameter - 224 - 0 - - - Functions - _ST_NCADS_TableFunctions - 128 - 224 - - - - conditionalshow - - - - - ADSRDDEVINFO - ADS read device info command. - 1280 - - NETID - T_AmsNetID - Ams net id - 192 - 32 - - - ItemType - Input - - - - - PORT - T_AmsPort - Ads communication port - 16 - 224 - - - ItemType - Input - - - - - RDINFO - BOOL - Rising edge starts command execution - 8 - 240 - - - ItemType - Input - - - - - TMOUT - TIME - Maximum time allowed for the execution of this ADS command - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - BUSY - BOOL - Busy flag - 8 - 288 - - - ItemType - Output - - - - - ERR - BOOL - Error flag - 8 - 296 - - - ItemType - Output - - - - - ERRID - UDINT - ADS error code - 32 - 320 - - - ItemType - Output - - - - - DEVNAME - STRING(19) - Device name - 160 - 352 - - - ItemType - Output - - - - - DEVVER - UDINT - Device version - 32 - 512 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - hide_all_locals - - - - - _TCMCGLOBAL - Global constants and parameters - 6976 - - NCPORT_TCMC - UINT - 20110511 type changed from INT to UINT - 16 - 32 - - 500 - - - - ItemType - Input - - - - - NCPORT_TCMC_COUPLING - UINT - 20110511 type changed from INT to UINT - 16 - 48 - - 500 - - - - ItemType - Input - - - - - NCNETID_TCMC - T_AmsNetID - 192 - 64 - - - - - - ItemType - Input - - - - - NCPORT_TCMC_CAM - UINT - 20110511 type changed from INT to UINT - 16 - 256 - - 500 - - - - ItemType - Input - - - - - NCPORT_TCMC_CAM_FAST - UINT - 20150728 KSt added - 16 - 272 - - 500 - - - - ItemType - Input - - - - - NCNETID_TCMC_CAM - T_AmsNetID - 192 - 288 - - - - - - ItemType - Input - - - - - NCPORT_TCMC_SUPERPOSITION - UINT - 20140930 KSt added - 16 - 480 - - 501 - - - - ItemType - Input - - - - - NcDeviceInfoTcMainVersion - DWORD - 32 - 512 - - - ItemType - Output - - - - - NcDeviceInfoTcSubVersion - DWORD - 32 - 544 - - - ItemType - Output - - - - - NcDeviceInfoNcDriverVersion - DWORD - 32 - 576 - - - ItemType - Output - - - - - NcDeviceInfoNcVersion - DWORD - 32 - 608 - - - ItemType - Output - - - - - NcDeviceInfoNcName - STRING(19) - 160 - 640 - - - ItemType - Output - - - - - Axis - _ST_NCADS_Axis - IDXGRP and IDXOFFS constants of axis parameter/status/functions - 4320 - 800 - - - ItemType - Output - - - suppress_warning_0 - C0228 - - - - - Table - _ST_NCADS_Table - IDXGRP and IDXOFFS constants of table parameter/status/functions - 352 - 5120 - - - ItemType - Output - - - suppress_warning_0 - C0228 - - - - - NCPORT_TCNCCAMMING_TABLEFUNCTION - UINT - 16 - 5472 - - 500 - - - - tTargetPosTimeOut - TIME - 32 - 5504 - - 6000 - - - - tADSTimeOut - TIME - 32 - 5536 - - 1000 - - - - tStopMonitoringTimeOut - TIME - 32 - 5568 - - 100 - - - - NCTOPLC_FEEDBACK_MAXWAITCYCLES - INT - 16 - 5600 - - 10 - - - - fbADSRDDEVINFO - ADSRDDEVINFO - 1280 - 5632 - - - DeviceVersion - DWORD - 32 - 6912 - - - Init - BOOL - 8 - 6944 - - - ReadDeviceInfo - - - - PouType - FunctionBlock - - - conditionalshow - - - - - ST_CTRL_CYCLE_TIME_INTERPRETATION - 128 - - bInterpretCycleTimeAsTicks - BOOL - 8 - 0 - - - fBaseTime - LREAL - 64 - 64 - - - - hide - - - - - TcEventConfirmationState - 16 - INT - - NotSupported - 0 - - - NotRequired - 1 - - - WaitForConfirmation - 2 - - - Confirmed - 3 - - - Reset - 4 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - - - - ITcAlarm - 32 - ITcEvent - - SetJsonAttribute - HRESULT - 32 - - sJsonAttribute - PCCH - 32 - - - - GetArguments - HRESULT - 32 - - pipArguments - ITcArguments - 32 - - - - GetIsRaised - HRESULT - 32 - - bIsRaised - BOOL32 - 32 - - - - Raise - HRESULT - 32 - - timeStamp - ULINT - 64 - - - - Clear - HRESULT - 32 - - timeStamp - ULINT - 64 - - - bResetConfirmation - BOOL32 - 32 - - - - GetConfirmationState - HRESULT - 32 - - state - TcEventConfirmationState - 32 - - - - Confirm - HRESULT - 32 - - timeStamp - ULINT - 64 - - - - - ITcAlarm2 - 32 - ITcAlarm - - GetTimeRaised - HRESULT - 32 - - timeStamp - ULINT - 32 - - - - GetTimeConfirmed - HRESULT - 32 - - timeStamp - ULINT - 32 - - - - GetTimeCleared - HRESULT - 32 - - timeStamp - ULINT - 32 - - - - - FB_TcEvent - 3584 - FB_TcEventBase - I_TcEventBase - - nTimestamp - ULINT - 64 - 162800660 - - - __getnTimestamp - ULINT - 64 - - nTimestamp - ULINT - 64 - - - - property - - - monitoring - call - - - TcDisplayTypeGUID - 18071995-0000-0000-0000-000000000046 - - - - - Release - HRESULT - 32 - - - Init - - ipEvent - ITcEvent - 32 - - - nTimestamp - ULINT - 64 - - - ipMessage - ITcMessage2 - 32 - - - ipAlarm - ITcAlarm2 - 32 - - - - conditionalshow - - - obsolete - Init is obsolete, use Init2 instead! - - - - - __getipEvent - ITcEvent - 32 - - ipEvent - ITcEvent - 32 - - - - property - - - conditionalshow - - - - - Init2 - - ipEvent - ITcEvent - 32 - - - nTimestamp - ULINT - 64 - - - ipArguments - ITcArguments - 32 - - - ipMessage - ITcMessage - 32 - - - ipAlarm - ITcAlarm - 32 - - - ipSourceInfo - ITcSourceInfo - 32 - - - - conditionalshow - - - - - - PouType - FunctionBlock - - - reflection - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - I_Listener - 32 - PVOID - - OnAlarmCleared - - fbEvent - FB_TcEvent - 32 - - - - OnAlarmConfirmed - - fbEvent - FB_TcEvent - 32 - - - - OnAlarmDisposed - - fbEvent - FB_TcEvent - 32 - - - - OnAlarmRaised - - fbEvent - FB_TcEvent - 32 - - - - OnMessageSent - - fbEvent - FB_TcEvent - 32 - - - - - ITcEventFilterConfig - 32 - ITcUnknown - - AddEventClass - HRESULT - 32 - - eventClass - GUID - 32 - - - severity - TcEventSeverity - 16 - - - - RemoveEventClass - HRESULT - 32 - - eventClass - GUID - 32 - - - - AddSourceInfo - HRESULT - 32 - - ipSourceInfo - ITcSourceInfo - 32 - - - severity - TcEventSeverity - 16 - - - - RemoveSourceInfo - HRESULT - 32 - - ipSourceInfo - ITcSourceInfo - 32 - - - - - ITcMessageListener - 32 - ITcUnknown - - OnMessageSent - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - - - ITcAlarmListener - 32 - ITcUnknown - - OnAlarmRaised - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - - OnAlarmCleared - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - - OnAlarmConfirmed - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - - OnAlarmDisposed - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - - - FB_ListenerWrapper - 3840 - ITcMessageListener - ITcAlarmListener - - TcAddRef - UDINT - 32 - - - c++_compatible - - - pack_mode - 4 - - - show - - - minimal_input_size - 4 - - - - - OnAlarmRaised - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - ipAlarm - ITcAlarm2 - 32 - - - nTimeStamp - ULINT - 64 - - - - show - - - c++_compatible - - - minimal_input_size - 4 - - - pack_mode - 4 - - - - - Unsubscribe - HRESULT - 32 - - hr - HRESULT - 32 - - - - OnAlarmCleared - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - ipAlarm - ITcAlarm2 - 32 - - - nTimeStamp - ULINT - 64 - - - - show - - - c++_compatible - - - minimal_input_size - 4 - - - pack_mode - 4 - - - - - TcQueryInterface - HRESULT - 32 - - iid - IID - 32 - - - pipItf - PVOID - 32 - - - ipMessageListener - ITcMessageListener - 32 - - - ipAlarmListener - ITcAlarmListener - 32 - - - - c++_compatible - - - pack_mode - 4 - - - show - - - minimal_input_size - 4 - - - - - OnMessageSent - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - ipMessage2 - ITcMessage2 - 32 - - - nTimeStamp - ULINT - 64 - - - - show - - - c++_compatible - - - minimal_input_size - 4 - - - pack_mode - 4 - - - - - Subscribe - HRESULT - 32 - - pipMessageFilterConfig - ITcEventFilterConfig - 32 - - - pipAlarmFilterConfig - ITcEventFilterConfig - 32 - - - hr - HRESULT - 32 - - - - TcRelease - UDINT - 32 - - - c++_compatible - - - pack_mode - 4 - - - show - - - minimal_input_size - 4 - - - - - OnAlarmConfirmed - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - ipAlarm - ITcAlarm2 - 32 - - - nTimeStamp - ULINT - 64 - - - - show - - - c++_compatible - - - minimal_input_size - 4 - - - pack_mode - 4 - - - - - OnAlarmDisposed - HRESULT - 32 - - ipEvent - ITcEvent - 32 - - - ipAlarm - ITcAlarm2 - 32 - - - nTimeStamp - ULINT - 64 - - - - show - - - c++_compatible - - - minimal_input_size - 4 - - - pack_mode - 4 - - - - - Execute - HRESULT - 32 - - ipListener - I_Listener - 32 - - - hr - HRESULT - 32 - - - - - PouType - FunctionBlock - - - c++_compatible - - - enable_dynamic_creation - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - FB_ListenerBase - 96 - I_Listener - - _pListenerWrapper - FB_ListenerWrapper - 32 - 64 - - - OnAlarmRaised - - fbEvent - FB_TcEvent - 32 - - - - Unsubscribe - HRESULT - 32 - - hr - HRESULT - 32 - - - - OnAlarmCleared - - fbEvent - FB_TcEvent - 32 - - - - OnMessageSent - - fbEvent - FB_TcEvent - 32 - - - - Subscribe - HRESULT - 32 - - ipMessageFilterConfig - ITcEventFilterConfig - 32 - - - ipAlarmFilterConfig - ITcEventFilterConfig - 32 - - - hr - HRESULT - 32 - - - - OnAlarmConfirmed - - fbEvent - FB_TcEvent - 32 - - - - OnAlarmDisposed - - fbEvent - FB_TcEvent - 32 - - - - Execute - HRESULT - 32 - - hr - HRESULT - 32 - - - - - PouType - FunctionBlock - - - no_explicit_call - do not call this POU directly - - - - - E_LogEventType - 16 - INT - - ALARMCLEARED - 0 - - - ALARMCONFIRMED - 1 - - - ALARMRAISED - 2 - - - MESSAGESENT - 3 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - ST_LoggingEventInfo - 86272 - - schema - STRING(80) - Message or Alarm{Cleared,Confirmed,Raised} event information +]]>32649SETPOSUDINT329610SETVELOUDINT3212814SETACCUDINT3216015MODULOSETPOSUDINT3219211MODULOSETTURNSUDINT3222412SETDIRUDINT3225613TARGETPOSITIONUDINT3228819REMAININGTIMEANDPOSUDINT3232020STOPINFORMATIONUDINT3235224SETTASKCYCLE_WITHOUTCORRUDINT3238425SETPOS_WITHOUTCORRUDINT3241626SETVELO_WITHOUTCORRUDINT3244830SETACC_WITHOUTCORRUDINT3248031SETDIR_WITHOUTCORRUDINT3251229COUPLESTATEUDINT3254432CPLPARAMSUDINT3257634CPLFACTORUDINT3260835AXISCTRLLOOPIDXUDINT3264036AXISSETPOINTGENIDXUDINT3267237CPLCHARACVALUESUDINT3270438CAMINFOUDINT3273639CAMSTATUSUDINT3276840conditionalshow_ST_NCADS_AxisState832IDXGRPUDINT32016640IDXOFFS_ST_NCADS_IDXOFFS_AxisState80032conditionalshow_ST_NCADS_IDXOFFS_AxisFunctions1792RESETUDINT3201STOPUDINT32322CLEARUDINT32643EMERGENCYSTOPUDINT32964PARAMETRIZEDSTOPUDINT321285INITIALIZEUDINT321607ORIENTEDSTOPUDINT321929CALIBRUDINT3222416NEWTARGPOSUDINT3225617NEWTARGPOSANDVELOUDINT3228818CHANGEDYNAMICPARAMUDINT3232021UNIVERSALSTARTUDINT3235222SLAVEUNIVERSALSTARTUDINT3238423RELEASEAXISLOCKUDINT3241624SETEXTERNALERRORUDINT3244825SETPOSUDINT3248026SETCALFLAGUDINT3251227SETACTPOSUDINT3254428SETDRIVEPOSUDINT3257629SETENCODERSCALINGUDINT3260830SETPOSONTHEFLYUDINT3264031STARTUDINT3267232STARTEXTUDINT3270433STARTVELOCHANGEUDINT3273634ENABLEEXTGENUDINT3276835DISABLEEXTGENUDINT3280036REVERSINGSEQUENCEUDINT3283237STARTDRVOUTUDINT3286438STOPDRVOUTUDINT3289639CHANGEDRVOUTUDINT3292840JUMPTOOVERRIDEUDINT3296041EXTSETGENUNIVERSALSTARTUDINT3299243UNIVERSALTORQUESTARTUDINT32102445STARTSCOMUDINT32105648STOPSCOMUDINT32108849PHASINGREQEUSTUDINT32112052CPLUDINT32115264DECPLUDINT32118465CPLCHANGEUDINT32121666TABCPLCHANGEUDINT32124867STOPSLAVEUDINT32128068CPLTABUDINT32131269TABSLVACTIVCORUDINT32134470TABSLVLEAVECYCUDINT32137671TABSLVCOROFFSETUDINT32140872TABSLVSCALINGUDINT32144073CPLSOLOTABUDINT32147274CPLSYNCHRONIZINGUDINT32150475CAMSCALINGUDINT32153677DISABLEUDINT32156880ENABLEUDINT32160081CHANGEAXISCTRLLOOPUDINT32163282DRIVEDISABLEUDINT32166496DRIVEENABLEUDINT32169697RELEASEBRAKEUDINT32172898RECONFIGURATEUDINT321760112conditionalshow_ST_NCADS_AxisFunctions1824IDXGRPUDINT32016896IDXOFFS_ST_NCADS_IDXOFFS_AxisFunctions179232conditionalshow_ST_NCADS_Axis4320Parameter_ST_NCADS_AxisParameter16640State_ST_NCADS_AxisState8321664Functions_ST_NCADS_AxisFunctions18242496conditionalshow_ST_NCADS_IDXOFFS_TableParameter192MFREADCHARACVALUESUDINT32080WRITETABROWSUDINT323216777216WRITEMFTABROWSUDINT326483886080MFREADTABUDINT329634READSLAVEDYNAMICSUDINT3212835READMASTERPOSITIONUDINT3216036conditionalshow_ST_NCADS_TableParameter224IDXGRPUDINT32040960IDXOFFS_ST_NCADS_IDXOFFS_TableParameter19232conditionalshow_ST_NCADS_IDXOFFS_TableFunctions96CREATETABUDINT32065536CREATEMOTIONTABUDINT323265552DELETETABUDINT3264131072conditionalshow_ST_NCADS_TableFunctions128IDXGRPUDINT32041472IDXOFFS_ST_NCADS_IDXOFFS_TableFunctions9632conditionalshow_ST_NCADS_Table352Parameter_ST_NCADS_TableParameter2240Functions_ST_NCADS_TableFunctions128224conditionalshowADSRDDEVINFO1280NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputRDINFOBOOL8240ItemTypeInputTMOUTTIME322565000ItemTypeInputBUSYBOOL8288ItemTypeOutputERRBOOL8296ItemTypeOutputERRIDUDINT32320ItemTypeOutputDEVNAMESTRING(19)160352ItemTypeOutputDEVVERUDINT32512ItemTypeOutputPouTypeFunctionBlockhide_all_locals_TCMCGLOBAL6976NCPORT_TCMCUINT1632500ItemTypeInputNCPORT_TCMC_COUPLINGUINT1648500ItemTypeInputNCNETID_TCMCT_AmsNetID19264ItemTypeInputNCPORT_TCMC_CAMUINT16256500ItemTypeInputNCPORT_TCMC_CAM_FASTUINT16272500ItemTypeInputNCNETID_TCMC_CAMT_AmsNetID192288ItemTypeInputNCPORT_TCMC_SUPERPOSITIONUINT16480501ItemTypeInputNcDeviceInfoTcMainVersionDWORD32512ItemTypeOutputNcDeviceInfoTcSubVersionDWORD32544ItemTypeOutputNcDeviceInfoNcDriverVersionDWORD32576ItemTypeOutputNcDeviceInfoNcVersionDWORD32608ItemTypeOutputNcDeviceInfoNcNameSTRING(19)160640ItemTypeOutputAxis_ST_NCADS_Axis4320800ItemTypeOutputsuppress_warning_0C0228Table_ST_NCADS_Table3525120ItemTypeOutputsuppress_warning_0C0228NCPORT_TCNCCAMMING_TABLEFUNCTIONUINT165472500tTargetPosTimeOutTIME3255046000tADSTimeOutTIME3255361000tStopMonitoringTimeOutTIME325568100NCTOPLC_FEEDBACK_MAXWAITCYCLESINT16560010fbADSRDDEVINFOADSRDDEVINFO12805632DeviceVersionDWORD326912InitBOOL86944ReadDeviceInfoPouTypeFunctionBlockconditionalshowST_CTRL_CYCLE_TIME_INTERPRETATION128bInterpretCycleTimeAsTicksBOOL80fBaseTimeLREAL6464hideTcEventConfirmationState16INT01234plcAttribute_qualified_onlyplcAttribute_strictITcAlarm32ITcEventSetJsonAttributeHRESULT32sJsonAttributePCCH32GetArgumentsHRESULT32pipArgumentsITcArguments32GetIsRaisedHRESULT32bIsRaisedBOOL3232RaiseHRESULT32timeStampULINT64ClearHRESULT32timeStampULINT64bResetConfirmationBOOL3232GetConfirmationStateHRESULT32stateTcEventConfirmationState32ConfirmHRESULT32timeStampULINT64ITcAlarm232ITcAlarmGetTimeRaisedHRESULT32timeStampULINT32GetTimeConfirmedHRESULT32timeStampULINT32GetTimeClearedHRESULT32timeStampULINT32FB_TcEvent3584FB_TcEventBaseI_TcEventBasenTimestampULINT64162800660__getnTimestampULINT64nTimestampULINT64propertymonitoringcallTcDisplayTypeGUID18071995-0000-0000-0000-000000000046ReleaseHRESULT32InitipEventITcEvent32nTimestampULINT64ipMessageITcMessage232ipAlarmITcAlarm232conditionalshowobsoleteInit is obsolete, use Init2 instead!__getipEventITcEvent32ipEventITcEvent32propertyconditionalshowInit2ipEventITcEvent32nTimestampULINT64ipArgumentsITcArguments32ipMessageITcMessage32ipAlarmITcAlarm32ipSourceInfoITcSourceInfo32conditionalshowPouTypeFunctionBlockreflectionconditionalshow_all_localsno_explicit_calldo not call this POU directlyI_Listener32PVOIDOnAlarmClearedfbEventFB_TcEvent32OnAlarmConfirmedfbEventFB_TcEvent32OnAlarmDisposedfbEventFB_TcEvent32OnAlarmRaisedfbEventFB_TcEvent32OnMessageSentfbEventFB_TcEvent32ITcEventFilterConfig32ITcUnknownAddEventClassHRESULT32eventClassGUID32severityTcEventSeverity16RemoveEventClassHRESULT32eventClassGUID32AddSourceInfoHRESULT32ipSourceInfoITcSourceInfo32severityTcEventSeverity16RemoveSourceInfoHRESULT32ipSourceInfoITcSourceInfo32ITcMessageListener32ITcUnknownOnMessageSentHRESULT32ipEventITcEvent32ITcAlarmListener32ITcUnknownOnAlarmRaisedHRESULT32ipEventITcEvent32OnAlarmClearedHRESULT32ipEventITcEvent32OnAlarmConfirmedHRESULT32ipEventITcEvent32OnAlarmDisposedHRESULT32ipEventITcEvent32FB_ListenerWrapper3840ITcMessageListenerITcAlarmListenerTcAddRefUDINT32c++_compatiblepack_mode4showminimal_input_size4OnAlarmRaisedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4UnsubscribeHRESULT32hrHRESULT32OnAlarmClearedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4TcQueryInterfaceHRESULT32iidIID32pipItfPVOID32ipMessageListenerITcMessageListener32ipAlarmListenerITcAlarmListener32c++_compatiblepack_mode4showminimal_input_size4OnMessageSentHRESULT32ipEventITcEvent32ipMessage2ITcMessage232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4SubscribeHRESULT32pipMessageFilterConfigITcEventFilterConfig32pipAlarmFilterConfigITcEventFilterConfig32hrHRESULT32TcReleaseUDINT32c++_compatiblepack_mode4showminimal_input_size4OnAlarmConfirmedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4OnAlarmDisposedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4ExecuteHRESULT32ipListenerI_Listener32hrHRESULT32PouTypeFunctionBlockc++_compatibleenable_dynamic_creationconditionalshow_all_localsno_explicit_calldo not call this POU directlyFB_ListenerBase96I_Listener_pListenerWrapperFB_ListenerWrapper3264OnAlarmRaisedfbEventFB_TcEvent32UnsubscribeHRESULT32hrHRESULT32OnAlarmClearedfbEventFB_TcEvent32OnMessageSentfbEventFB_TcEvent32SubscribeHRESULT32ipMessageFilterConfigITcEventFilterConfig32ipAlarmFilterConfigITcEventFilterConfig32hrHRESULT32OnAlarmConfirmedfbEventFB_TcEvent32OnAlarmDisposedfbEventFB_TcEvent32ExecuteHRESULT32hrHRESULT32PouTypeFunctionBlockno_explicit_calldo not call this POU directlyE_LogEventType16INT0123plcAttribute_qualified_onlyplcAttribute_strictST_LoggingEventInfo86272schemaSTRING(80) - 648 - 0 - - twincat-event-0 - - - - plcAttribute_pytmc - pv: Schema + used directly in the generation of the JSON document.]]>6480plcAttribute_pytmcpv: Schema io: i - field: DESC Schema string - - - - - ts - LREAL - 64 - 704 - - - plcAttribute_pytmc - pv: Timestamp + field: DESC Schema stringtsLREAL64704plcAttribute_pytmcpv: Timestamp io: i - field: DESC Unix timestamp - - - - - plc - STRING(80) - 648 - 768 - - - plcAttribute_pytmc - pv: Hostname + field: DESC Unix timestampplcSTRING(80)648768plcAttribute_pytmcpv: Hostname io: i - field: DESC PLC Hostname - - - - - severity - TcEventSeverity - 16 - 1424 - - - plcAttribute_pytmc - pv: Severity + field: DESC PLC HostnameseverityTcEventSeverity161424plcAttribute_pytmcpv: Severity io: i field: DESC TcEventSeverity field: ZRST Verbose field: ONST Info field: TWST Warning - field: THST Error - - - - - id - UDINT - 32 - 1440 - - - plcAttribute_pytmc - pv: MessageID + field: THST ErroridUDINT321440plcAttribute_pytmcpv: MessageID io: i - field: DESC TwinCAT Message ID - - - - - event_class - STRING(80) - 648 - 1472 - - - plcAttribute_pytmc - pv: EventClass + field: DESC TwinCAT Message IDevent_classSTRING(80)6481472plcAttribute_pytmcpv: EventClass io: i - field: DESC TwinCAT Event class - - - - - msg - STRING(255) - 2048 - 2120 - - - plcAttribute_pytmc - pv: Message - io: i - - - - - source - STRING(255) - This is actually: T_MaxString - which has been expanded due to requirements for pinning global data types. - 2048 - 4168 - - - plcAttribute_pytmc - pv: Source - io: i - - - - - event_type - E_LogEventType - This is actually: STRING(Tc3_EventLogger.ParameterList.cSourceNameSize - 1) - which has been expanded due to requirements for pinning global data types. - 16 - 6224 - - - plcAttribute_pytmc - pv: EventType + field: DESC TwinCAT Event classmsgSTRING(255)20482120plcAttribute_pytmcpv: Message + io: isourceSTRING(255)20484168plcAttribute_pytmcpv: Source + io: ievent_typeE_LogEventType166224plcAttribute_pytmcpv: EventType io: i - field: DESC The event type - - - - - json - STRING(10000) - 80008 - 6240 - - - plcAttribute_pytmc - pv: MessageJSON + field: DESC The event typejsonSTRING(10000)800086240plcAttribute_pytmcpv: MessageJSON io: i - field: DESC Metadata with the message - - - - - - - - - ITcEventFilter - 32 - ITcUnknown - - - ITcEventListener - 32 - ITcUnknown - - - ITcAsyncCollection - 32 - ITcAsyncResult - - Count - HRESULT - 32 - - nCount - UDINT - 32 - - - - Get - HRESULT - 32 - - nIndex - UDINT - 32 - - - pipValue - ITcUnknown - 32 - - - - - TcEventField - 16 - UINT - - Id - 0 - - - SeverityLevel - 1 - - - EventClass - 2 - - - EventClassName - 3 - - - EventId - 4 - - - EventText - 5 - - - TimeRaised - 6 - - - TimeConfirmed - 7 - - - TimeCleared - 8 - - - SourceName - 9 - - - SourceId - 10 - - - SourceGuid - 11 - - - JsonAttribute - 12 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - TcEventSortOrder - 16 - INT - - Descending - 0 - - - Ascending - 1 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - TcEventLimitType - 16 - UINT - - First - 0 - - - Last - 1 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - TcExportTimeFormat - 16 - UINT - - Filetime - 0 - - - Iso8601 - 1 - - - IecDateAndTime - 2 - - - VariantTime - 3 - - - Localized - 4 - - - Custom - 5 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - TcExportTimeType - 16 - UINT - - UTC - 0 - - - LocaleTime - 1 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - TcExportTimePrecision - 16 - INT - - Floating - -1 - - - Seconds - 0 - - - Milliseconds - 3 - - - Microseconds - 6 - - - OneHundertNanoseconds - 7 - - - Nanoseconds - 9 - - - - plcAttribute_qualified_only - - - plcAttribute_strict - - - - - ITcExportSettings - 32 - ITcUnknown - - SetSorting - HRESULT - 32 - - eField - TcEventField - 16 - - - eOrder - TcEventSortOrder - 16 - - - - SetLimit - HRESULT - 32 - - eType - TcEventLimitType - 16 - - - nLimit - DINT - 32 - - - nOffset - DINT - 32 - - - - SetTimeFormat - HRESULT - 32 - - eFormat - TcExportTimeFormat - 16 - - - eType - TcExportTimeType - 16 - - - ePrecision - TcExportTimePrecision - 16 - - - nLangId - DINT - 32 - - - sFormat - PCCH - 32 - - - - AddLanguage - HRESULT - 32 - - nLangId - DINT - 32 - - - sHeader - PCCH - 32 - - - - AddField - HRESULT - 32 - - eType - TcEventField - 16 - - - sHeader - PCCH - 32 - - - sPath - PCCH - 32 - - - - CreateFilter - HRESULT - 32 - - pipFilter - ITcEventFilter - 32 - - - - AddFilter - HRESULT - 32 - - ipFilter - ITcEventFilter - 32 - - - - Clear - HRESULT - 32 - - - - ITcClearLoggedEventsSettings - 32 - ITcUnknown - - SetSorting - HRESULT - 32 - - eField - TcEventField - 16 - - - eOrder - TcEventSortOrder - 16 - - - - SetLimit - HRESULT - 32 - - eType - TcEventLimitType - 16 - - - nLimit - DINT - 32 - - - nOffset - DINT - 32 - - - - AddFilter - HRESULT - 32 - - ipFilter - ITcEventFilter - 32 - - - - Clear - HRESULT - 32 - - - - ITcRemoteEventLogger - 32 - ITcUnknown - - IsInitialized - HRESULT - 32 - - - Connect - HRESULT - 32 - - netId - AMSNETID - 32 - - - - Disconnect - HRESULT - 32 - - - IsConnected - HRESULT - 32 - - - GetAmsNetId - HRESULT - 32 - - pAmsNetId - AMSNETID - 32 - - - - ConfirmAlarms - HRESULT - 32 - - timeStamp - ULINT - 64 - - - ipFilter - ITcEventFilter - 32 - - - pipResult - ITcAsyncResult - 32 - - - - ClearAlarms - HRESULT - 32 - - timeStamp - ULINT - 64 - - - bResetConfirmation - BOOL32 - 32 - - - ipFilter - ITcEventFilter - 32 - - - pipResult - ITcAsyncResult - 32 - - - - AddListener - HRESULT - 32 - - ipListener - ITcEventListener - 32 - - - ipFilter - ITcEventFilter - 32 - - - - RemoveListener - HRESULT - 32 - - ipListener - ITcEventListener - 32 - - - - NotifyListener - HRESULT - 32 - - ipListener - ITcEventListener - 32 - - - - SendTcMessage - HRESULT - 32 - - eventClass - GUID - 32 - - - eventId - UDINT - 32 - - - severity - TcEventSeverity - 16 - - - ipSourceInfo - ITcSourceInfo - 32 - - - timeStamp - ULINT - 64 - - - ipSerializedArguments - ITcArguments - 32 - - - sJsonAttribute - PCCH - 32 - - - - GetEventText - HRESULT - 32 - - eventClass - GUID - 32 - - - eventId - UDINT - 32 - - - ipSourceInfo - ITcSourceInfo - 32 - - - ipArguments - ITcArguments - 32 - - - nLangId - DINT - 32 - - - pipResult - ITcAsyncStringResult - 32 - - - - GetEventClassName - HRESULT - 32 - - eventClass - GUID - 32 - - - nLangId - DINT - 32 - - - pipResult - ITcAsyncStringResult - 32 - - - - GetCauseRemedy - HRESULT - 32 - - eventClass - GUID - 32 - - - eventId - UDINT - 32 - - - nLangId - DINT - 32 - - - pipCollection - ITcAsyncCollection - 32 - - - - GetEventClassDetails - HRESULT - 32 - - eventClass - GUID - 32 - - - nLangId - DINT - 32 - - - pipCollection - ITcAsyncCollection - 32 - - - - GetEventDetails - HRESULT - 32 - - eventClass - GUID - 32 - - - eventId - UDINT - 32 - - - nLangId - DINT - 32 - - - pipCollection - ITcAsyncCollection - 32 - - - - GetActiveAlarms - HRESULT - 32 - - pipCollection - ITcAsyncCollection - 32 - - - - GetLoggedEvents - HRESULT - 32 - - pipSettings - ITcExportSettings - 32 - - - pipCollection - ITcAsyncCollection - 32 - - - - ClearLoggedEvents - HRESULT - 32 - - ipSettings - ITcClearLoggedEventsSettings - 32 - - - pipResult - ITcAsyncResult - 32 - - - - - - - - I_TcRemoteEventLogger - 32 - PVOID - - __getipData - ITcRemoteEventLogger - 32 - - - property - - - hide - - - - - - FB_RequestEventText - 96 - - bBusy - BOOL - 8 - 162800364 - - - bError - BOOL - 8 - 162800408 - - - hrErrorCode - HRESULT - 32 - 162800372 - - - nStringSize - UDINT - 32 - 162800396 - - - sEventText - STRING(255) - 2048 - 162800416 - - - __getbBusy - BOOL - 8 - - bBusy - BOOL - 8 - - - b32IsBusy - BOOL32 - 32 - - - - property - - - monitoring - call - - - - - __gethrErrorCode - HRESULT - 32 - - hrErrorCode - HRESULT - 32 - - - hrError - HRESULT - 32 - - - - property - - - monitoring - call - - - - - RequestRemote - HRESULT - 32 - - ipRemoteLogger - I_TcRemoteEventLogger - 32 - - - eventClass - GUID - 128 - - - nEventId - UDINT - 32 - - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - ipArgs - I_TcArguments - 32 - - - ipTcRemoteLogger - ITcRemoteEventLogger - 32 - - - ipArguments - ITcArguments - 32 - - - - conditionalshow - - - - - GetString - BOOL - 8 - - sResult - STRING(80) - 32 - - - nResult - buffer size in bytes - UDINT - 32 - - - - __getnStringSize - UDINT - 32 - - nStringSize - UDINT - 32 - - - pEmpty - STRING(80) - 32 - - - - property - - - monitoring - call - - - - - Clear - - - __getbError - BOOL - 8 - - bError - BOOL - 8 - - - b32HasError - BOOL32 - 32 - - - - property - - - monitoring - call - - - - - Request - HRESULT - 32 - - eventClass - GUID - 128 - - - nEventId - UDINT - 32 - - - nLangId - English(US)=1033 ; German(Germay)=1031 - DINT - 32 - - - ipArgs - I_TcArguments - 32 - - - ipArguments - ITcArguments - 32 - - - - __getsEventText - STRING(255) - 2048 - - sEventText - STRING(255) - 2048 - - - - property - - - monitoring - call - - - TcEncoding - UTF-8 - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - no_explicit_call - do not call this POU directly - - - - - ST_PendingEvent - 86400 - - stEventInfo - ST_LoggingEventInfo - 86272 - 0 - - - pytmc - + field: DESC Metadata with the messageITcEventFilter32ITcUnknownITcEventListener32ITcUnknownITcAsyncCollection32ITcAsyncResultCountHRESULT32nCountUDINT32GetHRESULT32nIndexUDINT32pipValueITcUnknown32TcEventField16UINT0123456789101112plcAttribute_qualified_onlyplcAttribute_strictTcEventSortOrder16INT01plcAttribute_qualified_onlyplcAttribute_strictTcEventLimitType16UINT01plcAttribute_qualified_onlyplcAttribute_strictTcExportTimeFormat16UINT012345plcAttribute_qualified_onlyplcAttribute_strictTcExportTimeType16UINT01plcAttribute_qualified_onlyplcAttribute_strictTcExportTimePrecision16INT-103679plcAttribute_qualified_onlyplcAttribute_strictITcExportSettings32ITcUnknownSetSortingHRESULT32eFieldTcEventField16eOrderTcEventSortOrder16SetLimitHRESULT32eTypeTcEventLimitType16nLimitDINT32nOffsetDINT32SetTimeFormatHRESULT32eFormatTcExportTimeFormat16eTypeTcExportTimeType16ePrecisionTcExportTimePrecision16nLangIdDINT32sFormatPCCH32AddLanguageHRESULT32nLangIdDINT32sHeaderPCCH32AddFieldHRESULT32eTypeTcEventField16sHeaderPCCH32sPathPCCH32CreateFilterHRESULT32pipFilterITcEventFilter32AddFilterHRESULT32ipFilterITcEventFilter32ClearHRESULT32ITcClearLoggedEventsSettings32ITcUnknownSetSortingHRESULT32eFieldTcEventField16eOrderTcEventSortOrder16SetLimitHRESULT32eTypeTcEventLimitType16nLimitDINT32nOffsetDINT32AddFilterHRESULT32ipFilterITcEventFilter32ClearHRESULT32ITcRemoteEventLogger32ITcUnknownIsInitializedHRESULT32ConnectHRESULT32netIdAMSNETID32DisconnectHRESULT32IsConnectedHRESULT32GetAmsNetIdHRESULT32pAmsNetIdAMSNETID32ConfirmAlarmsHRESULT32timeStampULINT64ipFilterITcEventFilter32pipResultITcAsyncResult32ClearAlarmsHRESULT32timeStampULINT64bResetConfirmationBOOL3232ipFilterITcEventFilter32pipResultITcAsyncResult32AddListenerHRESULT32ipListenerITcEventListener32ipFilterITcEventFilter32RemoveListenerHRESULT32ipListenerITcEventListener32NotifyListenerHRESULT32ipListenerITcEventListener32SendTcMessageHRESULT32eventClassGUID32eventIdUDINT32severityTcEventSeverity16ipSourceInfoITcSourceInfo32timeStampULINT64ipSerializedArgumentsITcArguments32sJsonAttributePCCH32GetEventTextHRESULT32eventClassGUID32eventIdUDINT32ipSourceInfoITcSourceInfo32ipArgumentsITcArguments32nLangIdDINT32pipResultITcAsyncStringResult32GetEventClassNameHRESULT32eventClassGUID32nLangIdDINT32pipResultITcAsyncStringResult32GetCauseRemedyHRESULT32eventClassGUID32eventIdUDINT32nLangIdDINT32pipCollectionITcAsyncCollection32GetEventClassDetailsHRESULT32eventClassGUID32nLangIdDINT32pipCollectionITcAsyncCollection32GetEventDetailsHRESULT32eventClassGUID32eventIdUDINT32nLangIdDINT32pipCollectionITcAsyncCollection32GetActiveAlarmsHRESULT32pipCollectionITcAsyncCollection32GetLoggedEventsHRESULT32pipSettingsITcExportSettings32pipCollectionITcAsyncCollection32ClearLoggedEventsHRESULT32ipSettingsITcClearLoggedEventsSettings32pipResultITcAsyncResult32I_TcRemoteEventLogger32PVOID__getipDataITcRemoteEventLogger32propertyhideFB_RequestEventText96bBusyBOOL8162800364bErrorBOOL8162800408hrErrorCodeHRESULT32162800372nStringSizeUDINT32162800396sEventTextSTRING(255)2048162800416__getbBusyBOOL8bBusyBOOL8b32IsBusyBOOL3232propertymonitoringcall__gethrErrorCodeHRESULT32hrErrorCodeHRESULT32hrErrorHRESULT32propertymonitoringcallRequestRemoteHRESULT32ipRemoteLoggerI_TcRemoteEventLogger32eventClassGUID128nEventIdUDINT32nLangIdDINT32ipArgsI_TcArguments32ipTcRemoteLoggerITcRemoteEventLogger32ipArgumentsITcArguments32conditionalshowGetStringBOOL8sResultSTRING(80)32nResultUDINT32__getnStringSizeUDINT32nStringSizeUDINT32pEmptySTRING(80)32propertymonitoringcallClear__getbErrorBOOL8bErrorBOOL8b32HasErrorBOOL3232propertymonitoringcallRequestHRESULT32eventClassGUID128nEventIdUDINT32nLangIdDINT32ipArgsI_TcArguments32ipArgumentsITcArguments32__getsEventTextSTRING(255)2048sEventTextSTRING(255)2048propertymonitoringcallTcEncodingUTF-8PouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyST_PendingEvent86400stEventInfoST_LoggingEventInfo862720pytmc pv: - - - - - - bInUse - BOOL - 8 - 86272 - - - fbRequestEventText - FB_RequestEventText - 96 - 86304 - - - - FB_JsonReadWriteDatatype - 96 - - initStatus - HRESULT - 32 - 32 - - -1743714536 - - - - ItemType - Output - - - - - ipJson - ITcIecApplicationJson - 32 - 64 - - - GetJsonFromSymbol - BOOL - 8 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of sxmbol - PVOID - 32 - - - nJson - size of json buffer - UDINT - 32 - - - pJson - json buffer - STRING(80) - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - CopyJsonStringFromSymbolProperties - UDINT - 32 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeNameByAddress() - STRING(80) - 32 - - - ItemType - InOut - - - - - sProperties - multiple Properties separated by '|' - STRING(80) - 32 - - - ItemType - InOut - - - - - pDoc - target string buffer where the document should be copied to - STRING(80) - 32 - - - ItemType - InOut - - - - - nDoc - size in bytes of target string buffer - UDINT - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - pTmp - STRING(80) - 32 - - - - CopySymbolNameByAddress - UDINT - 32 - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - sName - target string buffer where the symbol name should be copied to - STRING(80) - 32 - - - ItemType - InOut - - - - - nName - size in bytes of target string buffer - UDINT - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - pTmp - STRING(80) - 32 - - - - GetSizeJsonStringFromSymbol - UDINT - 32 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - nSize - UDINT - 32 - - - pTmp - STRING(80) - 32 - - - - GetJsonStringFromSymbolProperties - STRING(255) - 2048 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - sProperties - multiple Properties separated by '|' - STRING(80) - 32 - - - ItemType - InOut - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - nSize - UDINT - 32 - - - pTmp - STRING(80) - 32 - - - - AddJsonKeyPropertiesFromSymbol - BOOL - 8 - - fbWriter - FB_JsonSaxWriter - 32 - - - ItemType - InOut - - - - - sKey - STRING(80) - 32 - - - ItemType - InOut - - - - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - sProperties - multiple Properties separated by '|' - STRING(80) - 32 - - - ItemType - InOut - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - ipWriter - ITcJsonSaxWriter - 32 - - - - GetDatatypeNameByAddress - STRING(80) - 648 - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - length - UDINT - 32 - - - dataType - STRING(80) - 648 - - - - SetSymbolFromJson - BOOL - 8 - - sJson - json string for the symbol - STRING(80) - 32 - - - ItemType - InOut - - - - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - - GetSizeJsonStringFromSymbolProperties - UDINT - 32 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - sProperties - multiple Properties separated by '|' - STRING(80) - 32 - - - ItemType - InOut - - - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - nSize - UDINT - 32 - - - pTmp - STRING(80) - 32 - - - - GetJsonStringFromSymbol - STRING(255) - 2048 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - nSize - UDINT - 32 - - - pTmp - STRING(80) - 32 - - - - CopyJsonStringFromSymbol - UDINT - 32 - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeNameByAddress() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - pDoc - target string buffer where the document should be copied to - STRING(80) - 32 - - - ItemType - InOut - - - - - nDoc - size in bytes of target string buffer - UDINT - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - pTmp - STRING(80) - 32 - - - - GetSymbolNameByAddress - STRING(255) - 2048 - - nData - size of symbol - UDINT - 32 - - - pData - address of symbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - length - UDINT - 32 - - - - AddJsonValueFromSymbol - BOOL - 8 - - fbWriter - FB_JsonSaxWriter - 32 - - - ItemType - InOut - - - - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of sxmbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - ipWriter - ITcJsonSaxWriter - 32 - - - - AddJsonKeyValueFromSymbol - BOOL - 8 - - fbWriter - FB_JsonSaxWriter - 32 - - - ItemType - InOut - - - - - sKey - STRING(80) - 32 - - - ItemType - InOut - - - - - sDatatype - data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() - STRING(80) - 32 - - - ItemType - InOut - - - - - nData - size of symbol - UDINT - 32 - - - pData - address of sxmbol - PVOID - 32 - - - hrErrorCode - HRESULT - 32 - - - ItemType - Output - - - - - ipWriter - ITcJsonSaxWriter - 32 - - - - - PouType - FunctionBlock - - - no_explicit_call - do not call this POU directly - - - - - FB_Listener - 944896 - FB_ListenerBase - - nEventIdx - UINT - 16 - 96 - - 0 - - - - nPendingEvents - UINT - 16 - 112 - - 0 - - - - bLogToVisualStudio - BOOL - 8 - 128 - - 0 - - - - pytmc - + bInUseBOOL886272fbRequestEventTextFB_RequestEventText9686304FB_JsonReadWriteDatatype96initStatusHRESULT3232-1743714536ItemTypeOutputipJsonITcIecApplicationJson3264GetJsonFromSymbolBOOL8sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32nJsonUDINT32pJsonSTRING(80)32hrErrorCodeHRESULT32ItemTypeOutputCopyJsonStringFromSymbolPropertiesUDINT32sDatatype retrieve with GetDatatypeNameByAddress()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOutpDocSTRING(80)32ItemTypeInOutnDocUDINT32hrErrorCodeHRESULT32ItemTypeOutputpTmpSTRING(80)32CopySymbolNameByAddressUDINT32nDataUDINT32pDataPVOID32sNameSTRING(80)32ItemTypeInOutnNameUDINT32hrErrorCodeHRESULT32ItemTypeOutputpTmpSTRING(80)32GetSizeJsonStringFromSymbolUDINT32sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32GetJsonStringFromSymbolPropertiesSTRING(255)2048sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOuthrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32AddJsonKeyPropertiesFromSymbolBOOL8fbWriterFB_JsonSaxWriter32ItemTypeInOutsKeySTRING(80)32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOuthrErrorCodeHRESULT32ItemTypeOutputipWriterITcJsonSaxWriter32GetDatatypeNameByAddressSTRING(80)648nDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputlengthUDINT32dataTypeSTRING(80)648SetSymbolFromJsonBOOL8sJsonSTRING(80)32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputGetSizeJsonStringFromSymbolPropertiesUDINT32sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOuthrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32GetJsonStringFromSymbolSTRING(255)2048sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32CopyJsonStringFromSymbolUDINT32sDatatype retrieve with GetDatatypeNameByAddress()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32pDocSTRING(80)32ItemTypeInOutnDocUDINT32hrErrorCodeHRESULT32ItemTypeOutputpTmpSTRING(80)32GetSymbolNameByAddressSTRING(255)2048nDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputlengthUDINT32AddJsonValueFromSymbolBOOL8fbWriterFB_JsonSaxWriter32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputipWriterITcJsonSaxWriter32AddJsonKeyValueFromSymbolBOOL8fbWriterFB_JsonSaxWriter32ItemTypeInOutsKeySTRING(80)32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputipWriterITcJsonSaxWriter32PouTypeFunctionBlockno_explicit_calldo not call this POU directlyFB_Listener944896FB_ListenerBasenEventIdxUINT16960nPendingEventsUINT161120bLogToVisualStudioBOOL81280pytmc pv: LogToVisualStudio io: io - - - - - - nCntMessagesSent - UDINT - 32 - 160 - - 0 - - - - pytmc - + nCntMessagesSentUDINT321600pytmc pv: MessagesSent io: i - - - - - - nCntAlarmsRaised - UDINT - 32 - 192 - - 0 - - - - pytmc - + nCntAlarmsRaisedUDINT321920pytmc pv: AlarmsRaised io: i - - - - - - nCntAlarmsConfirmed - UDINT - 32 - 224 - - 0 - - - - pytmc - + nCntAlarmsConfirmedUDINT322240pytmc pv: AlarmsConfirmed io: i - - - - - - nCntAlarmsCleared - UDINT - 32 - 256 - - 0 - - - - pytmc - + nCntAlarmsClearedUDINT322560pytmc pv: AlarmsCleared io: i - - - - - - eMinSeverity - TcEventSeverity - 16 - 288 - - - pytmc - + eMinSeverityTcEventSeverity16288pytmc pv: MinSeverity io: io - - - - - - stEventInfo - ST_LoggingEventInfo - 32 - 320 - - - pytmc - + stEventInfoST_LoggingEventInfo32320pytmc pv: Log - - - - - - stPendingEvents - ST_PendingEvent - - 0 - 10 - - 864000 - 384 - - - ipMessageConfig - ITcEventFilterConfig - 32 - 864384 - - - fbSocket - FB_ConnectionlessSocket - 32 - 864416 - - - bConfigured - BOOL - 8 - 864448 - - 0 - - - - nMaxEvents - UINT - The maximum number of events allowed *per-cycle* - 16 - 864464 - - 10 - - - - __CONFIGURE__BSUBSCRIBED - BOOL - 8 - 864480 - - 0 - - - - __PUBLISHEVENTS__FBJSON - FB_JsonSaxWriter - 256 - 864512 - - - __PUBLISHEVENTS__FBJSONDATATYPE - FB_JsonReadWriteDatatype - 96 - 864768 - - - __PUBLISHEVENTS__SJSONDOC - STRING(10000) - 80008 - 864864 - - - OnAlarmRaised - - fbEvent - FB_TcEvent - 32 - - - - OnAlarmConfirmed - - fbEvent - FB_TcEvent - 32 - - - - __getLogToVisualStudio - BOOL - 8 - - LogToVisualStudio - BOOL - 8 - - - - property - - - - - OnAlarmCleared - - fbEvent - FB_TcEvent - 32 - - - - SendMessage - HRESULT - 32 - - sMessage - STRING(80) - 32 - - - sLogStr - T_MaxString - 2048 - - - - OnMessageSent - - fbEvent - FB_TcEvent - 32 - - - - PublishEvents - HRESULT - 32 - - nEvent - UINT - 16 - - - stPendingEvent - ST_PendingEvent - 32 - - - stEventInfo - ST_LoggingEventInfo - 32 - - - fbRequestEventText - FB_RequestEventText - 32 - - - fbJson - FB_JsonSaxWriter - 256 - - - uselocation - __PUBLISHEVENTS__FBJSON - - - - - fbJsonDataType - FB_JsonReadWriteDatatype - 96 - - - uselocation - __PUBLISHEVENTS__FBJSONDATATYPE - - - - - sJsonDoc - STRING(10000) - 80008 - - - uselocation - __PUBLISHEVENTS__SJSONDOC - - - - - - StoreEvent - HRESULT - 32 - - fbEvent - FB_TcEvent - 32 - - - eEventType - E_LogEventType - 16 - - - stPendingEvent - ST_PendingEvent - 32 - - - stEventInfo - ST_LoggingEventInfo - 32 - - - nFailures - UINT - 16 - - - - Configure - HRESULT - 32 - - i_EventClass - GUID - 128 - - - i_MinSeverity - TcEventSeverity - 16 - - - i_fbSocket - FB_ConnectionlessSocket - 32 - - - bSubscribed - BOOL - 8 - - - uselocation - __CONFIGURE__BSUBSCRIBED - - - - - - __setLogToVisualStudio - - LogToVisualStudio - BOOL - 8 - - - bValue - BOOL - 8 - - - - property - - - - - - PouType - FunctionBlock - - - - - FB_GetHostName - The function block returns the standard host name for the local machine. - 3744 - - sNetID - T_AmsNetID - TwinCAT network address (ams net id) - 192 - 32 - - - ItemType - Input - - - - - bExecute - BOOL - Rising edge on this input activates the fb execution - 8 - 224 - - - ItemType - Input - - - - - tTimeout - TIME - Max. fb execution time - 32 - 256 - - 5000 - - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 288 - - - ItemType - Output - - - - - bError - BOOL - 8 - 296 - - - ItemType - Output - - - - - nErrID - UDINT - 32 - 320 - - - ItemType - Output - - - - - sHostName - T_MaxString - The local host name - 2048 - 352 - - - ItemType - Output - - - - - fbAdsRead - ADSREAD - 1248 - 2400 - - - .PORT - 10000 - - - .IDXGRP - 702 - - - .IDXOFFS - 0 - - - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 3648 - - - conditionalshow - - - - - state - BYTE - 8 - 3712 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_GetPLCHostname - 6176 - - bEnable - BOOL - 8 - 32 - - - ItemType - Input - - - - - tRetryDelay - TIME - 32 - 64 - - 10000 - - - - ItemType - Input - - - - - sHostname - T_MaxString - 2048 - 96 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 2144 - - - ItemType - Output - - - - - bError - BOOL - 8 - 2152 - - - ItemType - Output - - - - - fbGetHostName - FB_GetHostName - 3744 - 2176 - - - tRetry - TON - 224 - 5920 - - - bReset - BOOL - 8 - 6144 - - - bInitialized - BOOL - 8 - 6152 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_GetPLCIPAddress - 101184 - - bEnable - BOOL - 8 - 32 - - - ItemType - Input - - - - - tRetryDelay - TIME - 32 - 64 - - 10000 - - - - ItemType - Input - - - - - sIPAddress - STRING(15) - 128 - 96 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 224 - - - ItemType - Output - - - - - bError - BOOL - 8 - 232 - - - ItemType - Output - - - - - fbGetAdapterIP - FB_GetAdaptersInfo - Acquire IP of the correct adapter - 100640 - 256 - - - .bExecute - 1 - - - .sNetID - - - - - - iIndex - UDINT - 32 - 100896 - - - tRetry - TON - 224 - 100928 - - - bReset - BOOL - 8 - 101152 - - - bInitialized - BOOL - 8 - 101160 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_LogHandler - 5784960 - - fbTcAdsListener - FB_Listener - 944896 - 64 - - - ItemType - Input - - - pytmc - + stPendingEventsST_PendingEvent010864000384ipMessageConfigITcEventFilterConfig32864384fbSocketFB_ConnectionlessSocket32864416bConfiguredBOOL88644480nMaxEventsUINT1686446410__CONFIGURE__BSUBSCRIBEDBOOL88644800__PUBLISHEVENTS__FBJSONFB_JsonSaxWriter256864512__PUBLISHEVENTS__FBJSONDATATYPEFB_JsonReadWriteDatatype96864768__PUBLISHEVENTS__SJSONDOCSTRING(10000)80008864864OnAlarmRaisedfbEventFB_TcEvent32OnAlarmConfirmedfbEventFB_TcEvent32__getLogToVisualStudioBOOL8LogToVisualStudioBOOL8propertyOnAlarmClearedfbEventFB_TcEvent32SendMessageHRESULT32sMessageSTRING(80)32sLogStrT_MaxString2048OnMessageSentfbEventFB_TcEvent32PublishEventsHRESULT32nEventUINT16stPendingEventST_PendingEvent32stEventInfoST_LoggingEventInfo32fbRequestEventTextFB_RequestEventText32fbJsonFB_JsonSaxWriter256uselocation__PUBLISHEVENTS__FBJSONfbJsonDataTypeFB_JsonReadWriteDatatype96uselocation__PUBLISHEVENTS__FBJSONDATATYPEsJsonDocSTRING(10000)80008uselocation__PUBLISHEVENTS__SJSONDOCStoreEventHRESULT32fbEventFB_TcEvent32eEventTypeE_LogEventType16stPendingEventST_PendingEvent32stEventInfoST_LoggingEventInfo32nFailuresUINT16ConfigureHRESULT32i_EventClassGUID128i_MinSeverityTcEventSeverity16i_fbSocketFB_ConnectionlessSocket32bSubscribedBOOL8uselocation__CONFIGURE__BSUBSCRIBED__setLogToVisualStudioLogToVisualStudioBOOL8bValueBOOL8propertyPouTypeFunctionBlockFB_GetHostName3744sNetIDT_AmsNetID19232ItemTypeInputbExecuteBOOL8224ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIDUDINT32320ItemTypeOutputsHostNameT_MaxString2048352ItemTypeOutputfbAdsReadADSREAD12482400.PORT10000.IDXGRP702.IDXOFFS0conditionalshowfbTriggerR_TRIG643648conditionalshowstateBYTE83712conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_GetPLCHostname6176bEnableBOOL832ItemTypeInputtRetryDelayTIME326410000ItemTypeInputsHostnameT_MaxString204896ItemTypeOutputbDoneBOOL82144ItemTypeOutputbErrorBOOL82152ItemTypeOutputfbGetHostNameFB_GetHostName37442176tRetryTON2245920bResetBOOL86144bInitializedBOOL861520PouTypeFunctionBlockFB_GetPLCIPAddress101184bEnableBOOL832ItemTypeInputtRetryDelayTIME326410000ItemTypeInputsIPAddressSTRING(15)12896ItemTypeOutputbDoneBOOL8224ItemTypeOutputbErrorBOOL8232ItemTypeOutputfbGetAdapterIPFB_GetAdaptersInfo100640256.bExecute1.sNetIDiIndexUDINT32100896tRetryTON224100928bResetBOOL8101152bInitializedBOOL81011600PouTypeFunctionBlockFB_LogHandler5784960fbTcAdsListenerFB_Listener94489664ItemTypeInputpytmc pv: ADS - - - - - - fbTcRouterListener - FB_Listener - 944896 - 944960 - - - ItemType - Input - - - pytmc - + fbTcRouterListenerFB_Listener944896944960ItemTypeInputpytmc pv: Router - - - - - - fbTcRTimeListener - FB_Listener - 944896 - 1889856 - - - ItemType - Input - - - pytmc - + fbTcRTimeListenerFB_Listener9448961889856ItemTypeInputpytmc pv: RTime - - - - - - fbTcSystemListener - FB_Listener - 944896 - 2834752 - - - ItemType - Input - - - pytmc - + fbTcSystemListenerFB_Listener9448962834752ItemTypeInputpytmc pv: System - - - - - - fbWindowsListener - FB_Listener - 944896 - 3779648 - - - ItemType - Input - - - pytmc - + fbWindowsListenerFB_Listener9448963779648ItemTypeInputpytmc pv: Windows - - - - - - fbLCLSListener - FB_Listener - 944896 - 4724544 - - - ItemType - Input - - - pytmc - + fbLCLSListenerFB_Listener9448964724544ItemTypeInputpytmc pv: LCLS - - - - - - bInitialized - BOOL - 8 - 5669440 - - 0 - - - - bReadyToLog - BOOL - 8 - 5669448 - - 0 - - - - rtFirstLog - R_TRIG - 64 - 5669472 - - - fbGetHostName - FB_GetPLCHostname - 6176 - 5669536 - - - fbGetIP - FB_GetPLCIPAddress - 101184 - 5675712 - - - fbListener - FB_Listener - 32 - 5776896 - - - fbListeners - FB_Listener - - 0 - 6 - - 192 - 5776928 - - - eMinSeverity - TcEventSeverity - Default minimum severity for subscriptions - 16 - 5777120 - - 0 - - - - rtReset - R_TRIG - Reset trigger - 64 - 5777152 - - - naming - omit - - - - - bReset - BOOL - 8 - 5777216 - - - fbSocket - FB_ConnectionlessSocket - 6784 - 5777248 - - - nI - UINT - 16 - 5784032 - - - SocketEnable - BOOL - 8 - 5784048 - - - ctuSocketError - CTU - Circuit breaker for socket errors. 3 errors before it stops. - 128 - 5784064 - - - .PV - 3 - - - - - tRetryConnection - TON - Retry after an hour - 224 - 5784192 - - - .PT - 3600000 - - - - - tofTrickleBreakerPre - TOF - 224 - 5784416 - - - .PT - 1000 - - - - - tonTrickleBreaker - TON - 224 - 5784640 - - - .PT - 10000 - - - - - bTripCon - BOOL - 8 - 5784864 - - - nNumListeners - UINT - 16 - 5784880 - - 6 - - - - DisarmCountDefault - UINT - # number of cycles to permit below threshold condition - 16 - 5784896 - - 5 - - - - CircuitBreaker - - - - PouType - FunctionBlock - - - - - EL5042_Status - 0 - - - ST_RenishawAbsEnc - Renishaw BiSS-C absolute encoder used with an EL5042 - 128 - - Count - ULINT - Connect to encoder "Position" input - 64 - 0 - - - TcAddressType - Input - - - - - Status - EL5042_Status - Status struct placeholder - 0 - 64 - - - Ref - ULINT - Encoder zero position (useful for aligned position with gantries) - 64 - 64 - - - - FB_GantryDiffVirtualLimitSwitch - 512 - - PEnc - ST_RenishawAbsEnc - Primary axis encoder (usually the upstream one) - 128 - 64 - - - ItemType - Input - - - - - SEnc - ST_RenishawAbsEnc - Secondary axis encoder (couples to the primary) - 128 - 192 - - - ItemType - Input - - - - - GantDiffTol - LINT - Gantry differenace tolerance in encoder counts - 64 - 320 - - - ItemType - Input - - - - - PLimFwd - BOOL - Primary axis forward direction enable - 8 - 384 - - - ItemType - Output - - - - - PLimBwd - BOOL - Primary axis reverse direction enable - 8 - 392 - - - ItemType - Output - - - - - SLimFwd - BOOL - Secondary axis forward direction enable - 8 - 400 - - - ItemType - Output - - - - - SLimBwd - BOOL - Secondary axis reverse direction enable - 8 - 408 - - - ItemType - Output - - - - - GantryDiff - LINT - 64 - 448 - - - - PouType - FunctionBlock - - - - - MC_BufferMode - 16 - UINT - - MC_Aborting - 0 - - - MC_Buffered - 1 - - - MC_BlendingLow - 18 - - - MC_BlendingPrevious - 19 - - - MC_BlendingNext - 20 - - - MC_BlendingHigh - 21 - - - - _E_TcNC_SlaveTypes - 16 - INT - - TCNC_SLAVETYPE_LINEAR - 1 - Lineare Kopplung (Geradengleichung) - - - TCNC_SLAVETYPE_FLYINGSAW_ONVELOCITY - 2 - diagonal synchron. Aufkoppeln schnellstens auf Geschwindigkeit - - - TCNC_SLAVETYPE_FLYINGSAW_ONPOSITION - 3 - diagonal synchron. Aufkoppeln auf Position und Geschwindigkeit - - - TCNC_SLAVETYPE_FLYINGSAW_QUADRATIC - 4 - diagonal synchron. Aufkoppeln (quadratisches Geschw.-Profil) - - - TCNC_SLAVETYPE_SYNCHRONIZING_ONVELO - 5 - synchron. Aufkoppeln instantan auf Geschwindigkeit - - - TCNC_SLAVETYPE_SYNCHRONIZING_ONPOS - 6 - synchron. Aufkoppeln auf Positionen und Geschwindigkeit - - - TCNC_SLAVETYPE_SYNCJERKSETTER_ONVELO - 7 - synchron. Aufkoppeln auf Geschwindigkeit (zeitbasiert mittels Ruck-Steller) - - - TCNC_SLAVETYPE_TABULAR - 10 - Tabellen-Kopplung ("simple/standard tabular slave") - - - TCNC_SLAVETYPE_MULTITABULAR - 11 - Tabellen-Kopplung ("multiscalable multi-tabular slave") - - - TCNC_SLAVETYPE_FLYINGMODULO_LINEAR - 12 - Modulo Kopplung auf Position und/oder Geschwindigkeit mit anschliessender Linear Kopplung ("Schuette") - - - TCNC_SLAVETYPE_MOTIONFUNCTIONTABULAR - 13 - Tabellen-Kopplung "motion functions" - - - TCNC_SLAVETYPE_UNIVERSALTABULAR - 14 - Tabellen-Kopplung, universal tabular type substitues TABULAR, MULTITABULAR and MOTIONFUNCTION - 08.07.05 - - - TCNC_SLAVETYPE_LINEAR_CYCLICCHANGES_RAMP - 15 - Lineare Kopplung (Geradengleichung) mit zyklischer Koppelfaktoraenderung - - - TCNC_SLAVETYPE_BILINEAR - 16 - 27.04.01: Zweifach Lineare Kopplung (Geradengleichung) - - - TCNC_SLAVETYPE_LINEAR_MULTIMASTER - 17 - 29.05.08: Lineare Multi-Master-Kopplung ('MC_GearInMultiMaster') - - - TCNC_SLAVETYPE_CONST_SURFACEVELO_RAMP - 18 - Verrechnete Winkelgeschwindigkeit fuer konstante Oberflaechengeschwindig. in Abhaengigkeit vom Radiusistwert des Enc.2 - - - - ST_GearInOptions - 16 - - SlaveType - _E_TcNC_SlaveTypes - 16 - 0 - - - - _ST_FunctionBlockResults - 96 - - Done - BOOL - 8 - 0 - - - CommandAborted - BOOL - 8 - 8 - - - Error - BOOL - 8 - 16 - - - ErrorID - UDINT - 32 - 32 - - - displaymode - hex - - - - - BusyCounter - UDINT - busy cycles since triggering the block - 2018-01-24 KSt - 32 - 64 - - - displaymode - dec - - - - - - conditionalshow - - - - - _E_TcMC_STATES - 16 - INT - - STATE_INITIALIZATION - 100 - - - STATE_ORDER - 101 - - - STATE_RUNNING - 102 - - - STATE_WAITING - 103 - - - STATE_MOTIONCOMMANDSLOCKED - 104 - - - - _ST_TcNC_CoupleSlave - 384 - - nSlaveType - UDINT - 32 - 0 - - - nMasterAxisId - UDINT - 32 - 32 - - - nMasterSubIdx - UDINT - 32 - 64 - - - nSlaveSubIdx - UDINT - 32 - 96 - - - fCoupleParam1 - LREAL - 64 - 128 - - - fCoupleParam2 - LREAL - 64 - 192 - - - fCoupleParam3 - LREAL - 64 - 256 - - - fCoupleParam4 - LREAL - 64 - 320 - - - - conditionalshow - - - - - ST_GearInDynOptions - 8 - - CCVmode - BOOL - constant circumference velocity mode - 8 - 0 - - - - MC_GearInDyn - 4032 - - Master - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Slave - AXIS_REF - Reference to an axis - 32 - 64 - - - ItemType - InOut - - - - - Enable - BOOL - 8 - 96 - - - ItemType - Input - - - - - GearRatio - LREAL - 64 - 128 - - 1 - - - - ItemType - Input - - - - - Acceleration - LREAL - 64 - 192 - - - ItemType - Input - - - - - Deceleration - LREAL - not used - 64 - 256 - - - ItemType - Input - - - - - Jerk - LREAL - not used - 64 - 320 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - 16 - 384 - - - ItemType - Input - - - - - Options - ST_GearInDynOptions - optional parameters - 8 - 400 - - - ItemType - Input - - - - - InGear - BOOL - 8 - 408 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 416 - - - ItemType - Output - - - - - Active - BOOL - 8 - 424 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 432 - - - ItemType - Output - - - - - Error - BOOL - 8 - 440 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 448 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 480 - - - ADSbusy - BOOL - 8 - 576 - - - iState - _E_TcMC_STATES - 16 - 592 - - 100 - - - - iSubState - INT - 16 - 608 - - - fbAdsWrite - ADSWRITE - 1216 - 640 - - - fbAdsRead - ADSREAD - 1248 - 1856 - - - sCouple - _ST_TcNC_CoupleSlave - 384 - 3136 - - - v_max - LREAL - 64 - 3520 - - - pa_limit - LREAL - 64 - 3584 - - - WasInGear - BOOL - 8 - 3648 - - - iAcceleration - LREAL - 64 - 3712 - - - conditionalshow - - - - - TimerStateFeedback - TON - 224 - 3776 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - - - MC_GearIn - 6656 - - Master - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Slave - AXIS_REF - Reference to an axis - 32 - 64 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 96 - - - ItemType - Input - - - - - RatioNumerator - LREAL - changed from INT (PLCopen) to LREAL - 64 - 128 - - 1 - - - - ItemType - Input - - - - - RatioDenominator - UINT - 16 - 192 - - 1 - - - - ItemType - Input - - - - - Acceleration - LREAL - MasterValueSource : MC_SOURCE; - not available - 64 - 256 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 320 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 384 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - 16 - 448 - - - ItemType - Input - - - - - Options - ST_GearInOptions - optional parameters - 16 - 464 - - - ItemType - Input - - - - - InGear - BOOL - 8 - 480 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 488 - - - ItemType - Output - - - - - Active - BOOL - 8 - 496 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 504 - - - ItemType - Output - - - - - Error - BOOL - 8 - 512 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 544 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 576 - - - ADSbusy - BOOL - 8 - 672 - - - iState - _E_TcMC_STATES - 16 - 688 - - 100 - - - - fbAdsWrite - ADSWRITE - 1216 - 704 - - - sCouple - _ST_TcNC_CoupleSlave - 384 - 1920 - - - fbOptGearInDyn - MC_GearInDyn - 4032 - 2304 - - - fbOnTrigger - R_TRIG - 64 - 6336 - - - conditionalshow - - - - - TimerStateFeedback - TON - 224 - 6400 - - - conditionalshow - - - - - ActGearInDyn - - - WriteGearRatio - - - - PouType - FunctionBlock - - - - - ST_GearOutOptions - 8 - - reserved - BOOL - 8 - 0 - - - conditionalshow - - - - - - MC_GearOut - 1792 - - Slave - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 64 - - - ItemType - Input - - - - - Options - ST_GearOutOptions - optional parameters - 8 - 72 - - - ItemType - Input - - - - - Done - BOOL - 8 - 80 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 88 - - - ItemType - Output - - - - - Error - BOOL - 8 - 96 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 128 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 160 - - - ADSbusy - BOOL - 8 - 256 - - - iState - _E_TcMC_STATES - 16 - 272 - - 100 - - - - fbAdsWrite - ADSWRITE - 1216 - 288 - - - fbOnTrigger - R_TRIG - 64 - 1504 - - - conditionalshow - - - - - TimerStateFeedback - TON - 224 - 1568 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - - - FB_SetEnables - 64 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - - PouType - FunctionBlock - - - - - FB_GantryAutoCoupling - 9472 - - nGantryTol - LINT - 64 - 64 - - - ItemType - Input - - - - - bGantryAlreadyCoupled - BOOL - 8 - 128 - - - ItemType - Output - - - - - Master - DUT_MotionStage - 32 - 160 - - - ItemType - InOut - - - - - MasterEnc - ST_RenishawAbsEnc - 32 - 192 - - - ItemType - InOut - - - - - Slave - DUT_MotionStage - 32 - 224 - - - ItemType - InOut - - - - - SlaveEnc - ST_RenishawAbsEnc - 32 - 256 - - - ItemType - InOut - - - - - bExecuteCouple - BOOL - 32 - 288 - - - ItemType - InOut - - - - - bExecuteDecouple - BOOL - 32 - 320 - - - ItemType - InOut - - - - - gantry_diff_limit - FB_GantryDiffVirtualLimitSwitch - 512 - 384 - - - couple - MC_GearIn - 6656 - 896 - - - decouple - MC_GearOut - 1792 - 7552 - - - bInitComplete - BOOL - 8 - 9344 - - - fbSetEnables - FB_SetEnables - 64 - 9376 - - - - PouType - FunctionBlock - - - - - FB_RunHOMS - 20416 - - nYupEncRef - ULINT - Encoder Reference Values - 64 - 64 - - - ItemType - Input - - - - - nYdwnEncRef - ULINT - 64 - 128 - - - ItemType - Input - - - - - nXupEncRef - ULINT - 64 - 192 - - - ItemType - Input - - - - - nXdwnEncRef - ULINT - 64 - 256 - - - ItemType - Input - - - - - nGantryTolY - LINT - Encoder counts = nm - 64 - 320 - - 50000 - - - - ItemType - Input - - - - - nGantryTolX - LINT - Encoder counts = nm - 64 - 384 - - 50000 - - - - ItemType - Input - - - - - bGantryAlreadyCoupledY - BOOL - Gantry coupling status - 8 - 448 - - - ItemType - Output - - - - - bGantryAlreadyCoupledX - BOOL - 8 - 456 - - - ItemType - Output - - - - - nCurrGantryY - LINT - Current gantry difference - 64 - 512 - - - ItemType - Output - - - - - nCurrGantryX - LINT - 64 - 576 - - - ItemType - Output - - - - - stYup - DUT_MotionStage - Motor Structs - 32 - 640 - - - ItemType - InOut - - - - - stYdwn - DUT_MotionStage - 32 - 672 - - - ItemType - InOut - - - - - stXup - DUT_MotionStage - 32 - 704 - - - ItemType - InOut - - - - - stXdwn - DUT_MotionStage - 32 - 736 - - - ItemType - InOut - - - - - stPitch - DUT_MotionStage - 32 - 768 - - - ItemType - InOut - - - - - bExecuteCoupleY - BOOL - Manual coupling Gantried Axes - 32 - 800 - - - ItemType - InOut - - - - - bExecuteCoupleX - BOOL - 32 - 832 - - - ItemType - InOut - - - - - bExecuteDecoupleY - BOOL - 32 - 864 - - - ItemType - InOut - - - - - bExecuteDecoupleX - BOOL - 32 - 896 - - - ItemType - InOut - - - - - bSTOEnable1 - BOOL - STO Button - 8 - 928 - - - TcAddressType - Input - - - - - bSTOEnable2 - BOOL - 8 - 936 - - - TcAddressType - Input - - - - - stYupEnc - ST_RenishawAbsEnc - Encoders - 128 - 960 - - - TcAddressType - Input - - - - - stYdwnEnc - ST_RenishawAbsEnc - 128 - 1088 - - - TcAddressType - Input - - - - - stXupEnc - ST_RenishawAbsEnc - 128 - 1216 - - - TcAddressType - Input - - - - - stXdwnEnc - ST_RenishawAbsEnc - 128 - 1344 - - - TcAddressType - Input - - - - - fbAutoCoupleY - FB_GantryAutoCoupling - Autocoupling Gantried Axes - 9472 - 1472 - - - fbAutoCoupleX - FB_GantryAutoCoupling - 9472 - 10944 - - - - PouType - FunctionBlock - - - - - DUT_HOMS - 20672 - - fbRunHOMS - FB_RunHOMS - System initializiation - 20416 - 0 - - - bExecuteCoupleY - BOOL - Couple/Decouple motors - 8 - 20416 - - - pytmc - + bInitializedBOOL856694400bReadyToLogBOOL856694480rtFirstLogR_TRIG645669472fbGetHostNameFB_GetPLCHostname61765669536fbGetIPFB_GetPLCIPAddress1011845675712fbListenerFB_Listener325776896fbListenersFB_Listener061925776928eMinSeverityTcEventSeverity1657771200rtResetR_TRIG645777152namingomitbResetBOOL85777216fbSocketFB_ConnectionlessSocket67845777248nIUINT165784032SocketEnableBOOL85784048ctuSocketErrorCTU1285784064.PV3tRetryConnectionTON2245784192.PT3600000tofTrickleBreakerPreTOF2245784416.PT1000tonTrickleBreakerTON2245784640.PT10000bTripConBOOL85784864nNumListenersUINT1657848806DisarmCountDefaultUINT1657848965CircuitBreakerPouTypeFunctionBlockEL5042_Status0ST_RenishawAbsEnc128CountULINT640TcAddressTypeInputStatusEL5042_Status064RefULINT6464FB_GantryDiffVirtualLimitSwitch512PEncST_RenishawAbsEnc12864ItemTypeInputSEncST_RenishawAbsEnc128192ItemTypeInputGantDiffTolLINT64320ItemTypeInputPLimFwdBOOL8384ItemTypeOutputPLimBwdBOOL8392ItemTypeOutputSLimFwdBOOL8400ItemTypeOutputSLimBwdBOOL8408ItemTypeOutputGantryDiffLINT64448PouTypeFunctionBlockMC_BufferMode16UINTMC_Aborting0MC_Buffered1MC_BlendingLow18MC_BlendingPrevious19MC_BlendingNext20MC_BlendingHigh21_E_TcNC_SlaveTypes16INTTCNC_SLAVETYPE_LINEAR1TCNC_SLAVETYPE_FLYINGSAW_ONVELOCITY2TCNC_SLAVETYPE_FLYINGSAW_ONPOSITION3TCNC_SLAVETYPE_FLYINGSAW_QUADRATIC4TCNC_SLAVETYPE_SYNCHRONIZING_ONVELO5TCNC_SLAVETYPE_SYNCHRONIZING_ONPOS6TCNC_SLAVETYPE_SYNCJERKSETTER_ONVELO7TCNC_SLAVETYPE_TABULAR10TCNC_SLAVETYPE_MULTITABULAR11TCNC_SLAVETYPE_FLYINGMODULO_LINEAR12TCNC_SLAVETYPE_MOTIONFUNCTIONTABULAR13TCNC_SLAVETYPE_UNIVERSALTABULAR14TCNC_SLAVETYPE_LINEAR_CYCLICCHANGES_RAMP15TCNC_SLAVETYPE_BILINEAR16TCNC_SLAVETYPE_LINEAR_MULTIMASTER17TCNC_SLAVETYPE_CONST_SURFACEVELO_RAMP18ST_GearInOptions16SlaveType_E_TcNC_SlaveTypes160_ST_FunctionBlockResults96DoneBOOL80CommandAbortedBOOL88ErrorBOOL816ErrorIDUDINT3232displaymodehexBusyCounterUDINT3264displaymodedecconditionalshow_E_TcMC_STATES16INTSTATE_INITIALIZATION100STATE_ORDER101STATE_RUNNING102STATE_WAITING103STATE_MOTIONCOMMANDSLOCKED104_ST_TcNC_CoupleSlave384nSlaveTypeUDINT320nMasterAxisIdUDINT3232nMasterSubIdxUDINT3264nSlaveSubIdxUDINT3296fCoupleParam1LREAL64128fCoupleParam2LREAL64192fCoupleParam3LREAL64256fCoupleParam4LREAL64320conditionalshowST_GearInDynOptions8CCVmodeBOOL80MC_GearInDyn4032MasterAXIS_REF3232ItemTypeInOutSlaveAXIS_REF3264ItemTypeInOutEnableBOOL896ItemTypeInputGearRatioLREAL641281ItemTypeInputAccelerationLREAL64192ItemTypeInputDecelerationLREAL64256ItemTypeInputJerkLREAL64320ItemTypeInputBufferModeMC_BufferMode16384ItemTypeInputOptionsST_GearInDynOptions8400ItemTypeInputInGearBOOL8408ItemTypeOutputBusyBOOL8416ItemTypeOutputActiveBOOL8424ItemTypeOutputCommandAbortedBOOL8432ItemTypeOutputErrorBOOL8440ItemTypeOutputErrorIDUDINT32448ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96480ADSbusyBOOL8576iState_E_TcMC_STATES16592100iSubStateINT16608fbAdsWriteADSWRITE1216640fbAdsReadADSREAD12481856sCouple_ST_TcNC_CoupleSlave3843136v_maxLREAL643520pa_limitLREAL643584WasInGearBOOL83648iAccelerationLREAL643712conditionalshowTimerStateFeedbackTON2243776conditionalshowPouTypeFunctionBlockMC_GearIn6656MasterAXIS_REF3232ItemTypeInOutSlaveAXIS_REF3264ItemTypeInOutExecuteBOOL896ItemTypeInputRatioNumeratorLREAL641281ItemTypeInputRatioDenominatorUINT161921ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputBufferModeMC_BufferMode16448ItemTypeInputOptionsST_GearInOptions16464ItemTypeInputInGearBOOL8480ItemTypeOutputBusyBOOL8488ItemTypeOutputActiveBOOL8496ItemTypeOutputCommandAbortedBOOL8504ItemTypeOutputErrorBOOL8512ItemTypeOutputErrorIDUDINT32544ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96576ADSbusyBOOL8672iState_E_TcMC_STATES16688100fbAdsWriteADSWRITE1216704sCouple_ST_TcNC_CoupleSlave3841920fbOptGearInDynMC_GearInDyn40322304fbOnTriggerR_TRIG646336conditionalshowTimerStateFeedbackTON2246400conditionalshowActGearInDynWriteGearRatioPouTypeFunctionBlockST_GearOutOptions8reservedBOOL80conditionalshowMC_GearOut1792SlaveAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputOptionsST_GearOutOptions872ItemTypeInputDoneBOOL880ItemTypeOutputBusyBOOL888ItemTypeOutputErrorBOOL896ItemTypeOutputErrorIDUDINT32128ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96160ADSbusyBOOL8256iState_E_TcMC_STATES16272100fbAdsWriteADSWRITE1216288fbOnTriggerR_TRIG641504conditionalshowTimerStateFeedbackTON2241568conditionalshowPouTypeFunctionBlockFB_SetEnables64stMotionStageDUT_MotionStage3232ItemTypeInOutPouTypeFunctionBlockFB_GantryAutoCoupling9472nGantryTolLINT6464ItemTypeInputbGantryAlreadyCoupledBOOL8128ItemTypeOutputMasterDUT_MotionStage32160ItemTypeInOutMasterEncST_RenishawAbsEnc32192ItemTypeInOutSlaveDUT_MotionStage32224ItemTypeInOutSlaveEncST_RenishawAbsEnc32256ItemTypeInOutbExecuteCoupleBOOL32288ItemTypeInOutbExecuteDecoupleBOOL32320ItemTypeInOutgantry_diff_limitFB_GantryDiffVirtualLimitSwitch512384coupleMC_GearIn6656896decoupleMC_GearOut17927552bInitCompleteBOOL89344fbSetEnablesFB_SetEnables649376PouTypeFunctionBlockFB_RunHOMS20416nYupEncRefULINT6464ItemTypeInputnYdwnEncRefULINT64128ItemTypeInputnXupEncRefULINT64192ItemTypeInputnXdwnEncRefULINT64256ItemTypeInputnGantryTolYLINT6432050000ItemTypeInputnGantryTolXLINT6438450000ItemTypeInputbGantryAlreadyCoupledYBOOL8448ItemTypeOutputbGantryAlreadyCoupledXBOOL8456ItemTypeOutputnCurrGantryYLINT64512ItemTypeOutputnCurrGantryXLINT64576ItemTypeOutputstYupDUT_MotionStage32640ItemTypeInOutstYdwnDUT_MotionStage32672ItemTypeInOutstXupDUT_MotionStage32704ItemTypeInOutstXdwnDUT_MotionStage32736ItemTypeInOutstPitchDUT_MotionStage32768ItemTypeInOutbExecuteCoupleYBOOL32800ItemTypeInOutbExecuteCoupleXBOOL32832ItemTypeInOutbExecuteDecoupleYBOOL32864ItemTypeInOutbExecuteDecoupleXBOOL32896ItemTypeInOutbSTOEnable1BOOL8928TcAddressTypeInputbSTOEnable2BOOL8936TcAddressTypeInputstYupEncST_RenishawAbsEnc128960TcAddressTypeInputstYdwnEncST_RenishawAbsEnc1281088TcAddressTypeInputstXupEncST_RenishawAbsEnc1281216TcAddressTypeInputstXdwnEncST_RenishawAbsEnc1281344TcAddressTypeInputfbAutoCoupleYFB_GantryAutoCoupling94721472fbAutoCoupleXFB_GantryAutoCoupling947210944PouTypeFunctionBlockDUT_HOMS20672fbRunHOMSFB_RunHOMS204160bExecuteCoupleYBOOL820416pytmc pv: COUPLE_Y io: o - - - - - - bExecuteDecoupleY - BOOL - 8 - 20424 - - - pytmc - + bExecuteDecoupleYBOOL820424pytmc pv: DECOUPLE_Y io: o - - - - - - bExecuteCoupleX - BOOL - 8 - 20432 - - - pytmc - + bExecuteCoupleXBOOL820432pytmc pv: COUPLE_X io: o - - - - - - bExecuteDecoupleX - BOOL - 8 - 20440 - - - pytmc - + bExecuteDecoupleXBOOL820440pytmc pv: DECOUPLE_X io: o - - - - - - bGantryAlreadyCoupledY - BOOL - Coupling status - 8 - 20448 - - - pytmc - + bGantryAlreadyCoupledYBOOL820448pytmc pv: ALREADY_COUPLED_Y io: i - - - - - - bGantryAlreadyCoupledX - BOOL - 8 - 20456 - - - pytmc - + bGantryAlreadyCoupledXBOOL820456pytmc pv: ALREADY_COUPLED_X io: i - - - - - - nCurrGantryY - LINT - encoder counts = nm - 64 - 20480 - - - nCurrGantryX - LINT - encoder counts = nm - 64 - 20544 - - - fCurrGantryY_um - REAL - Y Gantry difference in um - 32 - 20608 - - - pytmc - + nCurrGantryYLINT6420480nCurrGantryXLINT6420544fCurrGantryY_umREAL3220608pytmc pv: GANTRY_Y field: EGU um io: i - - - - - - fCurrGantryX_um - REAL - X Gantry difference in um - 32 - 20640 - - - pytmc - + fCurrGantryX_umREAL3220640pytmc pv: GANTRY_X field: EGU um io: i - - - - - - - FB_DataBuffer - 288 - - bExecute - BOOL - Whether or not to accumulate on this cycle - 8 - 32 - - - ItemType - Input - - - - - pInputAdr - PVOID - Address of the value to accumulate - 32 - 64 - - - ItemType - Input - - - - - iInputSize - UDINT - Size of the accumulated value - 32 - 96 - - - ItemType - Input - - - - - iElemCount - UDINT - Number of values in the output array - 32 - 128 - - - ItemType - Input - - - - - pPartialAdr - PVOID - Address of the rolling buffer to be filled every cycle - 32 - 160 - - - ItemType - Input - - - - - pOutputAdr - PVOID - Address of the output buffer to be filled when the rolling buffer is full - 32 - 192 - - - ItemType - Input - - - - - bNewArray - BOOL - Set to TRUE on the cycle that we copy the output array - 8 - 224 - - - ItemType - Output - - - - - iArrayIndex - UDINT - 32 - 256 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_LREALBuffer - 128512 - - bExecute - BOOL - If TRUE, we'll accumulate a value on this cycle. - 8 - 32 - - - ItemType - Input - - - - - fInput - LREAL - The value to accumulate. - 64 - 64 - - - ItemType - Input - - - - - arrOutput - LREAL - - 1 - 1000 - - 64000 - 128 - - - ItemType - Output - - - - - bNewArray - BOOL - 8 - 64128 - - - ItemType - Output - - - - - arrPartial - LREAL - - 1 - 1000 - - 64000 - 64192 - - - fbDataBuffer - FB_DataBuffer - 288 - 128192 - - - - PouType - FunctionBlock - - - - - FB_BasicStats - 896 - - aSignal - LREAL - Input array of floats - 32 - 32 - - - ItemType - Input - - - pytmc - + FB_DataBuffer288bExecuteBOOL832ItemTypeInputpInputAdrPVOID3264ItemTypeInputiInputSizeUDINT3296ItemTypeInputiElemCountUDINT32128ItemTypeInputpPartialAdrPVOID32160ItemTypeInputpOutputAdrPVOID32192ItemTypeInputbNewArrayBOOL8224ItemTypeOutputiArrayIndexUDINT322560PouTypeFunctionBlockFB_LREALBuffer128512bExecuteBOOL832ItemTypeInputfInputLREAL6464ItemTypeInputarrOutputLREAL1100064000128ItemTypeOutputbNewArrayBOOL864128ItemTypeOutputarrPartialLREAL110006400064192fbDataBufferFB_DataBuffer288128192PouTypeFunctionBlockFB_BasicStats896aSignalLREAL3232ItemTypeInputpytmc pv: STATS:DATA io: i - - - - variable_length_array - - - Dimensions - 1 - - - - - bAlwaysCalc - BOOL - If TRUE, we will update the results every cycle - 8 - 64 - - - ItemType - Input - - - pytmc - pv: STATS:ALWAYS_CALC - - - - - bExecute - BOOL - On rising edge, do one calculation - 8 - 72 - - - ItemType - Input - - - pytmc - pv: STATS:EXECUTE - - - - - bReset - BOOL - If set to TRUE, reset outputs - 8 - 80 - - - ItemType - Input - - - pytmc - pv: STATS:RESET - - - - - nElems - UDINT - If nonzero, we will only pay attention to the first nElems items in aSignal - 32 - 96 - - - ItemType - Input - - - pytmc - + variable_length_arrayDimensions1bAlwaysCalcBOOL864ItemTypeInputpytmcpv: STATS:ALWAYS_CALCbExecuteBOOL872ItemTypeInputpytmcpv: STATS:EXECUTEbResetBOOL880ItemTypeInputpytmcpv: STATS:RESETnElemsUDINT3296ItemTypeInputpytmc pv: STATS:NELM io: i - - - - - - fMean - LREAL - Average of all values in the array - 64 - 128 - - - ItemType - Output - - - pytmc - + fMeanLREAL64128ItemTypeOutputpytmc pv: STATS:MEAN io: i - - - - - - fStDev - LREAL - Standard deviation of all values in the array - 64 - 192 - - - ItemType - Output - - - pytmc - + fStDevLREAL64192ItemTypeOutputpytmc pv: STATS:STDEV io: i - - - - - - fMax - LREAL - Largest value in the array - 64 - 256 - - - ItemType - Output - - - pytmc - + fMaxLREAL64256ItemTypeOutputpytmc pv: STATS:MAX io: i - - - - - - fMin - LREAL - Smallest value in the array - 64 - 320 - - - ItemType - Output - - - pytmc - + fMinLREAL64320ItemTypeOutputpytmc pv: STATS:MIN io: i - - - - - - fRange - LREAL - Largest array element subtracted by the smallest - 64 - 384 - - - ItemType - Output - - - pytmc - + fRangeLREAL64384ItemTypeOutputpytmc pv: STATS:RANGE io: i - - - - - - bValid - BOOL - True if the other outputs are valid - 8 - 448 - - - ItemType - Output - - - pytmc - + bValidBOOL8448ItemTypeOutputpytmc pv: STATS:VALID io: i - - - - - - rTrig - R_TRIG - 64 - 480 - - - nIndex - DINT - 32 - 544 - - - nElemsSeen - UDINT - 32 - 576 - - - fSum - LREAL - 64 - 640 - - - fVarianceSum - LREAL - 64 - 704 - - - fVarianceMean - LREAL - 64 - 768 - - - - PouType - FunctionBlock - - - - - FB_RMSWatch - 386624 - - fMaxRMSError - LREAL - RMS Error - 64 - 64 - - 0 - - - - ItemType - Output - - - - - fMinRMSError - LREAL - start at something huge, FB will update with any smaller measured value - 64 - 128 - - 1000 - - - - ItemType - Output - - - - - stMotionStage - DUT_MotionStage - 32 - 192 - - - ItemType - InOut - - - - - fbDataActPos - FB_LREALBuffer - ActPos Data Acquisition FB - 128512 - 256 - - - fbDataSetPos - FB_LREALBuffer - SetPos Data Acquisition FB - 128512 - 128768 - - - bExecuteDataStorage - BOOL - Take data of both ActPos and SetPos - 8 - 257280 - - 1 - - - - bNewEncArray - BOOL - 8 - 257288 - - - fbStats - FB_BasicStats - Calculate mean/standard deviation of ActPos - 896 - 257344 - - - fEncMean - LREAL - 64 - 258240 - - - pytmc - + rTrigR_TRIG64480nIndexDINT32544nElemsSeenUDINT32576fSumLREAL64640fVarianceSumLREAL64704fVarianceMeanLREAL64768PouTypeFunctionBlockFB_RMSWatch386624fMaxRMSErrorLREAL64640ItemTypeOutputfMinRMSErrorLREAL641281000ItemTypeOutputstMotionStageDUT_MotionStage32192ItemTypeInOutfbDataActPosFB_LREALBuffer128512256fbDataSetPosFB_LREALBuffer128512128768bExecuteDataStorageBOOL82572801bNewEncArrayBOOL8257288fbStatsFB_BasicStats896257344fEncMeanLREAL64258240pytmc pv: MEAN io: i - - - - - - fEncStDev - LREAL - 64 - 258304 - - - pytmc - + fEncStDevLREAL64258304pytmc pv: STDEV io: i - - - - - - fCurrRMSError - LREAL - 64 - 258368 - - 0 - - - - pytmc - + fCurrRMSErrorLREAL642583680pytmc pv: RMS io: i - - - - - - nIndex - DINT - 32 - 258432 - - - fSum - LREAL - Just for calculating rms - 64 - 258496 - - 0 - - - - fDiff - LREAL - 64 - 258560 - - 0 - - - - aEncActPos - LREAL - - 1 - 1000 - - 64000 - 258624 - - - pytmc - + nIndexDINT32258432fSumLREAL642584960fDiffLREAL642585600aEncActPosLREAL1100064000258624pytmc pv: ACTPOSARRAY io: i - - - - - - aEncSetPos - LREAL - - 1 - 1000 - - 64000 - 322624 - - - pytmc - + aEncSetPosLREAL1100064000322624pytmc pv: SETPOSARRAY io: i - - - - - - - PouType - FunctionBlock - - - - - FB_Index - Index FB + PouTypeFunctionBlockFB_Index - 96 - - LowerLimit - INT - Incrementer will rollver over to this value (and initialize to this value) - 16 - 32 - - 1 - - - - ItemType - Input - - - naming - off - - - - - ValInc - INT - Incrementer increments by this value - 16 - 48 - - 1 - - - - ItemType - Input - - - - - UpperLimit - INT - Incrementer will rollover at this value to lower limit - 16 - 64 - - 1 - - - - ItemType - Input - - - - - nVal - INT - Internal incrementer value, initialized to LowerLimit - 16 - 80 - - 1 - - - - naming - off - - - - - Dec - - - Inc - - - DecVal - INT - 16 - - - IncVal - INT - 16 - - - - PouType - FunctionBlock - - - - - ST_FbDiagnostics - Stuff to log messages within function blocks - 48896 - - asResults - T_MaxString - - 1 - 20 - - Diagnostic messages, use to record state changes or other important events. - 40960 - 0 - - - resultIdx - FB_Index - Incrementer, included here to facilitate using asResults - 96 - 40960 - - - .LowerLimit - 1 - - - .UpperLimit - 20 - - - - - naming - omit - - - - - fString - FB_FormatString - Use to create good log messages, similar to C++ fstring - 7840 - 41056 - - - naming - omit - - - - - - ENUM_MotionRequest - 16 - INT - - WAIT - 0 - - - INTERRUPT - 1 - - - ABORT - 2 - - - - FB_MotionRequest - 1600 - - stMotionStage - DUT_MotionStage - Motor to move - 32 - 32 - - - ItemType - InOut - - - - - bExecute - BOOL - Start move on rising edge, stop move on falling edge - 8 - 64 - - - ItemType - Input - - - - - bReset - BOOL - Reset errors on rising edge - 8 - 72 - - - ItemType - Input - - - - - enumMotionRequest - ENUM_MotionRequest - Define behavior for when the motor is already moving - 16 - 80 - - 0 - - - - ItemType - Input - - - - - fPos - LREAL - Goal position - 64 - 128 - - - ItemType - Input - - - - - fVel - LREAL - Move velocity - 64 - 192 - - - ItemType - Input - - - - - fAcc - LREAL - Optional acceleration - 64 - 256 - - - ItemType - Input - - - - - fDec - LREAL - Optional deceleration - 64 - 320 - - - ItemType - Input - - - - - bError - BOOL - True if in error state - 8 - 384 - - - ItemType - Output - - - - - nErrorId - UDINT - Error code - 32 - 416 - - - ItemType - Output - - - - - sErrorMessage - STRING(80) - What the error code means - 648 - 448 - - - ItemType - Output - - - - - bBusy - BOOL - If TRUE, we are moving the motor - 8 - 1096 - - - ItemType - Output - - - - - bDone - BOOL - If TRUE, we are not moving the motor and our most recent move was successful - 8 - 1104 - - - ItemType - Output - - - - - rtExec - R_TRIG - 64 - 1120 - - - ftExec - F_TRIG - 64 - 1184 - - - rtReset - R_TRIG - 64 - 1248 - - - ftBusy - F_TRIG - 64 - 1312 - - - nState - UINT - 16 - 1376 - - 0 - - - - bMyMove - BOOL - 8 - 1392 - - - bCausedError - BOOL - 8 - 1400 - - - INIT - UINT - 16 - 1408 - - 0 - - - - WAIT_EXEC - UINT - 16 - 1424 - - 1 - - - - PICK_REQUEST - UINT - 16 - 1440 - - 2 - - - - WAIT_OTHER_MOVE - UINT - 16 - 1456 - - 3 - - - - STOP_OTHER_MOVE - UINT - 16 - 1472 - - 4 - - - - START_MOVE - UINT - 16 - 1488 - - 5 - - - - WAIT_MY_MOVE - UINT - 16 - 1504 - - 6 - - - - STOP_MY_MOVE - UINT - 16 - 1520 - - 7 - - - - DONE_MOVING - UINT - 16 - 1536 - - 8 - - - - ERROR - UINT - 16 - 1552 - - 9 - - - - - PouType - FunctionBlock - - - - - MC_Reset - 1632 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - B - 8 - 64 - - - ItemType - Input - - - - - Done - BOOL - B - 8 - 72 - - - ItemType - Output - - - - - Busy - BOOL - E - 8 - 80 - - - ItemType - Output - - - - - Error - BOOL - B - 8 - 88 - - - ItemType - Output - - - - - ErrorID - UDINT - B - 32 - 96 - - - ItemType - Output - - - displaymode - hex - - - - - ADSbusy - BOOL - 8 - 128 - - - iState - _E_TcMC_STATES - 16 - 144 - - 100 - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 160 - - - fbOnTrigger - R_TRIG - 64 - 1568 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - - - ST_PowerOptions - 0 - - - MC_Power - 768 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Enable - BOOL - B - 8 - 64 - - - ItemType - Input - - - - - Enable_Positive - BOOL - E - 8 - 72 - - - ItemType - Input - - - - - Enable_Negative - BOOL - E - 8 - 80 - - - ItemType - Input - - - - - Override - LREAL - in percent - Beckhoff proprietary input - 64 - 128 - - 100 - - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - V - 16 - 192 - - - ItemType - Input - - - - - Options - ST_PowerOptions - 0 - 208 - - - ItemType - Input - - - - - Status - BOOL - B - 8 - 208 - - - ItemType - Output - - - - - Busy - BOOL - V - 8 - 216 - - - ItemType - Output - - - - - Active - BOOL - V - 8 - 224 - - - ItemType - Output - - - - - Error - BOOL - B - 8 - 232 - - - ItemType - Output - - - - - ErrorID - UDINT - E - 32 - 256 - - - ItemType - Output - - - displaymode - hex - - - - - EnableTimeout - TON - 224 - 288 - - - conditionalshow - - - - - EnableOffOnDelay - TP - 192 - 512 - - - conditionalshow - - - - - iOverride - DWORD - 32 - 704 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - ST_MoveOptions - 320 - - EnableBlendingPosition - BOOL - Command activation at defined ActivationPosition - extends the buffer mode when enabled - 8 - 0 - - - BlendingPosition - LREAL - 64 - 64 - - - StartVelocity - LREAL - velocity profile options - instantaneous speed change at the beginning and at the end of the profile - 64 - 128 - - - EndVelocity - LREAL - 64 - 192 - - - IgnorePositionMonitoring - BOOL - PositionAreaMonitoring, TargetPositionMonitoring and StopMonitoring can be ignored using this flag - 20190311 - 8 - 256 - - - EnableStopPositionMonitoring - BOOL - PositionAreaMonitoring, TargetPositionMonitoring can be enabled for MC_Stop and MC_Halt commands - 20191010 +]]>96LowerLimitINT16321ItemTypeInputnamingoffValIncINT16481ItemTypeInputUpperLimitINT16641ItemTypeInputnValINT16801namingoffDecIncDecValINT16IncValINT16PouTypeFunctionBlockST_FbDiagnostics48896asResultsT_MaxString120409600resultIdxFB_Index9640960.LowerLimit1.UpperLimit20namingomitfStringFB_FormatString784041056namingomitENUM_MotionRequest16INTWAIT0INTERRUPT1ABORT2FB_MotionRequest1600stMotionStageDUT_MotionStage3232ItemTypeInOutbExecuteBOOL864ItemTypeInputbResetBOOL872ItemTypeInputenumMotionRequestENUM_MotionRequest16800ItemTypeInputfPosLREAL64128ItemTypeInputfVelLREAL64192ItemTypeInputfAccLREAL64256ItemTypeInputfDecLREAL64320ItemTypeInputbErrorBOOL8384ItemTypeOutputnErrorIdUDINT32416ItemTypeOutputsErrorMessageSTRING(80)648448ItemTypeOutputbBusyBOOL81096ItemTypeOutputbDoneBOOL81104ItemTypeOutputrtExecR_TRIG641120ftExecF_TRIG641184rtResetR_TRIG641248ftBusyF_TRIG641312nStateUINT1613760bMyMoveBOOL81392bCausedErrorBOOL81400INITUINT1614080WAIT_EXECUINT1614241PICK_REQUESTUINT1614402WAIT_OTHER_MOVEUINT1614563STOP_OTHER_MOVEUINT1614724START_MOVEUINT1614885WAIT_MY_MOVEUINT1615046STOP_MY_MOVEUINT1615207DONE_MOVINGUINT1615368ERRORUINT1615529PouTypeFunctionBlockMC_Reset1632AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputDoneBOOL872ItemTypeOutputBusyBOOL880ItemTypeOutputErrorBOOL888ItemTypeOutputErrorIDUDINT3296ItemTypeOutputdisplaymodehexADSbusyBOOL8128iState_E_TcMC_STATES16144100LastExecutionResult_ST_FunctionBlockResults96160fbOnTriggerR_TRIG641568conditionalshowPouTypeFunctionBlockST_PowerOptions0MC_Power768AxisAXIS_REF3232ItemTypeInOutEnableBOOL864ItemTypeInputEnable_PositiveBOOL872ItemTypeInputEnable_NegativeBOOL880ItemTypeInputOverrideLREAL64128100ItemTypeInputBufferModeMC_BufferMode16192ItemTypeInputOptionsST_PowerOptions0208ItemTypeInputStatusBOOL8208ItemTypeOutputBusyBOOL8216ItemTypeOutputActiveBOOL8224ItemTypeOutputErrorBOOL8232ItemTypeOutputErrorIDUDINT32256ItemTypeOutputdisplaymodehexEnableTimeoutTON224288conditionalshowEnableOffOnDelayTP192512conditionalshowiOverrideDWORD32704conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_MoveOptions320EnableBlendingPositionBOOL80BlendingPositionLREAL6464StartVelocityLREAL64128EndVelocityLREAL64192IgnorePositionMonitoringBOOL8256EnableStopPositionMonitoringBOOL - 8 - 264 - - - - _E_TcNC_StartPosType - 16 - UINT - - TCNC_START_ABSOLUTE - 1 - Start to absolute position - - - TCNC_START_RELATIVE - 2 - Start to relative position - - - TCNC_START_ENDLESS_PLUS - 3 - Start to endless positive position - - - TCNC_START_ENDLESS_MINUS - 4 - Start to endless negative position - - - TCNC_START_MODULO - 5 - Start to modulo position - - - TCNC_START_ADDITIVE - 6 - Start to a position relative to the last recent target position - - - TCNC_START_MODULO_SHORT - 261 - Start to modulo position - - - TCNC_START_MODULO_PLUS - 517 - Start to modulo position - - - TCNC_START_MODULO_MINUS - 773 - Start to modulo position - - - TCNC_START_MODULO_CURRENT - 1029 - start to modulo position in current direction - - - TCNC_START_ABS_INTERNAL - 9 - Start to absolute position, internal use - - - TCNC_START_ENDLESSPLUS_SLOWMANUAL - 272 - manual jog mode - - - TCNC_START_ENDLESSMINUS_SLOWMANUAL - 273 - manual jog mode - - - TCNC_START_ENDLESSPLUS_FASTMANUAL - 528 - manual jog mode - - - TCNC_START_ENDLESSMINUS_FASTMANUAL - 529 - manual jog mode - - - TCNC_START_STOPANDLOCK - 4096 - stop axis and lock against any motion commands - - - TCNC_START_HALT - 8192 - halt axis - can be interrupted by any motion commands - - - TCNC_START_TORQUE_ABORT - 12288 - 20181210 Fap - halt torque control - - - TCNC_START_TORQUE_ABSOLUTE - 12289 - 20181210 Fap - Start torque control absolute - - - TCNC_START_TORQUE_RELATIVE - 12290 - 20190108 Fap - Start torque control relative NOT IMPLEMENTED - - - - ST_TorqueControlOptions - 128 - - ControlMask - UDINT - optional: control mask - 32 - 0 - - - conditionalshow - - - - - Mode - UDINT - optional: mode (ENUM) - 32 - 32 - - - conditionalshow - - - - - ManualTorqueStartValue - LREAL - 64 - 64 - - - - _ST_TcNC_UnversalAxisStartRequest - 640 - - nStartType - UDINT - axis start TYPE (ABSOLUT, RELATIV, ENDLESS_PLUS, ENDLESS_MINUS, MODULO_SHORT, MODULO_PLUS, MODULO_MINUS) - 32 - 0 - - - nControlMask - UDINT - optional: control mask - 32 - 32 - - - fPosTarget - LREAL - target position - 64 - 64 - - - fVeloRequ - LREAL - required velocity - 64 - 128 - - - fAcc - LREAL - acceleration (>= 0) - 64 - 192 - - - fDec - LREAL - deceleration (>= 0) - 64 - 256 - - - fJerk - LREAL - jerk (>= 0) - 64 - 320 - - - nBufferMode - UDINT - optional: 'buffer mode' OR 'activation mode' FOR 'buffered commands' (issue #2786) - 32 - 384 - - - nReserved - UDINT - reserved - 32 - 416 - - - fBlendingPosition - LREAL - optional: activation position - 64 - 448 - - - fVeloStart - LREAL - optional: start velocity (0 <= fVeloStart <= fVeloRequ) Frage: erstmal weglassen ??? - 64 - 512 - - - fVeloEnd - LREAL - optional: end velocity (0 <= fVeloEnd <= fVeloRequ) Frage: erstmal weglassen ??? - 64 - 576 - - - - conditionalshow - - - - - _ST_TcNC_UniversalAxisTorqueStartRequest - 576 - - nStartType - UDINT - axis start TYPE (TORQUECONTINUOUS) - 32 - 0 - - - nControlMask - UDINT - optional: control mask - 32 - 32 - - - nMode - UDINT - optional: mode (ENUM) - 32 - 64 - - - nBufferMode - UDINT - 'buffer mode' OR 'activation mode' FOR 'buffered commands' (first Only ABORTING) - 32 - 96 - - - fTorque - LREAL - target torque [signed] - 64 - 128 - - - fTorqueRamp - LREAL - nc torque ramp - 64 - 192 - - - fVelocityLimitHigh - LREAL - velocity limit high [signed] - 64 - 256 - - - fVelocityLimitLow - LREAL - velocity limit low [signed] - 64 - 320 - - - fAcceleration - LREAL - acceleration (>= 0) - 64 - 384 - - - fDeceleration - LREAL - deceleration (>= 0) - 64 - 448 - - - fManualTorque - LREAL - optional: manual torque (sync value) - 64 - 512 - - - - conditionalshow - - - - - _ST_TcNC_UnversalAxisStartResponse - 32 - - nCmdNo - WORD - Continuous actual command number - 16 - 0 - - - nCmdState - WORD - Command state - 16 - 16 - - - - conditionalshow - - - - - _ST_TcNc_OperationModes - 128 - - PosAreaControl - DWORD - OpModeDWord in cyclic interface - 0 - 32 - 0 - - 1 - - - - TargetPosControl - DWORD - 1 - 32 - 32 - - 2 - - - - StopMonitoring - DWORD - 2 + The default is no monitoring for both commands even if monitoring options are enabled by axis parameters ]]>8264_E_TcNC_StartPosType16UINTTCNC_START_ABSOLUTE1TCNC_START_RELATIVE2TCNC_START_ENDLESS_PLUS3TCNC_START_ENDLESS_MINUS4TCNC_START_MODULO5TCNC_START_ADDITIVE6TCNC_START_MODULO_SHORT261TCNC_START_MODULO_PLUS517TCNC_START_MODULO_MINUS773TCNC_START_MODULO_CURRENT1029TCNC_START_ABS_INTERNAL9TCNC_START_ENDLESSPLUS_SLOWMANUAL272TCNC_START_ENDLESSMINUS_SLOWMANUAL273TCNC_START_ENDLESSPLUS_FASTMANUAL528TCNC_START_ENDLESSMINUS_FASTMANUAL529TCNC_START_STOPANDLOCK4096TCNC_START_HALT8192TCNC_START_TORQUE_ABORT12288TCNC_START_TORQUE_ABSOLUTE12289TCNC_START_TORQUE_RELATIVE12290ST_TorqueControlOptions128ControlMaskUDINT320conditionalshowModeUDINT3232conditionalshowManualTorqueStartValueLREAL6464_ST_TcNC_UnversalAxisStartRequest640nStartTypeUDINT320nControlMaskUDINT3232fPosTargetLREAL6464fVeloRequLREAL64128fAccLREAL= 0) ]]>64192fDecLREAL= 0) ]]>64256fJerkLREAL= 0) ]]>64320nBufferModeUDINT32384nReservedUDINT32416fBlendingPositionLREAL64448fVeloStartLREAL64512fVeloEndLREAL64576conditionalshow_ST_TcNC_UniversalAxisTorqueStartRequest576nStartTypeUDINT320nControlMaskUDINT3232nModeUDINT3264nBufferModeUDINT3296fTorqueLREAL64128fTorqueRampLREAL64192fVelocityLimitHighLREAL64256fVelocityLimitLowLREAL64320fAccelerationLREAL= 0) ]]>64384fDecelerationLREAL= 0) ]]>64448fManualTorqueLREAL64512conditionalshow_ST_TcNC_UnversalAxisStartResponse32nCmdNoWORD160nCmdStateWORD1616conditionalshow_ST_TcNc_OperationModes128PosAreaControlDWORD3201TargetPosControlDWORD32322StopMonitoringDWORD - 32 - 64 - - 4096 - - - - AllowSlaveCommands - DWORD - bits 13 .. 15 reserved + 12 ]]>32644096AllowSlaveCommandsDWORD - 32 - 96 - - 2097152 - - - - - conditionalshow - - - - - _FB_MoveUniversalGeneric - 7616 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - LastExecutionResult - _ST_FunctionBlockResults - 32 - 64 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 96 - - - ItemType - Input - - - - - StartType - _E_TcNC_StartPosType - 20110511 KSt type changed for Tc3 - 16 - 112 - - - ItemType - Input - - - - - Position - LREAL - 64 - 128 - - - ItemType - Input - - - - - Torque - LREAL - 64 - 192 - - - ItemType - Input - - - - - TorqueRamp - LREAL - 64 - 256 - - - ItemType - Input - - - - - Velocity - LREAL - 64 - 320 - - - ItemType - Input - - - - - VelocityLimitHigh - LREAL - 64 - 384 - - - ItemType - Input - - - - - VelocityLimitLow - LREAL - 64 - 448 - - - ItemType - Input - - - - - Acceleration - LREAL - 64 - 512 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 576 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 640 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - Direction : MC_Direction := MC_Positive_Direction; - E - 16 - 704 - - - ItemType - Input - - - - - Options - ST_MoveOptions - 320 - 768 - - - ItemType - Input - - - - - OptionsTorque - ST_TorqueControlOptions - 128 - 1088 - - - ItemType - Input - - - - - Reset - BOOL - for internal use only - 8 - 1216 - - - ItemType - Input - - - - - GotoRunState - BOOL - for internal use only - 8 - 1224 - - - ItemType - Input - - - - - Done - BOOL - Same meaning as InVelocity for continous motion commands - 8 - 1232 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 1240 - - - ItemType - Output - - - - - Active - BOOL - 8 - 1248 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 1256 - - - ItemType - Output - - - - - Error - BOOL - 8 - 1264 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 1280 - - - ItemType - Output - - - displaymode - hex - - - - - CmdNo - UINT - 16 - 1312 - - - ItemType - Output - - - - - ADSbusy - BOOL - 8 - 1328 - - - ItemType - Output - - - - - InTorque - BOOL - 8 - 1336 - - - ItemType - Output - - - - - iState - _E_TcMC_STATES - 16 - 1344 - - 100 - - - - sStartRequest - _ST_TcNC_UnversalAxisStartRequest - 640 - 1408 - - - sTorqueStartRequest - _ST_TcNC_UniversalAxisTorqueStartRequest - 576 - 2048 - - - sStartResponse - _ST_TcNC_UnversalAxisStartResponse - 32 - 2624 - - - fbAdsReadWrite - ADSRDWRTEX - 1440 - 2656 - - - ContinousMode - BOOL - 8 - 4096 - - - InVelocity - BOOL - 8 - 4104 - - - DiffCycleCounter - UDINT - 32 - 4128 - - - EmptyStartResponse - _ST_TcNC_UnversalAxisStartResponse - 32 - 4160 - - - COUNT_R - UDINT - 32 - 4192 - - - CounterCmdNoZero - BYTE - 8 - 4224 - - - CounterCmdNotStarted - BYTE - 8 - 4232 - - - DiffCmdNo - INT - 16 - 4240 - - - InitialNcToPlcCmdNo - UINT - 16 - 4256 - - - NcCycleCounter - BYTE - 8 - 4272 - - - LastNcCycleCounter - BYTE - 8 - 4280 - - - NcMappingCounter - BYTE - 8 - 4288 - - - NcCycleCounterAvailable - BOOL - 8 - 4296 - - - NcCycleCounterNotAvailable - BOOL - 8 - 4304 - - - NcCyclicFeedbackExpected - BOOL - 8 - 4312 - - - PlcDebugCode - DWORD - 32 - 4320 - - - AxisIsSlave - BOOL - 8 - 4352 - - - GetTaskIndex - GETCURTASKINDEX - 128 - 4384 - - - CycleCounter - UDINT - 32 - 4512 - - - BusyCounter - UDINT - 32 - 4544 - - - fbTimeOut - TON - 224 - 4576 - - - fbStopMonitoringTimeOut - TON - 224 - 4800 - - - fbTimeOutMappingCounter - TON - 224 - 5024 - - - fbOnTrigger - R_TRIG - 64 - 5248 - - - sTempMsg - STRING(255) - 2048 - 5312 - - - AccDecreasing - BOOL - 8 - 7360 - - - AccOld - LREAL - 64 - 7424 - - - OpMode - _ST_TcNc_OperationModes - 128 - 7488 - - - suppress_warning_0 - C0228 - - - - - ActMonitorStop - - - ActMonitorAbortTorque - - - ActMonitorContinousMotion - - - ActMonitorDiscreteMotion - - - ActErrorMessage - - - ActMonitorContinuousTorque - - - ActCalcDiffCmdNo - - - ActNcCycleCounter - - - - PouType - FunctionBlock - - - conditionalshow - - - - - MC_Halt - 8576 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 64 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 128 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 192 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - 16 - 256 - - - ItemType - Input - - - - - Options - ST_MoveOptions - optional parameters - 320 - 320 - - - ItemType - Input - - - - - Done - BOOL - 8 - 640 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 648 - - - ItemType - Output - - - - - Active - BOOL - 8 - 656 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 664 - - - ItemType - Output - - - - - Error - BOOL - 8 - 672 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 704 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 736 - - - ADSbusy - BOOL - 8 - 832 - - - MoveGeneric - _FB_MoveUniversalGeneric - 7616 - 896 - - - CmdNo - UINT - 16 - 8512 - - - - PouType - FunctionBlock - - - - - E_JogMode - 16 - INT - - MC_JOGMODE_STANDARD_SLOW - 0 - motion with standard jog parameters for slow motion - - - MC_JOGMODE_STANDARD_FAST - 1 - motion with standard jog parameters for fast motion - - - MC_JOGMODE_CONTINOUS - 2 - axis moves as long as the jog button is pressed using parameterized dynamics - - - MC_JOGMODE_INCHING - 3 - axis moves for a certain relative distance - - - MC_JOGMODE_INCHING_MODULO - 4 - axis moves for a certain relative distance - stop position is rounded to the distance value - - - - MC_Direction - 16 - INT - - MC_Positive_Direction - 1 - - - MC_Shortest_Way - 2 - - - MC_Negative_Direction - 3 - - - MC_Current_Direction - 4 - - - MC_Undefined_Direction - 128 - - - - MC_MoveVelocity - 8704 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 64 - - - ItemType - Input - - - - - Velocity - LREAL - ContinuousUpdate : BOOL; - not available - 64 - 128 - - - ItemType - Input - - - - - Acceleration - LREAL - 64 - 192 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 256 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 320 - - - ItemType - Input - - - - - Direction - MC_Direction - 16 - 384 - - 1 - - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - 16 - 400 - - - ItemType - Input - - - - - Options - ST_MoveOptions - 320 - 448 - - - ItemType - Input - - - - - InVelocity - BOOL - Commanded velocity reached - 8 - 768 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 776 - - - ItemType - Output - - - - - Active - BOOL - 8 - 784 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 792 - - - ItemType - Output - - - - - Error - BOOL - 8 - 800 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 832 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 864 - - - ADSbusy - BOOL - 8 - 960 - - - MoveGeneric - _FB_MoveUniversalGeneric - 7616 - 1024 - - - CmdNo - UINT - 16 - 8640 - - - - PouType - FunctionBlock - - - - - ST_McOutputs - 96 - - Done - BOOL - 8 - 0 - - - Busy - BOOL - 8 - 8 - - - Active - BOOL - 8 - 16 - - - CommandAborted - BOOL - 8 - 24 - - - Error - BOOL - 8 - 32 - - - ErrorID - UDINT - 32 - 64 - - - - MC_MoveAbsolute - 8768 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - Start the motion at rising edge - 8 - 64 - - - ItemType - Input - - - - - Position - LREAL - Target position for the motion - 64 - 128 - - - ItemType - Input - - - - - Velocity - LREAL - Value of the maximum velocity - 64 - 192 - - - ItemType - Input - - - - - Acceleration - LREAL - Value of the maximum acceleration - 64 - 256 - - - ItemType - Input - - - - - Deceleration - LREAL - Value of the maximum deceleration - 64 - 320 - - - ItemType - Input - - - - - Jerk - LREAL - Value of the maximum jerk - 64 - 384 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - Direction : MC_Direction; - not available - 16 - 448 - - - ItemType - Input - - - - - Options - ST_MoveOptions - optional parameters - 320 - 512 - - - ItemType - Input - - - - - Done - BOOL - 8 - 832 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 840 - - - ItemType - Output - - - - - Active - BOOL - 8 - 848 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 856 - - - ItemType - Output - - - - - Error - BOOL - 8 - 864 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 896 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 928 - - - ADSbusy - BOOL - 8 - 1024 - - - MoveGeneric - _FB_MoveUniversalGeneric - 7616 - 1088 - - - CmdNo - UINT - 16 - 8704 - - - - PouType - FunctionBlock - - - - - MC_MoveRelative - 8768 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 64 - - - ItemType - Input - - - - - Distance - LREAL - ContinuousUpdate : BOOL; - not available - 64 - 128 - - - ItemType - Input - - - - - Velocity - LREAL - 64 - 192 - - - ItemType - Input - - - - - Acceleration - LREAL - 64 - 256 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 320 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 384 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - 16 - 448 - - - ItemType - Input - - - - - Options - ST_MoveOptions - 320 - 512 - - - ItemType - Input - - - - - Done - BOOL - 8 - 832 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 840 - - - ItemType - Output - - - - - Active - BOOL - 8 - 848 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 856 - - - ItemType - Output - - - - - Error - BOOL - 8 - 864 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 896 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 928 - - - ADSbusy - BOOL - 8 - 1024 - - - MoveGeneric - _FB_MoveUniversalGeneric - 7616 - 1088 - - - CmdNo - UINT - 16 - 8704 - - - - PouType - FunctionBlock - - - - - MC_Jog - 44032 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - JogForward - BOOL - 8 - 64 - - - ItemType - Input - - - - - JogBackwards - BOOL - 8 - 72 - - - ItemType - Input - - - - - Mode - E_JogMode - 16 - 80 - - - ItemType - Input - - - - - Position - LREAL - 64 - 128 - - - ItemType - Input - - - - - Velocity - LREAL - 64 - 192 - - - ItemType - Input - - - - - Acceleration - LREAL - 64 - 256 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 320 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 384 - - - ItemType - Input - - - - - Done - BOOL - 8 - 448 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 456 - - - ItemType - Output - - - - - Active - BOOL - 8 - 464 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 472 - - - ItemType - Output - - - - - Error - BOOL - 8 - 480 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 512 - - - ItemType - Output - - - displaymode - hex - - - - - state - INT - 16 - 544 - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 576 - - - StateDWord - BOOL - 8 - 672 - - - ExecuteMoveVelocity - BOOL - 8 - 680 - - - MoveVelocity - MC_MoveVelocity - 8704 - 704 - - - MoveVelocityOut - ST_McOutputs - 96 - 9408 - - - Direction - MC_Direction - 16 - 9504 - - - ExecuteHalt - BOOL - 8 - 9520 - - - Halt - MC_Halt - 8576 - 9536 - - - HaltOut - ST_McOutputs - 96 - 18112 - - - ExecuteMoveAbsolute - BOOL - 8 - 18208 - - - MoveAbsolute - MC_MoveAbsolute - 8768 - 18240 - - - MoveAbsoluteOut - ST_McOutputs - 96 - 27008 - - - ExecuteMoveRelative - BOOL - 8 - 27104 - - - MoveRelative - MC_MoveRelative - 8768 - 27136 - - - MoveRelativeOut - ST_McOutputs - 96 - 35904 - - - JogMove - _FB_MoveUniversalGeneric - 7616 - 36032 - - - LastJogMoveResult - _ST_FunctionBlockResults - 96 - 43648 - - - ExecuteJogMove - BOOL - 8 - 43744 - - - StartType - _E_TcNC_StartPosType - 16 - 43760 - - - JogMoveOut - ST_McOutputs - 96 - 43776 - - - JogEnd - BOOL - 8 - 43872 - - - TargetPosition - LREAL - 64 - 43904 - - - modulo - LREAL - 64 - 43968 - - - ActJogMove - - - ActCheckJogEnd - - - - PouType - FunctionBlock - - - - - MC_MoveModulo - 8832 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 64 - - - ItemType - Input - - - - - Position - LREAL - 64 - 128 - - - ItemType - Input - - - - - Velocity - LREAL - 64 - 192 - - - ItemType - Input - - - - - Acceleration - LREAL - 64 - 256 - - - ItemType - Input - - - - - Deceleration - LREAL - 64 - 320 - - - ItemType - Input - - - - - Jerk - LREAL - 64 - 384 - - - ItemType - Input - - - - - Direction - MC_Direction - modulo shortest way, modulo positive, modulo negative - 16 - 448 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - E - 16 - 464 - - - ItemType - Input - - - - - Options - ST_MoveOptions - 320 - 512 - - - ItemType - Input - - - - - Done - BOOL - 8 - 832 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 840 - - - ItemType - Output - - - - - Active - BOOL - 8 - 848 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 856 - - - ItemType - Output - - - - - Error - BOOL - 8 - 864 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 896 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 928 - - - ADSbusy - BOOL - 8 - 1024 - - - MoveGeneric - _FB_MoveUniversalGeneric - 7616 - 1088 - - - StartType - _E_TcNC_StartPosType - 16 - 8704 - - - CmdNo - UINT - 16 - 8720 - - - TriggerExecute - R_TRIG - 64 - 8736 - - - MC_MoveModuloCall - - - - PouType - FunctionBlock - - - - - MC_HomingMode - 16 - INT - - MC_DefaultHoming - 0 - default homing as defined in the SystemManager encoder parameters - - - MC_AbsSwitch - 1 - not implemented - Absolute Switch homing plus Limit switches - - - MC_LimitSwitch - 2 - not implemented - Homing against Limit switches - - - MC_RefPulse - 3 - not implemented - Homing using encoder Reference Pulse "Zero Mark" - - - MC_Direct - 4 - Static Homing forcing position from user reference - - - MC_Absolute - 5 - not implemented - Static Homing forcing position from absolute encoder - - - MC_Block - 6 - not implemented - Homing against hardware parts blocking movement - - - MC_ForceCalibration - 7 - set the calibration flag without performing any motion or changing the position - - - MC_ResetCalibration - 8 - resets the calibration flag without performing any motion or changing the position - - - - E_EncoderReferenceMode - 32 - UDINT - - ENCODERREFERENCEMODE_DEFAULT - 0 - - - ENCODERREFERENCEMODE_PLCCAM - 1 - - - ENCODERREFERENCEMODE_HARDWARESYNC - 2 - - - ENCODERREFERENCEMODE_HARDWARELATCHPOS - 3 - - - ENCODERREFERENCEMODE_HARDWARELATCHNEG - 4 - - - ENCODERREFERENCEMODE_SOFTWARESYNC - 5 - - - ENCODERREFERENCEMODE_SOFTDRIVELATCHPOS - 6 - - - ENCODERREFERENCEMODE_SOFTDRIVELATCHNEG - 7 - - - ENCODERREFERENCEMODE_APPLICATION - 20 - - - - ST_HomingOptions - 320 - - ClearPositionLag - BOOL - set actual and set position to same value and clear the position lag - 8 - 0 - - - SearchDirection - MC_Direction - 16 - 16 - - 128 - - - - SearchVelocity - LREAL - 64 - 64 - - - SyncDirection - MC_Direction - 16 - 128 - - 128 - - - - SyncVelocity - LREAL - 64 - 192 - - - ReferenceMode - E_EncoderReferenceMode - 32 - 256 - - 0 - - - - - ST_SetPositionOptions - 32 - - ClearPositionLag - BOOL - set actual and set position to same value and clear the position lag - 8 - 0 - - - SelectEncoderIndex - BOOL - selects an encoder with index 0..n explicitly if enabled - selction by EncoderIndex below - 8 - 8 - - - EncoderIndex - UINT - encoder with index 0..n, 0 is first encoder - valid only if SelectEncoderIndex=TRUE - 16 - 16 - - - - _ST_TcNC_SetPosOnTheFly - 256 - - nPosSetType - UDINT - Absolute, Relative - added KSt 2009-01-28 - 32 - 0 - - - nCtrlDWord - UDINT - added KSt 2009-01-28 - 32 - 32 - - - fPreviousActualPos - LREAL - value not used any longer since 2009-01-28 - 64 - 64 - - - fNewActualPos - LREAL - 64 - 128 - - - nReserved - DWORD - - 1 - 2 - - added KSt 2009-01-28 - 64 - 192 - - - - conditionalshow - - - - - MC_SetPosition - 1984 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - Start setting position in axis - 8 - 64 - - - ItemType - Input - - - - - Position - LREAL - Position unit [u] (Means ‘Distance’ if Mode = RELATIVE) - 64 - 128 - - - ItemType - Input - - - - - Mode - BOOL - RELATIVE =True, ABSOLUTE = False (Default) - 8 - 192 - - - ItemType - Input - - - - - Options - ST_SetPositionOptions - Beckhoff proprietary input - 32 - 208 - - - ItemType - Input - - - - - Done - BOOL - Position has new value - 8 - 240 - - - ItemType - Output - - - - - Busy - BOOL - Shows that the Function Block is not finished - 8 - 248 - - - ItemType - Output - - - - - Error - BOOL - Signals that an error has occurred within the Function Block - 8 - 256 - - - ItemType - Output - - - - - ErrorID - UDINT - Error identification - 32 - 288 - - - ItemType - Output - - - displaymode - hex - - - - - ADSbusy - BOOL - 8 - 320 - - - stSetPos - _ST_TcNC_SetPosOnTheFly - 256 - 384 - - - iState - _E_TcMC_STATES - 16 - 640 - - 100 - - - - fbAdsWrite - ADSWRITE - 1216 - 672 - - - fbOnTrigger - R_TRIG - 64 - 1888 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - - - MC_Home - 7168 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 64 - - - ItemType - Input - - - - - Position - LREAL - 64 - 128 - - 1E+307 - - - - ItemType - Input - - - - - HomingMode - MC_HomingMode - 16 - 192 - - - ItemType - Input - - - - - BufferMode - MC_BufferMode - 16 - 208 - - - ItemType - Input - - - - - Options - ST_HomingOptions - Beckhoff proprietary input - 320 - 256 - - - ItemType - Input - - - - - bCalibrationCam - BOOL - Beckhoff proprietary input - 8 - 576 - - - ItemType - Input - - - - - Done - BOOL - 8 - 584 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 592 - - - ItemType - Output - - - - - Active - BOOL - 8 - 600 - - - ItemType - Output - - - - - CommandAborted - BOOL - 8 - 608 - - - ItemType - Output - - - - - Error - BOOL - 8 - 616 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 640 - - - ItemType - Output - - - displaymode - hex - - - - - LastExecutionResult - _ST_FunctionBlockResults - 96 - 672 - - - conditionalshow - - - - - ADSbusy - BOOL - 8 - 768 - - - conditionalshow - - - - - iState - _E_TcMC_STATES - 16 - 784 - - 100 - - - - conditionalshow - - - - - iSubState - INT - 16 - 800 - - - conditionalshow - - - - - fbAdsWriteCmd - ADSWRITE - 1216 - 832 - - - conditionalshow - - - - - fbAdsWriteParameter - ADSWRITE - 1216 - 2048 - - - conditionalshow - - - - - fbAdsReadRefPos - ADSREAD - 1248 - 3264 - - - conditionalshow - - - - - ReferenceFlagValue - UDINT - 32 - 4512 - - - conditionalshow - - - - - fbSetPosition - MC_SetPosition - 1984 - 4544 - - - conditionalshow - - - - - CalibrationValue - LREAL - 64 - 6528 - - - conditionalshow - - - - - SearchDirection - UINT - 16 - 6592 - - - conditionalshow - - - - - SearchVelocity - LREAL - 64 - 6656 - - - conditionalshow - - - - - SyncDirection - UINT - 16 - 6720 - - - conditionalshow - - - - - SyncVelocity - LREAL - 64 - 6784 - - - conditionalshow - - - - - ReferenceMode - E_EncoderReferenceMode - 32 - 6848 - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 6880 - - - conditionalshow - - - - - fbTimeOut - TON - 224 - 6944 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_WriteParameterInNc_v1_00 - 1504 - - bExecute - BOOL - 8 - 32 - - - ItemType - Input - - - - - nDeviceGroup - UDINT - 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata - 32 - 64 - - - ItemType - Input - - - - - nIndexOffset - UDINT - 32 - 96 - - - ItemType - Input - - - - - nData - DWORD - 32 - 128 - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 160 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 168 - - - ItemType - Output - - - - - bError - BOOL - 8 - 176 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 192 - - - ItemType - Output - - - - - Axis - AXIS_REF - 32 - 224 - - - ItemType - InOut - - - - - nState - UINT - 16 - 256 - - - fbADSWRITE - ADSWRITE - 1216 - 288 - - - - PouType - FunctionBlock - - - - - FB_WriteFloatParameter - 1536 - - bExecute - BOOL - 8 - 32 - - - ItemType - Input - - - - - nDeviceGroup - UDINT - 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata - 32 - 64 - - - ItemType - Input - - - - - nIndexOffset - UDINT - 32 - 96 - - - ItemType - Input - - - - - nData - LREAL - 64 - 128 - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 192 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 200 - - - ItemType - Output - - - - - bError - BOOL - 8 - 208 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 224 - - - ItemType - Output - - - - - Axis - AXIS_REF - 32 - 256 - - - ItemType - InOut - - - - - nState - UINT - 16 - 288 - - - fbADSWRITE - ADSWRITE - 1216 - 320 - - - - PouType - FunctionBlock - - - - - FB_HomeWriteNcVelocities - 3456 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - fVelocityToCam - LREAL - 64 - 64 - - - ItemType - Input - - - - - fVelocityFromCam - LREAL - 64 - 128 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 192 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 224 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 232 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 240 - - - ItemType - Output - - - - - bError - BOOL - 8 - 248 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 256 - - - ItemType - Output - - - - - fbExecuteRiseEdge - R_TRIG - 64 - 288 - - - fbWriteVelocityToCam - FB_WriteFloatParameter - 1536 - 384 - - - fbWriteVelocityFromCam - FB_WriteFloatParameter - 1536 - 1920 - - - - PouType - FunctionBlock - - - - - FB_HomeToSwitch - 15744 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - bCamSensor - BOOL - 8 - 56 - - - ItemType - Input - - - - - nSearchDirTwoardsCam - MC_Direction - 16 - 64 - - - ItemType - Input - - - - - nSearchDirOffCam - MC_Direction - 16 - 80 - - - ItemType - Input - - - - - fHomePosition - LREAL - 64 - 128 - - - ItemType - Input - - - - - fVelocityToCamNC - LREAL - Velcoity when searching for cam - 64 - 192 - - - ItemType - Input - - - - - fVelocityFromCamNC - LREAL - Velocity after found cam (searching for next signal transition) - 64 - 256 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 320 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 352 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 360 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 368 - - - ItemType - Output - - - - - bHomed - BOOL - 8 - 376 - - - ItemType - Output - - - - - bError - BOOL - 8 - 384 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 416 - - - ItemType - Output - - - - - fbHome - MC_Home - 7168 - 448 - - - fbWriteHomeDirCamToNC - FB_WriteParameterInNc_v1_00 - 1504 - 7616 - - - fbWriteHomeDirSyncToNC - FB_WriteParameterInNc_v1_00 - 1504 - 9120 - - - fbWriteHomeModeToNC - FB_WriteParameterInNc_v1_00 - 1504 - 10624 - - - fbWriteHomeVelocitiesToNC - FB_HomeWriteNcVelocities - 3456 - 12160 - - - bConfigNCDone - BOOL - 8 - 15616 - - 0 - - - - fbRTrigg - R_TRIG - 64 - 15648 - - - - PouType - FunctionBlock - - - - - FB_HomeDirect - 7424 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - fHomePosition - LREAL - 64 - 64 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 128 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 160 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 168 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 176 - - - ItemType - Output - - - - - bHomed - BOOL - 8 - 184 - - - ItemType - Output - - - - - bError - BOOL - 8 - 192 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 224 - - - ItemType - Output - - - - - fbHome - MC_Home - 7168 - 256 - - - - PouType - FunctionBlock - - - - - FB_ReadParameterInNc_v1_00 - 1536 - - bExecute - BOOL - 8 - 32 - - - ItemType - Input - - - - - nDeviceGroup - UDINT - 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata - 32 - 64 - - - ItemType - Input - - - - - nIndexOffset - UDINT - 32 - 96 - - - ItemType - Input - - - - - nData - DWORD - 32 - 128 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 160 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 168 - - - ItemType - Output - - - - - bError - BOOL - 8 - 176 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 192 - - - ItemType - Output - - - - - Axis - AXIS_REF - 32 - 224 - - - ItemType - InOut - - - - - nState - UINT - 16 - 256 - - - fbADSREAD - ADSREAD - 1248 - 288 - - - - PouType - FunctionBlock - - - - - FB_HomeReadSoftLimEnable - 3264 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 64 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 96 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 104 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 112 - - - ItemType - Output - - - - - bError - BOOL - 8 - 120 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 128 - - - ItemType - Output - - - - - bSofLimEnableLow - BOOL - 8 - 160 - - 1 - - - - ItemType - Output - - - - - bSofLimEnableHigh - BOOL - 8 - 168 - - 1 - - - - ItemType - Output - - - - - fbReadSoftLimEnableLow - FB_ReadParameterInNc_v1_00 - 1536 - 192 - - - fbReadSoftLimEnableHigh - FB_ReadParameterInNc_v1_00 - 1536 - 1728 - - - - PouType - FunctionBlock - - - - - FB_HomeWriteSoftLimEnable - 3264 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - bSofLimEnableLow - BOOL - 8 - 56 - - 1 - - - - ItemType - Input - - - - - bSofLimEnableHigh - BOOL - 8 - 64 - - 1 - - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 96 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 128 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 136 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 144 - - - ItemType - Output - - - - - bError - BOOL - 8 - 152 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 160 - - - ItemType - Output - - - - - fbExecuteRiseEdge - R_TRIG - 64 - 192 - - - fbWriteSoftLimEnableLow - FB_WriteParameterInNc_v1_00 - 1504 - 256 - - - fbWriteSoftLimEnableHigh - FB_WriteParameterInNc_v1_00 - 1504 - 1760 - - - - PouType - FunctionBlock - - - - - FB_ReadFloatParameter - 1600 - - bExecute - BOOL - 8 - 32 - - - ItemType - Input - - - - - nDeviceGroup - UDINT - 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata - 32 - 64 - - - ItemType - Input - - - - - nIndexOffset - UDINT - 32 - 96 - - - ItemType - Input - - - - - nData - LREAL - 64 - 128 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 192 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 200 - - - ItemType - Output - - - - - bError - BOOL - 8 - 208 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 224 - - - ItemType - Output - - - - - Axis - AXIS_REF - 32 - 256 - - - ItemType - InOut - - - - - nState - UINT - 16 - 288 - - - fbADSREAD - ADSREAD - 1248 - 320 - - - - PouType - FunctionBlock - - - - - FB_HomeReadNcVelocities - 3520 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 64 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 96 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 104 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 112 - - - ItemType - Output - - - - - bError - BOOL - 8 - 120 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 128 - - - ItemType - Output - - - - - fVelocityToCam - LREAL - 64 - 192 - - - ItemType - Output - - - - - fVelocityFromCam - LREAL - 64 - 256 - - - ItemType - Output - - - - - fbReadVelocityToCam - FB_ReadFloatParameter - 1600 - 320 - - - fbReadVelocityFromCam - FB_ReadFloatParameter - 1600 - 1920 - - - - PouType - FunctionBlock - - - - - FB_HomePrepare - 17728 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - nCmdData - UINT - 16 - 64 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 96 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 128 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 136 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 144 - - - ItemType - Output - - - - - bError - BOOL - 8 - 152 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 160 - - - ItemType - Output - - - - - bSofLimEnableLowOriginal - BOOL - 8 - 192 - - 1 - - - - ItemType - Output - - - - - bSofLimEnableHighOriginal - BOOL - 8 - 200 - - 1 - - - - ItemType - Output - - - - - fVelocityToCam - LREAL - 64 - 256 - - 0 - - - - ItemType - Output - - - - - fVelocityFromCam - LREAL - 64 - 320 - - 0 - - - - ItemType - Output - - - - - fbHomeReadSoftLimEnable - FB_HomeReadSoftLimEnable - 3264 - 384 - - - fbHomeDisableSoftLimEnable - FB_HomeWriteSoftLimEnable - 3264 - 3648 - - - fbHomeReadNCVelocities - FB_HomeReadNcVelocities - 3520 - 6912 - - - fbHomeResetCalibrationFlag - MC_Home - Only used for reset of calibration flag - 7168 - 10432 - - - fbExecuteRiseEdge - R_TRIG - 64 - 17600 - - - bExecuteReadNC - BOOL - 8 - 17664 - - 0 - - - - bExecuteWriteNC - BOOL - 8 - 17672 - - 0 - - - - nState - INT - 16 - 17680 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_HomeFinish - 3552 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - nCmdData - UINT - 16 - 64 - - - ItemType - Input - - - - - bSofLimEnableLow - BOOL - 8 - 80 - - 1 - - - - ItemType - Input - - - - - bSofLimEnableHigh - BOOL - 8 - 88 - - 1 - - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 96 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 128 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 136 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 144 - - - ItemType - Output - - - - - bError - BOOL - 8 - 152 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 160 - - - ItemType - Output - - - - - fbHomewriteSoftLimEnable - FB_HomeWriteSoftLimEnable - 3264 - 192 - - - fbExecuteRiseEdge - R_TRIG - 64 - 3456 - - - bExecuteWriteNC - BOOL - 8 - 3520 - - 0 - - - - nState - INT - 16 - 3536 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_HomeVirtual - 53696 - - En - BOOL - 8 - 32 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 40 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 48 - - - ItemType - Input - - - - - nCmdData - UINT - 16 - 64 - - - ItemType - Input - - - - - bLimitFwd - BOOL - 8 - 80 - - - ItemType - Input - - - - - bLimitBwd - BOOL - 8 - 88 - - - ItemType - Input - - - - - bHomeSensor - BOOL - 8 - 96 - - - ItemType - Input - - - - - fHomePosition - LREAL - 64 - 128 - - - ItemType - Input - - - - - nHomeRevOffset - UINT - 16 - 192 - - - ItemType - Input - - - - - Axis - AXIS_REF - 32 - 224 - - - ItemType - InOut - - - - - EnO - BOOL - 8 - 256 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 264 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 272 - - - ItemType - Output - - - - - bHomed - BOOL - 8 - 280 - - - ItemType - Output - - - - - bError - BOOL - 8 - 288 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 320 - - - ItemType - Output - - - - - fbHomeToSwitch - FB_HomeToSwitch - 15744 - 384 - - - fbHomeDirect - FB_HomeDirect - Only used for direct homing (set of position) - 7424 - 16128 - - - fbMoveVelocity - MC_MoveVelocity - 8704 - 23552 - - - fbHomePrepare - FB_HomePrepare - 17728 - 32256 - - - fbHomeFinish - FB_HomeFinish - 3552 - 49984 - - - fbExecuteRiseEdge - R_TRIG - 64 - 53536 - - - nHomingState - INT - 16 - 53600 - - 0 - - - - bExecuteHomeToSwitch - BOOL - 8 - 53616 - - 0 - - - - bExecuteMoveVelocity - BOOL - 8 - 53624 - - 0 - - - - bExecutePrepare - BOOL - 8 - 53632 - - 0 - - - - bExecuteFinish - BOOL - 8 - 53640 - - 0 - - - - bExecuteHomeDirect - BOOL - 8 - 53648 - - - nCmdDataLocal - UINT - Ensure that nCmdData is not changed during sequence - 16 - 53664 - - - bSequenceReady - BOOL - 8 - 53680 - - 1 - - - - bRestoreNCDataNeeded - BOOL - 8 - 53688 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_DriveVirtual - 162688 - - sVersion - STRING(80) - 648 - 32 - - 1.0.3 - - - - En - BOOL - 8 - 680 - - - ItemType - Input - - - - - bEnable - BOOL - 8 - 688 - - - ItemType - Input - - - - - bReset - BOOL - 8 - 696 - - - ItemType - Input - - - - - bExecute - BOOL - 8 - 704 - - - ItemType - Input - - - - - nCommand - UINT - // nCommandLocal... + 21 ]]>32962097152conditionalshow_FB_MoveUniversalGeneric7616AxisAXIS_REF3232ItemTypeInOutLastExecutionResult_ST_FunctionBlockResults3264ItemTypeInOutExecuteBOOL896ItemTypeInputStartType_E_TcNC_StartPosType16112ItemTypeInputPositionLREAL64128ItemTypeInputTorqueLREAL64192ItemTypeInputTorqueRampLREAL64256ItemTypeInputVelocityLREAL64320ItemTypeInputVelocityLimitHighLREAL64384ItemTypeInputVelocityLimitLowLREAL64448ItemTypeInputAccelerationLREAL64512ItemTypeInputDecelerationLREAL64576ItemTypeInputJerkLREAL64640ItemTypeInputBufferModeMC_BufferMode16704ItemTypeInputOptionsST_MoveOptions320768ItemTypeInputOptionsTorqueST_TorqueControlOptions1281088ItemTypeInputResetBOOL81216ItemTypeInputGotoRunStateBOOL81224ItemTypeInputDoneBOOL81232ItemTypeOutputBusyBOOL81240ItemTypeOutputActiveBOOL81248ItemTypeOutputCommandAbortedBOOL81256ItemTypeOutputErrorBOOL81264ItemTypeOutputErrorIDUDINT321280ItemTypeOutputdisplaymodehexCmdNoUINT161312ItemTypeOutputADSbusyBOOL81328ItemTypeOutputInTorqueBOOL81336ItemTypeOutputiState_E_TcMC_STATES161344100sStartRequest_ST_TcNC_UnversalAxisStartRequest6401408sTorqueStartRequest_ST_TcNC_UniversalAxisTorqueStartRequest5762048sStartResponse_ST_TcNC_UnversalAxisStartResponse322624fbAdsReadWriteADSRDWRTEX14402656ContinousModeBOOL84096InVelocityBOOL84104DiffCycleCounterUDINT324128EmptyStartResponse_ST_TcNC_UnversalAxisStartResponse324160COUNT_RUDINT324192CounterCmdNoZeroBYTE84224CounterCmdNotStartedBYTE84232DiffCmdNoINT164240InitialNcToPlcCmdNoUINT164256NcCycleCounterBYTE84272LastNcCycleCounterBYTE84280NcMappingCounterBYTE84288NcCycleCounterAvailableBOOL84296NcCycleCounterNotAvailableBOOL84304NcCyclicFeedbackExpectedBOOL84312PlcDebugCodeDWORD324320AxisIsSlaveBOOL84352GetTaskIndexGETCURTASKINDEX1284384CycleCounterUDINT324512BusyCounterUDINT324544fbTimeOutTON2244576fbStopMonitoringTimeOutTON2244800fbTimeOutMappingCounterTON2245024fbOnTriggerR_TRIG645248sTempMsgSTRING(255)20485312AccDecreasingBOOL87360AccOldLREAL647424OpMode_ST_TcNc_OperationModes1287488suppress_warning_0C0228ActMonitorStopActMonitorAbortTorqueActMonitorContinousMotionActMonitorDiscreteMotionActErrorMessageActMonitorContinuousTorqueActCalcDiffCmdNoActNcCycleCounterPouTypeFunctionBlockconditionalshowMC_Halt8576AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputDecelerationLREAL64128ItemTypeInputJerkLREAL64192ItemTypeInputBufferModeMC_BufferMode16256ItemTypeInputOptionsST_MoveOptions320320ItemTypeInputDoneBOOL8640ItemTypeOutputBusyBOOL8648ItemTypeOutputActiveBOOL8656ItemTypeOutputCommandAbortedBOOL8664ItemTypeOutputErrorBOOL8672ItemTypeOutputErrorIDUDINT32704ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96736ADSbusyBOOL8832MoveGeneric_FB_MoveUniversalGeneric7616896CmdNoUINT168512PouTypeFunctionBlockE_JogMode16INTMC_JOGMODE_STANDARD_SLOW0MC_JOGMODE_STANDARD_FAST1MC_JOGMODE_CONTINOUS2MC_JOGMODE_INCHING3MC_JOGMODE_INCHING_MODULO4MC_Direction16INTMC_Positive_Direction1MC_Shortest_Way2MC_Negative_Direction3MC_Current_Direction4MC_Undefined_Direction128MC_MoveVelocity8704AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputVelocityLREAL64128ItemTypeInputAccelerationLREAL64192ItemTypeInputDecelerationLREAL64256ItemTypeInputJerkLREAL64320ItemTypeInputDirectionMC_Direction163841ItemTypeInputBufferModeMC_BufferMode16400ItemTypeInputOptionsST_MoveOptions320448ItemTypeInputInVelocityBOOL8768ItemTypeOutputBusyBOOL8776ItemTypeOutputActiveBOOL8784ItemTypeOutputCommandAbortedBOOL8792ItemTypeOutputErrorBOOL8800ItemTypeOutputErrorIDUDINT32832ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96864ADSbusyBOOL8960MoveGeneric_FB_MoveUniversalGeneric76161024CmdNoUINT168640PouTypeFunctionBlockST_McOutputs96DoneBOOL80BusyBOOL88ActiveBOOL816CommandAbortedBOOL824ErrorBOOL832ErrorIDUDINT3264MC_MoveAbsolute8768AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputBufferModeMC_BufferMode16448ItemTypeInputOptionsST_MoveOptions320512ItemTypeInputDoneBOOL8832ItemTypeOutputBusyBOOL8840ItemTypeOutputActiveBOOL8848ItemTypeOutputCommandAbortedBOOL8856ItemTypeOutputErrorBOOL8864ItemTypeOutputErrorIDUDINT32896ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96928ADSbusyBOOL81024MoveGeneric_FB_MoveUniversalGeneric76161088CmdNoUINT168704PouTypeFunctionBlockMC_MoveRelative8768AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputDistanceLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputBufferModeMC_BufferMode16448ItemTypeInputOptionsST_MoveOptions320512ItemTypeInputDoneBOOL8832ItemTypeOutputBusyBOOL8840ItemTypeOutputActiveBOOL8848ItemTypeOutputCommandAbortedBOOL8856ItemTypeOutputErrorBOOL8864ItemTypeOutputErrorIDUDINT32896ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96928ADSbusyBOOL81024MoveGeneric_FB_MoveUniversalGeneric76161088CmdNoUINT168704PouTypeFunctionBlockMC_Jog44032AxisAXIS_REF3232ItemTypeInOutJogForwardBOOL864ItemTypeInputJogBackwardsBOOL872ItemTypeInputModeE_JogMode1680ItemTypeInputPositionLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputDoneBOOL8448ItemTypeOutputBusyBOOL8456ItemTypeOutputActiveBOOL8464ItemTypeOutputCommandAbortedBOOL8472ItemTypeOutputErrorBOOL8480ItemTypeOutputErrorIDUDINT32512ItemTypeOutputdisplaymodehexstateINT16544LastExecutionResult_ST_FunctionBlockResults96576StateDWordBOOL8672ExecuteMoveVelocityBOOL8680MoveVelocityMC_MoveVelocity8704704MoveVelocityOutST_McOutputs969408DirectionMC_Direction169504ExecuteHaltBOOL89520HaltMC_Halt85769536HaltOutST_McOutputs9618112ExecuteMoveAbsoluteBOOL818208MoveAbsoluteMC_MoveAbsolute876818240MoveAbsoluteOutST_McOutputs9627008ExecuteMoveRelativeBOOL827104MoveRelativeMC_MoveRelative876827136MoveRelativeOutST_McOutputs9635904JogMove_FB_MoveUniversalGeneric761636032LastJogMoveResult_ST_FunctionBlockResults9643648ExecuteJogMoveBOOL843744StartType_E_TcNC_StartPosType1643760JogMoveOutST_McOutputs9643776JogEndBOOL843872TargetPositionLREAL6443904moduloLREAL6443968ActJogMoveActCheckJogEndPouTypeFunctionBlockMC_MoveModulo8832AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputDirectionMC_Direction16448ItemTypeInputBufferModeMC_BufferMode16464ItemTypeInputOptionsST_MoveOptions320512ItemTypeInputDoneBOOL8832ItemTypeOutputBusyBOOL8840ItemTypeOutputActiveBOOL8848ItemTypeOutputCommandAbortedBOOL8856ItemTypeOutputErrorBOOL8864ItemTypeOutputErrorIDUDINT32896ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96928ADSbusyBOOL81024MoveGeneric_FB_MoveUniversalGeneric76161088StartType_E_TcNC_StartPosType168704CmdNoUINT168720TriggerExecuteR_TRIG648736MC_MoveModuloCallPouTypeFunctionBlockMC_HomingMode16INTMC_DefaultHoming0MC_AbsSwitch1MC_LimitSwitch2MC_RefPulse3MC_Direct4MC_Absolute5MC_Block6MC_ForceCalibration7MC_ResetCalibration8E_EncoderReferenceMode32UDINTENCODERREFERENCEMODE_DEFAULT0ENCODERREFERENCEMODE_PLCCAM1ENCODERREFERENCEMODE_HARDWARESYNC2ENCODERREFERENCEMODE_HARDWARELATCHPOS3ENCODERREFERENCEMODE_HARDWARELATCHNEG4ENCODERREFERENCEMODE_SOFTWARESYNC5ENCODERREFERENCEMODE_SOFTDRIVELATCHPOS6ENCODERREFERENCEMODE_SOFTDRIVELATCHNEG7ENCODERREFERENCEMODE_APPLICATION20ST_HomingOptions320ClearPositionLagBOOL80SearchDirectionMC_Direction1616128SearchVelocityLREAL6464SyncDirectionMC_Direction16128128SyncVelocityLREAL64192ReferenceModeE_EncoderReferenceMode322560ST_SetPositionOptions32ClearPositionLagBOOL80SelectEncoderIndexBOOL88EncoderIndexUINT1616_ST_TcNC_SetPosOnTheFly256nPosSetTypeUDINT320nCtrlDWordUDINT3232fPreviousActualPosLREAL6464fNewActualPosLREAL64128nReservedDWORD1264192conditionalshowMC_SetPosition1984AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL64128ItemTypeInputModeBOOL8192ItemTypeInputOptionsST_SetPositionOptions32208ItemTypeInputDoneBOOL8240ItemTypeOutputBusyBOOL8248ItemTypeOutputErrorBOOL8256ItemTypeOutputErrorIDUDINT32288ItemTypeOutputdisplaymodehexADSbusyBOOL8320stSetPos_ST_TcNC_SetPosOnTheFly256384iState_E_TcMC_STATES16640100fbAdsWriteADSWRITE1216672fbOnTriggerR_TRIG641888conditionalshowPouTypeFunctionBlockMC_Home7168AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL641281E+307ItemTypeInputHomingModeMC_HomingMode16192ItemTypeInputBufferModeMC_BufferMode16208ItemTypeInputOptionsST_HomingOptions320256ItemTypeInputbCalibrationCamBOOL8576ItemTypeInputDoneBOOL8584ItemTypeOutputBusyBOOL8592ItemTypeOutputActiveBOOL8600ItemTypeOutputCommandAbortedBOOL8608ItemTypeOutputErrorBOOL8616ItemTypeOutputErrorIDUDINT32640ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96672conditionalshowADSbusyBOOL8768conditionalshowiState_E_TcMC_STATES16784100conditionalshowiSubStateINT16800conditionalshowfbAdsWriteCmdADSWRITE1216832conditionalshowfbAdsWriteParameterADSWRITE12162048conditionalshowfbAdsReadRefPosADSREAD12483264conditionalshowReferenceFlagValueUDINT324512conditionalshowfbSetPositionMC_SetPosition19844544conditionalshowCalibrationValueLREAL646528conditionalshowSearchDirectionUINT166592conditionalshowSearchVelocityLREAL646656conditionalshowSyncDirectionUINT166720conditionalshowSyncVelocityLREAL646784conditionalshowReferenceModeE_EncoderReferenceMode326848conditionalshowfbTriggerR_TRIG646880conditionalshowfbTimeOutTON2246944conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_WriteParameterInNc_v1_001504bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataDWORD32128ItemTypeInputbBusyBOOL8160ItemTypeOutputbDoneBOOL8168ItemTypeOutputbErrorBOOL8176ItemTypeOutputnErrorIdUDINT32192ItemTypeOutputAxisAXIS_REF32224ItemTypeInOutnStateUINT16256fbADSWRITEADSWRITE1216288PouTypeFunctionBlockFB_WriteFloatParameter1536bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataLREAL64128ItemTypeInputbBusyBOOL8192ItemTypeOutputbDoneBOOL8200ItemTypeOutputbErrorBOOL8208ItemTypeOutputnErrorIdUDINT32224ItemTypeOutputAxisAXIS_REF32256ItemTypeInOutnStateUINT16288fbADSWRITEADSWRITE1216320PouTypeFunctionBlockFB_HomeWriteNcVelocities3456EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputfVelocityToCamLREAL6464ItemTypeInputfVelocityFromCamLREAL64128ItemTypeInputAxisAXIS_REF32192ItemTypeInOutEnOBOOL8224ItemTypeOutputbBusyBOOL8232ItemTypeOutputbDoneBOOL8240ItemTypeOutputbErrorBOOL8248ItemTypeOutputnErrorIdUDINT32256ItemTypeOutputfbExecuteRiseEdgeR_TRIG64288fbWriteVelocityToCamFB_WriteFloatParameter1536384fbWriteVelocityFromCamFB_WriteFloatParameter15361920PouTypeFunctionBlockFB_HomeToSwitch15744EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputbCamSensorBOOL856ItemTypeInputnSearchDirTwoardsCamMC_Direction1664ItemTypeInputnSearchDirOffCamMC_Direction1680ItemTypeInputfHomePositionLREAL64128ItemTypeInputfVelocityToCamNCLREAL64192ItemTypeInputfVelocityFromCamNCLREAL64256ItemTypeInputAxisAXIS_REF32320ItemTypeInOutEnOBOOL8352ItemTypeOutputbBusyBOOL8360ItemTypeOutputbDoneBOOL8368ItemTypeOutputbHomedBOOL8376ItemTypeOutputbErrorBOOL8384ItemTypeOutputnErrorIdUDINT32416ItemTypeOutputfbHomeMC_Home7168448fbWriteHomeDirCamToNCFB_WriteParameterInNc_v1_0015047616fbWriteHomeDirSyncToNCFB_WriteParameterInNc_v1_0015049120fbWriteHomeModeToNCFB_WriteParameterInNc_v1_00150410624fbWriteHomeVelocitiesToNCFB_HomeWriteNcVelocities345612160bConfigNCDoneBOOL8156160fbRTriggR_TRIG6415648PouTypeFunctionBlockFB_HomeDirect7424EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputfHomePositionLREAL6464ItemTypeInputAxisAXIS_REF32128ItemTypeInOutEnOBOOL8160ItemTypeOutputbBusyBOOL8168ItemTypeOutputbDoneBOOL8176ItemTypeOutputbHomedBOOL8184ItemTypeOutputbErrorBOOL8192ItemTypeOutputnErrorIdUDINT32224ItemTypeOutputfbHomeMC_Home7168256PouTypeFunctionBlockFB_ReadParameterInNc_v1_001536bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataDWORD32128ItemTypeOutputbBusyBOOL8160ItemTypeOutputbDoneBOOL8168ItemTypeOutputbErrorBOOL8176ItemTypeOutputnErrorIdUDINT32192ItemTypeOutputAxisAXIS_REF32224ItemTypeInOutnStateUINT16256fbADSREADADSREAD1248288PouTypeFunctionBlockFB_HomeReadSoftLimEnable3264EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputAxisAXIS_REF3264ItemTypeInOutEnOBOOL896ItemTypeOutputbBusyBOOL8104ItemTypeOutputbDoneBOOL8112ItemTypeOutputbErrorBOOL8120ItemTypeOutputnErrorIdUDINT32128ItemTypeOutputbSofLimEnableLowBOOL81601ItemTypeOutputbSofLimEnableHighBOOL81681ItemTypeOutputfbReadSoftLimEnableLowFB_ReadParameterInNc_v1_001536192fbReadSoftLimEnableHighFB_ReadParameterInNc_v1_0015361728PouTypeFunctionBlockFB_HomeWriteSoftLimEnable3264EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputbSofLimEnableLowBOOL8561ItemTypeInputbSofLimEnableHighBOOL8641ItemTypeInputAxisAXIS_REF3296ItemTypeInOutEnOBOOL8128ItemTypeOutputbBusyBOOL8136ItemTypeOutputbDoneBOOL8144ItemTypeOutputbErrorBOOL8152ItemTypeOutputnErrorIdUDINT32160ItemTypeOutputfbExecuteRiseEdgeR_TRIG64192fbWriteSoftLimEnableLowFB_WriteParameterInNc_v1_001504256fbWriteSoftLimEnableHighFB_WriteParameterInNc_v1_0015041760PouTypeFunctionBlockFB_ReadFloatParameter1600bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataLREAL64128ItemTypeOutputbBusyBOOL8192ItemTypeOutputbDoneBOOL8200ItemTypeOutputbErrorBOOL8208ItemTypeOutputnErrorIdUDINT32224ItemTypeOutputAxisAXIS_REF32256ItemTypeInOutnStateUINT16288fbADSREADADSREAD1248320PouTypeFunctionBlockFB_HomeReadNcVelocities3520EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputAxisAXIS_REF3264ItemTypeInOutEnOBOOL896ItemTypeOutputbBusyBOOL8104ItemTypeOutputbDoneBOOL8112ItemTypeOutputbErrorBOOL8120ItemTypeOutputnErrorIdUDINT32128ItemTypeOutputfVelocityToCamLREAL64192ItemTypeOutputfVelocityFromCamLREAL64256ItemTypeOutputfbReadVelocityToCamFB_ReadFloatParameter1600320fbReadVelocityFromCamFB_ReadFloatParameter16001920PouTypeFunctionBlockFB_HomePrepare17728EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputnCmdDataUINT1664ItemTypeInputAxisAXIS_REF3296ItemTypeInOutEnOBOOL8128ItemTypeOutputbBusyBOOL8136ItemTypeOutputbDoneBOOL8144ItemTypeOutputbErrorBOOL8152ItemTypeOutputnErrorIdUDINT32160ItemTypeOutputbSofLimEnableLowOriginalBOOL81921ItemTypeOutputbSofLimEnableHighOriginalBOOL82001ItemTypeOutputfVelocityToCamLREAL642560ItemTypeOutputfVelocityFromCamLREAL643200ItemTypeOutputfbHomeReadSoftLimEnableFB_HomeReadSoftLimEnable3264384fbHomeDisableSoftLimEnableFB_HomeWriteSoftLimEnable32643648fbHomeReadNCVelocitiesFB_HomeReadNcVelocities35206912fbHomeResetCalibrationFlagMC_Home716810432fbExecuteRiseEdgeR_TRIG6417600bExecuteReadNCBOOL8176640bExecuteWriteNCBOOL8176720nStateINT16176800PouTypeFunctionBlockFB_HomeFinish3552EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputnCmdDataUINT1664ItemTypeInputbSofLimEnableLowBOOL8801ItemTypeInputbSofLimEnableHighBOOL8881ItemTypeInputAxisAXIS_REF3296ItemTypeInOutEnOBOOL8128ItemTypeOutputbBusyBOOL8136ItemTypeOutputbDoneBOOL8144ItemTypeOutputbErrorBOOL8152ItemTypeOutputnErrorIdUDINT32160ItemTypeOutputfbHomewriteSoftLimEnableFB_HomeWriteSoftLimEnable3264192fbExecuteRiseEdgeR_TRIG643456bExecuteWriteNCBOOL835200nStateINT1635360PouTypeFunctionBlockFB_HomeVirtual53696EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputnCmdDataUINT1664ItemTypeInputbLimitFwdBOOL880ItemTypeInputbLimitBwdBOOL888ItemTypeInputbHomeSensorBOOL896ItemTypeInputfHomePositionLREAL64128ItemTypeInputnHomeRevOffsetUINT16192ItemTypeInputAxisAXIS_REF32224ItemTypeInOutEnOBOOL8256ItemTypeOutputbBusyBOOL8264ItemTypeOutputbDoneBOOL8272ItemTypeOutputbHomedBOOL8280ItemTypeOutputbErrorBOOL8288ItemTypeOutputnErrorIdUDINT32320ItemTypeOutputfbHomeToSwitchFB_HomeToSwitch15744384fbHomeDirectFB_HomeDirect742416128fbMoveVelocityMC_MoveVelocity870423552fbHomePrepareFB_HomePrepare1772832256fbHomeFinishFB_HomeFinish355249984fbExecuteRiseEdgeR_TRIG6453536nHomingStateINT16536000bExecuteHomeToSwitchBOOL8536160bExecuteMoveVelocityBOOL8536240bExecutePrepareBOOL8536320bExecuteFinishBOOL8536400bExecuteHomeDirectBOOL853648nCmdDataLocalUINT1653664bSequenceReadyBOOL8536801bRestoreNCDataNeededBOOL8536880PouTypeFunctionBlockFB_DriveVirtual162688sVersionSTRING(80)648321.0.3EnBOOL8680ItemTypeInputbEnableBOOL8688ItemTypeInputbResetBOOL8696ItemTypeInputbExecuteBOOL8704ItemTypeInputnCommandUINT - 16 - 720 - - - ItemType - Input - - - - - nCmdData - UINT - 16 - 736 - - - ItemType - Input - - - - - fVelocity - LREAL - 64 - 768 - - - ItemType - Input - - - - - fPosition - LREAL - 64 - 832 - - - ItemType - Input - - - - - fAcceleration - LREAL - 64 - 896 - - - ItemType - Input - - - - - fDeceleration - LREAL - 64 - 960 - - - ItemType - Input - - - - - bJogFwd - BOOL - 8 - 1024 - - - ItemType - Input - - - - - bJogBwd - BOOL - 8 - 1032 - - - ItemType - Input - - - - - bLimitFwd - BOOL - 8 - 1040 - - - ItemType - Input - - - - - bLimitBwd - BOOL - 8 - 1048 - - - ItemType - Input - - - - - fOverride - LREAL - 64 - 1088 - - 100 - - - - ItemType - Input - - - - - bHomeSensor - BOOL - 8 - 1152 - - - ItemType - Input - - - - - fHomePosition - LREAL - 64 - 1216 - - - ItemType - Input - - - - - nHomeRevOffset - UINT - 16 - 1280 - - - ItemType - Input - - - - - MasterAxis - AXIS_REF - 9024 - 1344 - - - ItemType - Input - - - - - bPowerSelf - BOOL - 8 - 10368 - - - ItemType - Input - - - - - EnO - BOOL - 8 - 10376 - - - ItemType - Output - - - - - bEnabled - BOOL - 8 - 10384 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 10392 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 10400 - - - ItemType - Output - - - - - bError - BOOL - 8 - 10408 - - - ItemType - Output - - - - - bHomed - BOOL - 8 - 10416 - - - ItemType - Output - - - - - nErrorId - UDINT - 32 - 10432 - - - ItemType - Output - - - - - nMotionAxisID - UDINT - Axis id in Motion (NC) - 32 - 10464 - - 0 - - - - ItemType - Output - - - - - Status - ST_AxisStatus - 768 - 10496 - - - ItemType - Output - - - - - fActVelocity - LREAL - 64 - 11264 - - - ItemType - Output - - - - - fActPosition - LREAL - 64 - 11328 - - - ItemType - Output - - - - - fActDiff - LREAL - 64 - 11392 - - - ItemType - Output - - - - - sErrorMessage - STRING(80) - 648 - 11456 - - - ItemType - Output - - - - - Axis - AXIS_REF - 32 - 12128 - - - ItemType - InOut - - - - - nCommandLocal - UINT - 16 - 12160 - - - nCmdDataLocal - UINT - 16 - 12176 - - - bFirstScan - BOOL - 8 - 12192 - - 1 - - - - fbReset - MC_Reset - 1632 - 12224 - - - fbPower - MC_Power - 768 - 13888 - - - fbHalt - MC_Halt - 8576 - 14656 - - - fbJog - MC_Jog - 44032 - 23232 - - - fbMoveVelocity - MC_MoveVelocity - 8704 - 67264 - - - fbMoveRelative - MC_MoveRelative - 8768 - 75968 - - - fbMoveAbsolute - MC_MoveAbsolute - 8768 - 84736 - - - fbMoveModulo - MC_MoveModulo - 8832 - 93504 - - - fbHomeVirtual - FB_HomeVirtual - 53696 - 102336 - - - fbGearInDyn - MC_GearInDyn - 4032 - 156032 - - - fbGearOut - MC_GearOut - 1792 - 160064 - - - fbExecuteRiseEdge - R_TRIG - 64 - 161856 - - - stAxisStatus - DUT_AxisStatus_v0_01 - 768 - 161920 - - - - PouType - FunctionBlock - - - - - FB_MotionHoming - 46656 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - bExecute - BOOL - 8 - 64 - - - ItemType - Input - - - - - bBusy - BOOL - 8 - 72 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 80 - - - ItemType - Output - - - - - bError - BOOL - 8 - 88 - - - ItemType - Output - - - - - nErrorID - UDINT - 32 - 96 - - - ItemType - Output - - - - - fbSetPos - MC_SetPosition - 1984 - 128 - - - fbJog - MC_Jog - 44032 - 2112 - - - rtExec - R_TRIG - 64 - 46144 - - - ftExec - F_TRIG - 64 - 46208 - - - nHomeStateMachine - INT - 16 - 46272 - - 0 - - - - nStateAfterStop - INT - 16 - 46288 - - - nMoves - INT - 16 - 46304 - - - bFirstDirection - BOOL - 8 - 46320 - - - bAtHome - BOOL - 8 - 46328 - - - bMove - BOOL - 8 - 46336 - - - nErrCount - INT - 16 - 46352 - - - bInterrupted - BOOL - 8 - 46368 - - - IDLE - INT - 16 - 46384 - - 0 - - - - NEXT_MOVE - INT - 16 - 46400 - - 1 - - - - CHECK_FWD - INT - 16 - 46416 - - 2 - - - - CHECK_BWD - INT - 16 - 46432 - - 3 - - - - FINAL_MOVE - INT - 16 - 46448 - - 4 - - - - FINAL_SETPOS - INT - 16 - 46464 - - 5 - - - - ERROR - INT - 16 - 46480 - - 6 - - - - WAIT_STOP - INT - 16 - 46496 - - 7 - - - - FWD_START - LREAL - +// 20 = SuperInp >>>ToBe +// 30 = Gear]]>16720ItemTypeInputnCmdDataUINT16736ItemTypeInputfVelocityLREAL64768ItemTypeInputfPositionLREAL64832ItemTypeInputfAccelerationLREAL64896ItemTypeInputfDecelerationLREAL64960ItemTypeInputbJogFwdBOOL81024ItemTypeInputbJogBwdBOOL81032ItemTypeInputbLimitFwdBOOL81040ItemTypeInputbLimitBwdBOOL81048ItemTypeInputfOverrideLREAL641088100ItemTypeInputbHomeSensorBOOL81152ItemTypeInputfHomePositionLREAL641216ItemTypeInputnHomeRevOffsetUINT161280ItemTypeInputMasterAxisAXIS_REF90241344ItemTypeInputbPowerSelfBOOL810368ItemTypeInputEnOBOOL810376ItemTypeOutputbEnabledBOOL810384ItemTypeOutputbBusyBOOL810392ItemTypeOutputbDoneBOOL810400ItemTypeOutputbErrorBOOL810408ItemTypeOutputbHomedBOOL810416ItemTypeOutputnErrorIdUDINT3210432ItemTypeOutputnMotionAxisIDUDINT32104640ItemTypeOutputStatusST_AxisStatus76810496ItemTypeOutputfActVelocityLREAL6411264ItemTypeOutputfActPositionLREAL6411328ItemTypeOutputfActDiffLREAL6411392ItemTypeOutputsErrorMessageSTRING(80)64811456ItemTypeOutputAxisAXIS_REF3212128ItemTypeInOutnCommandLocalUINT1612160nCmdDataLocalUINT1612176bFirstScanBOOL8121921fbResetMC_Reset163212224fbPowerMC_Power76813888fbHaltMC_Halt857614656fbJogMC_Jog4403223232fbMoveVelocityMC_MoveVelocity870467264fbMoveRelativeMC_MoveRelative876875968fbMoveAbsoluteMC_MoveAbsolute876884736fbMoveModuloMC_MoveModulo883293504fbHomeVirtualFB_HomeVirtual53696102336fbGearInDynMC_GearInDyn4032156032fbGearOutMC_GearOut1792160064fbExecuteRiseEdgeR_TRIG64161856stAxisStatusDUT_AxisStatus_v0_01768161920PouTypeFunctionBlockFB_MotionHoming46656stMotionStageDUT_MotionStage3232ItemTypeInOutbExecuteBOOL864ItemTypeInputbBusyBOOL872ItemTypeOutputbDoneBOOL880ItemTypeOutputbErrorBOOL888ItemTypeOutputnErrorIDUDINT3296ItemTypeOutputfbSetPosMC_SetPosition1984128fbJogMC_Jog440322112rtExecR_TRIG6446144ftExecF_TRIG6446208nHomeStateMachineINT16462720nStateAfterStopINT1646288nMovesINT1646304bFirstDirectionBOOL846320bAtHomeBOOL846328bMoveBOOL846336nErrCountINT1646352bInterruptedBOOL846368IDLEINT16463840NEXT_MOVEINT16464001CHECK_FWDINT16464162CHECK_BWDINT16464323FINAL_MOVEINT16464484FINAL_SETPOSINT16464645ERRORINT16464806WAIT_STOPINT16464967FWD_STARTLREAL - 64 - 46528 - - -99999999 - - - - BWD_START - LREAL - 64 - 46592 - - 99999999 - - - - - PouType - FunctionBlock - - - - - FB_EncSaveRestore - 2880 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - bEnable - BOOL - 8 - 64 - - - ItemType - Input - - - - - fbSetPos - MC_SetPosition - 1984 - 128 - - - timer - TON - 224 - 2112 - - - bInit - BOOL - 8 - 2336 - - - bLoad - BOOL - 8 - 2344 - - - nLatchError - UDINT - 32 - 2368 - - - bEncError - BOOL - 8 - 2400 - - - tRetryDelay - TIME - 32 - 2432 - - 1000 - - - - nMaxRetries - UINT - 16 - 2464 - - 10 - - - - nCurrTries - UINT - 16 - 2480 - - 0 - - - - bWaitRetry - BOOL - 8 - 2496 - - - tonRetry - TON - 224 - 2528 - - - bSaved - BOOL - 8 - 2752 - - - TcPersistent - - - - - fPosition - LREAL - 64 - 2816 - - - TcPersistent - - - - - - PouType - FunctionBlock - - - - - FB_LogMotionError - 83136 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - bEnable - BOOL - 8 - 64 - - - ItemType - Input - - - - - fbLogMessage - FB_LogMessage - 81984 - 128 - - - rtNewError - R_TRIG - 64 - 82112 - - - bChangedError - BOOL - 8 - 82176 - - - sPrevErr - STRING(80) - 648 - 82184 - - - fbJson - FB_JsonSaxWriter - 256 - 82848 - - - - PouType - FunctionBlock - - - - - FB_EncoderValue - 64 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - - PouType - FunctionBlock - - - - - MC_ReadParameterSet - 1600 - - Parameter - ST_AxisParameterSet - 32 - 32 - - - ItemType - InOut - - - - - Axis - AXIS_REF - Reference to an axis - 32 - 64 - - - ItemType - InOut - - - - - Execute - BOOL - 8 - 96 - - - ItemType - Input - - - - - Done - BOOL - 8 - 104 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 112 - - - ItemType - Output - - - - - Error - BOOL - 8 - 120 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 128 - - - ItemType - Output - - - displaymode - hex - - - - - TriggerExecute - R_TRIG - 64 - 160 - - - state - _E_TcMC_STATES - 16 - 224 - - 100 - - - - fbAdsRead - ADSREAD - 1248 - 256 - - - SizeofPayloadData - UDINT - 32 - 1504 - - - SizeofPayloadData64 - ULINT - 64 - 1536 - - - ActGetSizeOfParameterSet - - - - PouType - FunctionBlock - - - - - FB_MotionStageNCParams - 2112 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - bEnable - BOOL - 8 - 64 - - - ItemType - Input - - - - - tRefreshDelay - TIME - 32 - 96 - - - ItemType - Input - - - - - bError - BOOL - 8 - 128 - - - ItemType - Output - - - - - mcReadParams - MC_ReadParameterSet - 1600 - 192 - - - timer - TON - 224 - 1792 - - - bExecute - BOOL - 8 - 2016 - - 1 - - - - nLatchErrId - UDINT - 32 - 2048 - - - - PouType - FunctionBlock - - - - - FB_MotionStage - 298304 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - fbDriveVirtual - FB_DriveVirtual - 162688 - 64 - - - fbMotionHome - FB_MotionHoming - 46656 - 162752 - - - fbSaveRestore - FB_EncSaveRestore - 2880 - 209408 - - - fbLogError - FB_LogMotionError - 83136 - 212288 - - - bExecute - BOOL - 8 - 295424 - - - bExecMove - BOOL - 8 - 295432 - - - bExecHome - BOOL - 8 - 295440 - - - bFwdHit - BOOL - 8 - 295448 - - - bBwdHit - BOOL - 8 - 295456 - - - ftExec - F_TRIG - 64 - 295488 - - - rtExec - R_TRIG - 64 - 295552 - - - rtUserExec - R_TRIG - 64 - 295616 - - - rtTarget - R_TRIG - 64 - 295680 - - - rtHomed - R_TRIG - 64 - 295744 - - - fbSetEnables - FB_SetEnables - 64 - 295808 - - - bPosGoal - BOOL - 8 - 295872 - - - bNegGoal - BOOL - 8 - 295880 - - - fbEncoderValue - FB_EncoderValue - 64 - 295904 - - - fbNCParams - FB_MotionStageNCParams - 2112 - 296000 - - - bNewMoveReq - BOOL - 8 - 298112 - - - bPrepareDisable - BOOL - 8 - 298120 - - - bMoveCmd - BOOL - 8 - 298128 - - - rtMoveCmdShortcut - R_TRIG - 64 - 298144 - - - rtHomeCmdShortcut - R_TRIG - 64 - 298208 - - - - PouType - FunctionBlock - - - - - E_PiezoControl - 16 - INT - - EPC_Idle - 0 - Piezo Control Machine - - - EPC_Init - 10 - - - EPC_MoveRequested - 50 - - - EPC_MovingPositive - 100 - - - EPC_MovingNegative - 200 - - - EPC_MoveCompleted - 350 - - - EPC_Error - 500 - - - - E_CTRL_MODE - 16 - INT - - eCTRL_MODE_IDLE - 0 - mode idle - - - eCTRL_MODE_PASSIVE - 1 - mode passive - - - eCTRL_MODE_ACTIVE - 2 - mode active - - - eCTRL_MODE_RESET - 3 - mode reset - - - eCTRL_MODE_MANUAL - 4 - mode manual - - - eCTRL_MODE_TUNE - 5 - mode tuning - - - eCTRL_MODE_SELFTEST - 6 - mode selftest - - - eCTRL_MODE_SYNC_MOVEMENT - 7 - mode synchronize - - - eCTRL_MODE_FREEZE - 8 - mode freeze - - - - E_CTRL_STATE - 16 - INT - - eCTRL_STATE_IDLE - 0 - state idle - - - eCTRL_STATE_PASSIVE - 1 - state passive - - - eCTRL_STATE_ACTIVE - 2 - state active - - - eCTRL_STATE_RESET - 3 - state reset - - - eCTRL_STATE_MANUAL - 4 - state manual - - - eCTRL_STATE_TUNING - 5 - state tuning - - - eCTRL_STATE_TUNED - 6 - state tuning ready - tuned - - - eCTRL_STATE_SELFTEST - 7 - state selftest - - - eCTRL_STATE_ERROR - 8 - state error - - - eCTRL_STATE_SYNC_MOVEMENT - 9 - state synchronizing movement - - - eCTRL_STATE_FREEZE - 10 - state freeze - - - - E_CTRL_ERRORCODES - 16 - INT - - eCTRL_ERROR_NOERROR - 0 - no error - - - eCTRL_ERROR_INVALIDTASKCYCLETIME - 1 - invalid task cycle time - - - eCTRL_ERROR_INVALIDCTRLCYCLETIME - 2 - invalid ctrl cycle time - - - eCTRL_ERROR_INVALIDPARAM - 3 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tv - 4 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Td - 5 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tn - 6 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Ti - 7 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fHystereisisRange - 8 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fPosOutOn_Off - 9 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fNegOutOn_Off - 10 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_TableDescription - 11 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_TableData - 12 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_DataTableADR - 13 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_T0 - 14 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_T1 - 15 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_T2 - 16 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_T3 - 17 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Theta - 18 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nOrder - 19 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tt - 20 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tu - 21 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tg - 22 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_infinite_slope - 23 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fMaxIsLessThanfMin - 24 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOutMaxLimitIsLessThanfOutMinLimit - 25 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOuterWindow - 26 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fInnerWindow - 27 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOuterWindowIsLessThanfInnerWindow - 28 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fDeadBandInput - 29 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fDeadBandOutput - 30 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_PWM_Cycletime - 31 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_no_Parameterset - 32 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOutOn - 33 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOutOff - 34 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fGain - 35 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOffset - 36 - invalid parameter - - - eCTRL_ERROR_MODE_NOT_SUPPORTED - 37 - invalid mode: mode not supported - - - eCTRL_ERROR_INVALIDPARAM_Tv_heating - 38 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Td_heating - 39 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tn_heating - 40 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tv_cooling - 41 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Td_cooling - 42 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_Tn_cooling - 43 - invalid parameter - - - eCTRL_ERROR_RANGE_NOT_SUPPORTED - 44 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nParameterChangeCycleTicks - 45 - invalid parameter - - - eCTRL_ERROR_ParameterEstimationFailed - 46 - invalid parameter - - - eCTRL_ERROR_NoiseLevelToHigh - 47 - invalid parameter - - - eCTRL_ERROR_INTERNAL_ERROR_0 - 48 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_1 - 49 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_2 - 50 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_3 - 51 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_4 - 52 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_5 - 53 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_6 - 54 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_7 - 55 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_8 - 56 - internal error - - - eCTRL_ERROR_INTERNAL_ERROR_9 - 57 - internal error - - - eCTRL_ERROR_INVALIDPARAM_WorkArrayADR - 58 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tOnTime - 59 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tOffTime - 60 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nMaxMovingPulses - 61 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nAdditionalPulsesAtLimits - 62 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fCtrlOutMax_Min - 63 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fDeltaMax - 64 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tMovingTime - 65 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tDeadTime - 66 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tAdditionalMoveTimeAtLimits - 67 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fThreshold - 68 - invalid parameter - - - eCTRL_ERROR_MEMCPY - 69 - MEMCPY failed - - - eCTRL_ERROR_MEMSET - 70 - MEMSET failed - - - eCTRL_ERROR_INVALIDPARAM_nNumberOfColumns - 71 - invalid parameter - - - eCTRL_ERROR_FileClose - 72 - File Close failed - - - eCTRL_ERROR_FileOpen - 73 - File Open failed - - - eCTRL_ERROR_FileWrite - 74 - File Write failed - - - eCTRL_ERROR_INVALIDPARAM_fVeloNeg - 75 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fVeloPos - 76 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_DeadBandInput - 77 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_DeadBandOutput - 78 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_CycleDuration - 79 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tStart - 80 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_StepHeigthTuningToLow - 81 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fMinLimitIsLessThanZero - 82 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fMaxLimitIsGreaterThan100 - 83 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fStepSize - 84 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fOkRangeIsLessOrEqualZero - 85 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fForceRangeIsLessOrEqualfOkRange - 86 - invalid parameter - - - eCTRL_ERROR_INVALIDPWMPeriod - 87 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_tMinimumPulseTime - 88 - invalid parameter - - - eCTRL_ERROR_FileDelete - 89 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nNumberOfPwmOutputs - 90 - File Delete failed - - - eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_SIZEOF - 91 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_SIZEOF - 92 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_SIZEOF - 93 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_SIZEOF - 94 - invalid parameter - - - eCTRL_ERROR_SIZEOF - 95 - SiZEOF failed - - - eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction - 96 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_SIZEOF - 97 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_SIZEOF - 98 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_a_n_IsZero - 99 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_WorkArraySIZEOF - 100 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_MOVINGRANGE_MIN_MAX - 101 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_MOVINGTIME - 102 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_DEADTIME - 103 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fMinLimitIsGreaterThanfMaxLimit - 104 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_DataTableSIZEOF - 105 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_OutputVectorDescription - 106 - invalid parameter - - - eCTRL_ERROR_TaskCycleTimeIsLessThanOneMillisecond - 107 - - - - eCTRL_ERROR_INVALIDPARAM_nMinMovingPulses - 108 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fAcceleration - 109 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fDeceleration - 110 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_StartAndTargetPos - 111 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fVelocity - 112 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fTargetPos - 113 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fStartPos - 114 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fMovingLength - 115 - invalid parameter - - - eCTRL_ERROR_NT_GetTime - 116 - internal error NT_GetTime - - - eCTRL_ERROR_INVALIDPARAM_No3PhaseSolutionPossible - 117 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fStartVelo - 118 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fTargetVelo - 119 - invalid parameter - - - eCTRL_ERROR_INVALID_NEW_PARAMETER_TYPE - 120 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fBaseTime - 121 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction_SIZEOF - 122 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nFilterOrder - 124 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_SIZEOF - 125 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_SIZEOF - 126 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_SIZEOF - 127 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nLogBuffer_SIZEOF - 128 - invalid parameter - - - eCTRL_ERROR_LogBufferOverflow - 129 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nLogBuffer_ADR - 130 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_ADR - 131 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_ADR - 132 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_ADR - 133 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_ADR - 134 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_ADR - 135 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_ADR - 136 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_ADR - 137 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_ADR - 138 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_ADR - 139 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nTransferfunction1Data_ADR - 140 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nTransferfunction2Data_ADR - 141 - invalid parameter - - - eCTRL_ERROR_FileSeek - 142 - internal error FB_FileSeek - - - eCTRL_ERROR_INVALIDPARAM_AmbientTempMaxIsLessThanAmbientTempMin - 143 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_ForerunTempMaxIsLessThanForerunTempMin - 144 - invalid parameter - - - eCTRL_ERROR_INVALIDLOGCYCLETIME - 145 - invalid parameter - - - eCTRL_ERROR_INVALIDVERSION_TcControllerToolbox - 146 - - - eCTRL_ERROR_INVALIDPARAM_Bandwidth - 147 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_NotchFrequency - 148 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_DampingCoefficient - 149 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_fKpIsLessThanZero - 150 - invalid parameter - - - eCTRL_ERROR_INVALIDPARAM_nSamplesToFilter - 151 - invalid parameter - - - - FB_CTRL_PI - 2176 - - fSetpointValue - LREAL - setpoint value of controlled variable - 64 - 64 - - - ItemType - Input - - - - - fActualValue - LREAL - actual value of the controlled variable - 64 - 128 - - - ItemType - Input - - - - - fManSyncValue - LREAL - manual value to synchronize controller output - 64 - 192 - - - ItemType - Input - - - - - bSync - BOOL - rising edge sets controller output manual sync value - 8 - 256 - - - ItemType - Input - - - - - eMode - E_CTRL_MODE - operating mode - 16 - 272 - - - ItemType - Input - - - - - bHold - BOOL - TRUE will hold the controller output at current value - 8 - 288 - - - ItemType - Input - - - - - fOut - LREAL - controller output - 64 - 320 - - - ItemType - Output - - - - - bARWactive - BOOL - TRUE indicates that the controller output is restricted - 8 - 384 - - - ItemType - Output - - - - - eState - E_CTRL_STATE - current state of the function block - 16 - 400 - - - ItemType - Output - - - - - eErrorId - E_CTRL_ERRORCODES - error code - 16 - 416 - - - ItemType - Output - - - - - bError - BOOL - TRUE, if error occurs - 8 - 432 - - - ItemType - Output - - - - - stParams - ST_CTRL_PI_PARAMS - parameter structure - 32 - 448 - - - ItemType - InOut - - - - - stInternalParams - ST_CTRL_PI_PARAMS - 384 - 512 - - - stInternalCycleTimeInterpretation - ST_CTRL_CYCLE_TIME_INTERPRETATION - 128 - 896 - - - bFirstInit - BOOL - 8 - 1024 - - 1 - - - - bFirstCallAfterAStateChange - BOOL - 8 - 1032 - - 0 - - - - fD_I - LREAL - 64 - 1088 - - - fTaskCycleTime - LREAL - 64 - 1152 - - - fCtrlCycleTime - LREAL - 64 - 1216 - - - fHalfCtrlCycleTime - LREAL - 64 - 1280 - - - fTn - LREAL - 64 - 1344 - - - bIPartEnabled - BOOL - 8 - 1408 - - - fSyncValueInternal - LREAL - 64 - 1472 - - - fLimitValue - LREAL - 64 - 1536 - - - fE - LREAL - 64 - 1600 - - 0 - - - - fE_1 - LREAL - 64 - 1664 - - 0 - - - - fY_I - LREAL - 64 - 1728 - - 0 - - - - fY_I_1 - LREAL - 64 - 1792 - - 0 - - - - fY_P - LREAL - 64 - 1856 - - 0 - - - - fY - LREAL - 64 - 1920 - - 0 - - - - nCtrlCycleTicks - UDINT - 32 - 1984 - - - nActCtrlCycleTick - UDINT - 32 - 2016 - - - eMode_old - E_CTRL_MODE - 16 - 2048 - - - bMaxLimitReached - BOOL - 8 - 2064 - - - bMinLimitReached - BOOL - 8 - 2072 - - - bSyncRequest - BOOL - 8 - 2080 - - - fbR_TRIG - R_TRIG - 64 - 2112 - - - M_Error - - - M_Reset - - - M_Manual - - - M_Active - - - M_StateChange - - - M_Passive - - - M_Init - - - - PouType - FunctionBlock - - - - - ST_CTRL_RAMP_GENERATOR_PARAMS - 192 - - tTaskCycleTime - TIME - task cycle time [TIME] - 32 - 0 - - - tCtrlCycleTime - TIME - controller cycle time [TIME] - 32 - 32 - - - fVeloPos - LREAL - velocity ramp by time, range > 0.0 - 64 - 64 - - - fVeloNeg - LREAL - velocity ramp by time, range > 0.0 - 64 - 128 - - - - ST_CTRL_RAMP_GENERATOR_EXT_PARAMS - 192 - ST_CTRL_RAMP_GENERATOR_PARAMS - - - FB_CTRL_RAMP_GENERATOR_EXT - 1280 - - fStartValue - LREAL - starting value of the ramp - 64 - 64 - - - ItemType - Input - - - - - fTargetValue - LREAL - target value of the ramp - 64 - 128 - - - ItemType - Input - - - - - fManValue - LREAL - manual value to synchronize controller output - 64 - 192 - - - ItemType - Input - - - - - bHold - BOOL - TRUE will hold the controller output at current value - 8 - 256 - - - ItemType - Input - - - - - eMode - E_CTRL_MODE - operating mode - 16 - 272 - - - ItemType - Input - - - - - fOut - LREAL - controller output - 64 - 320 - - - ItemType - Output - - - - - fVeloOut - LREAL - current velocity of the ramp generator - 64 - 384 - - - ItemType - Output - - - - - bValueReached - BOOL - TRUE indicates that target value is reached - 8 - 448 - - - ItemType - Output - - - - - eState - E_CTRL_STATE - current state of the function block - 16 - 464 - - - ItemType - Output - - - - - eErrorId - E_CTRL_ERRORCODES - error code - 16 - 480 - - - ItemType - Output - - - - - bError - BOOL - TRUE, if error occurs - 8 - 496 - - - ItemType - Output - - - - - stParams - ST_CTRL_RAMP_GENERATOR_EXT_PARAMS - parameter structure - 32 - 512 - - - ItemType - InOut - - - - - fTaskCycleTime - LREAL - 64 - 576 - - - fCtrlCycleTime - LREAL - 64 - 640 - - - fOutLocal - LREAL - 64 - 704 - - - bGetStartValue - BOOL - 8 - 768 - - 1 - - - - stInternalParams - ST_CTRL_RAMP_GENERATOR_EXT_PARAMS - 192 - 832 - - - stInternalCycleTimeInterpretation - ST_CTRL_CYCLE_TIME_INTERPRETATION - 128 - 1024 - - - nCtrlCycleTicks - UDINT - 32 - 1152 - - - nActCtrlCycleTick - UDINT - 32 - 1184 - - - eMode_old - E_CTRL_MODE - 16 - 1216 - - - bFirstInit - BOOL - 8 - 1232 - - 1 - - - - M_Error - - - M_Reset - - - M_Manual - - - M_Active - - - M_StateChange - - - M_Passive - - - M_Init - - - - PouType - FunctionBlock - - - - - FB_CTRL_GET_TASK_CYCLETIME - 608 - - eMode - E_CTRL_MODE - operating mode - 16 - 32 - - - ItemType - Input - - - - - tTaskCycleTime - TIME - resolution 1ms - 32 - 64 - - - ItemType - Output - - - - - bCycleTimeValid - BOOL - TRUE, if cycle time is valid - 8 - 96 - - - ItemType - Output - - - - - eState - E_CTRL_STATE - current state of the function block - 16 - 112 - - - ItemType - Output - - - - - eErrorId - E_CTRL_ERRORCODES - error code - 16 - 128 - - - ItemType - Output - - - - - bError - BOOL - TRUE, if error occurs - 8 - 144 - - - ItemType - Output - - - - - bFirstInit - BOOL - 8 - 152 - - 1 - - - - nCpuCntLoDW - DWORD - 32 - 160 - - - nCpuCntHiDW - DWORD - 32 - 192 - - - nLastcpuCntLoDW - DWORD - 32 - 224 - - - nLastcpuCntHiDW - DWORD - 32 - 256 - - - nCycleTimeDW - DWORD - 32 - 288 - - - nCycleTimeDWold - DWORD - 32 - 320 - - - bFirstCallReady - BOOL - 8 - 352 - - - fbGETCPUCOUNTER - GETCPUCOUNTER - 192 - 384 - - - eMode_old - E_CTRL_MODE - 16 - 576 - - - M_Reset - - - M_StateChange - - - M_Active - - - M_Passive - - - M_Init - - - - PouType - FunctionBlock - - - - - FB_PiezoControl - 5824 - - iq_Piezo - ST_PiezoAxis - 32 - 32 - - - ItemType - InOut - - - - - xExecute - BOOL - Rising edge being piezo motion - 8 - 64 - - - ItemType - Input - - - - - xReset - BOOL - 8 - 72 - - - ItemType - Input - - - - - Enable_Positive - BOOL - Reverse of Positive Limit Switch - 8 - 80 - - - ItemType - Input - - - - - Enable_Negative - BOOL - Reverse of Negative Limit Switch - 8 - 88 - - - ItemType - Input - - - - - xBusy - BOOL - Busy remains true while piezo position is being adjusted - 8 - 96 - - - ItemType - Output - - - - - xDone - BOOL - Reached target position - 8 - 104 - - - ItemType - Output - - - - - xError - BOOL - General error - 8 - 112 - - - ItemType - Output - - - - - xLimited - BOOL - Piezo move was limited - 8 - 120 - - - ItemType - Output - - - - - E_State - E_PiezoControl - ENUM for Piezo Control State - 16 - 128 - - - rtStartMove - R_TRIG - Rising Trigger for Execution - 64 - 160 - - - rtReset - R_TRIG - Rising Trigger for Error reset - 64 - 224 - - - rSetpoint - REAL - Internal Storage of Setpoint - 32 - 288 - - - rReqVoltage - REAL - requested voltage - 32 - 320 - - - rLLSV - REAL - 32 - 352 - - 0 - - - - rHLSV - REAL - 32 - 384 - - 120 - - - - fbPI - FB_CTRL_PI - 2176 - 448 - - - fbRamp - FB_CTRL_RAMP_GENERATOR_EXT - 1280 - 2624 - - - bInitialized - BOOL - FB initialized flag - 8 - 3904 - - - fbGetCycleTime - FB_CTRL_GET_TASK_CYCLETIME - Get cycle time for control FBs - 608 - 3936 - - - tTaskCycleTime - TIME - 32 - 4544 - - - bCycleTimeValid - BOOL - 8 - 4576 - - - rtVoltMode - R_TRIG - 64 - 4608 - - - fOut - LREAL - 64 - 4672 - - - fPiezoBias - LREAL - 64 - 4736 - - 60 - - - - fScale - REAL - 32 - 4800 - - -60 - - - - tonPiezoDone - TON - 224 - 4832 - - - .PT - 2000 - - - - - tonPiezoLimited - TON - 224 - 5056 - - - .PT - 500 - - - - - xVoltageLimited - BOOL - 8 - 5280 - - - ftEnPos - F_TRIG - 64 - 5312 - - - ftEnNeg - F_TRIG - 64 - 5376 - - - rtEnPos - R_TRIG - 64 - 5440 - - - rtEnNeg - R_TRIG - 64 - 5504 - - - fOutLimitHolder - LREAL - holds the limit value until restored - 64 - 5568 - - - fOutHiLimHolder - LREAL - holds the limit value until restored - 64 - 5632 - - - fOutLoLimHolder - LREAL - holds the limit value until restored - 64 - 5696 - - - xFirstPass - BOOL - 8 - 5760 - - 1 - - - - ACT_CheckLimits - - - ACT_Controller - - - - PouType - FunctionBlock - - - - - E_PitchControl - 16 - INT - - PCM_Init - 0 - Pitch Control Machine - - - PCM_Standby - 1 - - - PCM_MoveRequested - 10 - - - PCM_Coarse50Piezo - 20 - - - PCM_CoarseMove - 21 - - - PCM_CoarseMoveCleanup - 22 - - - PCM_FineMove - 30 - - - PCM_Halt - 50 - - - PCM_Done - 8000 - why is 8000 done? Where did this come from?? - - - PCM_Error - 9000 - Anything above 9000 is considered an error - - - PCM_StepperError - 9100 - - - PCM_PiezoError - 9200 - - - PCM_OtherError - 9300 - - - PCM_STOHit - 9400 - - - - FB_PitchControl - 364416 - - Pitch - HOMS_PitchMechanism - 32 - 32 - - - ItemType - InOut - - - - - Stepper - DUT_MotionStage - 32 - 64 - - - ItemType - InOut - - - - - lrCurrentSetpoint - LREAL - Setpoint: Epics writes to DUT_MotionStage which gets fed into this - 64 - 128 - - - ItemType - Input - - - - - q_bError - BOOL - 8 - 192 - - - ItemType - Output - - - - - q_bDone - BOOL - 8 - 200 - - - ItemType - Output - - - - - q_bBusy - BOOL - 8 - 208 - - - ItemType - Output - - - - - stDiag - ST_FbDiagnostics - Logging - 48896 - 224 - - - fbFormatString - FB_FormatString - 7840 - 49120 - - - POUName - STRING(80) - Name of the POU for logging/error reporting - 648 - 56960 - - - instance-path - - - no_init - - - - - lrActPos - LREAL - Actual Position of piezo mechanism - 64 - 57664 - - - lrPrevStepperPos - LREAL - Previous successfully achieved stepper position - 64 - 57728 - - - ftLimitSwitch - F_TRIG - 64 - 57792 - - - lrOriginalPosRequest - LREAL - Used for logging - 64 - 57856 - - - lrLastSetpoint - LREAL - Previous successfully achieved setpoint - 64 - 57920 - - - fbMotionRequest - FB_MotionRequest - 1600 - 57984 - - - fbMotionStage - FB_MotionStage - 298304 - 59584 - - - bLimitHit - BOOL - 8 - 357888 - - - tonStepperHold - TON - Timer to hold stepper position while the system relaxes - 224 - 357920 - - - .PT - 100 - - - - - rSettledRange - REAL - Units = urad - 32 - 358144 - - 5 - - - - bResetStepper - BOOL - 8 - 358176 - - - bExecuteStepper - BOOL - 8 - 358184 - - - enumMotionRequest - ENUM_MotionRequest - Wait for move to complete before taking another request - 16 - 358192 - - 0 - - - - tonPiezoSettled - TON - Piezo - 224 - 358208 - - - .PT - 2000 - - - - - fbPiezoControl - FB_PiezoControl - 5824 - 358464 - - - rtPiezoMoveDone - R_TRIG - 64 - 364288 - - - PC_State - E_PitchControl - State Machine - 16 - 364352 - - 0 - - - - bCoarse50PiezoMove - BOOL - 8 - 364368 - - - ACT_ResetSetpoint - - - - PouType - FunctionBlock - - - - - E_ReadMode - 16 - INT - - READMODE_ONCE - 1 - - - READMODE_CYCLIC - 2 - - - - MC_AxisParameter - 16 - INT - - CommandedPosition - 1 - taken from NcToPlc - - - SWLimitPos - 2 - IndexOffset= 16#0001_000E - - - SWLimitNeg - 3 - IndexOffset= 16#0001_000D - - - EnableLimitPos - 4 - IndexOffset= 16#0001_000C - - - EnableLimitNeg - 5 - IndexOffset= 16#0001_000B - - - EnablePosLagMonitoring - 6 - IndexOffset= 16#0002_0010 - - - MaxPositionLag - 7 - IndexOffset= 16#0002_0012 - - - MaxVelocitySystem - 8 - IndexOffset= 16#0000_0027 - - - MaxVelocityAppl - 9 - IndexOffset= 16#0000_0027 - - - ActualVelocity - 10 - taken from NcToPlc - - - CommandedVelocity - 11 - taken from NcToPlc - - - MaxAccelerationSystem - 12 - IndexOffset= 16#0000_0101 - - - MaxAccelerationAppl - 13 - IndexOffset= 16#0000_0101 - - - MaxDecelerationSystem - 14 - IndexOffset= 16#0000_0102 - - - MaxDecelerationAppl - 15 - IndexOffset= 16#0000_0102 - - - MaxJerkSystem - 16 - IndexOffset= 16#0000_0103 - - - MaxJerkAppl - 17 - IndexOffset= 16#0000_0103 - - - AxisId - 1000 - IndexOffset= 16#0000_0001 - - - AxisVeloManSlow - 1001 - IndexOffset= 16#0000_0008 - - - AxisVeloManFast - 1002 - IndexOffset= 16#0000_0009 - - - AxisVeloMax - 1003 - IndexOffset= 16#0000_0027 - - - AxisAcc - 1004 - IndexOffset= 16#0000_0101 - - - AxisDec - 1005 - IndexOffset= 16#0000_0102 - - - AxisJerk - 1006 - IndexOffset= 16#0000_0103 - - - MaxJerk - 1007 - IndexOffset= 16#0000_0103 - - - AxisMaxVelocity - 1008 - IndexOffset= 16#0000_0027 - - - AxisRapidTraverseVelocity - 1009 - IndexOffset= 16#0000_000A - - - AxisManualVelocityFast - 1010 - IndexOffset= 16#0000_0009 - - - AxisManualVelocitySlow - 1011 - IndexOffset= 16#0000_0008 - - - AxisCalibrationVelocityForward - 1012 - IndexOffset= 16#0000_0006 - - - AxisCalibrationVelocityBackward - 1013 - IndexOffset= 16#0000_0007 - - - AxisJogIncrementForward - 1014 - IndexOffset= 16#0000_0018 - - - AxisJogIncrementBackward - 1015 - IndexOffset= 16#0000_0019 - - - AxisEnMinSoftPosLimit - 1016 - IndexOffset= 16#0001_000B - - - AxisMinSoftPosLimit - 1017 - IndexOffset= 16#0001_000D - - - AxisEnMaxSoftPosLimit - 1018 - IndexOffset= 16#0001_000C - - - AxisMaxSoftPosLimit - 1019 - IndexOffset= 16#0001_000E - - - AxisEnPositionLagMonitoring - 1020 - IndexOffset= 16#0002_0010 - - - AxisMaxPosLagValue - 1021 - IndexOffset= 16#0002_0012 - - - AxisMaxPosLagFilterTime - 1022 - IndexOffset= 16#0002_0013 - - - AxisEnPositionRangeMonitoring - 1023 - IndexOffset= 16#0000_000F - - - AxisPositionRangeWindow - 1024 - IndexOffset= 16#0000_0010 - - - AxisEnTargetPositionMonitoring - 1025 - IndexOffset= 16#0000_0015 - - - AxisTargetPositionWindow - 1026 - IndexOffset= 16#0000_0016 - - - AxisTargetPositionMonitoringTime - 1027 - IndexOffset= 16#0000_0017 - - - AxisEnInTargetTimeout - 1028 - IndexOffset= 16#0000_0029 - - - AxisInTargetTimeout - 1029 - IndexOffset= 16#0000_002A - - - AxisEnMotionMonitoring - 1030 - IndexOffset= 16#0000_0011 - - - AxisMotionMonitoringWindow - 1031 - IndexOffset= 16#0000_0028 - - - AxisMotionMonitoringTime - 1032 - IndexOffset= 16#0000_0012 - - - AxisDelayTimeVeloPosition - 1033 - IndexOffset= 16#0000_0104 - - - AxisEnLoopingDistance - 1034 - IndexOffset= 16#0000_0013 - - - AxisLoopingDistance - 1035 - IndexOffset= 16#0000_0014 - - - AxisEnBacklashCompensation - 1036 - IndexOffset= 16#0000_002B - - - AxisBacklash - 1037 - IndexOffset= 16#0000_002C - - - AxisEnDataPersistence - 1038 - IndexOffset= 16#0000_0030 - - - AxisRefVeloOnRefOutput - 1039 - IndexOffset= 16#0003_0101 - - - AxisOverrideType - 1040 - IndexOffset= 16#0000_0105 - - - AxisEncoderScalingFactor - 1041 - IndexOffset= 16#0001_0006 - - - AxisEncoderOffset - 1042 - IndexOffset= 16#0001_0007 - - - AxisEncoderDirectionInverse - 1043 - IndexOffset= 16#0001_0008 - - - AxisEncoderMask - 1044 - IndexOffset= 16#0001_0015 - - - AxisEncoderModuloValue - 1045 - IndexOffset= 16#0001_0009 - - - AxisModuloToleranceWindow - 1046 - IndexOffset= 16#0001_001B - - - AxisEnablePosCorrection - 1047 - IndexOffset= 16#0001_0016 - - - AxisPosCorrectionFilterTime - 1048 - IndexOffset= 16#0001_0017 - - - AxisUnitInterpretation - 1049 - added 5/20/2008 KSt - - - AxisMotorDirectionInverse - 1050 - IndexOffset= 16#0003_0006 - - - AxisCycleTime - 1051 - IndexOffset= 16#0000_0004 - - - AxisFastStopSignalType - 1052 - IndexOffset= 16#0000_001E - - - AxisFastAcc - 1053 - IndexOffset= 16#0000_010A - - - AxisFastDec - 1054 - IndexOffset= 16#0000_010B - - - AxisFastJerk - 1055 - IndexOffset= 16#0000_010C - - - AxisEncoderScalingNumerator - 1056 - IndexOffset= 16#0001_0023 - available in Tc3 - - - AxisEncoderScalingDenominator - 1057 - IndexOffset= 16#0001_0024 - available in Tc3 - - - AxisMaximumAcceleration - 1058 - IndexOffset= 16#0000_00F1 - available in Tc3 - - - AxisMaximumDeceleration - 1059 - IndexOffset= 16#0000_00F2 - available in Tc3 - - - AxisVeloJumpFactor - 1060 - IndexOffset= 16#0000_0106 - - - AxisToleranceBallAuxAxis - 1061 - IndexOffset= 16#0000_0108 - - - AxisMaxPositionDeviationAuxAxis - 1062 - IndexOffset= 16#0000_0109 - - - AxisErrorPropagationMode - 1063 - IndexOffset= 16#0000_001A - - - AxisErrorPropagationDelay - 1064 - IndexOffset= 16#0000_001B - - - AxisCoupleSlaveToActualValues - 1065 - IndexOffset= 16#0000_001C - - - AxisAllowMotionCmdToSlaveAxis - 1066 - IndexOffset= 16#0000_0020 - - - AxisAllowMotionCmdToExtSetAxis - 1067 - IndexOffset= 16#0000_0021 - - - AxisEncoderSubMask - 1068 - IndexOffset= 16#0001_0108 - - - AxisEncoderReferenceSystem - 1069 - IndexOffset= 16#0001_0019 - - - AxisEncoderPositionFilterPT1 - 1070 - IndexOffset= 16#0001_0010 - - - AxisEncoderVelocityFilterPT1 - 1071 - IndexOffset= 16#0001_0011 - - - AxisEncoderAccelerationFilterPT1 - 1072 - IndexOffset= 16#0001_0012 - - - AxisEncoderMode - 1073 - IndexOffset= 16#0001_000A - - - AxisEncoderHomingInvDirCamSearch - 1074 - IndexOffset= 16#0001_0101 - - - AxisEncoderHomingInvDirSyncSearch - 1075 - IndexOffset= 16#0001_0102 - - - AxisEncoderHomingCalibValue - 1076 - IndexOffset= 16#0001_0103 - - - AxisEncoderReferenceMode - 1077 - IndexOffset= 16#0001_0107 - - - AxisRefVeloOutputRatio - 1078 - IndexOffset= 16#0003_0102 - - - AxisDrivePositionOutputScaling - 1079 - IndexOffset= 16#0003_0109 - - - AxisDriveVelocityOutputScaling - 1080 - IndexOffset= 16#0003_0105 - - - AxisDriveVelocityOutputDelay - 1081 - IndexOffset= 16#0003_010D - - - AxisDriveMinOutputLimitation - 1082 - IndexOffset= 16#0003_000B - - - AxisDriveMaxOutputLimitation - 1083 - IndexOffset= 16#0003_000C - - - AxisTorqueInputScaling - 1084 - IndexOffset= 16#0003_0031 - available in Tc3 - - - AxisTorqueInputFilterPT1 - 1085 - IndexOffset= 16#0003_0032 - available in Tc3 - - - AxisTorqueDerivationInputFilterPT1 - 1086 - IndexOffset= 16#0003_0033 - available in Tc3 - - - AxisTorqueOutputScaling - 1087 - IndexOffset= 16#0003_010B - - - AxisTorqueOutputDelay - 1088 - IndexOffset= 16#0003_010F - - - AxisAccelerationOutputScaling - 1089 - IndexOffset= 16#0003_010A - - - AxisAccelerationOutputDelay - 1090 - IndexOffset= 16#0003_010E - - - AxisDrivePosOutputSmoothFilterType - 1091 - IndexOffset= 16#0003_0110 - - - AxisDrivePosOutputSmoothFilterTime - 1092 - IndexOffset= 16#0003_0111 - - - AxisDrivePosOutputSmoothFilterOrder - 1093 - IndexOffset= 16#0003_0112 - - - AxisDriveMode - 1094 - IndexOffset= 16#0003_000A - - - AxisDriftCompensationOffset - 1095 - IndexOffset= 16#0003_0104 - - - AxisPositionControlKv - 1096 - IndexOffset= 16#0002_0102 - - - AxisCtrlVelocityPreCtrlWeight - 1097 - IndexOffset= 16#0002_000B - - - AxisControllerMode - 1098 - IndexOffset= 16#0002_000A - - - AxisCtrlAutoOffset - 1099 - IndexOffset= 16#0002_0110 - - - AxisCtrlAutoOffsetTimer - 1100 - IndexOffset= 16#0002_0115 - - - AxisCtrlAutoOffsetLimit - 1101 - IndexOffset= 16#0002_0114 - - - AxisSlaveCouplingControlKcp - 1102 - IndexOffset= 16#0002_010F - - - AxisCtrlOutputLimit - 1103 - IndexOffset= 16#0002_0100 - - - AxisFadingAccleration - 1104 - IndexOffset= 16#0000_001D - - - AxisTargetPosition - 2000 - IndexOffset= 16#0000_0013 - - - AxisRemainingTimeToGo - 2001 - IndexOffset= 16#0000_0014 - - - AxisRemainingDistanceToGo - 2002 - IndexOffset= 16#0000_0022, 16#0000_0042 - - - AxisGearRatio - 3000 - read:IdxGrp=0x4100+ID, IdxOffs=16#0000_0022, write:IdxGrp=0x4200+ID, IdxOffs=16#0000_0042 - - - NcSafCycleTime - 4000 - IndexOffset= 16#0000_0010 - - - NcSvbCycleTime - 4001 - IndexOffset= 16#0000_0012 - - - AxisMasPositionDeviationAuxAxis - 32000 - lreal + ]]>6446528-99999999BWD_STARTLREAL644659299999999PouTypeFunctionBlockFB_EncSaveRestore2880stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputfbSetPosMC_SetPosition1984128timerTON2242112bInitBOOL82336bLoadBOOL82344nLatchErrorUDINT322368bEncErrorBOOL82400tRetryDelayTIME3224321000nMaxRetriesUINT16246410nCurrTriesUINT1624800bWaitRetryBOOL82496tonRetryTON2242528bSavedBOOL82752TcPersistentfPositionLREAL642816TcPersistentPouTypeFunctionBlockFB_LogMotionError83136stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputfbLogMessageFB_LogMessage81984128rtNewErrorR_TRIG6482112bChangedErrorBOOL882176sPrevErrSTRING(80)64882184fbJsonFB_JsonSaxWriter25682848PouTypeFunctionBlockFB_EncoderValue64stMotionStageDUT_MotionStage3232ItemTypeInOutPouTypeFunctionBlockMC_ReadParameterSet1600ParameterST_AxisParameterSet3232ItemTypeInOutAxisAXIS_REF3264ItemTypeInOutExecuteBOOL896ItemTypeInputDoneBOOL8104ItemTypeOutputBusyBOOL8112ItemTypeOutputErrorBOOL8120ItemTypeOutputErrorIDUDINT32128ItemTypeOutputdisplaymodehexTriggerExecuteR_TRIG64160state_E_TcMC_STATES16224100fbAdsReadADSREAD1248256SizeofPayloadDataUDINT321504SizeofPayloadData64ULINT641536ActGetSizeOfParameterSetPouTypeFunctionBlockFB_MotionStageNCParams2112stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputtRefreshDelayTIME3296ItemTypeInputbErrorBOOL8128ItemTypeOutputmcReadParamsMC_ReadParameterSet1600192timerTON2241792bExecuteBOOL820161nLatchErrIdUDINT322048PouTypeFunctionBlockFB_MotionStage298304stMotionStageDUT_MotionStage3232ItemTypeInOutfbDriveVirtualFB_DriveVirtual16268864fbMotionHomeFB_MotionHoming46656162752fbSaveRestoreFB_EncSaveRestore2880209408fbLogErrorFB_LogMotionError83136212288bExecuteBOOL8295424bExecMoveBOOL8295432bExecHomeBOOL8295440bFwdHitBOOL8295448bBwdHitBOOL8295456ftExecF_TRIG64295488rtExecR_TRIG64295552rtUserExecR_TRIG64295616rtTargetR_TRIG64295680rtHomedR_TRIG64295744fbSetEnablesFB_SetEnables64295808bPosGoalBOOL8295872bNegGoalBOOL8295880fbEncoderValueFB_EncoderValue64295904fbNCParamsFB_MotionStageNCParams2112296000bNewMoveReqBOOL8298112bPrepareDisableBOOL8298120bMoveCmdBOOL8298128rtMoveCmdShortcutR_TRIG64298144rtHomeCmdShortcutR_TRIG64298208PouTypeFunctionBlockE_PiezoControl16INTEPC_Idle0EPC_Init10EPC_MoveRequested50EPC_MovingPositive100EPC_MovingNegative200EPC_MoveCompleted350EPC_Error500E_CTRL_MODE16INTeCTRL_MODE_IDLE0eCTRL_MODE_PASSIVE1eCTRL_MODE_ACTIVE2eCTRL_MODE_RESET3eCTRL_MODE_MANUAL4eCTRL_MODE_TUNE5eCTRL_MODE_SELFTEST6eCTRL_MODE_SYNC_MOVEMENT7eCTRL_MODE_FREEZE8E_CTRL_STATE16INTeCTRL_STATE_IDLE0eCTRL_STATE_PASSIVE1eCTRL_STATE_ACTIVE2eCTRL_STATE_RESET3eCTRL_STATE_MANUAL4eCTRL_STATE_TUNING5eCTRL_STATE_TUNED6eCTRL_STATE_SELFTEST7eCTRL_STATE_ERROR8eCTRL_STATE_SYNC_MOVEMENT9eCTRL_STATE_FREEZE10E_CTRL_ERRORCODES16INTeCTRL_ERROR_NOERROR0eCTRL_ERROR_INVALIDTASKCYCLETIME1eCTRL_ERROR_INVALIDCTRLCYCLETIME2eCTRL_ERROR_INVALIDPARAM3eCTRL_ERROR_INVALIDPARAM_Tv4eCTRL_ERROR_INVALIDPARAM_Td5eCTRL_ERROR_INVALIDPARAM_Tn6eCTRL_ERROR_INVALIDPARAM_Ti7eCTRL_ERROR_INVALIDPARAM_fHystereisisRange8eCTRL_ERROR_INVALIDPARAM_fPosOutOn_Off9eCTRL_ERROR_INVALIDPARAM_fNegOutOn_Off10eCTRL_ERROR_INVALIDPARAM_TableDescription11eCTRL_ERROR_INVALIDPARAM_TableData12eCTRL_ERROR_INVALIDPARAM_DataTableADR13eCTRL_ERROR_INVALIDPARAM_T014eCTRL_ERROR_INVALIDPARAM_T115eCTRL_ERROR_INVALIDPARAM_T216eCTRL_ERROR_INVALIDPARAM_T317eCTRL_ERROR_INVALIDPARAM_Theta18eCTRL_ERROR_INVALIDPARAM_nOrder19eCTRL_ERROR_INVALIDPARAM_Tt20eCTRL_ERROR_INVALIDPARAM_Tu21eCTRL_ERROR_INVALIDPARAM_Tg22eCTRL_ERROR_INVALIDPARAM_infinite_slope23eCTRL_ERROR_INVALIDPARAM_fMaxIsLessThanfMin24eCTRL_ERROR_INVALIDPARAM_fOutMaxLimitIsLessThanfOutMinLimit25eCTRL_ERROR_INVALIDPARAM_fOuterWindow26eCTRL_ERROR_INVALIDPARAM_fInnerWindow27eCTRL_ERROR_INVALIDPARAM_fOuterWindowIsLessThanfInnerWindow28eCTRL_ERROR_INVALIDPARAM_fDeadBandInput29eCTRL_ERROR_INVALIDPARAM_fDeadBandOutput30eCTRL_ERROR_INVALIDPARAM_PWM_Cycletime31eCTRL_ERROR_INVALIDPARAM_no_Parameterset32eCTRL_ERROR_INVALIDPARAM_fOutOn33eCTRL_ERROR_INVALIDPARAM_fOutOff34eCTRL_ERROR_INVALIDPARAM_fGain35eCTRL_ERROR_INVALIDPARAM_fOffset36eCTRL_ERROR_MODE_NOT_SUPPORTED37eCTRL_ERROR_INVALIDPARAM_Tv_heating38eCTRL_ERROR_INVALIDPARAM_Td_heating39eCTRL_ERROR_INVALIDPARAM_Tn_heating40eCTRL_ERROR_INVALIDPARAM_Tv_cooling41eCTRL_ERROR_INVALIDPARAM_Td_cooling42eCTRL_ERROR_INVALIDPARAM_Tn_cooling43eCTRL_ERROR_RANGE_NOT_SUPPORTED44eCTRL_ERROR_INVALIDPARAM_nParameterChangeCycleTicks45eCTRL_ERROR_ParameterEstimationFailed46eCTRL_ERROR_NoiseLevelToHigh47eCTRL_ERROR_INTERNAL_ERROR_048eCTRL_ERROR_INTERNAL_ERROR_149eCTRL_ERROR_INTERNAL_ERROR_250eCTRL_ERROR_INTERNAL_ERROR_351eCTRL_ERROR_INTERNAL_ERROR_452eCTRL_ERROR_INTERNAL_ERROR_553eCTRL_ERROR_INTERNAL_ERROR_654eCTRL_ERROR_INTERNAL_ERROR_755eCTRL_ERROR_INTERNAL_ERROR_856eCTRL_ERROR_INTERNAL_ERROR_957eCTRL_ERROR_INVALIDPARAM_WorkArrayADR58eCTRL_ERROR_INVALIDPARAM_tOnTime59eCTRL_ERROR_INVALIDPARAM_tOffTime60eCTRL_ERROR_INVALIDPARAM_nMaxMovingPulses61eCTRL_ERROR_INVALIDPARAM_nAdditionalPulsesAtLimits62eCTRL_ERROR_INVALIDPARAM_fCtrlOutMax_Min63eCTRL_ERROR_INVALIDPARAM_fDeltaMax64eCTRL_ERROR_INVALIDPARAM_tMovingTime65eCTRL_ERROR_INVALIDPARAM_tDeadTime66eCTRL_ERROR_INVALIDPARAM_tAdditionalMoveTimeAtLimits67eCTRL_ERROR_INVALIDPARAM_fThreshold68eCTRL_ERROR_MEMCPY69eCTRL_ERROR_MEMSET70eCTRL_ERROR_INVALIDPARAM_nNumberOfColumns71eCTRL_ERROR_FileClose72eCTRL_ERROR_FileOpen73eCTRL_ERROR_FileWrite74eCTRL_ERROR_INVALIDPARAM_fVeloNeg75eCTRL_ERROR_INVALIDPARAM_fVeloPos76eCTRL_ERROR_INVALIDPARAM_DeadBandInput77eCTRL_ERROR_INVALIDPARAM_DeadBandOutput78eCTRL_ERROR_INVALIDPARAM_CycleDuration79eCTRL_ERROR_INVALIDPARAM_tStart80eCTRL_ERROR_INVALIDPARAM_StepHeigthTuningToLow81eCTRL_ERROR_INVALIDPARAM_fMinLimitIsLessThanZero82eCTRL_ERROR_INVALIDPARAM_fMaxLimitIsGreaterThan10083eCTRL_ERROR_INVALIDPARAM_fStepSize84eCTRL_ERROR_INVALIDPARAM_fOkRangeIsLessOrEqualZero85eCTRL_ERROR_INVALIDPARAM_fForceRangeIsLessOrEqualfOkRange86eCTRL_ERROR_INVALIDPWMPeriod87eCTRL_ERROR_INVALIDPARAM_tMinimumPulseTime88eCTRL_ERROR_FileDelete89eCTRL_ERROR_INVALIDPARAM_nNumberOfPwmOutputs90eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_SIZEOF91eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_SIZEOF92eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_SIZEOF93eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_SIZEOF94eCTRL_ERROR_SIZEOF95eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction96eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_SIZEOF97eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_SIZEOF98eCTRL_ERROR_INVALIDPARAM_a_n_IsZero99eCTRL_ERROR_INVALIDPARAM_WorkArraySIZEOF100eCTRL_ERROR_INVALIDPARAM_MOVINGRANGE_MIN_MAX101eCTRL_ERROR_INVALIDPARAM_MOVINGTIME102eCTRL_ERROR_INVALIDPARAM_DEADTIME103eCTRL_ERROR_INVALIDPARAM_fMinLimitIsGreaterThanfMaxLimit104eCTRL_ERROR_INVALIDPARAM_DataTableSIZEOF105eCTRL_ERROR_INVALIDPARAM_OutputVectorDescription106eCTRL_ERROR_TaskCycleTimeIsLessThanOneMillisecond107eCTRL_ERROR_INVALIDPARAM_nMinMovingPulses108eCTRL_ERROR_INVALIDPARAM_fAcceleration109eCTRL_ERROR_INVALIDPARAM_fDeceleration110eCTRL_ERROR_INVALIDPARAM_StartAndTargetPos111eCTRL_ERROR_INVALIDPARAM_fVelocity112eCTRL_ERROR_INVALIDPARAM_fTargetPos113eCTRL_ERROR_INVALIDPARAM_fStartPos114eCTRL_ERROR_INVALIDPARAM_fMovingLength115eCTRL_ERROR_NT_GetTime116eCTRL_ERROR_INVALIDPARAM_No3PhaseSolutionPossible117eCTRL_ERROR_INVALIDPARAM_fStartVelo118eCTRL_ERROR_INVALIDPARAM_fTargetVelo119eCTRL_ERROR_INVALID_NEW_PARAMETER_TYPE120eCTRL_ERROR_INVALIDPARAM_fBaseTime121eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction_SIZEOF122eCTRL_ERROR_INVALIDPARAM_nFilterOrder124eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_SIZEOF125eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_SIZEOF126eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_SIZEOF127eCTRL_ERROR_INVALIDPARAM_nLogBuffer_SIZEOF128eCTRL_ERROR_LogBufferOverflow129eCTRL_ERROR_INVALIDPARAM_nLogBuffer_ADR130eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_ADR131eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_ADR132eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_ADR133eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_ADR134eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_ADR135eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_ADR136eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_ADR137eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_ADR138eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_ADR139eCTRL_ERROR_INVALIDPARAM_nTransferfunction1Data_ADR140eCTRL_ERROR_INVALIDPARAM_nTransferfunction2Data_ADR141eCTRL_ERROR_FileSeek142eCTRL_ERROR_INVALIDPARAM_AmbientTempMaxIsLessThanAmbientTempMin143eCTRL_ERROR_INVALIDPARAM_ForerunTempMaxIsLessThanForerunTempMin144eCTRL_ERROR_INVALIDLOGCYCLETIME145eCTRL_ERROR_INVALIDVERSION_TcControllerToolbox146eCTRL_ERROR_INVALIDPARAM_Bandwidth147eCTRL_ERROR_INVALIDPARAM_NotchFrequency148eCTRL_ERROR_INVALIDPARAM_DampingCoefficient149eCTRL_ERROR_INVALIDPARAM_fKpIsLessThanZero150eCTRL_ERROR_INVALIDPARAM_nSamplesToFilter151FB_CTRL_PI2176fSetpointValueLREAL6464ItemTypeInputfActualValueLREAL64128ItemTypeInputfManSyncValueLREAL64192ItemTypeInputbSyncBOOL8256ItemTypeInputeModeE_CTRL_MODE16272ItemTypeInputbHoldBOOL8288ItemTypeInputfOutLREAL64320ItemTypeOutputbARWactiveBOOL8384ItemTypeOutputeStateE_CTRL_STATE16400ItemTypeOutputeErrorIdE_CTRL_ERRORCODES16416ItemTypeOutputbErrorBOOL8432ItemTypeOutputstParamsST_CTRL_PI_PARAMS32448ItemTypeInOutstInternalParamsST_CTRL_PI_PARAMS384512stInternalCycleTimeInterpretationST_CTRL_CYCLE_TIME_INTERPRETATION128896bFirstInitBOOL810241bFirstCallAfterAStateChangeBOOL810320fD_ILREAL641088fTaskCycleTimeLREAL641152fCtrlCycleTimeLREAL641216fHalfCtrlCycleTimeLREAL641280fTnLREAL641344bIPartEnabledBOOL81408fSyncValueInternalLREAL641472fLimitValueLREAL641536fELREAL6416000fE_1LREAL6416640fY_ILREAL6417280fY_I_1LREAL6417920fY_PLREAL6418560fYLREAL6419200nCtrlCycleTicksUDINT321984nActCtrlCycleTickUDINT322016eMode_oldE_CTRL_MODE162048bMaxLimitReachedBOOL82064bMinLimitReachedBOOL82072bSyncRequestBOOL82080fbR_TRIGR_TRIG642112M_ErrorM_ResetM_ManualM_ActiveM_StateChangeM_PassiveM_InitPouTypeFunctionBlockST_CTRL_RAMP_GENERATOR_PARAMS192tTaskCycleTimeTIME320tCtrlCycleTimeTIME3232fVeloPosLREAL 0.0 ]]>6464fVeloNegLREAL 0.0 ]]>64128ST_CTRL_RAMP_GENERATOR_EXT_PARAMS192ST_CTRL_RAMP_GENERATOR_PARAMSFB_CTRL_RAMP_GENERATOR_EXT1280fStartValueLREAL6464ItemTypeInputfTargetValueLREAL64128ItemTypeInputfManValueLREAL64192ItemTypeInputbHoldBOOL8256ItemTypeInputeModeE_CTRL_MODE16272ItemTypeInputfOutLREAL64320ItemTypeOutputfVeloOutLREAL64384ItemTypeOutputbValueReachedBOOL8448ItemTypeOutputeStateE_CTRL_STATE16464ItemTypeOutputeErrorIdE_CTRL_ERRORCODES16480ItemTypeOutputbErrorBOOL8496ItemTypeOutputstParamsST_CTRL_RAMP_GENERATOR_EXT_PARAMS32512ItemTypeInOutfTaskCycleTimeLREAL64576fCtrlCycleTimeLREAL64640fOutLocalLREAL64704bGetStartValueBOOL87681stInternalParamsST_CTRL_RAMP_GENERATOR_EXT_PARAMS192832stInternalCycleTimeInterpretationST_CTRL_CYCLE_TIME_INTERPRETATION1281024nCtrlCycleTicksUDINT321152nActCtrlCycleTickUDINT321184eMode_oldE_CTRL_MODE161216bFirstInitBOOL812321M_ErrorM_ResetM_ManualM_ActiveM_StateChangeM_PassiveM_InitPouTypeFunctionBlockFB_CTRL_GET_TASK_CYCLETIME608eModeE_CTRL_MODE1632ItemTypeInputtTaskCycleTimeTIME3264ItemTypeOutputbCycleTimeValidBOOL896ItemTypeOutputeStateE_CTRL_STATE16112ItemTypeOutputeErrorIdE_CTRL_ERRORCODES16128ItemTypeOutputbErrorBOOL8144ItemTypeOutputbFirstInitBOOL81521nCpuCntLoDWDWORD32160nCpuCntHiDWDWORD32192nLastcpuCntLoDWDWORD32224nLastcpuCntHiDWDWORD32256nCycleTimeDWDWORD32288nCycleTimeDWoldDWORD32320bFirstCallReadyBOOL8352fbGETCPUCOUNTERGETCPUCOUNTER192384eMode_oldE_CTRL_MODE16576M_ResetM_StateChangeM_ActiveM_PassiveM_InitPouTypeFunctionBlockFB_PiezoControl5824iq_PiezoST_PiezoAxis3232ItemTypeInOutxExecuteBOOL864ItemTypeInputxResetBOOL872ItemTypeInputEnable_PositiveBOOL880ItemTypeInputEnable_NegativeBOOL888ItemTypeInputxBusyBOOL896ItemTypeOutputxDoneBOOL8104ItemTypeOutputxErrorBOOL8112ItemTypeOutputxLimitedBOOL8120ItemTypeOutputE_StateE_PiezoControl16128rtStartMoveR_TRIG64160rtResetR_TRIG64224rSetpointREAL32288rReqVoltageREAL32320rLLSVREAL323520rHLSVREAL32384120fbPIFB_CTRL_PI2176448fbRampFB_CTRL_RAMP_GENERATOR_EXT12802624bInitializedBOOL83904fbGetCycleTimeFB_CTRL_GET_TASK_CYCLETIME6083936tTaskCycleTimeTIME324544bCycleTimeValidBOOL84576rtVoltModeR_TRIG644608fOutLREAL644672fPiezoBiasLREAL64473660fScaleREAL324800-60tonPiezoDoneTON2244832.PT2000tonPiezoLimitedTON2245056.PT500xVoltageLimitedBOOL85280ftEnPosF_TRIG645312ftEnNegF_TRIG645376rtEnPosR_TRIG645440rtEnNegR_TRIG645504fOutLimitHolderLREAL645568fOutHiLimHolderLREAL645632fOutLoLimHolderLREAL645696xFirstPassBOOL857601ACT_CheckLimitsACT_ControllerPouTypeFunctionBlockE_PitchControl16INTPCM_Init0PCM_Standby1PCM_MoveRequested10PCM_Coarse50Piezo20PCM_CoarseMove21PCM_CoarseMoveCleanup22PCM_FineMove30PCM_Halt50PCM_Done8000PCM_Error9000PCM_StepperError9100PCM_PiezoError9200PCM_OtherError9300PCM_STOHit9400FB_PitchControl364416PitchHOMS_PitchMechanism3232ItemTypeInOutStepperDUT_MotionStage3264ItemTypeInOutlrCurrentSetpointLREAL64128ItemTypeInputq_bErrorBOOL8192ItemTypeOutputq_bDoneBOOL8200ItemTypeOutputq_bBusyBOOL8208ItemTypeOutputstDiagST_FbDiagnostics48896224fbFormatStringFB_FormatString784049120POUNameSTRING(80)64856960instance-pathno_initlrActPosLREAL6457664lrPrevStepperPosLREAL6457728ftLimitSwitchF_TRIG6457792lrOriginalPosRequestLREAL6457856lrLastSetpointLREAL6457920fbMotionRequestFB_MotionRequest160057984fbMotionStageFB_MotionStage29830459584bLimitHitBOOL8357888tonStepperHoldTON224357920.PT100rSettledRangeREAL323581445bResetStepperBOOL8358176bExecuteStepperBOOL8358184enumMotionRequestENUM_MotionRequest163581920tonPiezoSettledTON224358208.PT2000fbPiezoControlFB_PiezoControl5824358464rtPiezoMoveDoneR_TRIG64364288PC_StateE_PitchControl163643520bCoarse50PiezoMoveBOOL8364368ACT_ResetSetpointPouTypeFunctionBlockE_ReadMode16INTREADMODE_ONCE1READMODE_CYCLIC2MC_AxisParameter16INTCommandedPosition1SWLimitPos2SWLimitNeg3EnableLimitPos4EnableLimitNeg5EnablePosLagMonitoring6MaxPositionLag7MaxVelocitySystem8MaxVelocityAppl9ActualVelocity10CommandedVelocity11MaxAccelerationSystem12MaxAccelerationAppl13MaxDecelerationSystem14MaxDecelerationAppl15MaxJerkSystem16MaxJerkAppl17AxisId1000AxisVeloManSlow1001AxisVeloManFast1002AxisVeloMax1003AxisAcc1004AxisDec1005AxisJerk1006MaxJerk1007AxisMaxVelocity1008AxisRapidTraverseVelocity1009AxisManualVelocityFast1010AxisManualVelocitySlow1011AxisCalibrationVelocityForward1012AxisCalibrationVelocityBackward1013AxisJogIncrementForward1014AxisJogIncrementBackward1015AxisEnMinSoftPosLimit1016AxisMinSoftPosLimit1017AxisEnMaxSoftPosLimit1018AxisMaxSoftPosLimit1019AxisEnPositionLagMonitoring1020AxisMaxPosLagValue1021AxisMaxPosLagFilterTime1022AxisEnPositionRangeMonitoring1023AxisPositionRangeWindow1024AxisEnTargetPositionMonitoring1025AxisTargetPositionWindow1026AxisTargetPositionMonitoringTime1027AxisEnInTargetTimeout1028AxisInTargetTimeout1029AxisEnMotionMonitoring1030AxisMotionMonitoringWindow1031AxisMotionMonitoringTime1032AxisDelayTimeVeloPosition1033AxisEnLoopingDistance1034AxisLoopingDistance1035AxisEnBacklashCompensation1036AxisBacklash1037AxisEnDataPersistence1038AxisRefVeloOnRefOutput1039AxisOverrideType1040AxisEncoderScalingFactor1041AxisEncoderOffset1042AxisEncoderDirectionInverse1043AxisEncoderMask1044AxisEncoderModuloValue1045AxisModuloToleranceWindow1046AxisEnablePosCorrection1047AxisPosCorrectionFilterTime1048AxisUnitInterpretation1049AxisMotorDirectionInverse1050AxisCycleTime1051AxisFastStopSignalType1052AxisFastAcc1053AxisFastDec1054AxisFastJerk1055AxisEncoderScalingNumerator1056AxisEncoderScalingDenominator1057AxisMaximumAcceleration1058AxisMaximumDeceleration1059AxisVeloJumpFactor1060AxisToleranceBallAuxAxis1061AxisMaxPositionDeviationAuxAxis1062AxisErrorPropagationMode1063AxisErrorPropagationDelay1064AxisCoupleSlaveToActualValues1065AxisAllowMotionCmdToSlaveAxis1066AxisAllowMotionCmdToExtSetAxis1067AxisEncoderSubMask1068AxisEncoderReferenceSystem1069AxisEncoderPositionFilterPT11070AxisEncoderVelocityFilterPT11071AxisEncoderAccelerationFilterPT11072AxisEncoderMode1073AxisEncoderHomingInvDirCamSearch1074AxisEncoderHomingInvDirSyncSearch1075AxisEncoderHomingCalibValue1076AxisEncoderReferenceMode1077AxisRefVeloOutputRatio1078AxisDrivePositionOutputScaling1079AxisDriveVelocityOutputScaling1080AxisDriveVelocityOutputDelay1081AxisDriveMinOutputLimitation1082AxisDriveMaxOutputLimitation1083AxisTorqueInputScaling1084AxisTorqueInputFilterPT11085AxisTorqueDerivationInputFilterPT11086AxisTorqueOutputScaling1087AxisTorqueOutputDelay1088AxisAccelerationOutputScaling1089AxisAccelerationOutputDelay1090AxisDrivePosOutputSmoothFilterType1091AxisDrivePosOutputSmoothFilterTime1092AxisDrivePosOutputSmoothFilterOrder1093AxisDriveMode1094AxisDriftCompensationOffset1095AxisPositionControlKv1096AxisCtrlVelocityPreCtrlWeight1097AxisControllerMode1098AxisCtrlAutoOffset1099AxisCtrlAutoOffsetTimer1100AxisCtrlAutoOffsetLimit1101AxisSlaveCouplingControlKcp1102AxisCtrlOutputLimit1103AxisFadingAccleration1104AxisTargetPosition2000AxisRemainingTimeToGo2001AxisRemainingDistanceToGo2002AxisGearRatio3000NcSafCycleTime4000NcSvbCycleTime4001AxisMasPositionDeviationAuxAxis32000 - - - - _E_ParameterType - 16 - INT - - PARAMETERTYPE_NOTYPE - 0 - - - PARAMETERTYPE_BOOL - 1 - - - PARAMETERTYPE_DWORD - 2 - - - PARAMETERTYPE_LREAL - 3 - - - - _ST_ParaStruct - 192 - - Port - UINT - 2014-07-14 KSt - 16 - 0 - - - IndexGroup - UDINT - 32 - 32 - - - IndexOffset - UDINT - 32 - 64 - - - ParaType - _E_ParameterType - 16 - 96 - - - LrealSize - UDINT - sizeof Lreal data array - 32 - 128 - - - LrealOffset - UDINT - offset in lreal data array - 32 - 160 - - - - conditionalshow - - - - - _FB_ReadWriteParameter - 3840 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Enable - BOOL - 8 - 64 - - - ItemType - Input - - - - - ParameterNumber - MC_AxisParameter - 16 - 80 - - - ItemType - Input - - - - - Mode - INT - read/write - 16 - 96 - - - ItemType - Input - - - - - Done - BOOL - 8 - 112 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 120 - - - ItemType - Output - - - - - Error - BOOL - 8 - 128 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 160 - - - ItemType - Output - - - displaymode - hex - - - - - ADSbusy - BOOL - 8 - 192 - - - ItemType - Output - - - - - ValueLreal - LREAL - 32 - 224 - - - ItemType - InOut - - - - - ValueDword - DWORD - 32 - 256 - - - ItemType - InOut - - - - - ValueBool - BOOL - 32 - 288 - - - ItemType - InOut - - - - - iState - _E_TcMC_STATES - 16 - 320 - - 100 - - - - fbAdsRead - ADSREAD - 1248 - 352 - - - fbAdsWrite - ADSWRITE - 1216 - 1600 - - - dwValue - DWORD - 32 - 2816 - - - lrValue - LREAL - - 1 - 10 - - 640 - 2880 - - - NcBoolValue - UINT - 16 - 3520 - - - bStarted - BOOL - 8 - 3536 - - - stParaStruct - _ST_ParaStruct - 192 - 3552 - - - n - INT - 16 - 3744 - - - i - INT - 16 - 3760 - - - ParaLREAL - INT - 16 - 3776 - - 2 - - - - - PouType - FunctionBlock - - - conditionalshow - - - - - MC_ReadParameter - 4352 - - Axis - AXIS_REF - Reference to an axis - 32 - 32 - - - ItemType - InOut - - - - - Enable - BOOL - 8 - 64 - - - ItemType - Input - - - - - ParameterNumber - INT - 16 - 80 - - - ItemType - Input - - - - - ReadMode - E_ReadMode - Beckhoff proprietary input - 16 - 96 - - 1 - - - - ItemType - Input - - - - - Valid - BOOL - 8 - 112 - - - ItemType - Output - - - - - Busy - BOOL - 8 - 120 - - - ItemType - Output - - - - - Error - BOOL - 8 - 128 - - - ItemType - Output - - - - - ErrorID - UDINT - 32 - 160 - - - ItemType - Output - - - displaymode - hex - - - - - Value - LREAL - 64 - 192 - - - ItemType - Output - - - - - ADSbusy - BOOL - 8 - 256 - - - fbReadWriteParameter - _FB_ReadWriteParameter - 3840 - 320 - - - nParatype - _E_ParameterType - 16 - 4160 - - - conditionalshow - - - - - dwValue - DWORD - 32 - 4192 - - - conditionalshow - - - - - bValue - BOOL - 8 - 4224 - - - conditionalshow - - - - - bStarted - BOOL - 8 - 4232 - - - conditionalshow - - - - - fbTrigger - R_TRIG - 64 - 4256 - - - conditionalshow - - - - - - PouType - FunctionBlock - - - - - FB_AnalogInput - 320 - - iRaw - INT - Connect this input to the terminal - 16 - 32 - - - ItemType - Input - - - TcAddressType - Input - - - - - iTermBits - UINT - The number of bits correlated with the terminal's max value. This is not necessarily the resolution parameter. - 16 - 48 - - - ItemType - Input - - - - - fTermMax - LREAL - The fReal value correlated with the terminal's max value - 64 - 64 - - - ItemType - Input - - - - - fTermMin - LREAL - The fReal value correlated with the terminal's min value - 64 - 128 - - - ItemType - Input - - - - - fReal - LREAL - The real value read from the output - 64 - 192 - - - ItemType - Output - - - - - fScale - LREAL - 64 - 256 - - - - PouType - FunctionBlock - - - - - FB_TempSensor - 256 - - fResolution - LREAL - Resolution parameter from the Beckhoff docs. Default is 0.1 for 0.1 degree resolution - 64 - 64 - - 0.1 - - - - ItemType - Input - - - - - fTemp - LREAL - 64 - 128 - - - ItemType - Output - - - pytmc - + added for compatibility reasons (write error AxisMasPositionDeviationAuxAxis changed to AxisMaxPositionDeviationAuxAxis) 2018-05-03 KSt ]]>_E_ParameterType16INTPARAMETERTYPE_NOTYPE0PARAMETERTYPE_BOOL1PARAMETERTYPE_DWORD2PARAMETERTYPE_LREAL3_ST_ParaStruct192PortUINT160IndexGroupUDINT3232IndexOffsetUDINT3264ParaType_E_ParameterType1696LrealSizeUDINT32128LrealOffsetUDINT32160conditionalshow_FB_ReadWriteParameter3840AxisAXIS_REF3232ItemTypeInOutEnableBOOL864ItemTypeInputParameterNumberMC_AxisParameter1680ItemTypeInputModeINT1696ItemTypeInputDoneBOOL8112ItemTypeOutputBusyBOOL8120ItemTypeOutputErrorBOOL8128ItemTypeOutputErrorIDUDINT32160ItemTypeOutputdisplaymodehexADSbusyBOOL8192ItemTypeOutputValueLrealLREAL32224ItemTypeInOutValueDwordDWORD32256ItemTypeInOutValueBoolBOOL32288ItemTypeInOutiState_E_TcMC_STATES16320100fbAdsReadADSREAD1248352fbAdsWriteADSWRITE12161600dwValueDWORD322816lrValueLREAL1106402880NcBoolValueUINT163520bStartedBOOL83536stParaStruct_ST_ParaStruct1923552nINT163744iINT163760ParaLREALINT1637762PouTypeFunctionBlockconditionalshowMC_ReadParameter4352AxisAXIS_REF3232ItemTypeInOutEnableBOOL864ItemTypeInputParameterNumberINT1680ItemTypeInputReadModeE_ReadMode16961ItemTypeInputValidBOOL8112ItemTypeOutputBusyBOOL8120ItemTypeOutputErrorBOOL8128ItemTypeOutputErrorIDUDINT32160ItemTypeOutputdisplaymodehexValueLREAL64192ItemTypeOutputADSbusyBOOL8256fbReadWriteParameter_FB_ReadWriteParameter3840320nParatype_E_ParameterType164160conditionalshowdwValueDWORD324192conditionalshowbValueBOOL84224conditionalshowbStartedBOOL84232conditionalshowfbTriggerR_TRIG644256conditionalshowPouTypeFunctionBlockFB_AnalogInput320iRawINT1632ItemTypeInputTcAddressTypeInputiTermBitsUINT1648ItemTypeInputfTermMaxLREAL6464ItemTypeInputfTermMinLREAL64128ItemTypeInputfRealLREAL64192ItemTypeOutputfScaleLREAL64256PouTypeFunctionBlockFB_TempSensor256fResolutionLREAL64640.1ItemTypeInputfTempLREAL64128ItemTypeOutputpytmc pv: TEMP io: input field: EGU C field: PREC 2 - - - - - - bConnected - BOOL - 8 - 192 - - - ItemType - Output - - - pytmc - + bConnectedBOOL8192ItemTypeOutputpytmc pv: CONN io: input field: ONAM Connected field: ZNAM Disconnected - - - - - - bError - BOOL - 8 - 200 - - 1 - - - - ItemType - Output - - - pytmc - + bErrorBOOL82001ItemTypeOutputpytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - - - bUnderrange - BOOL - 8 - 208 - - - ItemType - Output - - - TcAddressType - Input - - - - - bOverrange - BOOL - 8 - 216 - - - ItemType - Output - - - TcAddressType - Input - - - - - iRaw - INT - 16 - 224 - - - TcAddressType - Input - - - - - - PouType - FunctionBlock - - - - - ST_DbStateParams - 2496 - - sPmpsState - STRING(80) - PMPS database lookup name for this state - 648 - 0 - - - pytmc - + TcAddressTypeInputbUnderrangeBOOL8208ItemTypeOutputTcAddressTypeInputbOverrangeBOOL8216ItemTypeOutputTcAddressTypeInputiRawINT16224TcAddressTypeInputPouTypeFunctionBlockST_DbStateParams2496sPmpsStateSTRING(80)6480pytmc pv: PMPS_STATE io: i field: DESC PMPS Database Lookup Key - - - - - - stBeamParams - ST_BeamParams - Beam parameters associated with this state - 1760 - 672 - - - pytmc - + stBeamParamsST_BeamParams1760672pytmc pv: BP io: i - - - - - - bBeamParamsLoaded - BOOL - Set to TRUE once the PMPS library has loaded a valid state from the database - 8 - 2432 - - - pytmc - + bBeamParamsLoadedBOOL82432pytmc pv: PMPS_LOADED io: i field: DESC TRUE if PMPS loaded parameters from the database. - - - - - - nRequestAssertionID - UDINT - Transition ID associated with this state - 32 - 2464 - - - pytmc - + nRequestAssertionIDUDINT322464pytmc pv: PMPS_ID io: i field: DESC Assertion Request ID - - - - - - - DUT_PositionState - 3648 - - sName - STRING(80) - Name as queried via the NAME PV in EPICS - 648 - 0 - - Invalid - - - - pytmc - + DUT_PositionState3648sNameSTRING(80)6480Invalidpytmc pv: NAME io: input field: DESC Name of this position state - - - - - - fPosition - LREAL - Position associated with this state - 64 - 704 - - - pytmc - + fPositionLREAL64704pytmc pv: SETPOINT io: io field: DESC Axis position associated with this state - - - - - - nEncoderCount - UDINT - 32 - 768 - - - pytmc - + nEncoderCountUDINT32768pytmc pv: ENCODER io: i field: DESC Encoder count associated with this state - - - - - - fDelta - LREAL - Maximum allowable deviation from fPosition while at the state - 64 - 832 - - - pytmc - + fDeltaLREAL64832pytmc pv: DELTA io: io field: DRVL 0.0 field: DESC Max deviation from position at this state - - - - - - fVelocity - LREAL - Speed at which to move to this state - 64 - 896 - - - pytmc - + fVelocityLREAL64896pytmc pv: VELO io: io field: DESC Speed at which to move to this state - - - - - - fAccel - LREAL - (optional) Acceleration to use for moves to this state - 64 - 960 - - - pytmc - + fAccelLREAL64960pytmc pv: ACCL io: io field: DESC Acceleration to use for moves to this state - - - - - - fDecel - LREAL - (optional) Deceleration to use for moves to this state - 64 - 1024 - - - pytmc - + fDecelLREAL641024pytmc pv: DCCL io: io field: DESC Deceleration to use for moves to this state - - - - - - bMoveOk - BOOL - Safety parameter. This must be set to TRUE by the PLC program to allow moves to this state. This is expected to change as conditions change. - 8 - 1088 - - - pytmc - + bMoveOkBOOL81088pytmc pv: MOVE_OK io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if the move would be safe - - - - - - bLocked - BOOL - Signifies to FB_PositionStateLock that this state should be immutable - 8 - 1096 - - - pytmc - + bLockedBOOL81096pytmc pv: LOCKED io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if state is immutable - - - - - - bValid - BOOL - Set this to TRUE when you make your state. This defaults to FALSE so that uninitialized states can never be moved to - 8 - 1104 - - - pytmc - + bValidBOOL81104pytmc pv: VALID io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if this is a real state - - - - - - bUseRawCounts - BOOL - Set this to TRUE when you want to use the raw encoder counts to define the state - 8 - 1112 - - - bUpdated - BOOL - Is set to TRUE by FB_PositionStateInternal when called - 8 - 1120 - - - stPMPS - ST_DbStateParams - We give this a state name and it is used to load parameters from the pmps database. - 2496 - 1152 - - - pytmc - + bUseRawCountsBOOL81112bUpdatedBOOL81120stPMPSST_DbStateParams24961152pytmc pv: - - - - - - - FB_PositionStateMove - 2560 - - stMotionStage - DUT_MotionStage - Motor to move - 32 - 32 - - - ItemType - InOut - - - - - stPositionState - DUT_PositionState - State to move to - 32 - 64 - - - ItemType - InOut - - - pytmc - + FB_PositionStateMove2560stMotionStageDUT_MotionStage3232ItemTypeInOutstPositionStateDUT_PositionState3264ItemTypeInOutpytmc pv: - - - - - - bExecute - BOOL - Start move on rising edge, stop move on falling edge - 8 - 96 - - - ItemType - Input - - - pytmc - + bExecuteBOOL896ItemTypeInputpytmc pv: GO io: io field: ZNAM False field: ONAM True - - - - - - bReset - BOOL - Rising edge error reset - 8 - 104 - - - ItemType - Input - - - pytmc - + bResetBOOL8104ItemTypeInputpytmc pv: RESET io: io field: ZNAM False field: ONAM True - - - - - - enumMotionRequest - ENUM_MotionRequest - Define behavior for when a move is already active - 16 - 112 - - 0 - - - - ItemType - Input - - - - - bAtState - BOOL - TRUE if the motor is at this state - 8 - 128 - - - ItemType - Output - - - pytmc - + enumMotionRequestENUM_MotionRequest161120ItemTypeInputbAtStateBOOL8128ItemTypeOutputpytmc pv: AT_STATE io: input field: ZNAM False field: ONAM True - - - - - - bError - BOOL - TRUE if we have an error - 8 - 136 - - - ItemType - Output - - - pytmc - + bErrorBOOL8136ItemTypeOutputpytmc pv: ERR io: input field: ZNAM False field: ONAM True - - - - - - nErrorID - UDINT - Error code - 32 - 160 - - - ItemType - Output - - - pytmc - + nErrorIDUDINT32160ItemTypeOutputpytmc pv: ERRID io: input - - - - - - sErrorMessage - STRING(80) - Error description - 648 - 192 - - - ItemType - Output - - - pytmc - + sErrorMessageSTRING(80)648192ItemTypeOutputpytmc pv: ERRMSG io: input - - - - - - bBusy - BOOL - TRUE if we are moving to a state - 8 - 840 - - - ItemType - Output - - - pytmc - + bBusyBOOL8840ItemTypeOutputpytmc pv: BUSY io: input field: ZNAM False field: ONAM True - - - - - - bDone - BOOL - TRUE if we are note moving and we reached a state successfully on our last move - 8 - 848 - - - ItemType - Output - - - pytmc - + bDoneBOOL8848ItemTypeOutputpytmc pv: DONE io: input field: ZNAM False field: ONAM True - - - - - - fbMotionRequest - FB_MotionRequest - 1600 - 896 - - - bAllowMove - BOOL - 8 - 2496 - - - - PouType - FunctionBlock - - - - - FB_RawCountConverter - 8576 - - stParameters - ST_AxisParameterSet - Parameters to check against - 8192 - 64 - - - ItemType - Input - - - - - nCountCheck - UDINT - Optional count to convert to a real position - 32 - 8256 - - - ItemType - Input - - - - - fPosCheck - LREAL - Optional position to convert to encoder counts - 64 - 8320 - - - ItemType - Input - - - - - nCountGet - UDINT - If converting position, the number of counts - 32 - 8384 - - - ItemType - Output - - - - - fPosGet - LREAL - If converting counts, the position - 64 - 8448 - - - ItemType - Output - - - - - bBusy - BOOL - True during a parameter get/calc - 8 - 8512 - - - ItemType - Output - - - - - bDone - BOOL - True after a successful get/calc - 8 - 8520 - - - ItemType - Output - - - - - bError - BOOL - True if the calculation errored - 8 - 8528 - - - ItemType - Output - - - - - - PouType - FunctionBlock - - - - - FB_PositionStateLock - 3840 - - stPositionState - DUT_PositionState - 32 - 32 - - - ItemType - InOut - - - - - bEnable - BOOL - 8 - 64 - - - ItemType - Input - - - - - stCachedPositionState - DUT_PositionState - 3648 - 128 - - - bInit - BOOL - 8 - 3776 - - 0 - - - - - PouType - FunctionBlock - - - - - FB_PositionStateInternal - 12544 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - stPositionState - DUT_PositionState - 32 - 64 - - - ItemType - InOut - - - - - fbEncConverter - FB_RawCountConverter - 8576 - 128 - - - fbLock - FB_PositionStateLock - 3840 - 8704 - - - - PouType - FunctionBlock - - - - - FB_PositionStateBase - 253824 - - stMotionStage - DUT_MotionStage - Motor to move - 32 - 32 - - - ItemType - InOut - - - - - bEnable - BOOL - If TRUE, start a move when setState transitions to a nonzero number - 8 - 64 - - - ItemType - Input - - - - - bReset - BOOL - On rising edge, reset this FB - 8 - 72 - - - ItemType - Input - - - pytmc - + fbMotionRequestFB_MotionRequest1600896bAllowMoveBOOL82496PouTypeFunctionBlockFB_RawCountConverter8576stParametersST_AxisParameterSet819264ItemTypeInputnCountCheckUDINT328256ItemTypeInputfPosCheckLREAL648320ItemTypeInputnCountGetUDINT328384ItemTypeOutputfPosGetLREAL648448ItemTypeOutputbBusyBOOL88512ItemTypeOutputbDoneBOOL88520ItemTypeOutputbErrorBOOL88528ItemTypeOutputPouTypeFunctionBlockFB_PositionStateLock3840stPositionStateDUT_PositionState3232ItemTypeInOutbEnableBOOL864ItemTypeInputstCachedPositionStateDUT_PositionState3648128bInitBOOL837760PouTypeFunctionBlockFB_PositionStateInternal12544stMotionStageDUT_MotionStage3232ItemTypeInOutstPositionStateDUT_PositionState3264ItemTypeInOutfbEncConverterFB_RawCountConverter8576128fbLockFB_PositionStateLock38408704PouTypeFunctionBlockFB_PositionStateBase253824stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputbResetBOOL872ItemTypeInputpytmc pv: RESET io: io field: ZNAM False field: ONAM True - - - - - - bError - BOOL - If TRUE, there is an error - 8 - 80 - - - ItemType - Output - - - pytmc - + bErrorBOOL880ItemTypeOutputpytmc pv: ERR io: i field: ZNAM False field: ONAM True - - - - - - nErrorId - UDINT - Error ID - 32 - 96 - - - ItemType - Output - - - pytmc - + nErrorIdUDINT3296ItemTypeOutputpytmc pv: ERRID io: i - - - - - - sErrorMessage - STRING(80) - The error that caused bError to flip TRUE - 648 - 128 - - - ItemType - Output - - - pytmc - + sErrorMessageSTRING(80)648128ItemTypeOutputpytmc pv: ERRMSG io: i - - - - - - bBusy - BOOL - If TRUE, we are moving the motor - 8 - 776 - - - ItemType - Output - - - pytmc - + bBusyBOOL8776ItemTypeOutputpytmc pv: BUSY io: i field: ZNAM False field: ONAM True - - - - - - bDone - BOOL - If TRUE, we are not moving the motor and the last move completed successfully - 8 - 784 - - - ItemType - Output - - - pytmc - + bDoneBOOL8784ItemTypeOutputpytmc pv: DONE io: i field: ZNAM False field: ONAM True - - - - - - arrStates - DUT_PositionState - - 1 - 15 - - Pre-allocated array of states - 54720 - 832 - - - pytmc - + arrStatesDUT_PositionState11554720832pytmc pv: io: io expand: %.2d - - - - - - setState - INT - Corresponding arrStates index to move to, or 0 if no move selected - 16 - 55552 - - - goalState - INT - The current position we are trying to reach, or 0 - 16 - 55568 - - - getState - INT - The readback position - 16 - 55584 - - - bInit - BOOL - 8 - 55600 - - - stUnknown - DUT_PositionState - 3648 - 55616 - - - stGoal - DUT_PositionState - 3648 - 59264 - - - fbStateMove - FB_PositionStateMove - 2560 - 62912 - - - fbStateInternal - FB_PositionStateInternal - - 1 - 15 - - 188160 - 65472 - - - nIndex - INT - 16 - 253632 - - - bNewGoal - BOOL - 8 - 253648 - - - bInnerExec - BOOL - 8 - 253656 - - - bInnerReset - BOOL - 8 - 253664 - - - rtReset - R_TRIG - 64 - 253696 - - - bMoveRequested - BOOL - 8 - 253760 - - - Exec - - - StateHandler - - - - PouType - FunctionBlock - - - - - I_HigherAuthority - 32 - PVOID - - CheckRequest - BOOL - 8 - - nReqID - DWORD - 32 - - - - RemoveRequest - BOOL - 8 - - nReqID - StateID to remove - DWORD - 32 - - - - RequestBP - BOOL - 8 - - nReqID - StateID of state requesting beam parameter set - DWORD - 32 - - - stReqBP - Requested beam params - ST_BeamParams - 1760 - - - - - I_LowerAuthority - 32 - PVOID - - __getnLowerAuthorityID - DWORD - 32 - - - property - - - - - ElevateRequest - BOOL - 8 - - HigherAuthority - I_HigherAuthority - 32 - - - - - T_HashTableEntry - 64 - - key - DWORD - 32 - 0 - - 0 - - - - pytmc - + setStateINT1655552goalStateINT1655568getStateINT1655584bInitBOOL855600stUnknownDUT_PositionState364855616stGoalDUT_PositionState364859264fbStateMoveFB_PositionStateMove256062912fbStateInternalFB_PositionStateInternal11518816065472nIndexINT16253632bNewGoalBOOL8253648bInnerExecBOOL8253656bInnerResetBOOL8253664rtResetR_TRIG64253696bMoveRequestedBOOL8253760ExecStateHandlerPouTypeFunctionBlockI_HigherAuthority32PVOIDCheckRequestBOOL8nReqIDDWORD32RemoveRequestBOOL8nReqIDDWORD32RequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760I_LowerAuthority32PVOID__getnLowerAuthorityIDDWORD32propertyElevateRequestBOOL8HigherAuthorityI_HigherAuthority32T_HashTableEntry64keyDWORD3200pytmc pv: Key io: i - - - - - - value - PVOID - 32 - 32 - - 0 - - - - - ST_BP_ArbInternal - 2464 - ST_BeamParams - - nId - DWORD - 32 - 1760 - - - pytmc - pv: ID + valuePVOID32320ST_BP_ArbInternal2464ST_BeamParamsnIdDWORD321760pytmcpv: ID io: i - - - - - - LiveInTable - BOOL - 8 - 1792 - - - pytmc - pv: Live + LiveInTableBOOL81792pytmcpv: Live io: i - - - - - - sDevName - STRING(80) - 648 - 1800 - - - pytmc - pv: Device + sDevNameSTRING(80)6481800pytmcpv: Device io: i - - - - - - - T_HashTableEntry - Hash table entry - 192 - - key - DWORD - Entry key: 32 bit unsigned integer or pointer - 32 - 0 - - 0 - - - - value - PVOID - Entry value: 32/64 bit unsigned integer or pointer - 32 - 32 - - 0 - - - - lock - DWORD - Node state flags: Bit 0 <0..1>: 0 = node free, 1 = node in use, other bits reserved - 32 - 64 - - 0 - - - - conditionalshow - - - - - pNext - PVOID - Pointer to next hash table element - 32 - 96 - - 0 - - - - conditionalshow - - - - - pNextFree - PVOID - Pointer to next free element - 32 - 128 - - 0 - - - - conditionalshow - - - - - pNextGlob - PVOID - Pointer to next global element - 32 - 160 - - 0 - - - - conditionalshow - - - - - - T_HHASHTABLE - Hash table object handle - 3488 - - nCount - UDINT - Number of used hash table entries - 32 - 0 - - 0 - - - - nFree - UDINT - Number of free hash table entries - 32 - 32 - - 0 - - - - pEntries - T_HashTableEntry - Pointer to table array - 32 - 64 - - 0 - - - - conditionalshow - - - - - cbEntries - UDINT - Byte size of table array - 32 - 96 - - 0 - - - - conditionalshow - - - - - nElements - UDINT - Number of table/array elements - 32 - 128 - - 0 - - - - conditionalshow - - - - - cbElement - UDINT - Byte size of one array element - 32 - 160 - - 0 - - - - conditionalshow - - - - - pEntrys - T_HashTableEntry - - 0 - 101 - - 3232 - 192 - - - conditionalshow - - - - - pFreeEntrys - T_HashTableEntry - 32 - 3424 - - 0 - - - - conditionalshow - - - - - pFirstEntry - T_HashTableEntry - 32 - 3456 - - 0 - - - - conditionalshow - - - - - - FB_HashTableCtrl - Hash table control function block - 352 - - hTable - T_HHASHTABLE - Hash table handle variable - 32 - 32 - - - ItemType - InOut - - - - - key - DWORD - Entry key: 32 bit unsigned integer or pointer, used by A_Lookup, A_Remove method, the key.lookup variable is also used by A_Add method - 32 - 64 - - 0 - - - - ItemType - Input - - - - - putValue - PVOID - Entry value: 32/64 bit unsigned integer or pointer - 32 - 96 - - 0 - - - - ItemType - Input - - - - - putPosPtr - T_HashTableEntry - Hash table entry position pointer, used by A_GetNext - 32 - 128 - - 0 - - - - ItemType - Input - - - - - bOk - BOOL - TRUE = success, FALSE = error - 8 - 160 - - 0 - - - - ItemType - Output - - - - - getValue - PVOID - Entry value: 32/64 bit unsigned integer or pointer - 32 - 192 - - 0 - - - - ItemType - Output - - - - - getPosPtr - T_HashTableEntry - returned by A_GetFirstEntry, A_GetNextEntry, A_Add, A_Lookup and A_Remove method - 32 - 224 - - 0 - - - - ItemType - Output - - - - - p - T_HashTableEntry - 32 - 256 - - 0 - - - - conditionalshow - - - - - n - T_HashTableEntry - 32 - 288 - - 0 - - - - conditionalshow - - - - - nHash - DWORD - 32 - 320 - - 0 - - - - conditionalshow - - - - - A_Reset - - - A_RemoveAll - - - A_GetNext - - - A_GetIndexAtPosPtr - - - A_Add - - - A_Remove - - - A_GetFirst - - - A_RemoveFirst - - - A_Lookup - - - - PouType - FunctionBlock - - - conditionalshow_all_locals - - - - - FB_BeamParamAssertionPool - This function block implements simple database. Data element values are stored in the hash table. - 214336 - - key - DWORD - Entry key: used by A_Lookup, A_Remove method, the key variable is also used by A_Add method - 32 - 32 - - 0 - - - - ItemType - Input - - - - - putPosPtr - T_HashTableEntry - Hash table entry position pointer (used by A_Find, A_GetNext, A_GetPrev) - 32 - 64 - - 0 - - - - ItemType - Input - - - - - putValue - ST_BP_ArbInternal - Hash table entry value (used by A_AddHead, A_AddTail, A_Find ) - 2464 - 96 - - - ItemType - Input - - - - - bOk - BOOL - TRUE = Success, FALSE = Failed - 8 - 2560 - - 0 - - - - ItemType - Output - - - - - getPosPtr - T_HashTableEntry - Returned hash table entry position pointer - 32 - 2592 - - 0 - - - - ItemType - Output - - - - - getValue - ST_BP_ArbInternal - Returned hash table entry value - 2464 - 2624 - - - ItemType - Output - - - - - nCount - UDINT - Hash table size (number of used entries, used by A_Count) - 32 - 5088 - - 0 - - - - ItemType - Output - - - - - epicsDataPool - ST_BP_ArbInternal - - 1 - 20 - - Structured data element pool for display in EPICS - 49280 - 5120 - - - pytmc - + T_HashTableEntry192keyDWORD3200valuePVOID32320lockDWORD: 0 = node free, 1 = node in use, other bits reserved ]]>32640conditionalshowpNextPVOID32960conditionalshowpNextFreePVOID321280conditionalshowpNextGlobPVOID321600conditionalshowT_HHASHTABLE3488nCountUDINT3200nFreeUDINT32320pEntriesT_HashTableEntry32640conditionalshowcbEntriesUDINT32960conditionalshownElementsUDINT321280conditionalshowcbElementUDINT321600conditionalshowpEntrysT_HashTableEntry01013232192conditionalshowpFreeEntrysT_HashTableEntry3234240conditionalshowpFirstEntryT_HashTableEntry3234560conditionalshowFB_HashTableCtrl352hTableT_HHASHTABLE3232ItemTypeInOutkeyDWORD32640ItemTypeInputputValuePVOID32960ItemTypeInputputPosPtrT_HashTableEntry321280ItemTypeInputbOkBOOL81600ItemTypeOutputgetValuePVOID321920ItemTypeOutputgetPosPtrT_HashTableEntry322240ItemTypeOutputpT_HashTableEntry322560conditionalshownT_HashTableEntry322880conditionalshownHashDWORD323200conditionalshowA_ResetA_RemoveAllA_GetNextA_GetIndexAtPosPtrA_AddA_RemoveA_GetFirstA_RemoveFirstA_LookupPouTypeFunctionBlockconditionalshow_all_localsFB_BeamParamAssertionPool214336keyDWORD32320ItemTypeInputputPosPtrT_HashTableEntry32640ItemTypeInputputValueST_BP_ArbInternal246496ItemTypeInputbOkBOOL825600ItemTypeOutputgetPosPtrT_HashTableEntry3225920ItemTypeOutputgetValueST_BP_ArbInternal24642624ItemTypeOutputnCountUDINT3250880ItemTypeOutputepicsDataPoolST_BP_ArbInternal120492805120pytmc pv: Entry io: i - - - - - - dataPool - ST_BP_ArbInternal - - 0 - 61 - - Structured data element pool - 150304 - 54400 - - - entries - T_HashTableEntry - - 0 - 61 - - Max. number of hash table entries. The value of table entry = 32 bit integer (pointer to dataPool-array-entry) - 3904 - 204704 - - - fbTable - FB_HashTableCtrl - basic hash table control function block - 352 - 208608 - - - hTable - T_HHASHTABLE - hash table handle - 3488 - 208960 - - - pRefPtr - ST_BP_ArbInternal - 32 - 212448 - - 0 - - - - indexOfElem - ULINT - Integer value (max. size: x86=>32bit, x64=>64bit) - 64 - 212480 - - - cstSafeBeam - ST_BeamParams - MG - 1760 - 212544 - - - .nTran - 0 - - - .neVRange - 0 - - - .nRate - 0 - - - .nBCRange - 0 - - - - - A_Reset - - - A_Count - - - DataPoolToEpics - - - A_Add - - - A_Remove - - - A_GetFirst - - - A_GetNext - - - A_Lookup - - - - PouType - FunctionBlock - - - no_check - - - - - FB_Arbiter - FB Arbiter + dataPoolST_BP_ArbInternal06115030454400entriesT_HashTableEntry0613904204704fbTableFB_HashTableCtrl352208608hTableT_HHASHTABLE3488208960pRefPtrST_BP_ArbInternal322124480indexOfElemULINT32bit, x64=>64bit)]]>64212480cstSafeBeamST_BeamParams1760212544.nTran0.neVRange0.nRate0.nBCRange0A_ResetA_CountDataPoolToEpicsA_AddA_RemoveA_GetFirstA_GetNextA_LookupPouTypeFunctionBlockno_checkFB_Arbiter - 474624 - I_HigherAuthority - I_LowerAuthority - - nRequestsCount - UDINT - How many requests are currently in the arbiter - 32 - 96 - - - fbBPAssertionPool - FB_BeamParamAssertionPool - Table of active beam parameter assertions - 214336 - 128 - - - pytmc - +]]>474624I_HigherAuthorityI_LowerAuthoritynRequestsCountUDINT3296fbBPAssertionPoolFB_BeamParamAssertionPool214336128pytmc pv: AP io: i field: DESC Assertion Pool - - - - - - xRequestMade - BOOL - Arbiter has confirmed its request has made it into the beam parameter request - 8 - 214464 - - - nArbiterID - UDINT - Arbiter ID, used for making higher-level BP requests - 32 - 214496 - - - pytmc - + xRequestMadeBOOL8214464nArbiterIDUDINT32214496pytmc pv: ArbiterID io: i field: DESC Arbiter ID for elev. req. - - - - - - nNextCohort - UDINT - The cohort ID any new requests will adopt, will become ReqInProgCohort at the start of the next acknowledgement cycle - 32 - 214528 - - 1 - - - - nAckInProgCohort - UDINT - The cohort ID currently being acknowledged, will become nActiveCohort after acknowledgement from HA - 32 - 214560 - - 0 - - - - nActiveCohort - UDINT - Requests with cohorts <= to this value will be considered active in CheckRequest - 32 - 214592 - - 0 - - - - pytmc - + nNextCohortUDINT322145281nAckInProgCohortUDINT322145600nActiveCohortUDINT322145920pytmc pv: CohortCounter io: i field: DESC Intrnl cohort counter - - - - - - bStartNewAckRequest - BOOL - Set by an add or remove method call, triggers an ack cycle - 8 - 214624 - - - bAckInProgress - BOOL - Set by ElevateReq when there is a new ack request and reset when the ack cycle is complete - 8 - 214632 - - - idTransmission - DWORD - ID of BP limiting transmission - 32 - 214656 - - - idRate - DWORD - ID of BP limiting rate - 32 - 214688 - - - sPath - T_MaxString - 2048 - 214720 - - - instance-path - - - noinit - - - - - sArbName - T_MaxString - 2048 - 216768 - - - InfoStringFmtr - FB_FormatString - 7840 - 218816 - - - bVerbose - BOOL - 8 - 226656 - - 0 - - - - q_stBeamParams - ST_BeamParams - Updated on each cycle of the arbiter FB with the current arbitrated beam parameter set - 1760 - 226688 - - - ItemType - Output - - - pytmc - + bStartNewAckRequestBOOL8214624bAckInProgressBOOL8214632idTransmissionDWORD32214656idRateDWORD32214688sPathT_MaxString2048214720instance-pathnoinitsArbNameT_MaxString2048216768InfoStringFmtrFB_FormatString7840218816bVerboseBOOL82266560q_stBeamParamsST_BeamParams1760226688ItemTypeOutputpytmc pv: ArbitratedBP io: i field: DESC Arbitrated BP - - - - - - q_xStateIDFound - BOOL - Set true if a state-id is found in the assertion pool after calling A_VerifyAssertion - 8 - 228448 - - - ItemType - Output - - - - - __GETARBITRATEDBP__XFIRSTPASS - BOOL - 8 - 228456 - - 1 - - - - __GETARBITRATEDBP__FBGETCURTASKIDX - GETCURTASKINDEX - 128 - 228480 - - - __GETARBITRATEDBP__LASTCYCLECOUNT - UDINT - 32 - 228608 - - - __GETARBITRATEDBP__FBLOGMESSAGE - FB_LogMessage - 81984 - 228672 - - - __ADDREQUEST__FBLOG - FB_LogMessage - 81984 - 310656 - - - __REMOVEREQUEST__FBLOG - FB_LogMessage - 81984 - 392640 - - - __getnEntryCount - UDINT - 32 - - nEntryCount - UDINT - 32 - - - - property - - - - - CheckRequest - BOOL - 8 - - nReqID - DWORD - 32 - - - BP - ST_BeamParams - 1760 - - - - ElevateRequest - BOOL - 8 - - HigherAuthority - I_HigherAuthority - 32 - - - - GetArbitratedBP - ST_BeamParams - 1760 - - getPosPtr - T_HashTableEntry - 32 - - - getBPStructInt - ST_BP_ArbInternal - 2464 - - - stOutputBP - Holding struct for arbitration process - ST_BP_ArbInternal - 2464 - - - xFirstPass - BOOL - 8 - - - uselocation - __GETARBITRATEDBP__XFIRSTPASS - - - - - fbGetCurTaskIdx - GETCURTASKINDEX - 128 - - - uselocation - __GETARBITRATEDBP__FBGETCURTASKIDX - - - - - LastCycleCount - UDINT - 32 - - - uselocation - __GETARBITRATEDBP__LASTCYCLECOUNT - - - - - fbLogMessage - FB_LogMessage - 81984 - - - uselocation - __GETARBITRATEDBP__FBLOGMESSAGE - - - - - - ArbitrateBP - ST_BP_ArbInternal - 2464 - - stBP1 - ST_BP_ArbInternal - 2464 - - - stBP2 - ST_BP_ArbInternal - 2464 - - - idx - UINT - 16 - - - bcBitmask - WORD - 16 - - - - no_check - - - - - __getnLowerAuthorityID - DWORD - 32 - - nLowerAuthorityID - DWORD - 32 - - - - property - - - - - AddRequest - BOOL - 8 - - nReqID - Unique ID within aribter for the request. Make sure this is unique for every device + state combination - DWORD - 32 - - - stReqBP - Requested beam params - ST_BeamParams - 1760 - - - sDevName - Name of the device making the request - STRING(80) - 648 - - - BP_Int - ST_BP_ArbInternal - 2464 - - - fbLog - FB_LogMessage - 81984 - - - uselocation - __ADDREQUEST__FBLOG - - - - - - RemoveRequest - BOOL - 8 - - nReqId - DWORD - 32 - - - fbLog - FB_LogMessage - 81984 - - - uselocation - __REMOVEREQUEST__FBLOG - - - - - BP_Int - ST_BP_ArbInternal - 2464 - - - - CheckRequestInPool - BOOL - 8 - - nReqID - DWORD - 32 - - - - RequestBP - BOOL - 8 - - nReqID - StateID of state requesting beam parameter set - DWORD - 32 - - - stReqBP - Requested beam params - ST_BeamParams - 1760 - - - - - PouType - FunctionBlock - - - reflection - - - - - FB_PositionStatePMPS_Base - 19392 - - stMotionStage - DUT_MotionStage - 32 - 32 - - - ItemType - InOut - - - - - arrStates - DUT_PositionState - - 1 - 15 - - 32 - 64 - - - ItemType - InOut - - - - - bArbiterEnabled - BOOL - 8 - 96 - - 1 - - - - ItemType - Input - - - - - bMaintMode - BOOL - 8 - 104 - - - ItemType - Input - - - pytmc - + q_xStateIDFoundBOOL8228448ItemTypeOutput__GETARBITRATEDBP__XFIRSTPASSBOOL82284561__GETARBITRATEDBP__FBGETCURTASKIDXGETCURTASKINDEX128228480__GETARBITRATEDBP__LASTCYCLECOUNTUDINT32228608__GETARBITRATEDBP__FBLOGMESSAGEFB_LogMessage81984228672__ADDREQUEST__FBLOGFB_LogMessage81984310656__REMOVEREQUEST__FBLOGFB_LogMessage81984392640__getnEntryCountUDINT32nEntryCountUDINT32propertyCheckRequestBOOL8nReqIDDWORD32BPST_BeamParams1760ElevateRequestBOOL8HigherAuthorityI_HigherAuthority32GetArbitratedBPST_BeamParams1760getPosPtrT_HashTableEntry32getBPStructIntST_BP_ArbInternal2464stOutputBPST_BP_ArbInternal2464xFirstPassBOOL8uselocation__GETARBITRATEDBP__XFIRSTPASSfbGetCurTaskIdxGETCURTASKINDEX128uselocation__GETARBITRATEDBP__FBGETCURTASKIDXLastCycleCountUDINT32uselocation__GETARBITRATEDBP__LASTCYCLECOUNTfbLogMessageFB_LogMessage81984uselocation__GETARBITRATEDBP__FBLOGMESSAGEArbitrateBPST_BP_ArbInternal2464stBP1ST_BP_ArbInternal2464stBP2ST_BP_ArbInternal2464idxUINT16bcBitmaskWORD16no_check__getnLowerAuthorityIDDWORD32nLowerAuthorityIDDWORD32propertyAddRequestBOOL8nReqIDDWORD32stReqBPST_BeamParams1760sDevNameSTRING(80)648BP_IntST_BP_ArbInternal2464fbLogFB_LogMessage81984uselocation__ADDREQUEST__FBLOGRemoveRequestBOOL8nReqIdDWORD32fbLogFB_LogMessage81984uselocation__REMOVEREQUEST__FBLOGBP_IntST_BP_ArbInternal2464CheckRequestInPoolBOOL8nReqIDDWORD32RequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760PouTypeFunctionBlockreflectionFB_PositionStatePMPS_Base19392stMotionStageDUT_MotionStage3232ItemTypeInOutarrStatesDUT_PositionState1153264ItemTypeInOutbArbiterEnabledBOOL8961ItemTypeInputbMaintModeBOOL8104ItemTypeInputpytmc pv: MAINT io: io - - - - - - bRequestTransition - BOOL - 8 - 112 - - - ItemType - Input - - - - - setState - INT - 16 - 128 - - - ItemType - Input - - - - - getState - INT - 16 - 144 - - - ItemType - Input - - - - - fStateBoundaryDeadband - LREAL - 64 - 192 - - 0 - - - - ItemType - Input - - - - - tArbiterTimeout - TIME - 32 - 256 - - 1000 - - - - ItemType - Input - - - - - bMoveOnArbiterTimeout - BOOL - 8 - 288 - - 1 - - - - ItemType - Input - - - - - bTransitionAuthorized - BOOL - 8 - 296 - - - ItemType - Output - - - - - bForwardAuthorized - BOOL - 8 - 304 - - - ItemType - Output - - - - - bBackwardAuthorized - BOOL - 8 - 312 - - - ItemType - Output - - - - - bArbiterTimeout - BOOL - 8 - 320 - - - ItemType - Output - - - - - stTransitionDb - ST_DbStateParams - 2496 - 352 - - - pytmc - + bRequestTransitionBOOL8112ItemTypeInputsetStateINT16128ItemTypeInputgetStateINT16144ItemTypeInputfStateBoundaryDeadbandLREAL641920ItemTypeInputtArbiterTimeoutTIME322561000ItemTypeInputbMoveOnArbiterTimeoutBOOL82881ItemTypeInputbTransitionAuthorizedBOOL8296ItemTypeOutputbForwardAuthorizedBOOL8304ItemTypeOutputbBackwardAuthorizedBOOL8312ItemTypeOutputbArbiterTimeoutBOOL8320ItemTypeOutputstTransitionDbST_DbStateParams2496352pytmc pv: TRANS io: i - - - - - - stTransitionBeam - ST_BeamParams - 1760 - 2848 - - - stTransitionState - DUT_PositionState - 3648 - 4608 - - - bInit - BOOL - 8 - 8256 - - 1 - - - - bTransDone - BOOL - 8 - 8264 - - - rtTransReq - R_TRIG - 64 - 8288 - - - bBPTMDone - BOOL - 8 - 8352 - - - rtBPTMDone - R_TRIG - 64 - 8384 - - - ftMotorExec - F_TRIG - 64 - 8448 - - - rtTransDone - R_TRIG - 64 - 8512 - - - rtDoLateFinish - R_TRIG - 64 - 8576 - - - tonDone - TON - 224 - 8640 - - - stStateReq - DUT_PositionState - 3648 - 8896 - - - mcPower - MC_Power - 768 - 12544 - - - fUpperBound - LREAL - 64 - 13312 - - - fLowerBound - LREAL - 64 - 13376 - - - nGoalState - INT - 16 - 13440 - - - stGoalState - DUT_PositionState - 3648 - 13504 - - - fActPos - LREAL - 64 - 17152 - - - fReqPos - LREAL - 64 - 17216 - - - bInTransition - BOOL - 8 - 17280 - - - stBeamNeeded - ST_BeamParams - 1760 - 17312 - - - bFwdOk - BOOL - 8 - 19072 - - - bBwdOk - BOOL - 8 - 19080 - - - tonArbiter - TON - 224 - 19104 - - - bLateFinish - BOOL - 8 - 19328 - - - bInternalAuth - BOOL - 8 - 19336 - - - AssertHere - - - HandleBPTM - - - HandleFFO - - - ClearAsserts - - - Exec - - - HandlePmpsDb - - - GetBeamFromState - ST_BeamParams - 1760 - - nState - INT - 16 - - - stState - DUT_PositionState - 3648 - - - - GetStateCode - INT - 16 - - nState - INT - 16 - - - - GetStateStruct - DUT_PositionState - 3648 - - nState - INT - 16 - - - - - PouType - FunctionBlock - - - - - FB_JsonDocToSafeBP - 109440 - - bExecute - BOOL - Rising Edge - 8 - 32 - - - ItemType - Input - - - - - jsonDoc - SJsonValue - 32 - 64 - - - ItemType - Input - - - - - sDeviceName - STRING(80) - 648 - 96 - - - ItemType - Input - - - - - bHasDevice - BOOL - 8 - 744 - - - ItemType - Output - - - - - bHasAllStates - BOOL - 8 - 752 - - - ItemType - Output - - - - - bHasAllParameters - BOOL - 8 - 760 - - 1 - - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 768 - - - ItemType - Output - - - - - bError - BOOL - 8 - 776 - - - ItemType - Output - - - - - nErrId - UDINT - 32 - 800 - - - ItemType - Output - - - - - sErrMsg - STRING(80) - 648 - 832 - - - ItemType - Output - - - - - arrStates - ST_DbStateParams - ARRAY [1.. MOTION_GVL.MAX_STATES] ; - 32 - 1504 - - - ItemType - Input - - - variable_length_array - - - Dimensions - 1 - - - - - io_fbFFHWO - FB_HardwareFFOutput - 32 - 1536 - - - ItemType - InOut - - - - - fbJson - FB_JsonDomParser - JSON - 288 - 1568 - - - jsonProp - SJsonValue - 32 - 1856 - - - jsonValue - SJsonValue - 32 - 1888 - - - jsonParam - SJsonValue - 32 - 1920 - - - jsonnTran - SJsonValue - 32 - 1952 - - - jsonnRate - SJsonValue - 32 - 1984 - - - Step - INT - 16 - 2016 - - - index - DINT - 32 - 2048 - - - nStateCount - DINT - 32 - 2080 - - - RisingEdge - R_TRIG - 64 - 2112 - - - tNewMessage - R_TRIG - Logger - 64 - 2176 - - - fbLogger - FB_LogMessage - 81984 - 2240 - - - .eSubsystem - 2 - - - .nMinTimeViolationAcceptable - 10 - - - - - FFO - FB_FastFault - FFO - 25088 - 84224 - - - .i_Desc - Fault occurs when there is an error loading safe beam parameters from json file - - - .i_TypeCode - 65299 - - - - - sbuffReadSmall - INT - 16 - 109312 - - - ACT_FFO - - - ACT_Logger - - - M_LoadSafeBP - BOOL - 8 - - sStateName - STRING(80) - 648 - - - Index - DINT - 32 - - - sAperture - bHasAllParameters : BOOL := TRUE; - STRING(80) - 648 - - - nAperture - INT - 16 - - - sEV - STRING(80) - 648 - - - sBC - STRING(80) - 648 - - - nIndex - INT - 16 - - - - - PouType - FunctionBlock - - - - - E_BPTMState - 16 - INT - - Init - 0 - - - NewTarget - 1000 - - - RequestBP - 1500 - - - WaitForBP - 2500 - - - WaitingForTransitionAssertion - 2000 - - - WaitingForFinalAssertion - 3000 - - - Transitioning - 4000 - - - WaitForFinalBP - 5000 - - - CleaningUp - 6000 - - - Idle - 10000 - - - Done - 8000 - - - Error - 9000 - - - - BeamParameterTransitionManager - + stTransitionBeamST_BeamParams17602848stTransitionStateDUT_PositionState36484608bInitBOOL882561bTransDoneBOOL88264rtTransReqR_TRIG648288bBPTMDoneBOOL88352rtBPTMDoneR_TRIG648384ftMotorExecF_TRIG648448rtTransDoneR_TRIG648512rtDoLateFinishR_TRIG648576tonDoneTON2248640stStateReqDUT_PositionState36488896mcPowerMC_Power76812544fUpperBoundLREAL6413312fLowerBoundLREAL6413376nGoalStateINT1613440stGoalStateDUT_PositionState364813504fActPosLREAL6417152fReqPosLREAL6417216bInTransitionBOOL817280stBeamNeededST_BeamParams176017312bFwdOkBOOL819072bBwdOkBOOL819080tonArbiterTON22419104bLateFinishBOOL819328bInternalAuthBOOL819336AssertHereHandleBPTMHandleFFOClearAssertsExecHandlePmpsDbGetBeamFromStateST_BeamParams1760nStateINT16stStateDUT_PositionState3648GetStateCodeINT16nStateINT16GetStateStructDUT_PositionState3648nStateINT16PouTypeFunctionBlockFB_JsonDocToSafeBP109440bExecuteBOOL832ItemTypeInputjsonDocSJsonValue3264ItemTypeInputsDeviceNameSTRING(80)64896ItemTypeInputbHasDeviceBOOL8744ItemTypeOutputbHasAllStatesBOOL8752ItemTypeOutputbHasAllParametersBOOL87601ItemTypeOutputbBusyBOOL8768ItemTypeOutputbErrorBOOL8776ItemTypeOutputnErrIdUDINT32800ItemTypeOutputsErrMsgSTRING(80)648832ItemTypeOutputarrStatesST_DbStateParams321504ItemTypeInputvariable_length_arrayDimensions1io_fbFFHWOFB_HardwareFFOutput321536ItemTypeInOutfbJsonFB_JsonDomParser2881568jsonPropSJsonValue321856jsonValueSJsonValue321888jsonParamSJsonValue321920jsonnTranSJsonValue321952jsonnRateSJsonValue321984StepINT162016indexDINT322048nStateCountDINT322080RisingEdgeR_TRIG642112tNewMessageR_TRIG642176fbLoggerFB_LogMessage819842240.eSubsystem2.nMinTimeViolationAcceptable10FFOFB_FastFault2508884224.i_DescFault occurs when there is an error loading safe beam parameters from json file.i_TypeCode65299sbuffReadSmallINT16109312ACT_FFOACT_LoggerM_LoadSafeBPBOOL8sStateNameSTRING(80)648IndexDINT32sApertureSTRING(80)648nApertureINT16sEVSTRING(80)648sBCSTRING(80)648nIndexINT16PouTypeFunctionBlockE_BPTMState16INTInit0NewTarget1000RequestBP1500WaitForBP2500WaitingForTransitionAssertion2000WaitingForFinalAssertion3000Transitioning4000WaitForFinalBP5000CleaningUp6000Idle10000Done8000Error9000BeamParameterTransitionManager - 60256 - - fbArbiter - FB_Arbiter - Connect to local arbiter - 32 - 32 - - - ItemType - InOut - - - - - i_sDeviceName - STRING(80) - Name of the device requesting the transition - 648 - 64 - - Device - - - - ItemType - Input - - - - - i_TransitionAssertionID - UDINT - Must not be 0 or EXCLUDED_ID - 32 - 736 - - 0 - - - - ItemType - Input - - - - - i_stTransitionAssertion - ST_BeamParams - Assertion required during transition (always safer than anything inbetween) - 1760 - 768 - - - ItemType - Input - - - - - i_nRequestedAssertionID - UDINT - Must not be 0 or EXCLUDED_ID - 32 - 2528 - - 0 - - - - ItemType - Input - - - - - i_stRequestedAssertion - ST_BeamParams - PMPS_GVL.cstSafeBeam; //Requested assertion, change whenever - 1760 - 2560 - - - .nTran - 0 - - - .neVRange - 0 - - - .nRate - 0 - - - .nBCRange - 0 - - - - - ItemType - Input - - - - - i_xMoving - BOOL - Provide rising edge when device begins moving <remove> - 8 - 4320 - - 0 - - - - ItemType - Input - - - - - i_xDoneMoving - BOOL - Provide rising edge when device is done with a move - 8 - 4328 - - 0 - - - - ItemType - Input - - - - - stCurrentBeamParameters - ST_BeamParams - Connect to current beam parameters - 1760 - 4352 - - - ItemType - Input - - - - - bRetry - BOOL - Rising edge to cycle back through the BPTM process. Use if something in the process timed out or failed. This will interrupt a current process - 8 - 6112 - - 0 - - - - ItemType - Input - - - - - q_xTransitionAuthorized - BOOL - Rising edge indicating the device is safe to move, use as input to move execute (which requires a rising edge) - 8 - 6120 - - 0 - - - - ItemType - Output - - - - - bError - BOOL - Set if some issue occurs within the bptm - 8 - 6128 - - - ItemType - Output - - - - - nErrId - UINT - Set to non-zero to help understand the error. - 16 - 6144 - - - ItemType - Output - - - - - bDone - BOOL - 8 - 6160 - - - ItemType - Output - - - - - bBusy - BOOL - 8 - 6168 - - - ItemType - Output - - - - - nTargetAssertionID - UDINT - 32 - 6176 - - 0 - - - - stTargetAssertion - ST_BeamParams - Target assertion - 1760 - 6208 - - - nCurrentAssertionID - UDINT - ID of last set state (zero until a state is reached) - 32 - 7968 - - 0 - - - - xNewBP - BOOL - 8 - 8000 - - - xTranBP - BOOL - 8 - 8008 - - - xFinalBPInArb - BOOL - 8 - 8016 - - - xFinalBP - BOOL - 8 - 8024 - - - eBPTMState - E_BPTMState - 16 - 8032 - - 0 - - - - ePrevState - E_BPTMState - 16 - 8048 - - 0 - - - - xEntry - BOOL - 8 - 8064 - - - rTransition - R_TRIG - 64 - 8096 - - - xNewTarget - BOOL - 8 - 8160 - - - bTransAssertionFailed - BOOL - 8 - 8168 - - - bFinalAssertionFailed - BOOL - 8 - 8176 - - - LogStrBuffer - STRING(80) - - 0 - 41 - - 26568 - 8184 - - - LogBuffIdx - FB_Index - 96 - 34752 - - - .LowerLimit - 0 - - - .UpperLimit - 40 - - - - - nAssrtAttempt - INT - Number of times we have tried asserting a BP set - 16 - 34848 - - - rtRetry - R_TRIG - 64 - 34880 - - - rtError - R_TRIG - 64 - 34944 - - - ffTimeout - FB_FastFault - 25088 - 35008 - - - .i_Desc - Preemptive requests timed out in BPTM - - - .i_TypeCode - 10 - - - .i_xAutoReset - 0 - - - - - rtDoneMoving - R_TRIG - 64 - 60096 - - - bLatchDoneMoving - BOOL - 8 - 60160 - - - bFirstMove - BOOL - 8 - 60168 - - 1 - - - - LogBuffSize - INT - 16 - 60176 - - 40 - - - - cMaxAttempts - INT - 16 - 60192 - - 3 - - - - cReqArbCapacity - UDINT - The thought here is, a BPTM needs at most 2 arbiter slots to complete a transition. + ]]>60256fbArbiterFB_Arbiter3232ItemTypeInOuti_sDeviceNameSTRING(80)64864DeviceItemTypeInputi_TransitionAssertionIDUDINT327360ItemTypeInputi_stTransitionAssertionST_BeamParams1760768ItemTypeInputi_nRequestedAssertionIDUDINT3225280ItemTypeInputi_stRequestedAssertionST_BeamParams17602560.nTran0.neVRange0.nRate0.nBCRange0ItemTypeInputi_xMovingBOOL]]>843200ItemTypeInputi_xDoneMovingBOOL843280ItemTypeInputstCurrentBeamParametersST_BeamParams17604352ItemTypeInputbRetryBOOL861120ItemTypeInputq_xTransitionAuthorizedBOOL861200ItemTypeOutputbErrorBOOL86128ItemTypeOutputnErrIdUINT166144ItemTypeOutputbDoneBOOL86160ItemTypeOutputbBusyBOOL86168ItemTypeOutputnTargetAssertionIDUDINT3261760stTargetAssertionST_BeamParams17606208nCurrentAssertionIDUDINT3279680xNewBPBOOL88000xTranBPBOOL88008xFinalBPInArbBOOL88016xFinalBPBOOL88024eBPTMStateE_BPTMState1680320ePrevStateE_BPTMState1680480xEntryBOOL88064rTransitionR_TRIG648096xNewTargetBOOL88160bTransAssertionFailedBOOL88168bFinalAssertionFailedBOOL88176LogStrBufferSTRING(80)041265688184LogBuffIdxFB_Index9634752.LowerLimit0.UpperLimit40nAssrtAttemptINT1634848rtRetryR_TRIG6434880rtErrorR_TRIG6434944ffTimeoutFB_FastFault2508835008.i_DescPreemptive requests timed out in BPTM.i_TypeCode10.i_xAutoReset0rtDoneMovingR_TRIG6460096bLatchDoneMovingBOOL860160bFirstMoveBOOL8601681LogBuffSizeINT166017640cMaxAttemptsINT16601923cReqArbCapacityUDINT - 32 - 60224 - - 2 - - - - AuthorizeTransition - - - WaitingForFinalAssertion_DO - - - NewTarget_ENTRY - - - AssertTransitionBP - - - AssertFinalBP - - - WaitingForTransitionAssertion_DO - - - RemoveTransitionAssertion - - - SetNewTarget - - - RequestBP_DO - - - WaitingForTransitionAssertion_EXIT - - - WaitingForFinalAssertion_EXIT - - - DeauthorizeTransition - - - LogActions - BOOL - 8 - - LogStr - STRING(80) - 648 - - - - no_check - - - - - - PouType - FunctionBlock - - - no_check - - - - - FB_PositionStatePMPS - 383104 - FB_PositionStatePMPS_Base - - fbArbiter - FB_Arbiter - 32 - 19392 - - - ItemType - InOut - - - - - fbFFHWO - FB_HardwareFFOutput - 32 - 19424 - - - ItemType - InOut - - - - - bReadPmpsDb - BOOL - 8 - 19456 - - - ItemType - Input - - - - - sPmpsDeviceName - STRING(80) - 648 - 19464 - - - ItemType - Input - - - - - sTransitionKey - STRING(80) - 648 - 20112 - - - ItemType - Input - - - - - stPmpsDoc - SJsonValue - 32 - 20768 - - - ItemType - Input - - - - - stHighBeamThreshold - ST_BeamParams - 1760 - 20800 - - - ItemType - Input - - - - - bBPOKAutoReset - BOOL - 8 - 22560 - - 0 - - - - ItemType - Input - - - - - arrPMPS - ST_DbStateParams - - 0 - 16 - - 39936 - 22592 - - - nBPIndex - INT - 16 - 62528 - - - nTransitionAssertionID - UDINT - 32 - 62560 - - - nLastReqAssertionID - UDINT - 32 - 62592 - - - fbReadPmpsDb - FB_JsonDocToSafeBP - 109440 - 62656 - - - ftDbBusy - F_TRIG - 64 - 172096 - - - rtReadDBExec - R_TRIG - 64 - 172160 - - - ftRead - F_TRIG - 64 - 172224 - - - bptm - BeamParameterTransitionManager - 60256 - 172288 - - - ffBeamParamsOk - FB_FastFault - 25088 - 232544 - - - ffZeroRate - FB_FastFault - 25088 - 257632 - - - ffBPTMTimeoutAndMove - FB_FastFault - 25088 - 282720 - - - ffBPTMError - FB_FastFault - 25088 - 307808 - - - ffMaint - FB_FastFault - 25088 - 332896 - - - ffUnknown - FB_FastFault - 25088 - 357984 - - - bFFOxOk - BOOL - 8 - 383072 - - - bAtSafeState - BOOL - 8 - 383080 - - - nIter - INT - 16 - 383088 - - - HandlePmpsDb - - - HandleFFO - - - AssertHere - - - ClearAsserts - - - HandleBPTM - - - - PouType - FunctionBlock - - - - - FB_NCErrorFFO - 27808 - - stMotionStage - DUT_MotionStage - Motion stage to monitor - 32 - 32 - - - ItemType - InOut - - - - - fbFFHWO - FB_HardwareFFOutput - FFO to trip - 32 - 64 - - - ItemType - InOut - - - - - bReset - BOOL - Reset the fault - 8 - 96 - - - ItemType - Input - - - - - bAutoReset - BOOL - Auto-reset the fault - 8 - 104 - - - ItemType - Input - - - - - nLowErrorId - UDINT - The lowest error code that will trip the FFO - 32 - 128 - - 16384 - - - - ItemType - Input - - - - - nHighErrorId - UDINT - The highest error code that will trip the FFO - 32 - 160 - - 20479 - - - - ItemType - Input - - - - - sDesc - STRING(80) - A description of the fault - 648 - 192 - - Motor error - - - - ItemType - Input - - - - - bTripped - BOOL - Quick way for nearby code to check if this block has tripped the FFO. - 8 - 840 - - - ItemType - Output - - - - - nErrorTypeCode - UINT - Error code sent to PMPS. Is always 16#20XX, where XX is the first two hex in the NC error. - 16 - 848 - - - ItemType - Output - - - - - bInit - BOOL - 8 - 864 - - 1 - - - - bNCError - BOOL - 8 - 872 - - - stBeamParams - ST_BeamParams - 1760 - 896 - - - fbFF - FB_FastFault - 25088 - 2656 - - - rtTrip - R_TRIG - 64 - 27744 - - - - PouType - FunctionBlock - - - - - FB_EncErrorFFO - 27936 - - stMotionStage - DUT_MotionStage - Motion stage to monitor - 32 - 32 - - - ItemType - InOut - - - - - fbFFHWO - FB_HardwareFFOutput - FFO to trip - 32 - 64 - - - ItemType - InOut - - - - - bReset - BOOL - Reset the fault - 8 - 96 - - - ItemType - Input - - - - - bAutoReset - BOOL - Auto reset the fault - 8 - 104 - - - ItemType - Input - - - - - bTripped - BOOL - Quick way for nearby code to check if this block has tripped the FFO. - 8 - 112 - - - ItemType - Output - - - - - fbNCErrorFFO - FB_NCErrorFFO - 27808 - 128 - - - .nLowErrorId - 17408 - - - .nHighErrorId - 17663 - - - .sDesc - Encoder error - - - - - - PouType - FunctionBlock - - - - - FB_PositionStateBase_WithPMPS - 666496 - FB_PositionStateBase - - fbArbiter - FB_Arbiter - 32 - 253824 - - - ItemType - InOut - - - - - fbFFHWO - FB_HardwareFFOutput - 32 - 253856 - - - ItemType - InOut - - - - - sPmpsDeviceName - STRING(80) - 648 - 253888 - - - ItemType - Input - - - - - sTransitionKey - STRING(80) - 648 - 254536 - - - ItemType - Input - - - - - bArbiterEnabled - BOOL - 8 - 255184 - - 1 - - - - ItemType - Input - - - pytmc - + ]]>32602242AuthorizeTransitionWaitingForFinalAssertion_DONewTarget_ENTRYAssertTransitionBPAssertFinalBPWaitingForTransitionAssertion_DORemoveTransitionAssertionSetNewTargetRequestBP_DOWaitingForTransitionAssertion_EXITWaitingForFinalAssertion_EXITDeauthorizeTransitionLogActionsBOOL8LogStrSTRING(80)648no_checkPouTypeFunctionBlockno_checkFB_PositionStatePMPS383104FB_PositionStatePMPS_BasefbArbiterFB_Arbiter3219392ItemTypeInOutfbFFHWOFB_HardwareFFOutput3219424ItemTypeInOutbReadPmpsDbBOOL819456ItemTypeInputsPmpsDeviceNameSTRING(80)64819464ItemTypeInputsTransitionKeySTRING(80)64820112ItemTypeInputstPmpsDocSJsonValue3220768ItemTypeInputstHighBeamThresholdST_BeamParams176020800ItemTypeInputbBPOKAutoResetBOOL8225600ItemTypeInputarrPMPSST_DbStateParams0163993622592nBPIndexINT1662528nTransitionAssertionIDUDINT3262560nLastReqAssertionIDUDINT3262592fbReadPmpsDbFB_JsonDocToSafeBP10944062656ftDbBusyF_TRIG64172096rtReadDBExecR_TRIG64172160ftReadF_TRIG64172224bptmBeamParameterTransitionManager60256172288ffBeamParamsOkFB_FastFault25088232544ffZeroRateFB_FastFault25088257632ffBPTMTimeoutAndMoveFB_FastFault25088282720ffBPTMErrorFB_FastFault25088307808ffMaintFB_FastFault25088332896ffUnknownFB_FastFault25088357984bFFOxOkBOOL8383072bAtSafeStateBOOL8383080nIterINT16383088HandlePmpsDbHandleFFOAssertHereClearAssertsHandleBPTMPouTypeFunctionBlockFB_NCErrorFFO27808stMotionStageDUT_MotionStage3232ItemTypeInOutfbFFHWOFB_HardwareFFOutput3264ItemTypeInOutbResetBOOL896ItemTypeInputbAutoResetBOOL8104ItemTypeInputnLowErrorIdUDINT3212816384ItemTypeInputnHighErrorIdUDINT3216020479ItemTypeInputsDescSTRING(80)648192Motor errorItemTypeInputbTrippedBOOL8840ItemTypeOutputnErrorTypeCodeUINT16848ItemTypeOutputbInitBOOL88641bNCErrorBOOL8872stBeamParamsST_BeamParams1760896fbFFFB_FastFault250882656rtTripR_TRIG6427744PouTypeFunctionBlockFB_EncErrorFFO27936stMotionStageDUT_MotionStage3232ItemTypeInOutfbFFHWOFB_HardwareFFOutput3264ItemTypeInOutbResetBOOL896ItemTypeInputbAutoResetBOOL8104ItemTypeInputbTrippedBOOL8112ItemTypeOutputfbNCErrorFFOFB_NCErrorFFO27808128.nLowErrorId17408.nHighErrorId17663.sDescEncoder errorPouTypeFunctionBlockFB_PositionStateBase_WithPMPS666496FB_PositionStateBasefbArbiterFB_Arbiter32253824ItemTypeInOutfbFFHWOFB_HardwareFFOutput32253856ItemTypeInOutsPmpsDeviceNameSTRING(80)648253888ItemTypeInputsTransitionKeySTRING(80)648254536ItemTypeInputbArbiterEnabledBOOL82551841ItemTypeInputpytmc pv: PMPS:ARB:ENABLE io: io - - - - - - tArbiterTimeout - TIME - 32 - 255200 - - 1000 - - - - ItemType - Input - - - - - bMoveOnArbiterTimeout - BOOL - 8 - 255232 - - 1 - - - - ItemType - Input - - - - - fStateBoundaryDeadband - LREAL - 64 - 255296 - - 0 - - - - ItemType - Input - - - - - bBPOKAutoReset - BOOL - 8 - 255360 - - 0 - - - - ItemType - Input - - - - - fbStatePMPS - FB_PositionStatePMPS - 383104 - 255424 - - - pytmc - pv: PMPS - - - - - fbEncErrFFO - FB_EncErrorFFO - 27936 - 638528 - - - Exec - - - PMPSHandler - - - - PouType - FunctionBlock - - - - - ENUM_XS_YAG_States - 16 - INT - - Unknown - 0 - - - OUT - 1 - - - YAG1 - 2 - - - YAG2 - 3 - - - - FB_XS_YAG_States - 677952 - FB_PositionStateBase_WithPMPS - - enumSet - ENUM_XS_YAG_States - 16 - 666496 - - - ItemType - Input - - - pytmc - + tArbiterTimeoutTIME322552001000ItemTypeInputbMoveOnArbiterTimeoutBOOL82552321ItemTypeInputfStateBoundaryDeadbandLREAL642552960ItemTypeInputbBPOKAutoResetBOOL82553600ItemTypeInputfbStatePMPSFB_PositionStatePMPS383104255424pytmcpv: PMPSfbEncErrFFOFB_EncErrorFFO27936638528ExecPMPSHandlerPouTypeFunctionBlockENUM_XS_YAG_States16INTUnknown0OUT1YAG12YAG23FB_XS_YAG_States677952FB_PositionStateBase_WithPMPSenumSetENUM_XS_YAG_States16666496ItemTypeInputpytmc pv: SET io: io - - - - - - stOut - DUT_PositionState - 3648 - 666560 - - - ItemType - Input - - - - - stYag1 - DUT_PositionState - 3648 - 670208 - - - ItemType - Input - - - - - stYag2 - DUT_PositionState - 3648 - 673856 - - - ItemType - Input - - - - - bStatesLock - BOOL - 8 - 677504 - - - ItemType - Input - - - - - enumGet - ENUM_XS_YAG_States - 16 - 677520 - - - ItemType - Output - - - pytmc - + stOutDUT_PositionState3648666560ItemTypeInputstYag1DUT_PositionState3648670208ItemTypeInputstYag2DUT_PositionState3648673856ItemTypeInputbStatesLockBOOL8677504ItemTypeInputenumGetENUM_XS_YAG_States16677520ItemTypeOutputpytmc pv: GET io: i - - - - - - bXSInit - BOOL - 8 - 677536 - - 1 - - - - fInDelta - LREAL - 64 - 677568 - - 2 - - - - fOutDelta - LREAL - 64 - 677632 - - 2 - - - - fInVelocity - LREAL - 64 - 677696 - - 0.5 - - - - fOutVelocity - LREAL - 64 - 677760 - - 0.5 - - - - fAccel - LREAL - 64 - 677824 - - 100 - - - - fOutDecel - LREAL - 64 - 677888 - - 25 - - - - - PouType - FunctionBlock - - - - - FB_AnalogOutput - 576 - - fReal - LREAL - The real value to send to the output - 64 - 64 - - - ItemType - Input - - - - - fSafeMax - LREAL - The maximum allowed real value for the connected hardware - 64 - 128 - - - ItemType - Input - - - - - fSafeMin - LREAL - The minimum allowed real value for the connected hardware - 64 - 192 - - - ItemType - Input - - - - - iTermBits - UINT - The number of bits correlated with the terminal's max output. This is not necessarily the resolution parameter. - 16 - 256 - - - ItemType - Input - - - - - fTermMax - LREAL - The fReal value correlated with the terminal's max output - 64 - 320 - - - ItemType - Input - - - - - fTermMin - LREAL - The fReal value correlated with the terminal's min output - 64 - 384 - - - ItemType - Input - - - - - iRaw - INT - Connect this output to the terminal - 16 - 448 - - - ItemType - Output - - - TcAddressType - Output - - - - - fScale - LREAL - 64 - 512 - - - - PouType - FunctionBlock - - - - - FB_PPM_Gige - 1088 - - iIlluminatorINT - INT - 16 - 32 - - - TcAddressType - Output - - - - - bGigePower - BOOL - 8 - 48 - - - pytmc - + bXSInitBOOL86775361fInDeltaLREAL646775682fOutDeltaLREAL646776322fInVelocityLREAL646776960.5fOutVelocityLREAL646777600.5fAccelLREAL64677824100fOutDecelLREAL6467788825PouTypeFunctionBlockFB_AnalogOutput576fRealLREAL6464ItemTypeInputfSafeMaxLREAL64128ItemTypeInputfSafeMinLREAL64192ItemTypeInputiTermBitsUINT16256ItemTypeInputfTermMaxLREAL64320ItemTypeInputfTermMinLREAL64384ItemTypeInputiRawINT16448ItemTypeOutputTcAddressTypeOutputfScaleLREAL64512PouTypeFunctionBlockFB_PPM_Gige1088iIlluminatorINTINT1632TcAddressTypeOutputbGigePowerBOOL848pytmc pv: PWR field: ZNAM OFF field: ONAM ON - - - - TcAddressType - Output - - - - - fIlluminatorPercent - LREAL - 64 - 64 - - - pytmc - + TcAddressTypeOutputfIlluminatorPercentLREAL6464pytmc pv: CIL:PCT EGU: % - - - - - - fbGetIllPercent - FB_AnalogInput - 320 - 128 - - - fbSetIllPercent - FB_AnalogOutput - 576 - 448 - - - bGigeInit - BOOL - 8 - 1024 - - 0 - - - - - PouType - FunctionBlock - - - - - ST_BeamParams_IO - 1760 - - nTran - REAL - Requested pre-optic attenuation - 1 is full transmission - 32 - 0 - - 0 - 1 - 1 - - - - plcAttribute_pytmc - pv: Attenuation - io: i - - - - - nRate - UDINT - Pulse-rate - 32 - 32 - - 120 - - - - plcAttribute_pytmc - pv: Rate - io: i - - - - - neVRange - DWORD - Photon energy ranges - 32 - 64 - - 4294967295 - - - - plcAttribute_pytmc - pv: PhotonEnergy - io: i - - - plcAttribute_displaymode - binary - - - - - neV - REAL - Current Photon energy as calculated by the arbiter - 32 - 96 - - - nBCRange - WORD - 16 - 128 - - 0 - 65535 - 0 - - - - nBeamClass - USINT - 8 - 144 - - 0 - 0 - - - - nMachineMode - USINT - 8 - 152 - - - astAttenuators - ST_PMPS_Attenuator_IO - - 1 - 16 - - Beamline attenuators - 1024 - 160 - - - plcAttribute_pytmc - pv: AuxAttenuator - io: i - - - - - astApertures - ST_PMPS_Aperture_IO - - 1 - 4 - - 384 - 1184 - - - aVetoDevices - BOOL - - 1 - 16 - - Stopper statuses - 128 - 1568 - - - plcAttribute_pytmc - pv: AuxAttenuator - io: i - - - - - xValidToggle - BOOL - Toggle for watchdog - 8 - 1696 - - - xValid - BOOL - Beam parameter set is valid (if readback), or acknowledged (if request) - 8 - 1704 - - - plcAttribute_pytmc - pv: Valid - io: i - - - - - nCohortInt - UDINT - Cohort index. Identifies which cohort this BP set was included in arbitration - 32 - 1728 - - - plcAttribute_pytmc - pv: Attenuation - io: i - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FB_VetoArbiter - 27168 - I_HigherAuthority - - bVeto - BOOL - Rising edge clears request, hold true to veto continuously, falling edge restores request - 8 - 64 - - 0 - - - - ItemType - Input - - - - - HigherAuthority - I_HigherAuthority - Typically connected to a higher-level arbiter. - 32 - 96 - - - ItemType - Input - - - - - LowerAuthority - I_LowerAuthority - Lower authority to be vetoed - 32 - 128 - - - ItemType - Input - - - - - FFO - FB_HardwareFFOutput - This should be the FFO upstream of the veto device - 32 - 160 - - - ItemType - InOut - - - - - ffKeepItSecretKeepItSafe - FB_FastFault - 25088 - 192 - - - .i_xAutoReset - 1 - - - .i_Desc - Holds beam off until request is back in arbitration - - - .i_TypeCode - 200 - - - .i_xVetoable - 1 - - - - - stStandbyBP - ST_BeamParams - 1760 - 25280 - - - rtVeto - R_TRIG - 64 - 27040 - - - ftVeto - F_TRIG - 64 - 27104 - - - CheckRequest - BOOL - 8 - - nReqID - DWORD - 32 - - - - RequestBP - BOOL - 8 - - nReqID - StateID of state requesting beam parameter set - DWORD - 32 - - - stReqBP - Requested beam params - ST_BeamParams - 1760 - - - - RemoveRequest - BOOL - 8 - - nReqID - StateID to remove - DWORD - 32 - - - - - PouType - FunctionBlock - - - - - FB_SubSysToArbiter_IO - Use on a subsystem PLC to request from the arbiter - Run at the top of your cycle to receive the latest BP - 138752 - I_HigherAuthority - - Reset - BOOL - Fast fault reset - 8 - 64 - - - ItemType - Input - - - - - sName - STRING(80) - 648 - 72 - - SubSysToArbiter - - - - ItemType - Input - - - - - i_bVeto - BOOL - 8 - 720 - - - ItemType - Input - - - - - Arbiter - FB_Arbiter - 32 - 736 - - - ItemType - InOut - - - - - fbFFHWO - FB_HardwareFFOutput - 32 - 768 - - - ItemType - InOut - - - - - i_stCurrentBP - ST_BeamParams_IO - 1760 - 800 - - - TcLinkTo - TIIB[PMPS_PRE]^IO Inputs^CurrentBP - - - TcAddressType - Input - - - - - q_stRequestedBP - ST_BeamParams_IO - 1760 - 2560 - - - TcLinkTo - TIIB[PMPS_PRE]^IO Outputs^RequestedBP - - - TcAddressType - Output - - - - - xTxPDO_toggle - BIT - 1 - 4320 - - - pytmc - pv: TxPDO_toggle - io: i - - - TcLinkTo - TIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggle - - - TcAddressType - Input - - - - - xTxPDO_state - BIT - 1 - 4321 - - - pytmc - pv: TxPDO_state - io: i - - - TcLinkTo - TIIB[PMPS_PRE]^SYNC Inputs^TxPDO state - - - TcAddressType - Input - - - - - ffPMPSIO_Disconnect - FB_FastFault - Fast faults - 25088 - 4352 - - - .i_Desc - Arbiter network interface disconnected or not OP - - - .i_DevName - SubSysToArbiter - - - - - nRequestCohort - UDINT - Request cohort - 32 - 29440 - - 0 - - - - pytmc - pv: RequestCohort - io: i - - - - - nActiveCohort - UDINT - Active cohort, updated by incoming BP from arbiter PLC, in the ElevateRequest arbiter call - 32 - 29472 - - 0 - - - - pytmc - pv: ActiveCohort - io: i - - - - - fbVetoArb - FB_VetoArbiter - 27168 - 29504 - - - fbLog - FB_LogMessage - 81984 - 56704 - - - __CHECKREQUEST__XFIRSTTIME - BOOL - 8 - 138688 - - 1 - - - - __CHECKREQUEST__NID - DWORD - 32 - 138720 - - - CheckRequest - BOOL - 8 - - nReqID - DWORD - 32 - - - xFirstTime - BOOL - 8 - - - uselocation - __CHECKREQUEST__XFIRSTTIME - - - - - nId - DWORD - 32 - - - uselocation - __CHECKREQUEST__NID - - - - - - RequestBP - BOOL - 8 - - nReqID - StateID of state requesting beam parameter set - DWORD - 32 - - - stReqBP - Requested beam params - ST_BeamParams - 1760 - - - - RemoveRequest - BOOL - 8 - - nReqID - StateID to remove - DWORD - 32 - - - - - PouType - FunctionBlock - - - - - VERSION - 64 - - uiMajor - UINT - 16 - 0 - - - uiMinor - UINT - 16 - 16 - - - uiServicePack - UINT - 16 - 32 - - - uiPatch - UINT - 16 - 48 - - - - PlcLicenseInfo - 1024 - - LicenseId - GUID - 128 - 0 - - - Instances - UDINT - 32 - 128 - - - LicenseName - STRING(95) - 768 - 256 - - - - TcSystemEventClass - TcSystemEventClass - - InternalError - InternalError - Error - - - NoRTime - NoRTime - Error - - - AllocationLockedMemoryError - AllocationLockedMemoryError - Error - - - InsertMailboxError - InsertMailboxError - Error - - - WrongReceiveHMSG - WrongReceiveHMSG - Error - - - TargetPortNotFound - TargetPortNotFound (possible cause: ADS server not started) - Error - - - TargetMachineNotFound - TargetMachineNotFound (possible cause: missing ADS route) - Error - - - UnknownCommandID - UnknownCommandID - Error - - - BadTaskID - BadTaskID - Error - - - NoIO - NoIO - Error - - - UnknownAdsCommand - UnknownAdsCommand - Error - - - Win32Error - Win32Error - Error - - - PortNotConnected - PortNotConnected - Error - - - InvalidAdsLength - InvalidAdsLength - Error - - - InvalidAdsNetID - InvalidAdsNetID - Error - - - LowInstallationLevel - LowInstallationLevel - Error - - - NoDebugAvailable - NoDebugAvailable - Error - - - PortDisabled - PortDisabled - Error - - - PortAlreadyConnected - PortAlreadyConnected - Error - - - AdsSyncWin32Error - AdsSyncWin32Error - Error - - - AdsSyncTimeout - AdsSyncTimeout - Error - - - AdsSyncAmsError - AdsSyncAmsError - Error - - - AdsSyncNoIndexMap - AdsSyncNoIndexMap - Error - - - InvalidAdsPort - InvalidAdsPort - Error - - - NoMemory - NoMemory - Error - - - TCPSendError - TCPSendError - Error - - - HostUnreachable - HostUnreachable - Error - - - InvalidAMSFragment - InvalidAMSFragment - Error - - - - TcGeneralAdsEventClass - TcGeneralAdsEventClass - - GeneralDeviceError - General device error - Error - - - ServiceNotSupported - Service is not supported by server. - Error - - - InvalidIndexGroup - Invalid index group - Error - - - InvalidIndexOffset - Invalid index offset - Error - - - InvalidAccess - Reading/writing is not permitted. - Error - - - InvalidSize - Parameter size is not correct. - Error - - - InvalidData - Invalid parameter value(s) - Error - - - NotReady - Device is not in a ready state. - Error - - - Busy - Device is busy. - Error - - - InvalidContext - Invalid context - Error - - - NoMemory - Out of memory - Error - - - InvalidParam - Invalid parameter value(s) - Error - - - NotFound - Not found (files, ...) - Error - - - Syntax - Syntax error in comand or file - Error - - - Incompatible - Object does not match. - Error - - - AlreadyExists - Object already exists. - Error - - - SymbolNotFound - Symbol was not found. - Error - - - SymbolVersionInvalid - Symbol version is invalid. (-> Release handle and try again.) - Error - - - InvalidState - Server is in invalid state. - Error - - - TransModeNotSupported - AdsTransMode is not supported. - Error - - - NotificationHandleInvalid - Notification handle is invalid. (-> Release handle and try again.) - Error - - - ClientUnknown - Notification client is not registered. - Error - - - NoMoreHandles - No more notification handles - Error - - - InvalidWatchSize - Size for watch is too big. - Error - - - NotInit - Device is not initialized. - Error - - - DeviceTimeout - Device has a timeout. - Error - - - NoInterface - Query interface is failed. - Error - - - InvalidInterface - Wrong interface is required. - Error - - - InvalidClassID - Class ID is invalid. - Error - - - InvalidObjectID - Object ID is invalid. - Error - - - Pending - Request is pending. - Error - - - Aborted - Request is aborted. - Error - - - SignalWarning - Signal warning - Error - - - InvalidArrayIndex - Invalid array index - Error - - - SymbolNotActive - Symbol is not active. (-> Release handle and try again.) - Error - - - AccessDenied - Access is denied. - Error - - - LicenseMissing - License is missing / not found. - Error - - - LicenseExpired - License is expired. - Error - - - LicenseExceeded - License is exceeded. - Error - - - LicenseInvalid - License is invalid. - Error - - - LicenseSystemID - License with invalid system ID - Error - - - LicenseNoTimeLimit - License is not time limited. - Error - - - LicenseFutureIssue - License issue time is in the future. - Error - - - LicenseTimeTooLong - License time period is too long. - Error - - - Exception - Exception in the device code - Error - - - LicenseDuplicated - License file is read twice. - Error - - - InvalidServiceParam - Invalid parameter at service call - Error - - - ListEmpty - Polling list is empty. - Error - - - VariableConAlreadyInUse - Variable connection is already in use. - Error - - - InvokeIDAlreadyInUse - Invoke ID is already in use. - Error - - - TimeoutElapsed - Timeout is elapsed. - Error - - - Win32Error - Error in Win32 subsystem - Error - - - TimeoutInvalid - Timeout value is invalid. - Error - - - PortNotOpen - Port is not open (Ads dll). - Error - - - NoAMSAddr - No AMS address (Ads dll) - Error - - - SyncInternalError - Internal error in Ads sync - Error - - - AddHash - Hash table overflow - Error - - - RemoveHash - Key not found in hash table - Error - - - NoMoreSymbols - No more symbols in cache - Error - - - SyncResInvalid - Invalid response received - Error - - - SyncPortLocked - Sync port is locked. - Error - - - - - - - TcRouterEventClass - TcRouterEventClass - - NoLockedMemory - No locked memory can be allocated. - Error - - - ResizeMemory - The size of the router memory could not be changed. - Error - - - MailboxFull - The mailbox has reached the maximum number of possible messages. The current sent message was rejected. - Error - - - DebugBoxFull - The debug mailbox has reached the maximum number of possible messages. The sent message will not be displayed in the debug monitor. - Error - - - UnknownPortType - The port type is unknown. - Error - - - NotInitialized - TwinCAT Router is not initialised. - Error - - - PortAlreadyInUse - The desired port number is already assigned. - Error - - - NotRegistered - The Port is not registered. - Error - - - NoMoreQueues - The maximum number of Ports is reached. - Error - - - InvalidPort - The port is invalid. - Error - - - NotActivated - TwinCAT Router is not active. - Error - - - FragmentBoxFull - Fragment Box is full. - Error - - - FragmentTimeout - Fragment Timeout - Error - - - ToBeRemoved - ToBeRemoved - Error - - - - TcRTimeEventClass - TcRTimeEventClass - - InternalError - An internal fatal error in the TwinCAT real-time system occurred. - Error - - - BadTimerPeriods - The timer period is invalid. - Error - - - InvalidTaskPtr - The task pointer has the invalid value ZERO. - Error - - - InvalidStackPtr - The task stack pointer has the invalid value ZERO. - Error - - - PrioExists - The demanded task priority is already assigned. - Error - - - NoMoreTCB - No more free TCB (Task Control Block) available. The maximum number of TCBs is 64. - Error - - - NoMoreSemas - No more free semaphores available. The maximum number of semaphores is 64. - Error - - - NoMoreQueues - No more free queues available. The maximum number of queues is 64. - Error - - - ExtIRQAlreadyDef - An external synchronisation interrupt is already applied. - Error - - - ExtIRQNotDef - No external synchronsiation interrupt is applied. - Error - - - ExtIRQInstallFailed - The apply of the external synchronisation interrupt failed. - Error - - - IRQNotLessOrEqual - Call of a service function in the wrong context. - Error - - - VMXNotSupported - Intel VT-x extension is not supported. - Error - - - VMXDisabled - Intel VT-x extension is not enabled in BIOS. - Error - - - VMXControlsMissing - Missing feature in Intel VT-x extension. - Error - - - VMXEnableFails - Enabling Intel VT-x fails. - Error - - - - Win32EventClass - Win32EventClass - - ERROR_SUCCESS - The operation completed successfully. - Verbose - - - ERROR_INVALID_FUNCTION - Incorrect function. - Error - - - ERROR_FILE_NOT_FOUND - The system cannot find the file specified. - Error - - - ERROR_PATH_NOT_FOUND - The system cannot find the path specified. - Error - - - ERROR_TOO_MANY_OPEN_FILES - The system cannot open the file. - Error - - - ERROR_ACCESS_DENIED - Access is denied. - Error - - - ERROR_INVALID_HANDLE - The handle is invalid. - Error - - - ERROR_NOT_ENOUGH_MEMORY - Not enough storage is available to process this command. - Error - - - ERROR_INVALID_DATA - The data is invalid. - Error - - - ERROR_NOT_READY - The device is not ready. - Error - - - ERROR_BAD_COMMAND - The device does not recognize the command. - Error - - - ERROR_CRC - Data error (cyclic redundancy check). - Error - - - ERROR_BAD_LENGTH - The program issued a command but the command length is incorrect. - Error - - - ERROR_WRITE_FAULT - The system cannot write to the specified device. - Error - - - ERROR_READ_FAULT - The system cannot read from the specified device. - Error - - - ERROR_GEN_FAILURE - A device attached to the system is not functioning. - Error - - - ERROR_NOT_SUPPORTED - The request is not supported. - Error - - - ERROR_REM_NOT_LIST - The remote computer is not available. - Error - - - ERROR_DUP_NAME - A duplicate name exists on the network. - Error - - - ERROR_BAD_NETPATH - The network path was not found. - Error - - - ERROR_NETWORK_BUSY - The network is busy. - Error - - - ERROR_DEV_NOT_EXIST - The specified network resource or device is no longer available. - Error - - - ERROR_FILE_EXISTS - The file exists. - Error - - - ERROR_CANNOT_MAKE - The directory or file cannot be created. - Error - - - ERROR_ALREADY_ASSIGNED - The local device name is already in use. - Error - - - ERROR_INVALID_PASSWORD - The specified network password is not correct. - Error - - - ERROR_INVALID_PARAMETER - The parameter is incorrect. - Error - - - ERROR_OPEN_FAILED - The system cannot open the device or file specified. - Error - - - ERROR_ALREADY_EXISTS - Cannot create a file when that file already exists. - Error - - - ERROR_INVALID_FLAG_NUMBER - The flag passed is not correct. - Error - - - WAIT_TIMEOUT - The wait operation timed out. - Error - - - ERROR_NO_MORE_ITEMS - No more data is available. - Error - - - ERROR_INVALID_ADDRESS - Attempt to access invalid address. - Error - - - ERROR_ARITHMETIC_OVERFLOW - Arithmetic result exceeded 32 bits. - Error - - - ERROR_OPERATION_ABORTED - The I/O operation has been aborted because of either a thread exit or an application request. - Error - - - ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state. - Error - - - ERROR_IO_PENDING - Overlapped I/O operation is in progress. - Error - - - - - - - LCLSGeneralEventClass - Log event - - Critical - Critical - Critical - - - Error - Error - Error - - - Warning - Warning - Warning - - - Info - Info - Info - - - Verbose - Verbose - Verbose - - - - - - - - - - - - - - - rixs_optics - {08500001-0000-0000-F000-000000000064} - - - {777f1598-583b-4503-99bb-7c02e0abd97e} - TF4100 TC3 Controller Toolbox - - - {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} - TF6340 TC3 Serial-Communication - - - {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} - TF6340 TC3 Serial-Communication - - - {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} - TF6340 TC3 Serial-Communication - - - {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} - TF6340 TC3 Serial-Communication - - - {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} - TF6340 TC3 Serial-Communication - - - {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} - TF6340 TC3 Serial-Communication - - - - - 0 - SerialIO - - #x02010070 - - - - 1 - PiezoDriver - - #x02010060 - - - - 2 - DaqTask - - #x02010080 - - - - 3 - PlcTask - - #x02010030 - - - - - - - 0 - SerialIO Inputs - 0 - 163774464 - - GVL_SerialIO.Serial_stComIn_M1K2 - Better have your inputs and outputs! - M1K2 - 192 - EL6inData22B - - - TcAddressType - Input - - - TcVarGlobal - - - 1294527808 - - - - 1 - SerialIO Outputs - 0 - 163774464 - - GVL_SerialIO.Serial_stComOut_M1K2 - 192 - EL6outData22B - - - TcAddressType - Output - - - TcVarGlobal - - - 1294528000 - - - - 3 - SerialIO Internal - 0 - 163774464 - - P_Serial_Com.fbSerialLineControl_EL6001_M1K2 - 10432 - SerialLineControl - 1265813472 - - - GVL_COM_Buffers.Serial_RXBuffer_M1K2 - M1K2 - 2512 - ComBuffer - - - TcVarGlobal - - - 1292575600 - - - GVL_COM_Buffers.Serial_TXBuffer_M1K2 - 2512 - ComBuffer - - - TcVarGlobal - - - 1292578112 - - - TwinCAT_SystemInfoVarList._AppInfo - 2048 - PlcAppSystemInfo - - - no_init - - - TcVarGlobal - - - 1302175328 - - - TwinCAT_SystemInfoVarList._TaskPouOid_SerialIO - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302177376 - - - TwinCAT_SystemInfoVarList._TaskOid_SerialIO - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181504 - - - TwinCAT_SystemInfoVarList.__SerialIO - 704 - _Implicit_Task_Info - - - .dwVersion - 2 - - - - - TcContextName - SerialIO - - - TcVarGlobal - - - 1302181728 - - - - 19 - PiezoDriver Internal - 1 - 163774464 - - PiezoSerial.fbE621SerialDriver_M1K2 - PI Serial - 104032 - FB_PI_E621_SerialDriver - 1265825440 - - - GVL_M1K2.M1K2_Pitch - Pitch Mechanism: - Currently Unused - 2496 - HOMS_PitchMechanism - - - .ReqPosLimHi - 200 - - - .ReqPosLimLo - -30 - - - .diEncPosLimHi - 10121210 - - - .diEncPosLimLo - 10004610 - - - - - TcLinkTo - .diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1292583872 - - - TwinCAT_SystemInfoVarList._TaskPouOid_PiezoDriver - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181536 - - - TwinCAT_SystemInfoVarList._TaskOid_PiezoDriver - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181568 - - - TwinCAT_SystemInfoVarList.__PiezoDriver - 704 - _Implicit_Task_Info - - - .dwVersion - 2 - - - - - TcContextName - PiezoDriver - - - TcVarGlobal - - - 1302182432 - - - - 32 - DaqTask Inputs - 2 - 163774464 - - PRG_DAQ_ENCODER.iLatchPos - Inputs - 64 - ULINT - - - TcLinkTo - TIIB[EVR]^Latch^LatchPos1 - - - TcAddressType - Input - - - 1265931520 - - - PRG_DAQ_ENCODER.iLatchNeg - 64 - ULINT - - - TcLinkTo - TIIB[EVR]^Latch^LatchNeg1 - - - TcAddressType - Input - - - 1265931584 - - - PRG_DAQ_ENCODER.nEncoderCount - 64 - ULINT - - - TcLinkTo - TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^Position - - - TcAddressType - Input - - - 1265931648 - - - - 35 - DaqTask Internal - 2 - 163774464 - - GVL_Logger.sIpTidbit - 56 - STRING(6) - - 172.21 - - - - TcVarGlobal - - - 5052576 - - - Global_Variables.AMSPORT_R3_SYSSERV - TwinCAT System Service - 16 - UINT - - 10000 - - - - TcVarGlobal - - - 5136656 - - - Global_Variables.SYSTEMSERVICE_REG_HKEYLOCALMACHINE - 32 - UDINT - - 200 - - - - TcVarGlobal - - - 5138496 - - - Global_Variables.ADSLOG_MSGTYPE_HINT - Hint icon - 32 - DWORD - - 1 - - - - TcVarGlobal - - - 5138816 - - - Global_Variables.ADSLOG_MSGTYPE_ERROR - Error icon - 32 - DWORD - - 4 - - - - TcVarGlobal - - - 5138880 - - - Global_Variables.ADSLOG_MSGTYPE_LOG - Write message to log file - 32 - DWORD - - 16 - - - - TcVarGlobal - - - 5138912 - - - Global_Variables.DEFAULT_ADS_TIMEOUT - Default ADS timeout value - 32 - TIME - - 5000 - - - - TcVarGlobal - - - 5139776 - - - .TCPADS_MAXUDP_BUFFSIZE - 32 - UDINT - - 32768 - - - - TcVarGlobal - - - 5346784 - - - PRG_DAQ_ENCODER.bSendToDAQ - 8 - BOOL - - 1 - - 1265756640 - - - PRG_DAQ_ENCODER.bSendToTest - 8 - BOOL - - 0 - - 1265756648 - - - PRG_DAQ_ENCODER.bUseHWTriggers - 8 - BOOL - - 1 - - 1265756656 - - - PRG_DAQ_ENCODER.bUseSWTriggers - 8 - BOOL - - 0 - - 1265756664 - - - PRG_DAQ_ENCODER.sTestHost - rix-daq is the default test host - 648 - STRING(80) - - 172.21.140.21 - - 1265931712 - - - PRG_DAQ_ENCODER.bNewTrigger - Internals - 8 - BOOL - 1265932360 - - - PRG_DAQ_ENCODER.nFrameCount - 16 - UINT - - - pytmc - + fbGetIllPercentFB_AnalogInput320128fbSetIllPercentFB_AnalogOutput576448bGigeInitBOOL810240PouTypeFunctionBlockST_BeamParams_IO1760nTranREAL320011plcAttribute_pytmcpv: Attenuation + io: inRateUDINT3232120plcAttribute_pytmcpv: Rate + io: ineVRangeDWORD32644294967295plcAttribute_pytmcpv: PhotonEnergy + io: iplcAttribute_displaymodebinaryneVREAL3296nBCRangeWORD161280655350nBeamClassUSINT814400nMachineModeUSINT8152astAttenuatorsST_PMPS_Attenuator_IO1161024160plcAttribute_pytmcpv: AuxAttenuator + io: iastAperturesST_PMPS_Aperture_IO143841184aVetoDevicesBOOL1161281568plcAttribute_pytmcpv: AuxAttenuator + io: ixValidToggleBOOL81696xValidBOOL81704plcAttribute_pytmcpv: Valid + io: inCohortIntUDINT321728plcAttribute_pytmcpv: Attenuation + io: iFB_VetoArbiter27168I_HigherAuthoritybVetoBOOL8640ItemTypeInputHigherAuthorityI_HigherAuthority3296ItemTypeInputLowerAuthorityI_LowerAuthority32128ItemTypeInputFFOFB_HardwareFFOutput32160ItemTypeInOutffKeepItSecretKeepItSafeFB_FastFault25088192.i_xAutoReset1.i_DescHolds beam off until request is back in arbitration.i_TypeCode200.i_xVetoable1stStandbyBPST_BeamParams176025280rtVetoR_TRIG6427040ftVetoF_TRIG6427104CheckRequestBOOL8nReqIDDWORD32RequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760RemoveRequestBOOL8nReqIDDWORD32PouTypeFunctionBlockFB_SubSysToArbiter_IO138752I_HigherAuthorityResetBOOL864ItemTypeInputsNameSTRING(80)64872SubSysToArbiterItemTypeInputi_bVetoBOOL8720ItemTypeInputArbiterFB_Arbiter32736ItemTypeInOutfbFFHWOFB_HardwareFFOutput32768ItemTypeInOuti_stCurrentBPST_BeamParams_IO1760800TcLinkToTIIB[PMPS_PRE]^IO Inputs^CurrentBPTcAddressTypeInputq_stRequestedBPST_BeamParams_IO17602560TcLinkToTIIB[PMPS_PRE]^IO Outputs^RequestedBPTcAddressTypeOutputxTxPDO_toggleBIT14320pytmcpv: TxPDO_toggle + io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggleTcAddressTypeInputxTxPDO_stateBIT14321pytmcpv: TxPDO_state + io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO stateTcAddressTypeInputffPMPSIO_DisconnectFB_FastFault250884352.i_DescArbiter network interface disconnected or not OP.i_DevNameSubSysToArbiternRequestCohortUDINT32294400pytmcpv: RequestCohort + io: inActiveCohortUDINT32294720pytmcpv: ActiveCohort + io: ifbVetoArbFB_VetoArbiter2716829504fbLogFB_LogMessage8198456704__CHECKREQUEST__XFIRSTTIMEBOOL81386881__CHECKREQUEST__NIDDWORD32138720CheckRequestBOOL8nReqIDDWORD32xFirstTimeBOOL8uselocation__CHECKREQUEST__XFIRSTTIMEnIdDWORD32uselocation__CHECKREQUEST__NIDRequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760RemoveRequestBOOL8nReqIDDWORD32PouTypeFunctionBlockVERSION64uiMajorUINT160uiMinorUINT1616uiServicePackUINT1632uiPatchUINT1648PlcLicenseInfo1024LicenseIdGUID1280InstancesUDINT32128LicenseNameSTRING(95)768256TcSystemEventClassInternalErrorErrorNoRTimeErrorAllocationLockedMemoryErrorErrorInsertMailboxErrorErrorWrongReceiveHMSGErrorTargetPortNotFoundErrorTargetMachineNotFoundErrorUnknownCommandIDErrorBadTaskIDErrorNoIOErrorUnknownAdsCommandErrorWin32ErrorErrorPortNotConnectedErrorInvalidAdsLengthErrorInvalidAdsNetIDErrorLowInstallationLevelErrorNoDebugAvailableErrorPortDisabledErrorPortAlreadyConnectedErrorAdsSyncWin32ErrorErrorAdsSyncTimeoutErrorAdsSyncAmsErrorErrorAdsSyncNoIndexMapErrorInvalidAdsPortErrorNoMemoryErrorTCPSendErrorErrorHostUnreachableErrorInvalidAMSFragmentErrorTcGeneralAdsEventClassGeneralDeviceErrorErrorServiceNotSupportedErrorInvalidIndexGroupErrorInvalidIndexOffsetErrorInvalidAccessErrorInvalidSizeErrorInvalidDataErrorNotReadyErrorBusyErrorInvalidContextErrorNoMemoryErrorInvalidParamErrorNotFoundErrorSyntaxErrorIncompatibleErrorAlreadyExistsErrorSymbolNotFoundErrorSymbolVersionInvalid Release handle and try again.)]]>ErrorInvalidStateErrorTransModeNotSupportedErrorNotificationHandleInvalid Release handle and try again.)]]>ErrorClientUnknownErrorNoMoreHandlesErrorInvalidWatchSizeErrorNotInitErrorDeviceTimeoutErrorNoInterfaceErrorInvalidInterfaceErrorInvalidClassIDErrorInvalidObjectIDErrorPendingErrorAbortedErrorSignalWarningErrorInvalidArrayIndexErrorSymbolNotActive Release handle and try again.)]]>ErrorAccessDeniedErrorLicenseMissingErrorLicenseExpiredErrorLicenseExceededErrorLicenseInvalidErrorLicenseSystemIDErrorLicenseNoTimeLimitErrorLicenseFutureIssueErrorLicenseTimeTooLongErrorExceptionErrorLicenseDuplicatedErrorInvalidServiceParamErrorListEmptyErrorVariableConAlreadyInUseErrorInvokeIDAlreadyInUseErrorTimeoutElapsedErrorWin32ErrorErrorTimeoutInvalidErrorPortNotOpenErrorNoAMSAddrErrorSyncInternalErrorErrorAddHashErrorRemoveHashErrorNoMoreSymbolsErrorSyncResInvalidErrorSyncPortLockedErrorTcRouterEventClassNoLockedMemoryErrorResizeMemoryErrorMailboxFullErrorDebugBoxFullErrorUnknownPortTypeErrorNotInitializedErrorPortAlreadyInUseErrorNotRegisteredErrorNoMoreQueuesErrorInvalidPortErrorNotActivatedErrorFragmentBoxFullErrorFragmentTimeoutErrorToBeRemovedErrorTcRTimeEventClassInternalErrorErrorBadTimerPeriodsErrorInvalidTaskPtrErrorInvalidStackPtrErrorPrioExistsErrorNoMoreTCBErrorNoMoreSemasErrorNoMoreQueuesErrorExtIRQAlreadyDefErrorExtIRQNotDefErrorExtIRQInstallFailedErrorIRQNotLessOrEqualErrorVMXNotSupportedErrorVMXDisabledErrorVMXControlsMissingErrorVMXEnableFailsErrorWin32EventClassERROR_SUCCESSVerboseERROR_INVALID_FUNCTIONErrorERROR_FILE_NOT_FOUNDErrorERROR_PATH_NOT_FOUNDErrorERROR_TOO_MANY_OPEN_FILESErrorERROR_ACCESS_DENIEDErrorERROR_INVALID_HANDLEErrorERROR_NOT_ENOUGH_MEMORYErrorERROR_INVALID_DATAErrorERROR_NOT_READYErrorERROR_BAD_COMMANDErrorERROR_CRCErrorERROR_BAD_LENGTHErrorERROR_WRITE_FAULTErrorERROR_READ_FAULTErrorERROR_GEN_FAILUREErrorERROR_NOT_SUPPORTEDErrorERROR_REM_NOT_LISTErrorERROR_DUP_NAMEErrorERROR_BAD_NETPATHErrorERROR_NETWORK_BUSYErrorERROR_DEV_NOT_EXISTErrorERROR_FILE_EXISTSErrorERROR_CANNOT_MAKEErrorERROR_ALREADY_ASSIGNEDErrorERROR_INVALID_PASSWORDErrorERROR_INVALID_PARAMETERErrorERROR_OPEN_FAILEDErrorERROR_ALREADY_EXISTSErrorERROR_INVALID_FLAG_NUMBERErrorWAIT_TIMEOUTErrorERROR_NO_MORE_ITEMSErrorERROR_INVALID_ADDRESSErrorERROR_ARITHMETIC_OVERFLOWErrorERROR_OPERATION_ABORTEDErrorERROR_IO_INCOMPLETEErrorERROR_IO_PENDINGErrorLCLSGeneralEventClassCriticalCriticalErrorErrorWarningWarningInfoInfoVerboseVerboserixs_optics{08500001-0000-0000-F000-000000000064}{777f1598-583b-4503-99bb-7c02e0abd97e}TF4100 TC3 Controller Toolbox{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication0SerialIO#x020100701PiezoDriver#x020100602DaqTask#x020100803PlcTask#x020100300SerialIO Inputs0163840000GVL_SerialIO.Serial_stComIn_M1K2192EL6inData22BTcAddressTypeInputTcVarGlobal12945278081SerialIO Outputs0163840000GVL_SerialIO.Serial_stComOut_M1K2192EL6outData22BTcAddressTypeOutputTcVarGlobal12945280003SerialIO Internal0163840000P_Serial_Com.fbSerialLineControl_EL6001_M1K210432SerialLineControl1265813472GVL_COM_Buffers.Serial_RXBuffer_M1K22512ComBufferTcVarGlobal1292575600GVL_COM_Buffers.Serial_TXBuffer_M1K22512ComBufferTcVarGlobal1292578112TwinCAT_SystemInfoVarList._AppInfo2048PlcAppSystemInfono_initTcVarGlobal1302175328TwinCAT_SystemInfoVarList._TaskPouOid_SerialIO32OTCIDno_initTcVarGlobal1302177376TwinCAT_SystemInfoVarList._TaskOid_SerialIO32OTCIDno_initTcVarGlobal1302181504TwinCAT_SystemInfoVarList.__SerialIO704_Implicit_Task_Info.dwVersion2TcContextNameSerialIOTcVarGlobal130218172819PiezoDriver Internal1163840000PiezoSerial.fbE621SerialDriver_M1K2104032FB_PI_E621_SerialDriver1265825440GVL_M1K2.M1K2_Pitch2496HOMS_PitchMechanism.ReqPosLimHi200.ReqPosLimLo-30.diEncPosLimHi10121210.diEncPosLimLo10004610TcLinkTo.diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^PositionTcVarGlobal1292583872TwinCAT_SystemInfoVarList._TaskPouOid_PiezoDriver32OTCIDno_initTcVarGlobal1302181536TwinCAT_SystemInfoVarList._TaskOid_PiezoDriver32OTCIDno_initTcVarGlobal1302181568TwinCAT_SystemInfoVarList.__PiezoDriver704_Implicit_Task_Info.dwVersion2TcContextNamePiezoDriverTcVarGlobal130218243232DaqTask Inputs2163840000PRG_DAQ_ENCODER.iLatchPos64ULINTTcLinkToTIIB[EVR]^Latch^LatchPos1TcAddressTypeInput1265931520PRG_DAQ_ENCODER.iLatchNeg64ULINTTcLinkToTIIB[EVR]^Latch^LatchNeg1TcAddressTypeInput1265931584PRG_DAQ_ENCODER.nEncoderCount64ULINTTcLinkToTIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcAddressTypeInput126593164835DaqTask Internal2163840000GVL_Logger.sIpTidbit56STRING(6)172.21TcVarGlobal5052576Global_Variables.AMSPORT_R3_SYSSERV16UINT10000TcVarGlobal5136656Global_Variables.SYSTEMSERVICE_REG_HKEYLOCALMACHINE32UDINT200TcVarGlobal5138496Global_Variables.ADSLOG_MSGTYPE_HINT32DWORD1TcVarGlobal5138816Global_Variables.ADSLOG_MSGTYPE_ERROR32DWORD4TcVarGlobal5138880Global_Variables.ADSLOG_MSGTYPE_LOG32DWORD16TcVarGlobal5138912Global_Variables.DEFAULT_ADS_TIMEOUT32TIME5000TcVarGlobal5139776.TCPADS_MAXUDP_BUFFSIZE32UDINT32768TcVarGlobal5346784PRG_DAQ_ENCODER.bSendToDAQ8BOOL11265756640PRG_DAQ_ENCODER.bSendToTest8BOOL01265756648PRG_DAQ_ENCODER.bUseHWTriggers8BOOL11265756656PRG_DAQ_ENCODER.bUseSWTriggers8BOOL01265756664PRG_DAQ_ENCODER.sTestHost648STRING(80)172.21.140.211265931712PRG_DAQ_ENCODER.bNewTrigger8BOOL1265932360PRG_DAQ_ENCODER.nFrameCount16UINTpytmc pv: SP1K1:MONO:DAQ:FRAME_COUNT io: i - - - - 1265932368 - - - PRG_DAQ_ENCODER.tSWTriggerDelay - 32 - TIME - - 8 - - 1265932384 - - - PRG_DAQ_ENCODER.iTimeSincePos - Outputs - 64 - ULINT - 1265932416 - - - PRG_DAQ_ENCODER.iMaxTime - 64 - ULINT - 1265932480 - - - PRG_DAQ_ENCODER.iMinTime - 64 - ULINT - - 10000000000 - - 1265932544 - - - PRG_DAQ_ENCODER.fTimeInS - 64 - LREAL - 1265932608 - - - PRG_DAQ_ENCODER.iTriggerWidth - 64 - ULINT - 1265932672 - - - PRG_DAQ_ENCODER.fTriggerRate - 64 - LREAL - - - pytmc - + 1265932368PRG_DAQ_ENCODER.tSWTriggerDelay32TIME81265932384PRG_DAQ_ENCODER.iTimeSincePos64ULINT1265932416PRG_DAQ_ENCODER.iMaxTime64ULINT1265932480PRG_DAQ_ENCODER.iMinTime64ULINT100000000001265932544PRG_DAQ_ENCODER.fTimeInS64LREAL1265932608PRG_DAQ_ENCODER.iTriggerWidth64ULINT1265932672PRG_DAQ_ENCODER.fTriggerRate64LREALpytmc pv: SP1K1:MONO:DAQ:TRIG_RATE io: i - - - - 1265932736 - - - PRG_DAQ_ENCODER.tonSWTrigger - 224 - TON - 1265932800 - - - PRG_DAQ_ENCODER.iPrevLatchPos - 64 - ULINT - 1265933056 - - - PRG_DAQ_ENCODER.fMaxTimeInS - 64 - LREAL - 1265933120 - - - PRG_DAQ_ENCODER.fMinTimeInS - 64 - LREAL - - 10000000 - - 1265933184 - - - PRG_DAQ_ENCODER.iTimeSinceLast - 64 - ULINT - 1265933248 - - - PRG_DAQ_ENCODER.nUpdateCycles - 64 - ULINT - 1265933312 - - - PRG_DAQ_ENCODER.stTaskInfo - 1024 - PlcTaskSystemInfo - 1265933376 - - - PRG_DAQ_ENCODER.iUnderflowCount - 64 - ULINT - 1265934400 - - - PRG_DAQ_ENCODER.fUnderflowPercent - 64 - LREAL - 1265934464 - - - PRG_DAQ_ENCODER.fEncScale - 64 - LREAL - 1265934528 - - - PRG_DAQ_ENCODER.fEncScaleDenominator - 64 - LREAL - 1265934592 - - - PRG_DAQ_ENCODER.fbSocketHandler - 108544 - FB_UDPSocketHandler - 1265934656 - - - PRG_DAQ_ENCODER.fbSocketSend - 274688 - FB_BufferedSocketSend - 1266043200 - - - PRG_DAQ_ENCODER.fbSocketHandlerTest - 108544 - FB_UDPSocketHandler - 1266317888 - - - PRG_DAQ_ENCODER.fbSocketSendTest - 274688 - FB_BufferedSocketSend - 1266426432 - - - PRG_DAQ_ENCODER.payload - 512 - DUT_01_Channel_NW - 1266701120 - - - PRG_DAQ_ENCODER.fbHeader - 512 - FB_AssembleHeader - - - .sHardwareID - plc-tst-proto6 - - - 1266701632 - - - PRG_DAQ_ENCODER.fbChannel - 768 - FB_AssembleChannel - - - .nChannel - 1 - - - 1266702144 - - - PRG_DAQ_ENCODER.fbGetTaskIndex - Function blocks - 128 - GETCURTASKINDEX - 1266702912 - - - PRG_DAQ_ENCODER.fEpicsEncCount - EPICS Diagnostics (reduce data size) - 32 - DINT - - - pytmc - + 1265932736PRG_DAQ_ENCODER.tonSWTrigger224TON1265932800PRG_DAQ_ENCODER.iPrevLatchPos64ULINT1265933056PRG_DAQ_ENCODER.fMaxTimeInS64LREAL1265933120PRG_DAQ_ENCODER.fMinTimeInS64LREAL100000001265933184PRG_DAQ_ENCODER.iTimeSinceLast64ULINT1265933248PRG_DAQ_ENCODER.nUpdateCycles64ULINT1265933312PRG_DAQ_ENCODER.stTaskInfo1024PlcTaskSystemInfo1265933376PRG_DAQ_ENCODER.iUnderflowCount64ULINT1265934400PRG_DAQ_ENCODER.fUnderflowPercent64LREAL1265934464PRG_DAQ_ENCODER.fEncScale64LREAL1265934528PRG_DAQ_ENCODER.fEncScaleDenominator64LREAL1265934592PRG_DAQ_ENCODER.fbSocketHandler108544FB_UDPSocketHandler1265934656PRG_DAQ_ENCODER.fbSocketSend274688FB_BufferedSocketSend1266043200PRG_DAQ_ENCODER.fbSocketHandlerTest108544FB_UDPSocketHandler1266317888PRG_DAQ_ENCODER.fbSocketSendTest274688FB_BufferedSocketSend1266426432PRG_DAQ_ENCODER.payload512DUT_01_Channel_NW1266701120PRG_DAQ_ENCODER.fbHeader512FB_AssembleHeader.sHardwareIDplc-tst-proto61266701632PRG_DAQ_ENCODER.fbChannel768FB_AssembleChannel.nChannel11266702144PRG_DAQ_ENCODER.fbGetTaskIndex128GETCURTASKINDEX1266702912PRG_DAQ_ENCODER.fEpicsEncCount32DINTpytmc pv: SP1K1:MONO:DAQ:ENC_COUNT io: i - - - - 1266703072 - - - PRG_DAQ_ENCODER.fEpicsTrigWidth - 32 - DINT - - - pytmc - + 1266703072PRG_DAQ_ENCODER.fEpicsTrigWidth32DINTpytmc pv: SP1K1:MONO:DAQ:TRIG_WIDTH io: i - - - - 1266703104 - - - Main.M7 - G_PI, urad - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .fVelocity - 200 - - - .bPowerSelf - 1 - - - - - pytmc - + 1266703104Main.M721184DUT_MotionStage.nEnableMode0.fVelocity200.bPowerSelf1pytmc pv: SP1K1:MONO:MMS:G_PI - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[g_pi_m]^STM Status^Status^Digital input 1; + TcLinkTo.bLimitForwardEnable:=TIIB[g_pi_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[g_pi_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1295848512 - - - TwinCAT_SystemInfoVarList._TaskInfo - 4096 - PlcTaskSystemInfo - - 1 - 4 - - - - no_init - - - TcVarGlobal - - - 1302177408 - - - TwinCAT_SystemInfoVarList._TaskPouOid_DaqTask - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181600 - - - TwinCAT_SystemInfoVarList._TaskOid_DaqTask - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181632 - - - TwinCAT_SystemInfoVarList.__DaqTask - 704 - _Implicit_Task_Info - - - .dwVersion - 2 - - - - - TcContextName - DaqTask - - - TcVarGlobal - - - 1302183136 - - - - 48 - PlcTask Inputs - 3 - 163774464 - - LCLS_General.DefaultGlobals.stSys.I_EcatMaster1 - AMS Net ID used for FB_EcatDiag, among others - 48 - AMSNETID - - - naming - omit - - - TcAddressType - Input - - - 5052296 - - - lcls_twincat_optics.GVL_TestStructs.TestPitch_LimitSwitches.diEncCnt - Raw encoder count - 64 - LINT - - - TcAddressType - Input - - - 1265756288 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable1 - STO Button - 8 - BOOL - - - TcAddressType - Input - - - 1272498272 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable2 - 8 - BOOL - - - TcAddressType - Input - - - 1272498280 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYupEnc - Encoders - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1272498304 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYdwnEnc - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1272498432 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXupEnc - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1272498560 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXdwnEnc - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1272498688 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1272499264 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1272499392 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1272508736 - - - PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1272508864 - - - PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1273740352 - - - PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1274045184 - - - PRG_MR1K1_BEND.bMR1K1_Y_ENC_Ready - 8 - BOOL - - - TcLinkTo - TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^Ready - - - TcAddressType - Input - - - 1274345824 - - - PRG_MR1K1_BEND.bMR1K1_Y_ENC_TxPDO - 8 - BOOL - - - TcLinkTo - TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^TxPDO State - - - TcAddressType - Input - - - 1274345832 - - - PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable1 - Emergency Stop for MR1K1 -Emergency Stop for MR1K1 - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 1^Input - - - TcAddressType - Input - - - 1274345840 - - - PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable2 - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 2^Input - - - TcAddressType - Input - - - 1274345848 - - - PRG_MR1K1_BEND.fM1K1_Flow_1.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1274345888 - - - PRG_MR1K1_BEND.fM1K1_Flow_2.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1274346272 - - - PRG_MR1K1_BEND.fM1K1_Press_1.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1274346656 - - - PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_1_Err - RTD error bit - 8 - BOOL - - - TcAddressType - Input - - - 1275120832 - - - PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_2_Err - 8 - BOOL - - - TcAddressType - Input - - - 1275120840 - - - PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_3_Err - 8 - BOOL - - - TcAddressType - Input - - - 1275120848 - - - PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_1_Err - 8 - BOOL - - - TcAddressType - Input - - - 1275120856 - - - PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_2_Err - 8 - BOOL - - - TcAddressType - Input - - - 1275120864 - - - PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_3_Err - 8 - BOOL - - - TcAddressType - Input - - - 1275120872 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable1 - STO Button - 8 - BOOL - - - TcAddressType - Input - - - 1280931872 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable2 - 8 - BOOL - - - TcAddressType - Input - - - 1280931880 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYupEnc - Encoders - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1280931904 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYdwnEnc - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1280932032 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXupEnc - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1280932160 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXdwnEnc - 128 - ST_RenishawAbsEnc - - - TcAddressType - Input - - - 1280932288 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1280932864 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1280932992 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1280942336 - - - PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count - Connect to encoder "Position" input - 64 - ULINT - - - TcAddressType - Input - - - 1280942464 - - - PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1282173952 - - - PRG_SP1K1_MONO.bSTOEnable1 - Where is the STO - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 1^Input - - - TcAddressType - Input - - - 1282476304 - - - PRG_SP1K1_MONO.bSTOEnable2 - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 2^Input - - - TcAddressType - Input - - - 1282476312 - - - PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1282478848 - - - PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1282782208 - - - PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1283080512 - - - PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1283378816 - - - PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1283677120 - - - PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1283975424 - - - PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1284273728 - - - PRG_SP1K1_MONO.mpi_upe - 128 - ST_RenishawAbsEnc - - - .ref - 0 - - - - - TcLinkTo - .Count:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 1^Position - - - TcAddressType - Input - - - 1284569536 - - - PRG_SP1K1_MONO.gpi_upe - 128 - ST_RenishawAbsEnc - - - .ref - 0 - - - - - TcLinkTo - .Count:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^Position - - - TcAddressType - Input - - - 1284569664 - - - PRG_SP1K1_MONO.RTD1.bError - 8 - BOOL - - 1 - - - - pytmc - + .nRawEncoderULINT:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcVarGlobal1295848512TwinCAT_SystemInfoVarList._TaskInfo4096PlcTaskSystemInfo14no_initTcVarGlobal1302177408TwinCAT_SystemInfoVarList._TaskPouOid_DaqTask32OTCIDno_initTcVarGlobal1302181600TwinCAT_SystemInfoVarList._TaskOid_DaqTask32OTCIDno_initTcVarGlobal1302181632TwinCAT_SystemInfoVarList.__DaqTask704_Implicit_Task_Info.dwVersion2TcContextNameDaqTaskTcVarGlobal130218313648PlcTask Inputs3163840000LCLS_General.DefaultGlobals.stSys.I_EcatMaster148AMSNETIDnamingomitTcAddressTypeInput5052296lcls_twincat_optics.GVL_TestStructs.TestPitch_LimitSwitches.diEncCnt64LINTTcAddressTypeInput1265756288PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable18BOOLTcAddressTypeInput1272498272PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable28BOOLTcAddressTypeInput1272498280PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYupEnc128ST_RenishawAbsEncTcAddressTypeInput1272498304PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1272498432PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXupEnc128ST_RenishawAbsEncTcAddressTypeInput1272498560PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1272498688PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1272499264PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1272499392PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1272508736PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1272508864PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1273740352PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1274045184PRG_MR1K1_BEND.bMR1K1_Y_ENC_Ready8BOOLTcLinkToTIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^ReadyTcAddressTypeInput1274345824PRG_MR1K1_BEND.bMR1K1_Y_ENC_TxPDO8BOOLTcLinkToTIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^TxPDO StateTcAddressTypeInput1274345832PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 1^InputTcAddressTypeInput1274345840PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 2^InputTcAddressTypeInput1274345848PRG_MR1K1_BEND.fM1K1_Flow_1.iRaw16INTTcAddressTypeInput1274345888PRG_MR1K1_BEND.fM1K1_Flow_2.iRaw16INTTcAddressTypeInput1274346272PRG_MR1K1_BEND.fM1K1_Press_1.iRaw16INTTcAddressTypeInput1274346656PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_1_Err8BOOLTcAddressTypeInput1275120832PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_2_Err8BOOLTcAddressTypeInput1275120840PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_3_Err8BOOLTcAddressTypeInput1275120848PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_1_Err8BOOLTcAddressTypeInput1275120856PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_2_Err8BOOLTcAddressTypeInput1275120864PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_3_Err8BOOLTcAddressTypeInput1275120872PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable18BOOLTcAddressTypeInput1280931872PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable28BOOLTcAddressTypeInput1280931880PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYupEnc128ST_RenishawAbsEncTcAddressTypeInput1280931904PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1280932032PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXupEnc128ST_RenishawAbsEncTcAddressTypeInput1280932160PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1280932288PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1280932864PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1280932992PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1280942336PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1280942464PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1282173952PRG_SP1K1_MONO.bSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 1^InputTcAddressTypeInput1282476304PRG_SP1K1_MONO.bSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 2^InputTcAddressTypeInput1282476312PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1282478848PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1282782208PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283080512PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283378816PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283677120PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283975424PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1284273728PRG_SP1K1_MONO.mpi_upe128ST_RenishawAbsEnc.ref0TcLinkTo.Count:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcAddressTypeInput1284569536PRG_SP1K1_MONO.gpi_upe128ST_RenishawAbsEnc.ref0TcLinkTo.Count:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcAddressTypeInput1284569664PRG_SP1K1_MONO.RTD1.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284570120 - - - PRG_SP1K1_MONO.RTD1.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570128 - - - PRG_SP1K1_MONO.RTD1.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570136 - - - PRG_SP1K1_MONO.RTD1.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284570144 - - - PRG_SP1K1_MONO.RTD2.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284570120PRG_SP1K1_MONO.RTD1.bUnderrange8BOOLTcAddressTypeInput1284570128PRG_SP1K1_MONO.RTD1.bOverrange8BOOLTcAddressTypeInput1284570136PRG_SP1K1_MONO.RTD1.iRaw16INTTcAddressTypeInput1284570144PRG_SP1K1_MONO.RTD2.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284570376 - - - PRG_SP1K1_MONO.RTD2.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570384 - - - PRG_SP1K1_MONO.RTD2.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570392 - - - PRG_SP1K1_MONO.RTD2.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284570400 - - - PRG_SP1K1_MONO.RTD3.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284570376PRG_SP1K1_MONO.RTD2.bUnderrange8BOOLTcAddressTypeInput1284570384PRG_SP1K1_MONO.RTD2.bOverrange8BOOLTcAddressTypeInput1284570392PRG_SP1K1_MONO.RTD2.iRaw16INTTcAddressTypeInput1284570400PRG_SP1K1_MONO.RTD3.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284570632 - - - PRG_SP1K1_MONO.RTD3.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570640 - - - PRG_SP1K1_MONO.RTD3.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570648 - - - PRG_SP1K1_MONO.RTD3.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284570656 - - - PRG_SP1K1_MONO.RTD4.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284570632PRG_SP1K1_MONO.RTD3.bUnderrange8BOOLTcAddressTypeInput1284570640PRG_SP1K1_MONO.RTD3.bOverrange8BOOLTcAddressTypeInput1284570648PRG_SP1K1_MONO.RTD3.iRaw16INTTcAddressTypeInput1284570656PRG_SP1K1_MONO.RTD4.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284570888 - - - PRG_SP1K1_MONO.RTD4.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570896 - - - PRG_SP1K1_MONO.RTD4.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284570904 - - - PRG_SP1K1_MONO.RTD4.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284570912 - - - PRG_SP1K1_MONO.RTD5.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284570888PRG_SP1K1_MONO.RTD4.bUnderrange8BOOLTcAddressTypeInput1284570896PRG_SP1K1_MONO.RTD4.bOverrange8BOOLTcAddressTypeInput1284570904PRG_SP1K1_MONO.RTD4.iRaw16INTTcAddressTypeInput1284570912PRG_SP1K1_MONO.RTD5.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284571144 - - - PRG_SP1K1_MONO.RTD5.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571152 - - - PRG_SP1K1_MONO.RTD5.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571160 - - - PRG_SP1K1_MONO.RTD5.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284571168 - - - PRG_SP1K1_MONO.RTD6.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284571144PRG_SP1K1_MONO.RTD5.bUnderrange8BOOLTcAddressTypeInput1284571152PRG_SP1K1_MONO.RTD5.bOverrange8BOOLTcAddressTypeInput1284571160PRG_SP1K1_MONO.RTD5.iRaw16INTTcAddressTypeInput1284571168PRG_SP1K1_MONO.RTD6.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284571400 - - - PRG_SP1K1_MONO.RTD6.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571408 - - - PRG_SP1K1_MONO.RTD6.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571416 - - - PRG_SP1K1_MONO.RTD6.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284571424 - - - PRG_SP1K1_MONO.RTD7.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284571400PRG_SP1K1_MONO.RTD6.bUnderrange8BOOLTcAddressTypeInput1284571408PRG_SP1K1_MONO.RTD6.bOverrange8BOOLTcAddressTypeInput1284571416PRG_SP1K1_MONO.RTD6.iRaw16INTTcAddressTypeInput1284571424PRG_SP1K1_MONO.RTD7.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284571656 - - - PRG_SP1K1_MONO.RTD7.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571664 - - - PRG_SP1K1_MONO.RTD7.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571672 - - - PRG_SP1K1_MONO.RTD7.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284571680 - - - PRG_SP1K1_MONO.RTD8.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284571656PRG_SP1K1_MONO.RTD7.bUnderrange8BOOLTcAddressTypeInput1284571664PRG_SP1K1_MONO.RTD7.bOverrange8BOOLTcAddressTypeInput1284571672PRG_SP1K1_MONO.RTD7.iRaw16INTTcAddressTypeInput1284571680PRG_SP1K1_MONO.RTD8.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1284571912 - - - PRG_SP1K1_MONO.RTD8.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571920 - - - PRG_SP1K1_MONO.RTD8.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1284571928 - - - PRG_SP1K1_MONO.RTD8.iRaw - 16 - INT - - - TcAddressType - Input - - - 1284571936 - - - PRG_SP1K1_MONO.fSP1K1_Flow_1.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1284597280 - - - PRG_SP1K1_MONO.fSP1K1_Flow_2.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1284597664 - - - PRG_SP1K1_MONO.fSP1K1_Press_1.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1284598048 - - - PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1284759488 - - - PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1285057792 - - - PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1285356096 - - - PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1285654400 - - - PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1285952704 - - - PRG_SL1K2_EXIT.RTD_Crystal_TOP.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1284571912PRG_SP1K1_MONO.RTD8.bUnderrange8BOOLTcAddressTypeInput1284571920PRG_SP1K1_MONO.RTD8.bOverrange8BOOLTcAddressTypeInput1284571928PRG_SP1K1_MONO.RTD8.iRaw16INTTcAddressTypeInput1284571936PRG_SP1K1_MONO.fSP1K1_Flow_1.iRaw16INTTcAddressTypeInput1284597280PRG_SP1K1_MONO.fSP1K1_Flow_2.iRaw16INTTcAddressTypeInput1284597664PRG_SP1K1_MONO.fSP1K1_Press_1.iRaw16INTTcAddressTypeInput1284598048PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1284759488PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285057792PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285356096PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285654400PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285952704PRG_SL1K2_EXIT.RTD_Crystal_TOP.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1286926664 - - - PRG_SL1K2_EXIT.RTD_Crystal_TOP.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1286926672 - - - PRG_SL1K2_EXIT.RTD_Crystal_TOP.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1286926680 - - - PRG_SL1K2_EXIT.RTD_Crystal_TOP.iRaw - 16 - INT - - - TcAddressType - Input - - - 1286926688 - - - PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1286926664PRG_SL1K2_EXIT.RTD_Crystal_TOP.bUnderrange8BOOLTcAddressTypeInput1286926672PRG_SL1K2_EXIT.RTD_Crystal_TOP.bOverrange8BOOLTcAddressTypeInput1286926680PRG_SL1K2_EXIT.RTD_Crystal_TOP.iRaw16INTTcAddressTypeInput1286926688PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1286926920 - - - PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1286926928 - - - PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1286926936 - - - PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.iRaw - 16 - INT - - - TcAddressType - Input - - - 1286926944 - - - PRG_SL1K2_EXIT.RTD_YAG.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1286926920PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bUnderrange8BOOLTcAddressTypeInput1286926928PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bOverrange8BOOLTcAddressTypeInput1286926936PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.iRaw16INTTcAddressTypeInput1286926944PRG_SL1K2_EXIT.RTD_YAG.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1286927176 - - - PRG_SL1K2_EXIT.RTD_YAG.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1286927184 - - - PRG_SL1K2_EXIT.RTD_YAG.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1286927192 - - - PRG_SL1K2_EXIT.RTD_YAG.iRaw - 16 - INT - - - TcAddressType - Input - - - 1286927200 - - - PRG_SL1K2_EXIT.RTD_HeatSync.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1286927176PRG_SL1K2_EXIT.RTD_YAG.bUnderrange8BOOLTcAddressTypeInput1286927184PRG_SL1K2_EXIT.RTD_YAG.bOverrange8BOOLTcAddressTypeInput1286927192PRG_SL1K2_EXIT.RTD_YAG.iRaw16INTTcAddressTypeInput1286927200PRG_SL1K2_EXIT.RTD_HeatSync.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1286927432 - - - PRG_SL1K2_EXIT.RTD_HeatSync.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1286927440 - - - PRG_SL1K2_EXIT.RTD_HeatSync.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1286927448 - - - PRG_SL1K2_EXIT.RTD_HeatSync.iRaw - 16 - INT - - - TcAddressType - Input - - - 1286927456 - - - PRG_SL1K2_EXIT.fbGige.fbGetIllPercent.iRaw - Connect this input to the terminal - 16 - INT - - - TcAddressType - Input - - - 1286927648 - - - PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1286931392 - - - PRG_2_PMPS_POST.fbArbiterIO.i_stCurrentBP - 1760 - ST_BeamParams_IO - - - TcLinkTo - TIIB[PMPS_PRE]^IO Inputs^CurrentBP - - - TcAddressType - Input - - - 1287228640 - - - PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_toggle - 1 - BIT - - - pytmc - pv: TxPDO_toggle - io: i - - - TcLinkTo - TIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggle - - - TcAddressType - Input - - - 1287232160 - - - PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_state - 1 - BIT - - - pytmc - pv: TxPDO_state - io: i - - - TcLinkTo - TIIB[PMPS_PRE]^SYNC Inputs^TxPDO state - - - TcAddressType - Input - - - 1287232161 - - - PRG_MR2K2_FLAT.M2K2FLATbSTOEnable1 - Emergency Stop for MR2K2 //M2K2 needs an EL1004 term and an ESTOP added, not listed in I/O either - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 1^Input - - - TcAddressType - Input - - - 1288706400 - - - PRG_MR2K2_FLAT.M2K2FLATbSTOEnable2 - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 2^Input - - - TcAddressType - Input - - - 1288706408 - - - PRG_MR3K2_KBH.bM3K2US_RTD_1_Err - RTD error bit - 8 - BOOL - - - TcAddressType - Input - - - 1288706416 - - - PRG_MR3K2_KBH.bM3K2US_RTD_2_Err - 8 - BOOL - - - TcAddressType - Input - - - 1288706424 - - - PRG_MR3K2_KBH.bM3K2US_RTD_3_Err - 8 - BOOL - - - TcAddressType - Input - - - 1290640704 - - - PRG_MR3K2_KBH.bM3K2DS_RTD_1_Err - 8 - BOOL - - - TcAddressType - Input - - - 1290640712 - - - PRG_MR3K2_KBH.bM3K2DS_RTD_2_Err - 8 - BOOL - - - TcAddressType - Input - - - 1290640720 - - - PRG_MR3K2_KBH.bM3K2DS_RTD_3_Err - 8 - BOOL - - - TcAddressType - Input - - - 1290640728 - - - PRG_MR3K2_KBH.M3K2KBHbSTOEnable1 - Emergency Stop for MR3K2 - 8 - BOOL - - - TcLinkTo - TIIB[EL1004_M3K2_STO]^Channel 1^Input - - - TcAddressType - Input - - - 1290640736 - - - PRG_MR3K2_KBH.M3K2KBHbSTOEnable2 - 8 - BOOL - - - TcLinkTo - TIIB[EL1004_M3K2_STO]^Channel 2^Input - - - TcAddressType - Input - - - 1290640744 - - - PRG_MR4K2_KBV.bM4K2US_RTD_1_Err - RTD error bit - 8 - BOOL - - - TcAddressType - Input - - - 1290640752 - - - PRG_MR4K2_KBV.bM4K2US_RTD_2_Err - 8 - BOOL - - - TcAddressType - Input - - - 1290640760 - - - PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1286927432PRG_SL1K2_EXIT.RTD_HeatSync.bUnderrange8BOOLTcAddressTypeInput1286927440PRG_SL1K2_EXIT.RTD_HeatSync.bOverrange8BOOLTcAddressTypeInput1286927448PRG_SL1K2_EXIT.RTD_HeatSync.iRaw16INTTcAddressTypeInput1286927456PRG_SL1K2_EXIT.fbGige.fbGetIllPercent.iRaw16INTTcAddressTypeInput1286927648PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1286931392PRG_2_PMPS_POST.fbArbiterIO.i_stCurrentBP1760ST_BeamParams_IOTcLinkToTIIB[PMPS_PRE]^IO Inputs^CurrentBPTcAddressTypeInput1287228640PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_toggle1BITpytmcpv: TxPDO_toggle + io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggleTcAddressTypeInput1287232160PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_state1BITpytmcpv: TxPDO_state + io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO stateTcAddressTypeInput1287232161PRG_MR2K2_FLAT.M2K2FLATbSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 1^InputTcAddressTypeInput1288706400PRG_MR2K2_FLAT.M2K2FLATbSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 2^InputTcAddressTypeInput1288706408PRG_MR3K2_KBH.bM3K2US_RTD_1_Err8BOOLTcAddressTypeInput1288706416PRG_MR3K2_KBH.bM3K2US_RTD_2_Err8BOOLTcAddressTypeInput1288706424PRG_MR3K2_KBH.bM3K2US_RTD_3_Err8BOOLTcAddressTypeInput1290640704PRG_MR3K2_KBH.bM3K2DS_RTD_1_Err8BOOLTcAddressTypeInput1290640712PRG_MR3K2_KBH.bM3K2DS_RTD_2_Err8BOOLTcAddressTypeInput1290640720PRG_MR3K2_KBH.bM3K2DS_RTD_3_Err8BOOLTcAddressTypeInput1290640728PRG_MR3K2_KBH.M3K2KBHbSTOEnable18BOOLTcLinkToTIIB[EL1004_M3K2_STO]^Channel 1^InputTcAddressTypeInput1290640736PRG_MR3K2_KBH.M3K2KBHbSTOEnable28BOOLTcLinkToTIIB[EL1004_M3K2_STO]^Channel 2^InputTcAddressTypeInput1290640744PRG_MR4K2_KBV.bM4K2US_RTD_1_Err8BOOLTcAddressTypeInput1290640752PRG_MR4K2_KBV.bM4K2US_RTD_2_Err8BOOLTcAddressTypeInput1290640760PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1292575240 - - - PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1292575248 - - - PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1292575256 - - - PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.iRaw - 16 - INT - - - TcAddressType - Input - - - 1292575264 - - - PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bError - 8 - BOOL - - 1 - - - - pytmc - + TcAddressTypeInput1292575240PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bUnderrange8BOOLTcAddressTypeInput1292575248PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bOverrange8BOOLTcAddressTypeInput1292575256PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.iRaw16INTTcAddressTypeInput1292575264PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bError8BOOL1pytmc pv: ERR io: input field: ONAM True field: ZNAM False - - - - TcAddressType - Input - - - 1292575496 - - - PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bUnderrange - 8 - BOOL - - - TcAddressType - Input - - - 1292575504 - - - PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bOverrange - 8 - BOOL - - - TcAddressType - Input - - - 1292575512 - - - PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.iRaw - 16 - INT - - - TcAddressType - Input - - - 1292575520 - - - PRG_MR4K2_KBV.bM4K2US_RTD_3_Err - 8 - BOOL - - - TcAddressType - Input - - - 1292575552 - - - PRG_MR4K2_KBV.bM4K2DS_RTD_1_Err - 8 - BOOL - - - TcAddressType - Input - - - 1292575560 - - - PRG_MR4K2_KBV.bM4K2DS_RTD_2_Err - 8 - BOOL - - - TcAddressType - Input - - - 1292575568 - - - PRG_MR4K2_KBV.bM4K2DS_RTD_3_Err - 8 - BOOL - - - TcAddressType - Input - - - 1292575576 - - - PRG_MR4K2_KBV.M4K2KBVbSTOEnable1 - Emergency Stop for MR4K2 - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 1^Input - - - TcAddressType - Input - - - 1292575584 - - - PRG_MR4K2_KBV.M4K2KBVbSTOEnable2 - 8 - BOOL - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 2^Input - - - TcAddressType - Input - - - 1292575592 - - - GVL_M1K1_BENDER_RTD.nM1K1US_RTD_1 - M1K1 US RTDs - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292580624 - - - GVL_M1K1_BENDER_RTD.nM1K1US_RTD_2 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292580640 - - - GVL_M1K1_BENDER_RTD.nM1K1US_RTD_3 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292580656 - - - GVL_M1K1.M1K1_Pitch.diEncCnt - Raw encoder count - 64 - LINT - - - TcAddressType - Input - - - 1292583104 - - - GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_1 - M1K1 DS RTDs - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292583552 - - - GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_2 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292583568 - - - GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_3 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292583584 - - - GVL_M3K2.nM3K2US_RTD_1 - M3K2 US RTDs - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292583600 - - - GVL_M1K2.M1K2_Pitch.diEncCnt - Raw encoder count - 64 - LINT - - - TcAddressType - Input - - - 1292586304 - - - GVL_M3K2.nM3K2US_RTD_2 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586880 - - - GVL_M3K2.nM3K2US_RTD_3 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586896 - - - GVL_M3K2.nM3K2DS_RTD_1 - M3K2 DS RTDs - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586912 - - - GVL_M3K2.nM3K2DS_RTD_2 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586928 - - - GVL_M3K2.nM3K2DS_RTD_3 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586944 - - - GVL_M4K2.nM4K2US_RTD_1 - M4K2 US RTDs - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586960 - - - GVL_M4K2.nM4K2US_RTD_2 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586976 - - - GVL_M4K2.nM4K2US_RTD_3 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292586992 - - - GVL_M4K2.nM4K2DS_RTD_1 - M4K2 DS RTDs - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292587584 - - - GVL_M4K2.nM4K2DS_RTD_2 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 1^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292587600 - - - GVL_M4K2.nM4K2DS_RTD_3 - 16 - INT - - - TcLinkTo - TIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 2^Value - - - TcAddressType - Input - - - TcVarGlobal - - - 1292587616 - - - Main.sio_current - 16 - UINT - - - TcAddressType - Input - - - TcVarGlobal - - - 1292587632 - - - Main.M1.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1294529280 - - - Main.M1.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1292575496PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bUnderrange8BOOLTcAddressTypeInput1292575504PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bOverrange8BOOLTcAddressTypeInput1292575512PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.iRaw16INTTcAddressTypeInput1292575520PRG_MR4K2_KBV.bM4K2US_RTD_3_Err8BOOLTcAddressTypeInput1292575552PRG_MR4K2_KBV.bM4K2DS_RTD_1_Err8BOOLTcAddressTypeInput1292575560PRG_MR4K2_KBV.bM4K2DS_RTD_2_Err8BOOLTcAddressTypeInput1292575568PRG_MR4K2_KBV.bM4K2DS_RTD_3_Err8BOOLTcAddressTypeInput1292575576PRG_MR4K2_KBV.M4K2KBVbSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 1^InputTcAddressTypeInput1292575584PRG_MR4K2_KBV.M4K2KBVbSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 2^InputTcAddressTypeInput1292575592GVL_M1K1_BENDER_RTD.nM1K1US_RTD_116INTTcLinkToTIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292580624GVL_M1K1_BENDER_RTD.nM1K1US_RTD_216INTTcLinkToTIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292580640GVL_M1K1_BENDER_RTD.nM1K1US_RTD_316INTTcLinkToTIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292580656GVL_M1K1.M1K1_Pitch.diEncCnt64LINTTcAddressTypeInput1292583104GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_116INTTcLinkToTIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292583552GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_216INTTcLinkToTIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292583568GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_316INTTcLinkToTIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292583584GVL_M3K2.nM3K2US_RTD_116INTTcLinkToTIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292583600GVL_M1K2.M1K2_Pitch.diEncCnt64LINTTcAddressTypeInput1292586304GVL_M3K2.nM3K2US_RTD_216INTTcLinkToTIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586880GVL_M3K2.nM3K2US_RTD_316INTTcLinkToTIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586896GVL_M3K2.nM3K2DS_RTD_116INTTcLinkToTIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586912GVL_M3K2.nM3K2DS_RTD_216INTTcLinkToTIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586928GVL_M3K2.nM3K2DS_RTD_316INTTcLinkToTIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586944GVL_M4K2.nM4K2US_RTD_116INTTcLinkToTIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586960GVL_M4K2.nM4K2US_RTD_216INTTcLinkToTIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586976GVL_M4K2.nM4K2US_RTD_316INTTcLinkToTIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586992GVL_M4K2.nM4K2DS_RTD_116INTTcLinkToTIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292587584GVL_M4K2.nM4K2DS_RTD_216INTTcLinkToTIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292587600GVL_M4K2.nM4K2DS_RTD_316INTTcLinkToTIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292587616Main.sio_current16UINTTcAddressTypeInputTcVarGlobal1292587632Main.M1.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294529280Main.M1.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1294537216 - - - Main.M1.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294537216Main.M1.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1294537224 - - - Main.M1.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294537224Main.M1.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1294537232 - - - Main.M1.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294537232Main.M1.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1294537248 - - - Main.M1.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1294537280 - - - Main.M1.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1294537344 - - - Main.M1.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1294537360 - - - Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1294551872 - - - Main.M2.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1294848768 - - - Main.M2.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294537248Main.M1.nRawEncoderULINT64ULINTTcAddressTypeInput1294537280Main.M1.nRawEncoderUINT16UINTTcAddressTypeInput1294537344Main.M1.nRawEncoderINT16INTTcAddressTypeInput1294537360Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294551872Main.M2.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294848768Main.M2.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1294856704 - - - Main.M2.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294856704Main.M2.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1294856712 - - - Main.M2.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294856712Main.M2.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1294856720 - - - Main.M2.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294856720Main.M2.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1294856736 - - - Main.M2.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1294856768 - - - Main.M2.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1294856832 - - - Main.M2.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1294856848 - - - Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1294871360 - - - Main.M3.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295168256 - - - Main.M3.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1294856736Main.M2.nRawEncoderULINT64ULINTTcAddressTypeInput1294856768Main.M2.nRawEncoderUINT16UINTTcAddressTypeInput1294856832Main.M2.nRawEncoderINT16INTTcAddressTypeInput1294856848Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294871360Main.M3.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295168256Main.M3.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295176192 - - - Main.M3.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295176192Main.M3.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295176200 - - - Main.M3.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295176200Main.M3.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295176208 - - - Main.M3.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295176208Main.M3.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295176224 - - - Main.M3.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295176256 - - - Main.M3.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295176320 - - - Main.M3.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295176336 - - - Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295190848 - - - Main.M4.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295487744 - - - Main.M4.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295176224Main.M3.nRawEncoderULINT64ULINTTcAddressTypeInput1295176256Main.M3.nRawEncoderUINT16UINTTcAddressTypeInput1295176320Main.M3.nRawEncoderINT16INTTcAddressTypeInput1295176336Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295190848Main.M4.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295487744Main.M4.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295495680 - - - Main.M4.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295495680Main.M4.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295495688 - - - Main.M4.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295495688Main.M4.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295495696 - - - Main.M4.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295495696Main.M4.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295495712 - - - Main.M4.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295495744 - - - Main.M4.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295495808 - - - Main.M4.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295495824 - - - Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295510336 - - - Main.M5.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295807232 - - - Main.M5.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295495712Main.M4.nRawEncoderULINT64ULINTTcAddressTypeInput1295495744Main.M4.nRawEncoderUINT16UINTTcAddressTypeInput1295495808Main.M4.nRawEncoderINT16INTTcAddressTypeInput1295495824Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295510336Main.M5.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295807232Main.M5.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295815168 - - - Main.M5.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295815168Main.M5.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295815176 - - - Main.M5.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295815176Main.M5.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295815184 - - - Main.M5.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295815184Main.M5.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295815200 - - - Main.M5.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295815232 - - - Main.M5.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295815296 - - - Main.M5.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295815312 - - - Main.M6.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295828416 - - - Main.M6.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295815200Main.M5.nRawEncoderULINT64ULINTTcAddressTypeInput1295815232Main.M5.nRawEncoderUINT16UINTTcAddressTypeInput1295815296Main.M5.nRawEncoderINT16INTTcAddressTypeInput1295815312Main.M6.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295828416Main.M6.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295836352 - - - Main.M6.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295836352Main.M6.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295836360 - - - Main.M6.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295836360Main.M6.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295836368 - - - Main.M6.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295836368Main.M6.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295836384 - - - Main.M6.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295836416 - - - Main.M6.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295836480 - - - Main.M6.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295836496 - - - Main.M7.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295849600 - - - Main.M7.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295836384Main.M6.nRawEncoderULINT64ULINTTcAddressTypeInput1295836416Main.M6.nRawEncoderUINT16UINTTcAddressTypeInput1295836480Main.M6.nRawEncoderINT16INTTcAddressTypeInput1295836496Main.M7.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295849600Main.M7.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295857536 - - - Main.M7.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295857536Main.M7.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295857544 - - - Main.M7.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295857544Main.M7.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295857552 - - - Main.M7.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295857552Main.M7.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295857568 - - - Main.M7.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295857600 - - - Main.M7.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295857664 - - - Main.M7.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295857680 - - - Main.M8.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295870784 - - - Main.M8.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295857568Main.M7.nRawEncoderULINT64ULINTTcAddressTypeInput1295857600Main.M7.nRawEncoderUINT16UINTTcAddressTypeInput1295857664Main.M7.nRawEncoderINT16INTTcAddressTypeInput1295857680Main.M8.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295870784Main.M8.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295878720 - - - Main.M8.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295878720Main.M8.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295878728 - - - Main.M8.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295878728Main.M8.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295878736 - - - Main.M8.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295878736Main.M8.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295878752 - - - Main.M8.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295878784 - - - Main.M8.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295878848 - - - Main.M8.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295878864 - - - Main.M9.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295891968 - - - Main.M9.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295878752Main.M8.nRawEncoderULINT64ULINTTcAddressTypeInput1295878784Main.M8.nRawEncoderUINT16UINTTcAddressTypeInput1295878848Main.M8.nRawEncoderINT16INTTcAddressTypeInput1295878864Main.M9.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295891968Main.M9.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295899904 - - - Main.M9.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295899904Main.M9.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295899912 - - - Main.M9.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295899912Main.M9.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295899920 - - - Main.M9.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295899920Main.M9.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295899936 - - - Main.M9.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295899968 - - - Main.M9.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295900032 - - - Main.M9.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295900048 - - - Main.M10.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295913152 - - - Main.M10.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295899936Main.M9.nRawEncoderULINT64ULINTTcAddressTypeInput1295899968Main.M9.nRawEncoderUINT16UINTTcAddressTypeInput1295900032Main.M9.nRawEncoderINT16INTTcAddressTypeInput1295900048Main.M10.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295913152Main.M10.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295921088 - - - Main.M10.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295921088Main.M10.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295921096 - - - Main.M10.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295921096Main.M10.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295921104 - - - Main.M10.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295921104Main.M10.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295921120 - - - Main.M10.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295921152 - - - Main.M10.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295921216 - - - Main.M10.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295921232 - - - Main.M11.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295934336 - - - Main.M11.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295921120Main.M10.nRawEncoderULINT64ULINTTcAddressTypeInput1295921152Main.M10.nRawEncoderUINT16UINTTcAddressTypeInput1295921216Main.M10.nRawEncoderINT16INTTcAddressTypeInput1295921232Main.M11.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295934336Main.M11.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295942272 - - - Main.M11.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295942272Main.M11.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295942280 - - - Main.M11.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295942280Main.M11.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295942288 - - - Main.M11.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295942288Main.M11.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295942304 - - - Main.M11.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295942336 - - - Main.M11.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295942400 - - - Main.M11.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295942416 - - - Main.M12.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295955520 - - - Main.M12.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295942304Main.M11.nRawEncoderULINT64ULINTTcAddressTypeInput1295942336Main.M11.nRawEncoderUINT16UINTTcAddressTypeInput1295942400Main.M11.nRawEncoderINT16INTTcAddressTypeInput1295942416Main.M12.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295955520Main.M12.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1295963456 - - - Main.M12.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295963456Main.M12.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1295963464 - - - Main.M12.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295963464Main.M12.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1295963472 - - - Main.M12.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295963472Main.M12.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1295963488 - - - Main.M12.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1295963520 - - - Main.M12.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1295963584 - - - Main.M12.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1295963600 - - - Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1295978112 - - - Main.M13.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1296275008 - - - Main.M13.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1295963488Main.M12.nRawEncoderULINT64ULINTTcAddressTypeInput1295963520Main.M12.nRawEncoderUINT16UINTTcAddressTypeInput1295963584Main.M12.nRawEncoderINT16INTTcAddressTypeInput1295963600Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295978112Main.M13.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296275008Main.M13.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1296282944 - - - Main.M13.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296282944Main.M13.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1296282952 - - - Main.M13.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296282952Main.M13.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1296282960 - - - Main.M13.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296282960Main.M13.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1296282976 - - - Main.M13.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1296283008 - - - Main.M13.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1296283072 - - - Main.M13.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1296283088 - - - Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1296297600 - - - Main.M14.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1296594496 - - - Main.M14.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296282976Main.M13.nRawEncoderULINT64ULINTTcAddressTypeInput1296283008Main.M13.nRawEncoderUINT16UINTTcAddressTypeInput1296283072Main.M13.nRawEncoderINT16INTTcAddressTypeInput1296283088Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296297600Main.M14.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296594496Main.M14.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1296602432 - - - Main.M14.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296602432Main.M14.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1296602440 - - - Main.M14.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296602440Main.M14.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1296602448 - - - Main.M14.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296602448Main.M14.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1296602464 - - - Main.M14.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1296602496 - - - Main.M14.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1296602560 - - - Main.M14.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1296602576 - - - Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1296617088 - - - Main.M15.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1296913984 - - - Main.M15.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296602464Main.M14.nRawEncoderULINT64ULINTTcAddressTypeInput1296602496Main.M14.nRawEncoderUINT16UINTTcAddressTypeInput1296602560Main.M14.nRawEncoderINT16INTTcAddressTypeInput1296602576Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296617088Main.M15.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296913984Main.M15.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1296921920 - - - Main.M15.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296921920Main.M15.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1296921928 - - - Main.M15.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296921928Main.M15.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1296921936 - - - Main.M15.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296921936Main.M15.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1296921952 - - - Main.M15.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1296921984 - - - Main.M15.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1296922048 - - - Main.M15.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1296922064 - - - Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1296936576 - - - Main.M16.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297233472 - - - Main.M16.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1296921952Main.M15.nRawEncoderULINT64ULINTTcAddressTypeInput1296921984Main.M15.nRawEncoderUINT16UINTTcAddressTypeInput1296922048Main.M15.nRawEncoderINT16INTTcAddressTypeInput1296922064Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296936576Main.M16.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297233472Main.M16.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297241408 - - - Main.M16.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297241408Main.M16.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297241416 - - - Main.M16.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297241416Main.M16.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297241424 - - - Main.M16.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297241424Main.M16.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297241440 - - - Main.M16.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297241472 - - - Main.M16.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297241536 - - - Main.M16.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297241552 - - - Main.M17.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297254656 - - - Main.M17.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297241440Main.M16.nRawEncoderULINT64ULINTTcAddressTypeInput1297241472Main.M16.nRawEncoderUINT16UINTTcAddressTypeInput1297241536Main.M16.nRawEncoderINT16INTTcAddressTypeInput1297241552Main.M17.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297254656Main.M17.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297262592 - - - Main.M17.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297262592Main.M17.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297262600 - - - Main.M17.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297262600Main.M17.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297262608 - - - Main.M17.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297262608Main.M17.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297262624 - - - Main.M17.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297262656 - - - Main.M17.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297262720 - - - Main.M17.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297262736 - - - Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297277248 - - - Main.M18.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297574144 - - - Main.M18.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297262624Main.M17.nRawEncoderULINT64ULINTTcAddressTypeInput1297262656Main.M17.nRawEncoderUINT16UINTTcAddressTypeInput1297262720Main.M17.nRawEncoderINT16INTTcAddressTypeInput1297262736Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297277248Main.M18.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297574144Main.M18.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297582080 - - - Main.M18.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297582080Main.M18.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297582088 - - - Main.M18.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297582088Main.M18.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297582096 - - - Main.M18.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297582096Main.M18.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297582112 - - - Main.M18.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297582144 - - - Main.M18.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297582208 - - - Main.M18.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297582224 - - - Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297596736 - - - Main.M19.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297893632 - - - Main.M19.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297582112Main.M18.nRawEncoderULINT64ULINTTcAddressTypeInput1297582144Main.M18.nRawEncoderUINT16UINTTcAddressTypeInput1297582208Main.M18.nRawEncoderINT16INTTcAddressTypeInput1297582224Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297596736Main.M19.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297893632Main.M19.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297901568 - - - Main.M19.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297901568Main.M19.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297901576 - - - Main.M19.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297901576Main.M19.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297901584 - - - Main.M19.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297901584Main.M19.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297901600 - - - Main.M19.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297901632 - - - Main.M19.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297901696 - - - Main.M19.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297901712 - - - Main.M20.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297914816 - - - Main.M20.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297901600Main.M19.nRawEncoderULINT64ULINTTcAddressTypeInput1297901632Main.M19.nRawEncoderUINT16UINTTcAddressTypeInput1297901696Main.M19.nRawEncoderINT16INTTcAddressTypeInput1297901712Main.M20.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297914816Main.M20.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297922752 - - - Main.M20.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297922752Main.M20.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297922760 - - - Main.M20.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297922760Main.M20.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297922768 - - - Main.M20.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297922768Main.M20.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297922784 - - - Main.M20.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297922816 - - - Main.M20.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297922880 - - - Main.M20.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297922896 - - - Main.M21.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297936000 - - - Main.M21.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297922784Main.M20.nRawEncoderULINT64ULINTTcAddressTypeInput1297922816Main.M20.nRawEncoderUINT16UINTTcAddressTypeInput1297922880Main.M20.nRawEncoderINT16INTTcAddressTypeInput1297922896Main.M21.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297936000Main.M21.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297943936 - - - Main.M21.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297943936Main.M21.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297943944 - - - Main.M21.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297943944Main.M21.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297943952 - - - Main.M21.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297943952Main.M21.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297943968 - - - Main.M21.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297944000 - - - Main.M21.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297944064 - - - Main.M21.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297944080 - - - Main.M22.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297957184 - - - Main.M22.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297943968Main.M21.nRawEncoderULINT64ULINTTcAddressTypeInput1297944000Main.M21.nRawEncoderUINT16UINTTcAddressTypeInput1297944064Main.M21.nRawEncoderINT16INTTcAddressTypeInput1297944080Main.M22.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297957184Main.M22.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297965120 - - - Main.M22.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297965120Main.M22.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297965128 - - - Main.M22.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297965128Main.M22.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297965136 - - - Main.M22.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297965136Main.M22.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297965152 - - - Main.M22.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297965184 - - - Main.M22.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297965248 - - - Main.M22.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297965264 - - - Main.M23.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297978368 - - - Main.M23.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297965152Main.M22.nRawEncoderULINT64ULINTTcAddressTypeInput1297965184Main.M22.nRawEncoderUINT16UINTTcAddressTypeInput1297965248Main.M22.nRawEncoderINT16INTTcAddressTypeInput1297965264Main.M23.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297978368Main.M23.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1297986304 - - - Main.M23.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297986304Main.M23.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1297986312 - - - Main.M23.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297986312Main.M23.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1297986320 - - - Main.M23.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297986320Main.M23.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1297986336 - - - Main.M23.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1297986368 - - - Main.M23.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1297986432 - - - Main.M23.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1297986448 - - - Main.M24.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1297999552 - - - Main.M24.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1297986336Main.M23.nRawEncoderULINT64ULINTTcAddressTypeInput1297986368Main.M23.nRawEncoderUINT16UINTTcAddressTypeInput1297986432Main.M23.nRawEncoderINT16INTTcAddressTypeInput1297986448Main.M24.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297999552Main.M24.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1298007488 - - - Main.M24.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298007488Main.M24.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1298007496 - - - Main.M24.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298007496Main.M24.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1298007504 - - - Main.M24.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298007504Main.M24.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1298007520 - - - Main.M24.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1298007552 - - - Main.M24.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1298007616 - - - Main.M24.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1298007632 - - - Main.M25.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298020736 - - - Main.M25.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298007520Main.M24.nRawEncoderULINT64ULINTTcAddressTypeInput1298007552Main.M24.nRawEncoderUINT16UINTTcAddressTypeInput1298007616Main.M24.nRawEncoderINT16INTTcAddressTypeInput1298007632Main.M25.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298020736Main.M25.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1298028672 - - - Main.M25.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298028672Main.M25.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1298028680 - - - Main.M25.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298028680Main.M25.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1298028688 - - - Main.M25.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298028688Main.M25.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1298028704 - - - Main.M25.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1298028736 - - - Main.M25.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1298028800 - - - Main.M25.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1298028816 - - - Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298043328 - - - Main.M26.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298340224 - - - Main.M26.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298028704Main.M25.nRawEncoderULINT64ULINTTcAddressTypeInput1298028736Main.M25.nRawEncoderUINT16UINTTcAddressTypeInput1298028800Main.M25.nRawEncoderINT16INTTcAddressTypeInput1298028816Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298043328Main.M26.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298340224Main.M26.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1298348160 - - - Main.M26.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298348160Main.M26.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1298348168 - - - Main.M26.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298348168Main.M26.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1298348176 - - - Main.M26.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298348176Main.M26.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1298348192 - - - Main.M26.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1298348224 - - - Main.M26.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1298348288 - - - Main.M26.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1298348304 - - - Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298362816 - - - Main.M27.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298659712 - - - Main.M27.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298348192Main.M26.nRawEncoderULINT64ULINTTcAddressTypeInput1298348224Main.M26.nRawEncoderUINT16UINTTcAddressTypeInput1298348288Main.M26.nRawEncoderINT16INTTcAddressTypeInput1298348304Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298362816Main.M27.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298659712Main.M27.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1298667648 - - - Main.M27.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298667648Main.M27.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1298667656 - - - Main.M27.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298667656Main.M27.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1298667664 - - - Main.M27.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298667664Main.M27.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1298667680 - - - Main.M27.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1298667712 - - - Main.M27.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1298667776 - - - Main.M27.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1298667792 - - - Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298682304 - - - Main.M28.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1298979200 - - - Main.M28.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298667680Main.M27.nRawEncoderULINT64ULINTTcAddressTypeInput1298667712Main.M27.nRawEncoderUINT16UINTTcAddressTypeInput1298667776Main.M27.nRawEncoderINT16INTTcAddressTypeInput1298667792Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298682304Main.M28.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298979200Main.M28.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1298987136 - - - Main.M28.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298987136Main.M28.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1298987144 - - - Main.M28.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298987144Main.M28.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1298987152 - - - Main.M28.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298987152Main.M28.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1298987168 - - - Main.M28.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1298987200 - - - Main.M28.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1298987264 - - - Main.M28.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1298987280 - - - Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299001792 - - - Main.M29.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299298688 - - - Main.M29.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1298987168Main.M28.nRawEncoderULINT64ULINTTcAddressTypeInput1298987200Main.M28.nRawEncoderUINT16UINTTcAddressTypeInput1298987264Main.M28.nRawEncoderINT16INTTcAddressTypeInput1298987280Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299001792Main.M29.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299298688Main.M29.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1299306624 - - - Main.M29.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299306624Main.M29.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1299306632 - - - Main.M29.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299306632Main.M29.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1299306640 - - - Main.M29.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299306640Main.M29.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1299306656 - - - Main.M29.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1299306688 - - - Main.M29.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1299306752 - - - Main.M29.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1299306768 - - - Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299321280 - - - Main.M30.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299618176 - - - Main.M30.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299306656Main.M29.nRawEncoderULINT64ULINTTcAddressTypeInput1299306688Main.M29.nRawEncoderUINT16UINTTcAddressTypeInput1299306752Main.M29.nRawEncoderINT16INTTcAddressTypeInput1299306768Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299321280Main.M30.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299618176Main.M30.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1299626112 - - - Main.M30.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299626112Main.M30.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1299626120 - - - Main.M30.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299626120Main.M30.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1299626128 - - - Main.M30.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299626128Main.M30.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1299626144 - - - Main.M30.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1299626176 - - - Main.M30.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1299626240 - - - Main.M30.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1299626256 - - - Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299640768 - - - Main.M31.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299937664 - - - Main.M31.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299626144Main.M30.nRawEncoderULINT64ULINTTcAddressTypeInput1299626176Main.M30.nRawEncoderUINT16UINTTcAddressTypeInput1299626240Main.M30.nRawEncoderINT16INTTcAddressTypeInput1299626256Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299640768Main.M31.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299937664Main.M31.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1299945600 - - - Main.M31.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299945600Main.M31.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1299945608 - - - Main.M31.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299945608Main.M31.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1299945616 - - - Main.M31.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299945616Main.M31.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1299945632 - - - Main.M31.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1299945664 - - - Main.M31.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1299945728 - - - Main.M31.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1299945744 - - - Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1299960256 - - - Main.M32.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1300257152 - - - Main.M32.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1299945632Main.M31.nRawEncoderULINT64ULINTTcAddressTypeInput1299945664Main.M31.nRawEncoderUINT16UINTTcAddressTypeInput1299945728Main.M31.nRawEncoderINT16INTTcAddressTypeInput1299945744Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299960256Main.M32.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300257152Main.M32.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1300265088 - - - Main.M32.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300265088Main.M32.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1300265096 - - - Main.M32.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300265096Main.M32.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1300265104 - - - Main.M32.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300265104Main.M32.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1300265120 - - - Main.M32.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1300265152 - - - Main.M32.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1300265216 - - - Main.M32.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1300265232 - - - Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1300279744 - - - Main.M33.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1300576640 - - - Main.M33.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300265120Main.M32.nRawEncoderULINT64ULINTTcAddressTypeInput1300265152Main.M32.nRawEncoderUINT16UINTTcAddressTypeInput1300265216Main.M32.nRawEncoderINT16INTTcAddressTypeInput1300265232Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300279744Main.M33.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300576640Main.M33.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1300584576 - - - Main.M33.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300584576Main.M33.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1300584584 - - - Main.M33.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300584584Main.M33.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1300584592 - - - Main.M33.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300584592Main.M33.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1300584608 - - - Main.M33.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1300584640 - - - Main.M33.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1300584704 - - - Main.M33.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1300584720 - - - Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1300599232 - - - Main.M34.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1300896128 - - - Main.M34.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300584608Main.M33.nRawEncoderULINT64ULINTTcAddressTypeInput1300584640Main.M33.nRawEncoderUINT16UINTTcAddressTypeInput1300584704Main.M33.nRawEncoderINT16INTTcAddressTypeInput1300584720Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300599232Main.M34.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300896128Main.M34.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1300904064 - - - Main.M34.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300904064Main.M34.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1300904072 - - - Main.M34.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300904072Main.M34.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1300904080 - - - Main.M34.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300904080Main.M34.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1300904096 - - - Main.M34.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1300904128 - - - Main.M34.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1300904192 - - - Main.M34.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1300904208 - - - Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1300918720 - - - Main.M35.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1301215616 - - - Main.M35.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1300904096Main.M34.nRawEncoderULINT64ULINTTcAddressTypeInput1300904128Main.M34.nRawEncoderUINT16UINTTcAddressTypeInput1300904192Main.M34.nRawEncoderINT16INTTcAddressTypeInput1300904208Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300918720Main.M35.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301215616Main.M35.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1301223552 - - - Main.M35.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301223552Main.M35.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1301223560 - - - Main.M35.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301223560Main.M35.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1301223568 - - - Main.M35.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301223568Main.M35.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1301223584 - - - Main.M35.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1301223616 - - - Main.M35.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1301223680 - - - Main.M35.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1301223696 - - - Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1301238208 - - - Main.M36.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1301535104 - - - Main.M36.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301223584Main.M35.nRawEncoderULINT64ULINTTcAddressTypeInput1301223616Main.M35.nRawEncoderUINT16UINTTcAddressTypeInput1301223680Main.M35.nRawEncoderINT16INTTcAddressTypeInput1301223696Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301238208Main.M36.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301535104Main.M36.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1301543040 - - - Main.M36.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301543040Main.M36.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1301543048 - - - Main.M36.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301543048Main.M36.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1301543056 - - - Main.M36.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301543056Main.M36.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1301543072 - - - Main.M36.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1301543104 - - - Main.M36.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1301543168 - - - Main.M36.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1301543184 - - - Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1301557696 - - - Main.M37.Axis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1301854592 - - - Main.M37.bLimitForwardEnable - NC Forward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301543072Main.M36.nRawEncoderULINT64ULINTTcAddressTypeInput1301543104Main.M36.nRawEncoderUINT16UINTTcAddressTypeInput1301543168Main.M36.nRawEncoderINT16INTTcAddressTypeInput1301543184Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301557696Main.M37.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301854592Main.M37.bLimitForwardEnable8BOOLpytmc pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - - - - TcAddressType - Input - - - 1301862528 - - - Main.M37.bLimitBackwardEnable - NC Backward Limit Switch: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301862528Main.M37.bLimitBackwardEnable8BOOLpytmc pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - - - - TcAddressType - Input - - - 1301862536 - - - Main.M37.bHome - NO Home Switch: TRUE if at home - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301862536Main.M37.bHome8BOOLpytmc pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - - - - TcAddressType - Input - - - 1301862544 - - - Main.M37.bHardwareEnable - NC STO Input: TRUE if ok to move - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301862544Main.M37.bHardwareEnable8BOOLpytmc pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - - - - TcAddressType - Input - - - 1301862560 - - - Main.M37.nRawEncoderULINT - Raw encoder IO for ULINT (Biss-C) - 64 - ULINT - - - TcAddressType - Input - - - 1301862592 - - - Main.M37.nRawEncoderUINT - Raw encoder IO for UINT (Relative Encoders) - 16 - UINT - - - TcAddressType - Input - - - 1301862656 - - - Main.M37.nRawEncoderINT - Raw encoder IO for INT (LVDT) - 16 - INT - - - TcAddressType - Input - - - 1301862672 - - - Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.NcToPlc - 2048 - NCTOPLC_AXIS_REF - - - TcAddressType - Input - - - 1301877184 - - - Main.sio_load - 16 - UINT - - - TcAddressType - Input - - - TcVarGlobal - - - 1302172992 - - - - 49 - PlcTask Outputs - 3 - 163774464 - - PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1273739328 - - - PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1274044160 - - - PRG_MR1K1_BEND.bLEDPower01 - Mirror LEDs - 8 - BOOL - - - pytmc - + TcAddressTypeInput1301862560Main.M37.nRawEncoderULINT64ULINTTcAddressTypeInput1301862592Main.M37.nRawEncoderUINT16UINTTcAddressTypeInput1301862656Main.M37.nRawEncoderINT16INTTcAddressTypeInput1301862672Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301877184Main.sio_load16UINTTcAddressTypeInputTcVarGlobal130217299249PlcTask Outputs3163840000PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1273739328PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1274044160PRG_MR1K1_BEND.bLEDPower018BOOLpytmc pv: MR1K1:BEND:LED:01:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 1^Output - - - TcAddressType - Output - - - 1274341280 - - - PRG_MR1K1_BEND.bLEDPower02 - 8 - BOOL - - - pytmc - + TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 1^OutputTcAddressTypeOutput1274341280PRG_MR1K1_BEND.bLEDPower028BOOLpytmc pv: MR1K1:BEND:LED:02:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 2^Output - - - TcAddressType - Output - - - 1274341288 - - - PRG_MR1K1_BEND.bLEDPower03 - 8 - BOOL - - - pytmc - + TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 2^OutputTcAddressTypeOutput1274341288PRG_MR1K1_BEND.bLEDPower038BOOLpytmc pv: MR1K1:BEND:LED:03:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 3^Output - - - TcAddressType - Output - - - 1274341296 - - - PRG_MR1K1_BEND.bLEDPower04 - 8 - BOOL - - - pytmc - + TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 3^OutputTcAddressTypeOutput1274341296PRG_MR1K1_BEND.bLEDPower048BOOLpytmc pv: MR1K1:BEND:LED:04:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 4^Output - - - TcAddressType - Output - - - 1274341304 - - - PRG_MR1K1_BEND.nMR1K1_Y_ENC_PMPS - //////////////////////////////////// - 32 - UDINT - - - TcLinkTo - TIIB[PMPS_PRE]^IO Outputs^MR1K1_Y_ENC - - - TcAddressType - Output - - - 1274345792 - - - PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1282172928 - - - PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1282477824 - - - PRG_SP1K1_MONO.bLEDPower01 - 8 - BOOL - - - pytmc - + TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 4^OutputTcAddressTypeOutput1274341304PRG_MR1K1_BEND.nMR1K1_Y_ENC_PMPS32UDINTTcLinkToTIIB[PMPS_PRE]^IO Outputs^MR1K1_Y_ENCTcAddressTypeOutput1274345792PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1282172928PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1282477824PRG_SP1K1_MONO.bLEDPower018BOOLpytmc pv: SP1K1:MONO:LED:01:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 10^Output - - - TcAddressType - Output - - - 1282775008 - - - PRG_SP1K1_MONO.bLEDPower02 - 8 - BOOL - - - pytmc - + TcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 10^OutputTcAddressTypeOutput1282775008PRG_SP1K1_MONO.bLEDPower028BOOLpytmc pv: SP1K1:MONO:LED:02:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 12^Output - - - TcAddressType - Output - - - 1282775016 - - - PRG_SP1K1_MONO.bLEDPower03 - 8 - BOOL - - - pytmc - + TcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 12^OutputTcAddressTypeOutput1282775016PRG_SP1K1_MONO.bLEDPower038BOOLpytmc pv: SP1K1:MONO:LED:03:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 14^Output - - - TcAddressType - Output - - - 1282775024 - - - PRG_SL1K2_EXIT.bFanOn - 8 - BOOL - - - pytmc - + TcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 14^OutputTcAddressTypeOutput1282775024PRG_SL1K2_EXIT.bFanOn8BOOLpytmc pv: SL1K2:EXIT:FAN:PWR field: ZNAM OFF ; field: ONAM ON ; - - - - TcLinkTo - TIIB[EL2004_SL1K2]^Channel 1^Output - - - TcAddressType - Output - - - 1282775032 - - - PRG_SL1K2_EXIT.bLEDPower - 8 - BOOL - - - pytmc - + TcLinkToTIIB[EL2004_SL1K2]^Channel 1^OutputTcAddressTypeOutput1282775032PRG_SL1K2_EXIT.bLEDPower8BOOLpytmc pv: SL1K2:EXIT:LED:PWR io: io field: ZNAM OFF field: ONAM ON - - - - TcLinkTo - TIIB[EL2004_SL1K2]^Channel 2^Output - - - TcAddressType - Output - - - 1282779680 - - - PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1282781184 - - - PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1283079488 - - - PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1283377792 - - - PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1283676096 - - - PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1283974400 - - - PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1284272704 - - - PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1284758464 - - - PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1285056768 - - - PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1285355072 - - - PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1285653376 - - - PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1285951680 - - - PRG_SL1K2_EXIT.fbGige.iIlluminatorINT - 16 - INT - - - TcAddressType - Output - - - 1286927520 - - - PRG_SL1K2_EXIT.fbGige.bGigePower - 8 - BOOL - - - pytmc - + TcLinkToTIIB[EL2004_SL1K2]^Channel 2^OutputTcAddressTypeOutput1282779680PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1282781184PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283079488PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283377792PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283676096PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283974400PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1284272704PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1284758464PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285056768PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285355072PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285653376PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285951680PRG_SL1K2_EXIT.fbGige.iIlluminatorINT16INTTcAddressTypeOutput1286927520PRG_SL1K2_EXIT.fbGige.bGigePower8BOOLpytmc pv: PWR field: ZNAM OFF field: ONAM ON - - - - TcAddressType - Output - - - 1286927536 - - - PRG_SL1K2_EXIT.fbGige.fbSetIllPercent.iRaw - Connect this output to the terminal - 16 - INT - - - TcAddressType - Output - - - 1286928384 - - - PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1286930368 - - - PRG_2_PMPS_POST.fbArbiterIO.q_stRequestedBP - 1760 - ST_BeamParams_IO - - - TcLinkTo - TIIB[PMPS_PRE]^IO Outputs^RequestedBP - - - TcAddressType - Output - - - 1287230400 - - - GVL_PMPS.fbFastFaultOutput1.q_xFastFaultOut - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1286927536PRG_SL1K2_EXIT.fbGige.fbSetIllPercent.iRaw16INTTcAddressTypeOutput1286928384PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1286930368PRG_2_PMPS_POST.fbArbiterIO.q_stRequestedBP1760ST_BeamParams_IOTcLinkToTIIB[PMPS_PRE]^IO Outputs^RequestedBPTcAddressTypeOutput1287230400GVL_PMPS.fbFastFaultOutput1.q_xFastFaultOut8BOOLpytmc pv: FaultHWO io: i field: DESC Hardware Output Status - - - - TcAddressType - Output - - - 1293537480 - - - GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1293537480GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut8BOOLpytmc pv: FaultHWO io: i field: DESC Hardware Output Status - - - - TcAddressType - Output - - - 1294032776 - - - Main.M1.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1294528256 - - - Main.M1.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1294032776Main.M1.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294528256Main.M1.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1294537240 - - - Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1294550848 - - - Main.M2.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1294847744 - - - Main.M2.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1294537240Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294550848Main.M2.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294847744Main.M2.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1294856728 - - - Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1294870336 - - - Main.M3.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295167232 - - - Main.M3.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1294856728Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294870336Main.M3.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295167232Main.M3.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295176216 - - - Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295189824 - - - Main.M4.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295486720 - - - Main.M4.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295176216Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295189824Main.M4.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295486720Main.M4.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295495704 - - - Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295509312 - - - Main.M5.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295806208 - - - Main.M5.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295495704Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295509312Main.M5.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295806208Main.M5.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295815192 - - - Main.M6.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295827392 - - - Main.M6.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295815192Main.M6.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295827392Main.M6.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295836376 - - - Main.M7.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295848576 - - - Main.M7.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295836376Main.M7.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295848576Main.M7.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295857560 - - - Main.M8.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295869760 - - - Main.M8.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295857560Main.M8.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295869760Main.M8.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295878744 - - - Main.M9.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295890944 - - - Main.M9.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295878744Main.M9.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295890944Main.M9.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295899928 - - - Main.M10.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295912128 - - - Main.M10.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295899928Main.M10.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295912128Main.M10.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295921112 - - - Main.M11.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295933312 - - - Main.M11.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295921112Main.M11.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295933312Main.M11.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295942296 - - - Main.M12.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295954496 - - - Main.M12.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295942296Main.M12.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295954496Main.M12.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1295963480 - - - Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1295977088 - - - Main.M13.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1296273984 - - - Main.M13.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1295963480Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295977088Main.M13.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296273984Main.M13.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1296282968 - - - Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1296296576 - - - Main.M14.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1296593472 - - - Main.M14.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1296282968Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296296576Main.M14.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296593472Main.M14.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1296602456 - - - Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1296616064 - - - Main.M15.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1296912960 - - - Main.M15.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1296602456Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296616064Main.M15.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296912960Main.M15.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1296921944 - - - Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1296935552 - - - Main.M16.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297232448 - - - Main.M16.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1296921944Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296935552Main.M16.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297232448Main.M16.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297241432 - - - Main.M17.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297253632 - - - Main.M17.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297241432Main.M17.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297253632Main.M17.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297262616 - - - Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297276224 - - - Main.M18.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297573120 - - - Main.M18.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297262616Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297276224Main.M18.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297573120Main.M18.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297582104 - - - Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297595712 - - - Main.M19.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297892608 - - - Main.M19.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297582104Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297595712Main.M19.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297892608Main.M19.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297901592 - - - Main.M20.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297913792 - - - Main.M20.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297901592Main.M20.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297913792Main.M20.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297922776 - - - Main.M21.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297934976 - - - Main.M21.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297922776Main.M21.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297934976Main.M21.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297943960 - - - Main.M22.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297956160 - - - Main.M22.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297943960Main.M22.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297956160Main.M22.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297965144 - - - Main.M23.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297977344 - - - Main.M23.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297965144Main.M23.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297977344Main.M23.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1297986328 - - - Main.M24.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1297998528 - - - Main.M24.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1297986328Main.M24.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297998528Main.M24.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1298007512 - - - Main.M25.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298019712 - - - Main.M25.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1298007512Main.M25.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298019712Main.M25.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1298028696 - - - Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298042304 - - - Main.M26.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298339200 - - - Main.M26.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1298028696Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298042304Main.M26.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298339200Main.M26.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1298348184 - - - Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298361792 - - - Main.M27.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298658688 - - - Main.M27.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1298348184Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298361792Main.M27.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298658688Main.M27.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1298667672 - - - Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298681280 - - - Main.M28.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1298978176 - - - Main.M28.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1298667672Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298681280Main.M28.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298978176Main.M28.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1298987160 - - - Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299000768 - - - Main.M29.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299297664 - - - Main.M29.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1298987160Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299000768Main.M29.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299297664Main.M29.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1299306648 - - - Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299320256 - - - Main.M30.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299617152 - - - Main.M30.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1299306648Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299320256Main.M30.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299617152Main.M30.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1299626136 - - - Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299639744 - - - Main.M31.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299936640 - - - Main.M31.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1299626136Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299639744Main.M31.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299936640Main.M31.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1299945624 - - - Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1299959232 - - - Main.M32.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1300256128 - - - Main.M32.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1299945624Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299959232Main.M32.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300256128Main.M32.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1300265112 - - - Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1300278720 - - - Main.M33.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1300575616 - - - Main.M33.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1300265112Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300278720Main.M33.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300575616Main.M33.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1300584600 - - - Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1300598208 - - - Main.M34.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1300895104 - - - Main.M34.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1300584600Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300598208Main.M34.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300895104Main.M34.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1300904088 - - - Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1300917696 - - - Main.M35.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1301214592 - - - Main.M35.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1300904088Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300917696Main.M35.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301214592Main.M35.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1301223576 - - - Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1301237184 - - - Main.M36.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1301534080 - - - Main.M36.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1301223576Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301237184Main.M36.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301534080Main.M36.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1301543064 - - - Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1301556672 - - - Main.M37.Axis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1301853568 - - - Main.M37.bBrakeRelease - NC Brake Output: TRUE to release brake - 8 - BOOL - - - pytmc - + TcAddressTypeOutput1301543064Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301556672Main.M37.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301853568Main.M37.bBrakeRelease8BOOLpytmc pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - - - - TcAddressType - Output - - - 1301862552 - - - Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.PlcToNc - 1024 - PLCTONC_AXIS_REF - - - TcAddressType - Output - - - 1301876160 - - - - 51 - PlcTask Internal - 3 - 163774464 - - MOTION_GVL.fbPmpsFileReader - 928512 - FB_JsonFileToJsonDoc - - - TcVarGlobal - - - 4096000 - - - MOTION_GVL.fbStandardPMPSDB - 27744 - FB_Standard_PMPSDB - - - pytmc - + TcAddressTypeOutput1301862552Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput130187616051PlcTask Internal3163840000MOTION_GVL.fbPmpsFileReader928512FB_JsonFileToJsonDocTcVarGlobal4096000MOTION_GVL.fbStandardPMPSDB27744FB_Standard_PMPSDBpytmc pv: @(PREFIX)DB io: io - - - - TcVarGlobal - - - 5024512 - - - DefaultGlobals.stSys - Included for you - 88 - ST_System - - - TcVarGlobal - - - 5052256 - - - GVL_Logger.bTrickleTripped - Global trickle trip flag - 8 - BOOL - - - pytmc - + TcVarGlobal5024512DefaultGlobals.stSys88ST_SystemTcVarGlobal5052256GVL_Logger.bTrickleTripped8BOOLpytmc pv: @(PREFIX)LCLSGeneral:GlobalLogTrickleTrip io: i field: DESC Tripped by overall log count - - - - TcVarGlobal - - - 5052344 - - - DefaultGlobals.fTimeStamp - 64 - LREAL - - - TcVarGlobal - - - 5052352 - - - GeneralConstants.MAX_STATES - 16 including "Unknown" is the max for an EPICS MBBI - This is the max number of user-defined states (OUT, TARGET1, YAG...) - 16 - INT - - 15 - - - - TcVarGlobal - - - 5052416 - - - GVL_Logger.cLogHost - + TcVarGlobal5052344DefaultGlobals.fTimeStamp64LREALTcVarGlobal5052352GeneralConstants.MAX_STATES16INT15TcVarGlobal5052416GVL_Logger.cLogHost $ nslookup ctl-logsrv01 Name: ctl-logsrv01.pcdsn Address: 172.21.32.36 - - 128 - STRING(15) - - 172.21.32.36 - - - - pytmc - + ]]>128STRING(15)172.21.32.36pytmc pv: @(PREFIX)LCLSGeneral:LogHost io: io field: DESC The log host IP address - - - - TcVarGlobal - - - 5052432 - - - GVL_Logger.iLogPort - 16 - UINT - - 54321 - - - - pytmc - + TcVarGlobal5052432GVL_Logger.iLogPort16UINT54321pytmc pv: @(PREFIX)LCLSGeneral:LogPort io: io field: DESC The log host UDP port - - - - TcVarGlobal - - - 5052560 - - - Global_Variables.BOOTDATAFLAGS_RETAIN_LOADED - Retain data loaded - 8 - BYTE - - 1 - - - - TcVarGlobal - - - 5052632 - - - GVL_Logger.nLocalTripThreshold - Minimum time between log messages - 32 - TIME - - 1 - - - - TcVarGlobal - - - 5052640 - - - GVL_Logger.nMinTimeViolationAcceptable - Trip if `nLocalTripThreshold` exceeded `nMinTimeViolationAcceptable` times - 16 - INT - - 5 - - - - TcVarGlobal - - - 5052672 - - - Global_Variables.AMSPORT_LOGGER - Logger - 16 - UINT - - 100 - - - - TcVarGlobal - - - 5052688 - - - GVL_Logger.nLocalTrickleTripThreshold - Default trickle trip, activated by global threshold - 32 - TIME - - 100 - - - - TcVarGlobal - - - 5052704 - - - GVL_Logger.nTrickleTripTime - Default time for log-handler to recognize a trickle overload condition, many log-message FB occasionally creating a message - 32 - TIME - - 10000 - - - - TcVarGlobal - - - 5052736 - - - GVL_Logger.nTripResetPeriod - Default time for CB auto-reset - 32 - TIME - - 600000 - - - - TcVarGlobal - - - 5052768 - - - GVL_Logger.sPlcHostname - 648 - STRING(80) - - unknown - - - - TcVarGlobal - - - 5052800 - - - Global_Variables.BOOTDATAFLAGS_RETAIN_INVALID - Retain data is invalid - 8 - BYTE - - 2 - - - - TcVarGlobal - - - 5053448 - - - Global_Variables.AMSPORT_EVENTLOG - Event logger - 16 - UINT - - 110 - - - - TcVarGlobal - - - 5053456 - - - GVL_Logger.TCPADS_MAXUDP_BUFFSIZE - Ref: https://infosys.beckhoff.com/english.php?content=../content/1033/tcpipserver/html/TcPlcLibTcpIp_FB_SocketUdpSendTo.htm + TcVarGlobal5052560Global_Variables.BOOTDATAFLAGS_RETAIN_LOADED8BYTE1TcVarGlobal5052632GVL_Logger.nLocalTripThreshold32TIME1TcVarGlobal5052640GVL_Logger.nMinTimeViolationAcceptable16INT5TcVarGlobal5052672Global_Variables.AMSPORT_LOGGER16UINT100TcVarGlobal5052688GVL_Logger.nLocalTrickleTripThreshold32TIME100TcVarGlobal5052704GVL_Logger.nTrickleTripTime32TIME10000TcVarGlobal5052736GVL_Logger.nTripResetPeriod32TIME600000TcVarGlobal5052768GVL_Logger.sPlcHostname648STRING(80)unknownTcVarGlobal5052800Global_Variables.BOOTDATAFLAGS_RETAIN_INVALID8BYTE2TcVarGlobal5053448Global_Variables.AMSPORT_EVENTLOG16UINT110TcVarGlobal5053456GVL_Logger.TCPADS_MAXUDP_BUFFSIZE - 32 - UDINT - - 10000 - - - - TcVarGlobal - - - 5053472 - - - GVL_Logger.fbRootLogger - Instantiated here to be used everywhere - 81984 - FB_LogMessage - - - TcVarGlobal - - - 5053504 - - - GVL_Logger.nGlobAccEvents - Global log message count - 32 - UDINT - - - pytmc - + TwinCAT PLC Control->"Project->Options...->Build" dialog window. + ]]>32UDINT10000TcVarGlobal5053472GVL_Logger.fbRootLogger81984FB_LogMessageTcVarGlobal5053504GVL_Logger.nGlobAccEvents32UDINTpytmc pv: @(PREFIX)LCLSGeneral:LogMessageCount io: i field: DESC Total log messages on the last cycle - - - - TcVarGlobal - - - 5135488 - - - GVL_Logger.nTrickleThreshold - If GlobAccEvents goes over this level for longer than the - 32 - UDINT - - 2 - - - - TcVarGlobal - - - 5135520 - - - Global_Version.stLibVersion_Tc2_EtherCAT - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 21 - - - .iRevision - 0 - - - .nFlags - 1 - - - .sVersion - 3.3.21.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5135552 - - - Global_Version.stLibVersion_Tc2_Standard - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 3 - - - .iRevision - 0 - - - .nFlags - 0 - - - .sVersion - 3.3.3.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5135840 - - - Global_Version.stLibVersion_Tc2_System - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 4 - - - .iBuild - 24 - - - .iRevision - 0 - - - .nFlags - 0 - - - .sVersion - 3.4.24.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5136128 - - - Global_Variables.AMSPORT_R0_RTIME - R0 Real time - 16 - UINT - - 200 - - - - TcVarGlobal - - - 5136416 - - - Global_Variables.AMSPORT_R0_IO - I/O Driver - 16 - UINT - - 300 - - - - TcVarGlobal - - - 5136432 - - - Global_Variables.AMSPORT_R0_NC - 16 - UINT - - 500 - - - - TcVarGlobal - - - 5136448 - - - Global_Variables.AMSPORT_R0_NCSAF - 16 - UINT - - 501 - - - - TcVarGlobal - - - 5136464 - - - Global_Variables.AMSPORT_R0_NCSVB - 16 - UINT - - 511 - - - - TcVarGlobal - - - 5136480 - - - Global_Variables.AMSPORT_R0_ISG - 16 - UINT - - 550 - - - - TcVarGlobal - - - 5136496 - - - Global_Variables.AMSPORT_R0_CNC - 16 - UINT - - 600 - - - - TcVarGlobal - - - 5136512 - - - Global_Variables.AMSPORT_R0_LINE - 16 - UINT - - 700 - - - - TcVarGlobal - - - 5136528 - - - Global_Variables.AMSPORT_R0_PLC - 16 - UINT - - 800 - - - - TcVarGlobal - - - 5136544 - - - Global_Variables.AMSPORT_R0_PLC_RTS1 - TwinCAT v2.xx first PLC runtime system - 16 - UINT - - 801 - - - - TcVarGlobal - - - 5136560 - - - Global_Variables.AMSPORT_R0_PLC_RTS2 - TwinCAT v2.xx second PLC runtime system - 16 - UINT - - 811 - - - - TcVarGlobal - - - 5136576 - - - Global_Variables.AMSPORT_R0_PLC_RTS3 - TwinCAT v2.xx third PLC runtime system - 16 - UINT - - 821 - - - - TcVarGlobal - - - 5136592 - - - Global_Variables.AMSPORT_R0_PLC_RTS4 - TwinCAT v2.xx fourth PLC runtime system - 16 - UINT - - 831 - - - - TcVarGlobal - - - 5136608 - - - Global_Variables.AMSPORT_R0_CAM - 16 - UINT - - 900 - - - - TcVarGlobal - - - 5136624 - - - Global_Variables.AMSPORT_R0_CAMTOOL - Camming tool - 16 - UINT - - 950 - - - - TcVarGlobal - - - 5136640 - - - Global_Variables.AMSPORT_R3_SCOPESERVER - TwinCAT Scope Server - 16 - UINT - - 14001 - - - - TcVarGlobal - - - 5136672 - - - Global_Variables.ADSSTATE_INVALID - Invalid ADS state - 16 - UINT - - 0 - - - - TcVarGlobal - - - 5136688 - - - Global_Variables.ADSSTATE_IDLE - 16 - UINT - - 1 - - - - TcVarGlobal - - - 5136704 - - - Global_Variables.ADSSTATE_RESET - 16 - UINT - - 2 - - - - TcVarGlobal - - - 5136720 - - - Global_Variables.ADSSTATE_INIT - 16 - UINT - - 3 - - - - TcVarGlobal - - - 5136736 - - - Global_Variables.ADSSTATE_START - 16 - UINT - - 4 - - - - TcVarGlobal - - - 5136752 - - - Global_Variables.ADSSTATE_RUN - 16 - UINT - - 5 - - - - TcVarGlobal - - - 5136768 - - - Global_Variables.ADSSTATE_STOP - 16 - UINT - - 6 - - - - TcVarGlobal - - - 5136784 - - - Global_Variables.ADSSTATE_SAVECFG - 16 - UINT - - 7 - - - - TcVarGlobal - - - 5136800 - - - Global_Variables.ADSSTATE_LOADCFG - 16 - UINT - - 8 - - - - TcVarGlobal - - - 5136816 - - - Global_Variables.ADSSTATE_POWERFAILURE - 16 - UINT - - 9 - - - - TcVarGlobal - - - 5136832 - - - Global_Variables.ADSSTATE_POWERGOOD - 16 - UINT - - 10 - - - - TcVarGlobal - - - 5136848 - - - Global_Variables.ADSSTATE_ERROR - 16 - UINT - - 11 - - - - TcVarGlobal - - - 5136864 - - - Global_Variables.ADSSTATE_SHUTDOWN - 16 - UINT - - 12 - - - - TcVarGlobal - - - 5136880 - - - Global_Variables.ADSSTATE_SUSPEND - 16 - UINT - - 13 - - - - TcVarGlobal - - - 5136896 - - - Global_Variables.ADSSTATE_RESUME - 16 - UINT - - 14 - - - - TcVarGlobal - - - 5136912 - - - Global_Variables.ADSSTATE_CONFIG - System is in config mode - 16 - UINT - - 15 - - - - TcVarGlobal - - - 5136928 - - - Global_Variables.ADSSTATE_RECONFIG - System should restart in config mode - 16 - UINT - - 16 - - - - TcVarGlobal - - - 5136944 - - - Global_Variables.ADSSTATE_STOPPING - 16 - UINT - - 17 - - - - TcVarGlobal - - - 5136960 - - - Global_Variables.ADSSTATE_INCOMPATIBLE - 16 - UINT - - 18 - - - - TcVarGlobal - - - 5136976 - - - Global_Variables.ADSSTATE_EXCEPTION - 16 - UINT - - 19 - - - - TcVarGlobal - - - 5136992 - - - Global_Variables.ADSSTATE_MAXSTATES - Max. number of available ads states - 16 - UINT - - 20 - - - - TcVarGlobal - - - 5137008 - - - Global_Variables.ADSIGRP_SYMTAB - Symbol table - 32 - UDINT - - 61440 - - - - TcVarGlobal - - - 5137024 - - - Global_Variables.ADSIGRP_SYMNAME - Symbol name - 32 - UDINT - - 61441 - - - - TcVarGlobal - - - 5137056 - - - Global_Variables.ADSIGRP_SYMVAL - Symbol value - 32 - UDINT - - 61442 - - - - TcVarGlobal - - - 5137088 - - - Global_Variables.ADSIGRP_SYM_HNDBYNAME - 32 - UDINT - - 61443 - - - - TcVarGlobal - - - 5137120 - - - Global_Variables.ADSIGRP_SYM_VALBYNAME - 32 - UDINT - - 61444 - - - - TcVarGlobal - - - 5137152 - - - Global_Variables.ADSIGRP_SYM_VALBYHND - 32 - UDINT - - 61445 - - - - TcVarGlobal - - - 5137184 - - - Global_Variables.ADSIGRP_SYM_RELEASEHND - 32 - UDINT - - 61446 - - - - TcVarGlobal - - - 5137216 - - - Global_Variables.ADSIGRP_SYM_INFOBYNAME - 32 - UDINT - - 61447 - - - - TcVarGlobal - - - 5137248 - - - Global_Variables.ADSIGRP_SYM_VERSION - 32 - UDINT - - 61448 - - - - TcVarGlobal - - - 5137280 - - - Global_Variables.ADSIGRP_SYM_INFOBYNAMEEX - 32 - UDINT - - 61449 - - - - TcVarGlobal - - - 5137312 - - - Global_Variables.ADSIGRP_SYM_DOWNLOAD - 32 - UDINT - - 61450 - - - - TcVarGlobal - - - 5137344 - - - Global_Variables.ADSIGRP_SYM_UPLOAD - 32 - UDINT - - 61451 - - - - TcVarGlobal - - - 5137376 - - - Global_Variables.ADSIGRP_SYM_UPLOADINFO - 32 - UDINT - - 61452 - - - - TcVarGlobal - - - 5137408 - - - Global_Variables.ADSIGRP_SYMNOTE - Notification of named handle - 32 - UDINT - - 61456 - - - - TcVarGlobal - - - 5137440 - - - Global_Variables.ADSIGRP_IOIMAGE_RWIB - Read/write input BYTE(S) - 32 - UDINT - - 61472 - - - - TcVarGlobal - - - 5137472 - - - Global_Variables.ADSIGRP_IOIMAGE_RWIX - Read/write input bit - 32 - UDINT - - 61473 - - - - TcVarGlobal - - - 5137504 - - - Global_Variables.ADSIGRP_IOIMAGE_RISIZE - Read input size (in BYTE) - 32 - UDINT - - 61477 - - - - TcVarGlobal - - - 5137536 - - - Global_Variables.ADSIGRP_IOIMAGE_RWOB - Read/write output BYTE(S) - 32 - UDINT - - 61488 - - - - TcVarGlobal - - - 5137568 - - - Global_Variables.ADSIGRP_IOIMAGE_RWOX - Read/write output bit - 32 - UDINT - - 61489 - - - - TcVarGlobal - - - 5137600 - - - Global_Variables.ADSIGRP_IOIMAGE_ROSIZE - Read/write output bit - 32 - UDINT - - 61493 - - - - TcVarGlobal - - - 5137632 - - - Global_Variables.ADSIGRP_IOIMAGE_CLEARI - Write inputs TO null - 32 - UDINT - - 61504 - - - - TcVarGlobal - - - 5137664 - - - Global_Variables.ADSIGRP_IOIMAGE_CLEARO - Write outputs TO null - 32 - UDINT - - 61520 - - - - TcVarGlobal - - - 5137696 - - - Global_Variables.ADSIGRP_IOIMAGE_RWIOB - Read input AND write output BYTE(S) ADS-READWRITE - 32 - UDINT - - 61536 - - - - TcVarGlobal - - - 5137728 - - - Global_Variables.ADSIGRP_DEVICE_DATA - State, name, etc... - 32 - UDINT - - 61696 - - - - TcVarGlobal - - - 5137760 - - - Global_Variables.ADSIOFFS_DEVDATA_ADSSTATE - Ads state OF device - 32 - UDINT - - 0 - - - - TcVarGlobal - - - 5137792 - - - Global_Variables.ADSIOFFS_DEVDATA_DEVSTATE - Device state - 32 - UDINT - - 2 - - - - TcVarGlobal - - - 5137824 - - - Global_Variables.SYSTEMSERVICE_OPENCREATE - Open and if not existing create - 32 - UDINT - - 100 - - - - TcVarGlobal - - - 5137856 - - - Global_Variables.SYSTEMSERVICE_OPENREAD - Open existing for read access - 32 - UDINT - - 101 - - - - TcVarGlobal - - - 5137888 - - - Global_Variables.SYSTEMSERVICE_OPENWRITE - Open existing for write access - 32 - UDINT - - 102 - - - - TcVarGlobal - - - 5137920 - - - Global_Variables.SYSTEMSERVICE_CREATEFILE - Create - 32 - UDINT - - 110 - - - - TcVarGlobal - - - 5137952 - - - Global_Variables.SYSTEMSERVICE_CLOSEHANDLE - Close - 32 - UDINT - - 111 - - - - TcVarGlobal - - - 5137984 - - - Global_Variables.SYSTEMSERVICE_FOPEN - 32 - UDINT - - 120 - - - - TcVarGlobal - - - 5138016 - - - Global_Variables.SYSTEMSERVICE_FCLOSE - 32 - UDINT - - 121 - - - - TcVarGlobal - - - 5138048 - - - Global_Variables.SYSTEMSERVICE_FREAD - 32 - UDINT - - 122 - - - - TcVarGlobal - - - 5138080 - - - Global_Variables.SYSTEMSERVICE_FWRITE - 32 - UDINT - - 123 - - - - TcVarGlobal - - - 5138112 - - - Global_Variables.SYSTEMSERVICE_FSEEK - 32 - UDINT - - 124 - - - - TcVarGlobal - - - 5138144 - - - Global_Variables.SYSTEMSERVICE_FTELL - 32 - UDINT - - 125 - - - - TcVarGlobal - - - 5138176 - - - Global_Variables.SYSTEMSERVICE_FGETS - 32 - UDINT - - 126 - - - - TcVarGlobal - - - 5138208 - - - Global_Variables.SYSTEMSERVICE_FPUTS - 32 - UDINT - - 127 - - - - TcVarGlobal - - - 5138240 - - - Global_Variables.SYSTEMSERVICE_FSCANF - 32 - UDINT - - 128 - - - - TcVarGlobal - - - 5138272 - - - Global_Variables.SYSTEMSERVICE_FPRINTF - 32 - UDINT - - 129 - - - - TcVarGlobal - - - 5138304 - - - Global_Variables.SYSTEMSERVICE_FEOF - 32 - UDINT - - 130 - - - - TcVarGlobal - - - 5138336 - - - Global_Variables.SYSTEMSERVICE_FDELETE - 32 - UDINT - - 131 - - - - TcVarGlobal - - - 5138368 - - - Global_Variables.SYSTEMSERVICE_FRENAME - 32 - UDINT - - 132 - - - - TcVarGlobal - - - 5138400 - - - Global_Variables.SYSTEMSERVICE_MKDIR - 32 - UDINT - - 138 - - - - TcVarGlobal - - - 5138432 - - - Global_Variables.SYSTEMSERVICE_RMDIR - 32 - UDINT - - 139 - - - - TcVarGlobal - - - 5138464 - - - Global_Variables.SYSTEMSERVICE_SENDEMAIL - 32 - UDINT - - 300 - - - - TcVarGlobal - - - 5138528 - - - Global_Variables.SYSTEMSERVICE_TIMESERVICES - 32 - UDINT - - 400 - - - - TcVarGlobal - - - 5138560 - - - Global_Variables.SYSTEMSERVICE_STARTPROCESS - 32 - UDINT - - 500 - - - - TcVarGlobal - - - 5138592 - - - Global_Variables.SYSTEMSERVICE_CHANGENETID - 32 - UDINT - - 600 - - - - TcVarGlobal - - - 5138624 - - - Global_Variables.TIMESERVICE_DATEANDTIME - Date/time - 32 - UDINT - - 1 - - - - TcVarGlobal - - - 5138656 - - - Global_Variables.TIMESERVICE_SYSTEMTIMES - 32 - UDINT - - 2 - - - - TcVarGlobal - - - 5138688 - - - Global_Variables.TIMESERVICE_RTCTIMEDIFF - 32 - UDINT - - 3 - - - - TcVarGlobal - - - 5138720 - - - Global_Variables.TIMESERVICE_ADJUSTTIMETORTC - 32 - UDINT - - 4 - - - - TcVarGlobal - - - 5138752 - - - Global_Variables.TIMESERVICE_TIMEZONINFORMATION - 32 - UDINT - - 6 - - - - TcVarGlobal - - - 5138784 - - - Global_Variables.ADSLOG_MSGTYPE_WARN - Warning icon - 32 - DWORD - - 2 - - - - TcVarGlobal - - - 5138848 - - - Global_Variables.ADSLOG_MSGTYPE_MSGBOX - View message in message box - 32 - DWORD - - 32 - - - - TcVarGlobal - - - 5138944 - - - Global_Variables.ADSLOG_MSGTYPE_RESOURCE - 32 - DWORD - - 64 - - - - TcVarGlobal - - - 5138976 - - - Global_Variables.ADSLOG_MSGTYPE_STRING - 32 - DWORD - - 128 - - - - TcVarGlobal - - - 5139008 - - - Global_Variables.BOOTDATAFLAGS_RETAIN_REQUESTED - 8 - BYTE - - 4 - - - - TcVarGlobal - - - 5139040 - - - Global_Variables.BOOTDATAFLAGS_PERSISTENT_LOADED - Persistent data loaded - 8 - BYTE - - 16 - - - - TcVarGlobal - - - 5139048 - - - Global_Variables.BOOTDATAFLAGS_PERSISTENT_INVALID - Persistent data is invalid - 8 - BYTE - - 32 - - - - TcVarGlobal - - - 5139056 - - - Global_Variables.SYSTEMSTATEFLAGS_BSOD - Blue screen of death - 8 - BYTE - - 1 - - - - TcVarGlobal - - - 5139064 - - - Global_Variables.SYSTEMSTATEFLAGS_RTVIOLATION - Realtime violation - latency time - 8 - BYTE - - 2 - - - - TcVarGlobal - - - 5139072 - - - Global_Variables.nWatchdogTime - Watchdog time. Depending of g_WatchdogConfig : seconds or minutes - 8 - BYTE - - - TcVarGlobal - - - 5139080 - - - Global_Variables.TCEVENTFLAG_PRIOCLASS - Event class/priority through textformatter - 16 - WORD - - 16 - - - - TcVarGlobal - - - 5139088 - - - Global_Variables.FOPEN_MODEREAD - "r": Opens for reading. If the file does not exist or cannot be found, the call fails. - 32 - DWORD - - 1 - - - - TcVarGlobal - - - 5139104 - - - Global_Variables.FOPEN_MODEWRITE - "w": Opens an empty file for writing. If the given file exists, its contents are destroyed. - 32 - DWORD - - 2 - - - - TcVarGlobal - - - 5139136 - - - Global_Variables.FOPEN_MODEAPPEND - "a": Opens for writing at the end of the file (appending) without removing the EOF marker before writing new data to the file; creates the file first if it doesnot exist. - 32 - DWORD - - 4 - - - - TcVarGlobal - - - 5139168 - - - Global_Variables.FOPEN_MODEPLUS - "+": Opens for reading and writing - 32 - DWORD - - 8 - - - - TcVarGlobal - - - 5139200 - - - Global_Variables.FOPEN_MODEBINARY - "b": Open in binary (untranslated) mode. - 32 - DWORD - - 16 - - - - TcVarGlobal - - - 5139232 - - - Global_Variables.FOPEN_MODETEXT - "t": Open in text (translated) mode. - 32 - DWORD - - 32 - - - - TcVarGlobal - - - 5139264 - - - Global_Variables.TCEVENTFLAG_FMTSELF - Format in message - 16 - WORD - - 32 - - - - TcVarGlobal - - - 5139520 - - - Global_Variables.TCEVENTFLAG_LOG - Write to log file - 16 - WORD - - 64 - - - - TcVarGlobal - - - 5139536 - - - Global_Variables.TCEVENTFLAG_MSGBOX - Display message box - 16 - WORD - - 128 - - - - TcVarGlobal - - - 5139552 - - - Global_Variables.TCEVENTFLAG_SRCID - Src id instead of source name - 16 - WORD - - 256 - - - - TcVarGlobal - - - 5139568 - - - Global_Variables.TCEVENTFLAG_AUTOFMTALL - 16 - WORD - - 4096 - - - - TcVarGlobal - - - 5139584 - - - Global_Variables.TCEVENTSTATE_INVALID - Event object is not initialized - 16 - WORD - - 0 - - - - TcVarGlobal - - - 5139600 - - - Global_Variables.TCEVENTSTATE_SIGNALED - Event object is in a signaled state - 16 - WORD - - 1 - - - - TcVarGlobal - - - 5139616 - - - Global_Variables.TCEVENTSTATE_RESET - Event object is in a reset state - 16 - WORD - - 2 - - - - TcVarGlobal - - - 5139632 - - - Global_Variables.TCEVENTSTATE_CONFIRMED - Event object is confirmed but not reset - 16 - WORD - - 16 - - - - TcVarGlobal - - - 5139648 - - - Global_Variables.TCEVENTSTATE_RESETCON - Event object is confirmed and reset - 16 - WORD - - 18 - - - - TcVarGlobal - - - 5139664 - - - Global_Variables.TCEVENT_SRCNAMESIZE - 16 - INT - - 15 - - - - TcVarGlobal - - - 5139680 - - - Global_Variables.TCEVENT_FMTPRGSIZE - 16 - INT - - 31 - - - - TcVarGlobal - - - 5139696 - - - Global_Variables.PI - 64 - LREAL - - 3.14159265358979 - - - - TcVarGlobal - - - 5139712 - - - Global_Variables.MAX_STRING_LENGTH - Max. length of T_MaxString (inclusive null delimiter) - 32 - UDINT - - 255 - - - - TcVarGlobal - - - 5139808 - - - Global_Variables.eWatchdogConfig - 16 - E_WATCHDOG_TIME_CONFIG - - 0 - - - - TcVarGlobal - - - 5140352 - - - Global_Variables.MAX_AVERAGE_MEASURES - Max. number of measures used in the profiler function block: 2..100 - 16 - INT - - 10 - - - - LowerBorder - 2 - - - UpperBorder - 100 - - - TcVarGlobal - - - 5140368 - - - Global_Version.stLibVersion_Tc3_Module - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 21 - - - .iRevision - 0 - - - .sVersion - 3.3.21.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5140384 - - - Global_Version.stLibVersion_Tc2_Utilities - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 40 - - - .iRevision - 1 - - - .nFlags - 0 - - - .sVersion - 3.3.40.1 - - - - - const_non_replaced - - - TcVarGlobal - - - 5140992 - - - Global_Variables.GLOBAL_FORMAT_HASH_PREFIX_TYPE - Global hash prefix type constant used for binary, octal or hexadecimal string format type - 16 - E_HashPrefixTypes - - 0 - - - - TcVarGlobal - - - 5141280 - - - Global_Variables.GLOBAL_SBCS_TABLE - Windows SBCS (Single Byte Character Set) Code Page Table - 16 - E_SBCSType - - 1 - - - - TcVarGlobal - - - 5141296 - - - Global_Variables.GLOBAL_DCF77_PULSE_SPLIT - Default DCF77 short/long pulse split time value. Bit == 0 => pulse < 140ms, Bit == 1 => pulse >= 140ms - 32 - TIME - - 140 - - - - TcVarGlobal - - - 5141312 - - - Global_Variables.GLOBAL_DCF77_SEQUENCE_CHECK - TRUE = Enable DCF77 telegram plausibility check (two telegrams are checked), FALSE = Disable check - 8 - BOOL - - 0 - - - - TcVarGlobal - - - 5141344 - - - Global_Variables.DEFAULT_CSV_FIELD_SEP - Default CSV-file field separator character. Semicolon (;) := 16#3B => german field separator, comma (,) := 16#2C => US field separator - 8 - BYTE - - 59 - - - - TcVarGlobal - - - 5141352 - - - Global_Variables.MAX_REMOTE_PCS - Max. number of TwinCAT remote systems/PC's - 16 - INT - - 99 - - - - TcVarGlobal - - - 5141360 - - - Global_Variables.MAX_ADAPTER_NAME_LENGTH - Max. System Service local adapter name length (256 + 4 inkl. \0) - 32 - UDINT - - 259 - - - - TcVarGlobal - - - 5202848 - - - Global_Variables.MAX_ADAPTER_DESCRIPTION_LENGTH - Max. System Service local adapter descirpion length (128 + 4 inkl. \0) - 32 - UDINT - - 131 - - - - TcVarGlobal - - - 5202880 - - - Global_Variables.MAX_ADAPTER_ADDRESS_LENGTH - Max. System Service local adapter physical address length (bytes[0..7]) - 32 - UDINT - - 7 - - - - TcVarGlobal - - - 5202912 - - - Global_Variables.SYSTEMSERVICE_IPHELPERAPI - IPHELPERAPI index group - 32 - UDINT - - 701 - - - - TcVarGlobal - - - 5202944 - - - Global_Variables.SYSTEMSERVICE_IPHOSTNAME - IPHOSTNAME index group - 32 - UDINT - - 702 - - - - TcVarGlobal - - - 5202976 - - - Global_Variables.IPHELPERAPI_ADAPTERSINFO - IPHELPERAPI index offset - 32 - UDINT - - 1 - - - - TcVarGlobal - - - 5203008 - - - Global_Variables.IPHELPERAPI_IPADDRBYHOSTNAME - IPHELPERAPI index offset - 32 - UDINT - - 4 - - - - TcVarGlobal - - - 5203040 - - - Global_Variables.MAX_LOCAL_ADAPTERS - Max. number of local network adapters - 32 - UDINT - - 5 - - - - TcVarGlobal - - - 5203072 - - - Global_Variables.SYSTEMSERVICE_ADDREMOTE - System Service route function: Add route - 32 - UDINT - - 801 - - - - TcVarGlobal - - - 5203104 - - - Global_Variables.SYSTEMSERVICE_DELREMOTE - System Service route function: Delete route - 32 - UDINT - - 802 - - - - TcVarGlobal - - - 5203136 - - - Global_Variables.SYSTEMSERVICE_ENUMREMOTE - System Service route function: Enumerater route - 32 - UDINT - - 803 - - - - TcVarGlobal - - - 5203168 - - - Global_Variables.ROUTE_FLAG_TEMPORARY - TwinCAT route flag: Temporary - 32 - DWORD - - 1 - - - - TcVarGlobal - - - 5203200 - - - Global_Variables.ROUTE_FLAG_DYNAMIC - TwinCAT route flag: Hostname instead OF IP address - 32 - DWORD - - 2 - - - - TcVarGlobal - - - 5203232 - - - Global_Variables.ROUTE_FLAG_NOOVERRIDE - TwinCAT route flag: No override - 32 - DWORD - - 4 - - - - TcVarGlobal - - - 5203264 - - - Global_Variables.MAX_ROUTE_NAME_LEN - Max. TwinCAT router route name length - 8 - BYTE - - 31 - - - - TcVarGlobal - - - 5203296 - - - Global_Variables.MAX_ROUTE_ADDR_LEN - Max. TwinCAT router route address length - 8 - BYTE - - 79 - - - - TcVarGlobal - - - 5203304 - - - Global_Variables.MIN_ROUTE_TRANSPORT - Min. route type: eRouteTransport_None - 8 - BYTE - - 0 - - - - TcVarGlobal - - - 5203312 - - - Global_Variables.MAX_ROUTE_TRANSPORT - Max. route type: eRouteTransport_SOAP - 8 - BYTE - - 12 - - - - TcVarGlobal - - - 5203320 - - - Global_Variables.EMPTY_ROUTE_ENTRY - eTransport := eRouteTransport_None see Workitem 7547 - 1184 - ST_AmsRouteEntry - - - .sName - - - - .sNetID - - - - .sAddress - - - - .tTimeout - 0 - - - .dwFlags - 0 - - - - - TcVarGlobal - - - 5203328 - - - Global_Variables.SYSTEMSERVICE_FFILEFIND - System Service file find function number - 32 - UDINT - - 133 - - - - TcVarGlobal - - - 5204512 - - - Global_Variables.HKEY_MAX_BINARY_DATA_SIZE - Max. byte size of binary registry value data - 32 - UDINT - - 500 - - - - TcVarGlobal - - - 5204544 - - - Global_Variables.AMSLOGGER_IGR_GENERAL - TwinCAT Ams Logger general index group - 32 - UDINT - - 4096 - - - - TcVarGlobal - - - 5204576 - - - Global_Variables.AMSLOGGER_IOF_MODE - TwinCAT Ams Logger mode - 32 - UDINT - - 1 - - - - TcVarGlobal - - - 5204608 - - - Global_Variables.AMSPORT_AMSLOGGER - TwinCAT Ams Logger port number - 16 - UINT - - 10502 - - - - TcVarGlobal - - - 5204640 - - - Global_Variables.FORMAT_MAX_ARGS - Format string constant: Max. number of format arguments in FB_FormatString - 16 - INT - - 10 - - - - TcVarGlobal - - - 5204656 - - - Global_Variables.FLOATREC_EXP_IS_NAN - T_FloatRec type and F_GetFloatRec function constant: The value is #NAN or -#NAN - 16 - INT - - -32768 - - - - TcVarGlobal - - - 5204672 - - - Global_Variables.FLOATREC_EXP_IS_INF - T_FloatRec type and F_GetFloatRec function constant: The value is #INF or -#INF - 16 - INT - - 32767 - - - - TcVarGlobal - - - 5204688 - - - Global_Variables.FLOATREC_MAX_DIGITS - T_FloatRec type and F_GetFloatRec function constant: Max. number of significant digits. Note: double precision floats have max. 15 significant digits - 16 - INT - - 20 - - - - TcVarGlobal - - - 5204704 - - - Global_Variables.FLOATREC_MAX_PRECISION - T_FloatRec type and F_GetFloatRec function constant: Max. floating point precision (1e-307) - 16 - INT - - 307 - - - - TcVarGlobal - - - 5204720 - - - Global_Variables.FLOATREC_MIN_PRECISION - T_FloatRec type and F_GetFloatRec function constant: Min. floating point precision - 16 - INT - - 0 - - - - TcVarGlobal - - - 5204736 - - - Global_Variables.FMTERR_NOERROR - FB_FormatString function block error code: No error - 32 - DWORD - - 0 - - - - TcVarGlobal - - - 5204768 - - - Global_Variables.FMTERR_PERCENTSIGNPOSITION - FB_FormatString function block error code: Percent sign (%) at invalid position - 32 - DWORD - - 16 - - - - TcVarGlobal - - - 5204800 - - - Global_Variables.FMTERR_ASTERISKPOSITION - FB_FormatString function block error code: Asterisk parameter at invalid position - 32 - DWORD - - 32 - - - - TcVarGlobal - - - 5204832 - - - Global_Variables.FMTERR_WIDTHVALUE - FB_FormatString function block error code: Invalid width field value - 32 - DWORD - - 64 - - - - TcVarGlobal - - - 5204864 - - - Global_Variables.FMTERR_PRECISIONVALUE - FB_FormatString function block error code: Invalid precision field value - 32 - DWORD - - 128 - - - - TcVarGlobal - - - 5204896 - - - Global_Variables.FMTERR_FLAGPOSITION - FB_FormatString function block error code: One of the flags at invalid position - 32 - DWORD - - 256 - - - - TcVarGlobal - - - 5204928 - - - Global_Variables.FMTERR_WIDTHPRECISIONVALPOS - FB_FormatString function block error code: The width or precision field value at invalid position - 32 - DWORD - - 512 - - - - TcVarGlobal - - - 5204960 - - - Global_Variables.FMTERR_PRECISIONDOTPOSITION - FB_FormatString function block error code: Dot "." sign of precision field at invalid position - 32 - DWORD - - 1024 - - - - TcVarGlobal - - - 5204992 - - - Global_Variables.FMTERR_TYPEFIELDVALUE - FB_FormatString function block error code: Invalid (unsupported) type field value - 32 - DWORD - - 2048 - - - - TcVarGlobal - - - 5205024 - - - Global_Variables.FMTERR_ARGTYPEINVALID - FB_FormatString function block error code: Different type field and argument parameter - 32 - DWORD - - 4096 - - - - TcVarGlobal - - - 5205056 - - - Global_Variables.FMTERR_UNACCEPTEDPARAMETER - FB_FormatString function block error code: Invalid format string parameters - 32 - DWORD - - 8192 - - - - TcVarGlobal - - - 5205088 - - - Global_Variables.FMTERR_INSUFFICIENTARGS - FB_FormatString function block error code: To much arguments in format string - 32 - DWORD - - 16384 - - - - TcVarGlobal - - - 5205120 - - - Global_Variables.FMTERR_DESTBUFFOVERFLOW - FB_FormatString function block error code: Destination string buffer overflow (formatted string is to long ) - 32 - DWORD - - 32768 - - - - TcVarGlobal - - - 5205152 - - - Global_Variables.FMTERR_INVALIDPOINTERINPUT - FB_FormatString function block error code: Invalid pointer input - 32 - DWORD - - 65536 - - - - TcVarGlobal - - - 5205184 - - - Global_Variables.EMPTY_ARG_VALUE - T_Arg empty value - 96 - T_Arg - - - .eType - 0 - - - .cbLen - 0 - - - .pData - 0 - - - - - TcVarGlobal - - - 5205216 - - - Global_Variables.FORMAT_HEXASC_CODES - 256 - BYTE - - 0 - 2 - - - 0 - 16 - - - - [0,0] - 48 - - - [0,1] - 49 - - - [0,2] - 50 - - - [0,3] - 51 - - - [0,4] - 52 - - - [0,5] - 53 - - - [0,6] - 54 - - - [0,7] - 55 - - - [0,8] - 56 - - - [0,9] - 57 - - - [0,10] - 97 - - - [0,11] - 98 - - - [0,12] - 99 - - - [0,13] - 100 - - - [0,14] - 101 - - - [0,15] - 102 - - - [1,0] - 48 - - - [1,1] - 49 - - - [1,2] - 50 - - - [1,3] - 51 - - - [1,4] - 52 - - - [1,5] - 53 - - - [1,6] - 54 - - - [1,7] - 55 - - - [1,8] - 56 - - - [1,9] - 57 - - - [1,10] - 65 - - - [1,11] - 66 - - - [1,12] - 67 - - - [1,13] - 68 - - - [1,14] - 69 - - - [1,15] - 70 - - - - - TcVarGlobal - - - 5205312 - - - Global_Variables.FORMAT_DECASC_CODES - ASCII to decimal and decimal digits to ASCII codes - 80 - BYTE - - 0 - 10 - - - - [0] - 48 - - - [1] - 49 - - - [2] - 50 - - - [3] - 51 - - - [4] - 52 - - - [5] - 53 - - - [6] - 54 - - - [7] - 55 - - - [8] - 56 - - - [9] - 57 - - - - - TcVarGlobal - - - 5205568 - - - Global_Variables.SYSTEMTIME_MAX_MONTHDAYS - 384 - WORD - - 0 - 2 - - - 1 - 12 - - - - [0,1] - 31 - - - [0,2] - 28 - - - [0,3] - 31 - - - [0,4] - 30 - - - [0,5] - 31 - - - [0,6] - 30 - - - [0,7] - 31 - - - [0,8] - 31 - - - [0,9] - 30 - - - [0,10] - 31 - - - [0,11] - 30 - - - [0,12] - 31 - - - [1,1] - 31 - - - [1,2] - 29 - - - [1,3] - 31 - - - [1,4] - 30 - - - [1,5] - 31 - - - [1,6] - 30 - - - [1,7] - 31 - - - [1,8] - 31 - - - [1,9] - 30 - - - [1,10] - 31 - - - [1,11] - 30 - - - [1,12] - 31 - - - - - TcVarGlobal - - - 5211056 - - - Global_Variables.SYSTEMTIME_MAX_YEARSDAY - 448 - WORD - - 0 - 2 - - - 0 - 14 - - - - [0,0] - 0 - - - [0,1] - 31 - - - [0,2] - 59 - - - [0,3] - 90 - - - [0,4] - 120 - - - [0,5] - 151 - - - [0,6] - 181 - - - [0,7] - 212 - - - [0,8] - 243 - - - [0,9] - 273 - - - [0,10] - 304 - - - [0,11] - 334 - - - [0,12] - 365 - - - [0,13] - 396 - - - [1,0] - 0 - - - [1,1] - 31 - - - [1,2] - 60 - - - [1,3] - 91 - - - [1,4] - 121 - - - [1,5] - 152 - - - [1,6] - 182 - - - [1,7] - 213 - - - [1,8] - 244 - - - [1,9] - 274 - - - [1,10] - 305 - - - [1,11] - 335 - - - [1,12] - 366 - - - [1,13] - 397 - - - - - TcVarGlobal - - - 5211440 - - - Global_Variables.SYSTEMTIME_DATEDELTA_OFFSET - Number of past days since year zero until 1 January 1601 - 32 - DWORD - - 584389 - - - - TcVarGlobal - - - 5211904 - - - Global_Variables.SYSTEMTIME_TICKSPERMSEC - Number of 100ns ticks per millisecond - 64 - T_ULARGE_INTEGER - - - .dwHighPart - 0 - - - .dwLowPart - 10000 - - - - - TcVarGlobal - - - 5211936 - - - Global_Variables.SYSTEMTIME_TICKSPERSEC - Number of 100ns ticks per second - 64 - T_ULARGE_INTEGER - - - .dwHighPart - 0 - - - .dwLowPart - 10000000 - - - - - TcVarGlobal - - - 5212000 - - - Global_Variables.SYSTEMTIME_TICKSPERDAY - Number of 100ns ticks per day - 64 - T_ULARGE_INTEGER - - - .dwHighPart - 201 - - - .dwLowPart - 711573504 - - - - - TcVarGlobal - - - 5212064 - - - Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN - Min. DT value as file time DT#1970-01-01-00:00:00 - 64 - T_ULARGE_INTEGER - - - .dwHighPart - 27111902 - - - .dwLowPart - 3577643008 - - - - - TcVarGlobal - - - 5212128 - - - Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX - Max. DT value as file time DT#2106-02-06-06:28:15 - 64 - T_ULARGE_INTEGER - - - .dwHighPart - 37111701 - - - .dwLowPart - 2856069504 - - - - - TcVarGlobal - - - 5212192 - - - Global_Variables.DATE_AND_TIME_SECPERDAY - Number of seconds per day - 32 - DWORD - - 86400 - - - - TcVarGlobal - - - 5212256 - - - Global_Variables.SYSTEMTIME_TICKSPERMSEC64 - Number of 100ns ticks per millisecond - 64 - ULINT - - 10000 - - - - TcVarGlobal - - - 5212288 - - - Global_Variables.SYSTEMTIME_TICKSPERSEC64 - Number of 100ns ticks per second - 64 - ULINT - - 10000000 - - - - TcVarGlobal - - - 5212352 - - - Global_Variables.SYSTEMTIME_TICKSPERDAY64 - Number of 100ns ticks per day - 64 - ULINT - - 864000000000 - - - - TcVarGlobal - - - 5212416 - - - Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN64 - Min. DT value as file time DT#1970-01-01-00:00:00 - 64 - ULINT - - 116444736000000000 - - - - TcVarGlobal - - - 5212480 - - - Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX64 - Max. DT value as file time DT#2106-02-06-06:28:15 - 64 - ULINT - - 159393544950000000 - - - - TcVarGlobal - - - 5212544 - - - Global_Variables.WEST_EUROPE_TZI - 864 - ST_TimeZoneInformation - - - .bias - -60 - - - .standardName - W. Europe Standard Time - - - .standardDate.wYear - 0 - - - .standardDate.wMonth - 10 - - - .standardDate.wDayOfWeek - 0 - - - .standardDate.wDay - 5 - - - .standardDate.wHour - 3 - - - .standardBias - 0 - - - .daylightName - W. Europe Daylight Time - - - .daylightDate.wYear - 0 - - - .daylightDate.wMonth - 3 - - - .daylightDate.wDayOfWeek - 0 - - - .daylightDate.wDay - 5 - - - .daylightDate.wHour - 2 - - - .daylightBias - -60 - - - - - TcVarGlobal - - - 5212608 - - - Global_Variables.DATE_AND_TIME_SECPERWEEK - Number of seconds per week - 32 - DWORD - - 604800 - - - - TcVarGlobal - - - 5217568 - - - Global_Variables.DBG_OUTPUT_NONE - Disabled (no debug oputput) - 32 - DWORD - - 0 - - - - TcVarGlobal - - - 5223776 - - - Global_Variables.DBG_OUTPUT_LOG - Enabled, TwinCAT System Manager Log - 32 - DWORD - - 1 - - - - TcVarGlobal - - - 5223808 - - - Global_Variables.DBG_OUTPUT_FILE - Enabled, text file - 32 - DWORD - - 2 - - - - TcVarGlobal - - - 5223840 - - - Global_Variables.DBG_OUTPUT_VISU - reserved - 32 - DWORD - - 4 - - - - TcVarGlobal - - - 5223872 - - - Global_Variables.DEFAULT_CSV_FIELD_DOUBLE_QUOTE - CSV separator constant: double-quote (") => used to enclose special characters like line breaks, double-quotes, commas... - 8 - BYTE - - 34 - - - - TcVarGlobal - - - 5340112 - - - Global_Variables.DEFAULT_CSV_RECORD_SEP_CR - CSV separator constant: cariage return => record separator (first character) - 8 - BYTE - - 13 - - - - TcVarGlobal - - - 5340120 - - - Global_Variables.DEFAULT_CSV_RECORD_SEP_LF - CSV separator constant: line feed => record separator (second character) - 8 - BYTE - - 10 - - - - TcVarGlobal - - - 5341072 - - - Global_Variables.EMPTY_GUID_STRUCT - 128 - GUID - - - .Data1 - 0 - - - .Data2 - 0 - - - .Data3 - 0 - - - .Data4[0] - 0 - - - .Data4[1] - 0 - - - .Data4[2] - 0 - - - .Data4[3] - 0 - - - .Data4[4] - 0 - - - .Data4[5] - 0 - - - .Data4[6] - 0 - - - .Data4[7] - 0 - - - - - TcVarGlobal - - - 5342816 - - - Global_Variables.EMPTY_GUID_STRING - 296 - STRING(36) - - 00000000-0000-0000-0000-000000000000 - - - - TcVarGlobal - - - 5342944 - - - Global_Variables.EMPTY_GUID_REGSTRING - 312 - STRING(38) - - {00000000-0000-0000-0000-000000000000} - - - - TcVarGlobal - - - 5343240 - - - Global_Variables.ASCII_STX - 8 - BYTE - - 2 - - - - TcVarGlobal - - - 5343560 - - - Global_Version.stLibVersion_Tc2_IoFunctions - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 13 - - - .iRevision - 0 - - - .nFlags - 0 - - - .sVersion - 3.3.13.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5343648 - - - Global_Version.stLibVersion_Tc2_ModbusSrv - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 2 - - - .iRevision - 0 - - - .sVersion - 3.3.2.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5343936 - - - Global_Version.stLibVersion_Tc2_SerialCom - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 7 - - - .iRevision - 0 - - - .nFlags - 0 - - - .sVersion - 3.3.7.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5344224 - - - Global_Variables.COMERRORADS_INVALID_COMPORT - constants for error codes returned as nErrorID output of SerialLineControlADS - invalid input parameters - 32 - UDINT - - 36865 - - - - TcVarGlobal - - - 5344512 - - - Global_Variables.COMERRORADS_INVALID_CMD - 32 - UDINT - - 36866 - - - - TcVarGlobal - - - 5344544 - - - Global_Variables.COMERRORADS_INVALID_DATAPOINTER - 32 - UDINT - - 36867 - - - - TcVarGlobal - - - 5344576 - - - Global_Variables.COMERRORADS_INVALID_CFGSTLEN - 32 - UDINT - - 36881 - - - - TcVarGlobal - - - 5344608 - - - Global_Variables.COMERRORADS_INVALID_CFGSTVER - unknown configuration structure version - 32 - UDINT - - 36882 - - - - TcVarGlobal - - - 5344640 - - - Global_Variables.COMERRORADS_INVALID_TL - invalid TraceLevel - 32 - UDINT - - 36883 - - - - TcVarGlobal - - - 5344672 - - - Global_Variables.COMERRORADS_INVALID_BAUDRATE - 32 - UDINT - - 36897 - - - - TcVarGlobal - - - 5344704 - - - Global_Variables.COMERRORADS_INVALID_PARITY - 32 - UDINT - - 36898 - - - - TcVarGlobal - - - 5344736 - - - Global_Variables.COMERRORADS_INVALID_DATABITS - 32 - UDINT - - 36899 - - - - TcVarGlobal - - - 5344768 - - - Global_Variables.COMERRORADS_INVALID_STOPBITS - 32 - UDINT - - 36900 - - - - TcVarGlobal - - - 5344800 - - - Global_Variables.COMERRORADS_INVALID_DTR_CTRL - 32 - UDINT - - 36901 - - - - TcVarGlobal - - - 5344832 - - - Global_Variables.COMERRORADS_INVALID_RTS_CTRL - 32 - UDINT - - 36902 - - - - TcVarGlobal - - - 5344864 - - - Global_Variables.COMERRORADS_INVALID_CTS_OUTCTRL - 32 - UDINT - - 36903 - - - - TcVarGlobal - - - 5344896 - - - Global_Variables.COMERRORADS_INVALID_DSR_OUTCTRL - 32 - UDINT - - 36904 - - - - TcVarGlobal - - - 5344928 - - - Global_Variables.COMERRORADS_INVALID_DSR_SENS - 32 - UDINT - - 36905 - - - - TcVarGlobal - - - 5344960 - - - Global_Variables.COMERRORADS_NOT_INIT - Specific Error Codes - 32 - UDINT - - 36913 - - - - TcVarGlobal - - - 5344992 - - - Global_Variables.COMERRORADS_RD_BUFFER_OVERRUN - 32 - UDINT - - 36914 - - - - TcVarGlobal - - - 5345024 - - - Global_Variables.COMERRORADS_PORT_CONNECTED - port already opened by the server - 32 - UDINT - - 36915 - - - - TcVarGlobal - - - 5345056 - - - Global_Variables.COMERRORADS_PORT_NOT_CONNECTED - port not yet opened by the server - 32 - UDINT - - 36916 - - - - TcVarGlobal - - - 5345088 - - - Global_Variables.COMERRORADS_RD_THREAD_TIMEOUT - 32 - UDINT - - 36917 - - - - TcVarGlobal - - - 5345120 - - - Global_Variables.COMERRORADS_WR_THREAD_TIMEOUT - 32 - UDINT - - 36918 - - - - TcVarGlobal - - - 5345152 - - - Global_Variables.COMERRORADS_RD_FAILURE - 32 - UDINT - - 36919 - - - - TcVarGlobal - - - 5345184 - - - Global_Variables.COMERRORADS_WR_FAILURE - 32 - UDINT - - 36920 - - - - TcVarGlobal - - - 5345216 - - - Global_Variables.COMERRORADS_SERVER_INCOMPATIBLE - server version incompatible - 32 - UDINT - - 37121 - - - - TcVarGlobal - - - 5345248 - - - Global_Variables.ASCII_ETX - 8 - BYTE - - 3 - - - - TcVarGlobal - - - 5345784 - - - Global_Variables.ASCII_DLE - 8 - BYTE - - 16 - - - - TcVarGlobal - - - 5345792 - - - Global_Variables.ASCII_NAK - 8 - BYTE - - 21 - - - - TcVarGlobal - - - 5345800 - - - Global_Variables.MAX_RETRIES - 16 - INT - - 5 - - - - TcVarGlobal - - - 5345808 - - - Global_Variables.TIMEOUT_ZVZ - maximale Zeichenverzugszeit - 32 - TIME - - 220 - - - - TcVarGlobal - - - 5345824 - - - Global_Variables.TIMEOUT_QVZ - maximale Quittungsverzugszeit - 32 - TIME - - 2000 - - - - TcVarGlobal - - - 5345856 - - - Global_Variables.TIMEOUT_WVZ - maximale Wiederholungsverzugszeit - 32 - TIME - - 4000 - - - - TcVarGlobal - - - 5345888 - - - Global_Constants.EMPTY_EVENT_CLASS - 128 - GUID - - - .Data1 - 0 - - - .Data2 - 0 - - - .Data3 - 0 - - - .Data4[0] - 0 - - - .Data4[1] - 0 - - - .Data4[2] - 0 - - - .Data4[3] - 0 - - - .Data4[4] - 0 - - - .Data4[5] - 0 - - - .Data4[6] - 0 - - - .Data4[7] - 0 - - - - - TcVarGlobal - - - 5345920 - - - Global_Constants.EMPTY_EVENT_ID - 32 - UDINT - - 0 - - - - TcVarGlobal - - - 5346048 - - - Global_Constants.EMPTY_SEVERITY - 16 - TcEventSeverity - - 0 - - - - TcVarGlobal - - - 5346080 - - - Global_Variables.AMSPORT_TCPIPSRV - 16 - UINT - - 10201 - - - - TcVarGlobal - - - 5346096 - - - Global_Constants.SUCCESS_EVENT - 192 - TcEventEntry - - - .uuidEventClass.Data1 - 0 - - - .uuidEventClass.Data2 - 0 - - - .uuidEventClass.Data3 - 0 - - - .uuidEventClass.Data4[0] - 0 - - - .uuidEventClass.Data4[1] - 0 - - - .uuidEventClass.Data4[2] - 0 - - - .uuidEventClass.Data4[3] - 0 - - - .uuidEventClass.Data4[4] - 0 - - - .uuidEventClass.Data4[5] - 0 - - - .uuidEventClass.Data4[6] - 0 - - - .uuidEventClass.Data4[7] - 0 - - - .nEventID - 0 - - - .eSeverity - 0 - - - - - TcVarGlobal - - - 5346112 - - - GVL.nLangId_OnlineMonitoring - language id for online monitoring; English(US)=1033 ; German(Germany)=1031 - 32 - DINT - - 1033 - - - - TcVarGlobal - - - 5346304 - - - ParameterList.cSourceNameSize - size [bytes] for source names (recommended is a size between 128 and 512) - 32 - UDINT - - 256 - - - - LowerBorder - 81 - - - UpperBorder - 10000 - - - TcVarGlobal - - - 5346336 - - - Global_Version.stLibVersion_Tc3_EventLogger - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 1 - - - .iBuild - 33 - - - .iRevision - 0 - - - .nFlags - 1 - - - .sVersion - 3.1.33.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5346368 - - - GVL_INTERNAL.UNINITIALIZED_CLASS_GUID - {E7A4B1E0-F4CF-4733-95D5-73DF084B60F8} - 128 - GUID - - - .Data1 - 3886330336 - - - .Data2 - 62671 - - - .Data3 - 18227 - - - .Data4[0] - 149 - - - .Data4[1] - 213 - - - .Data4[2] - 115 - - - .Data4[3] - 223 - - - .Data4[4] - 8 - - - .Data4[5] - 75 - - - .Data4[6] - 96 - - - .Data4[7] - 248 - - - - - TcVarGlobal - - - 5346656 - - - Global_Variables.TCPADS_IGR_CONLIST - 32 - UDINT - - 2147483649 - - - - TcVarGlobal - - - 5346816 - - - Global_Variables.TCPADS_IGR_CLOSEBYHDL - 32 - UDINT - - 2147483650 - - - - TcVarGlobal - - - 5346848 - - - Global_Variables.TCPADS_IGR_SENDBYHDL - 32 - UDINT - - 2147483651 - - - - TcVarGlobal - - - 5346880 - - - Global_Variables.TCPADS_IGR_PEERBYHDL - 32 - UDINT - - 2147483652 - - - - TcVarGlobal - - - 5346912 - - - Global_Variables.TCPADS_IGR_RECVBYHDL - 32 - UDINT - - 2147483653 - - - - TcVarGlobal - - - 5346944 - - - Global_Variables.TCPADS_IGR_RECVFROMBYHDL - 32 - UDINT - - 2147483654 - - - - TcVarGlobal - - - 5346976 - - - Global_Variables.TCPADS_IGR_SENDTOBYHDL - 32 - UDINT - - 2147483655 - - - - TcVarGlobal - - - 5347008 - - - Global_Variables.TCPADS_IGR_MULTICAST_ADDBYHDL - 32 - UDINT - - 2147483656 - - - - TcVarGlobal - - - 5347040 - - - Global_Variables.TCPADS_IGR_MULTICAST_DROPBYHDL - 32 - UDINT - - 2147483657 - - - - TcVarGlobal - - - 5347072 - - - Global_Variables.TCPADS_IGR_ADAPTER_LINKSTATUS - 32 - UDINT - - 2147483658 - - - - TcVarGlobal - - - 5347104 - - - Global_Variables.TCPADSCONLST_IOF_CONNECT - 32 - UDINT - - 1 - - - - TcVarGlobal - - - 5347136 - - - Global_Variables.TCPADSCONLST_IOF_LISTEN - 32 - UDINT - - 2 - - - - TcVarGlobal - - - 5347168 - - - Global_Variables.TCPADSCONLST_IOF_CLOSEALL - 32 - UDINT - - 3 - - - - TcVarGlobal - - - 5347200 - - - Global_Variables.TCPADSCONLST_IOF_ACCEPT - 32 - UDINT - - 4 - - - - TcVarGlobal - - - 5347232 - - - Global_Variables.TCPADSCONLST_IOF_UDPBIND - 32 - UDINT - - 5 - - - - TcVarGlobal - - - 5347264 - - - Global_Variables.TCPADSCONLST_IOF_GETHNDLBYADDR - 32 - UDINT - - 6 - - - - TcVarGlobal - - - 5347296 - - - Global_Variables.TCPADSCONLST_IOF_GETLINKSTATUS - 32 - UDINT - - 7 - - - - TcVarGlobal - - - 5347328 - - - Global_Variables.TCPADS_NULL_HSOCKET - Empty (not initialized) socket - 352 - T_HSOCKET - - - .handle - 0 - - - .remoteAddr.nPort - 0 - - - .remoteAddr.sAddr - - - - .localAddr.nPort - 0 - - - .localAddr.sAddr - - - - - - TcVarGlobal - - - 5347360 - - - Global_Variables.LISTEN_MODE_CLOSEALL - FORCED close of all previous opened sockets - 32 - DWORD - - 1 - - - - TcVarGlobal - - - 5347712 - - - Global_Variables.LISTEN_MODE_USEOPENED - Try to use allready opened listener socket - 32 - DWORD - - 2 - - - - TcVarGlobal - - - 5347744 - - - Global_Variables.CONNECT_MODE_ENABLEDBG - Enables/Disables debugging messages - 32 - DWORD - - 2147483648 - - - - TcVarGlobal - - - 5347776 - - - Global_Variables.MAX_THROTTLE_MODE - 32 - DWORD - - 12 - - - - TcVarGlobal - - - 5347808 - - - Global_Variables.THROTTLE_MODE_OFF - 416 - T_ThrottleTimes - - - [0] - 0 - - - [1] - 0 - - - [2] - 0 - - - [3] - 0 - - - [4] - 0 - - - [5] - 0 - - - [6] - 0 - - - [7] - 0 - - - [8] - 0 - - - [9] - 0 - - - [10] - 0 - - - [11] - 0 - - - [12] - 0 - - - - - TcVarGlobal - - - 5347840 - - - Global_Variables.THROTTLE_MODE_DEFAULT - 416 - T_ThrottleTimes - - - [0] - 0 - - - [1] - 10 - - - [2] - 20 - - - [3] - 40 - - - [4] - 60 - - - [5] - 80 - - - [6] - 100 - - - [7] - 200 - - - [8] - 400 - - - [9] - 600 - - - [10] - 800 - - - [11] - 1000 - - - [12] - 2000 - - - - - TcVarGlobal - - - 5348256 - - - Global_Version.stLibVersion_Tc3_JsonXml - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 18 - - - .iRevision - 0 - - - .nFlags - 1 - - - .sVersion - 3.3.18.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 5348672 - - - GVL_Param_TcUnit.MaxNumberOfTestSuites - 16 - UINT - - 1000 - - - - TcVarGlobal - - - 5348960 - - - GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite - 16 - UINT - - 100 - - - - TcVarGlobal - - - 5348976 - - - GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite - 16 - UINT - - 1000 - - - - TcVarGlobal - - - 5348992 - - - GVL_Param_TcUnit.LogExtendedResults - TcUnit logs complete test results. These include: + TcVarGlobal5135488GVL_Logger.nTrickleThreshold32UDINT2TcVarGlobal5135520Global_Version.stLibVersion_Tc2_EtherCAT288ST_LibVersion.iMajor3.iMinor3.iBuild21.iRevision0.nFlags1.sVersion3.3.21.0const_non_replacedTcVarGlobal5135552Global_Version.stLibVersion_Tc2_Standard288ST_LibVersion.iMajor3.iMinor3.iBuild3.iRevision0.nFlags0.sVersion3.3.3.0const_non_replacedTcVarGlobal5135840Global_Version.stLibVersion_Tc2_System288ST_LibVersion.iMajor3.iMinor4.iBuild24.iRevision0.nFlags0.sVersion3.4.24.0const_non_replacedTcVarGlobal5136128Global_Variables.AMSPORT_R0_RTIME16UINT200TcVarGlobal5136416Global_Variables.AMSPORT_R0_IO16UINT300TcVarGlobal5136432Global_Variables.AMSPORT_R0_NC16UINT500TcVarGlobal5136448Global_Variables.AMSPORT_R0_NCSAF16UINT501TcVarGlobal5136464Global_Variables.AMSPORT_R0_NCSVB16UINT511TcVarGlobal5136480Global_Variables.AMSPORT_R0_ISG16UINT550TcVarGlobal5136496Global_Variables.AMSPORT_R0_CNC16UINT600TcVarGlobal5136512Global_Variables.AMSPORT_R0_LINE16UINT700TcVarGlobal5136528Global_Variables.AMSPORT_R0_PLC16UINT800TcVarGlobal5136544Global_Variables.AMSPORT_R0_PLC_RTS116UINT801TcVarGlobal5136560Global_Variables.AMSPORT_R0_PLC_RTS216UINT811TcVarGlobal5136576Global_Variables.AMSPORT_R0_PLC_RTS316UINT821TcVarGlobal5136592Global_Variables.AMSPORT_R0_PLC_RTS416UINT831TcVarGlobal5136608Global_Variables.AMSPORT_R0_CAM16UINT900TcVarGlobal5136624Global_Variables.AMSPORT_R0_CAMTOOL16UINT950TcVarGlobal5136640Global_Variables.AMSPORT_R3_SCOPESERVER16UINT14001TcVarGlobal5136672Global_Variables.ADSSTATE_INVALID16UINT0TcVarGlobal5136688Global_Variables.ADSSTATE_IDLE16UINT1TcVarGlobal5136704Global_Variables.ADSSTATE_RESET16UINT2TcVarGlobal5136720Global_Variables.ADSSTATE_INIT16UINT3TcVarGlobal5136736Global_Variables.ADSSTATE_START16UINT4TcVarGlobal5136752Global_Variables.ADSSTATE_RUN16UINT5TcVarGlobal5136768Global_Variables.ADSSTATE_STOP16UINT6TcVarGlobal5136784Global_Variables.ADSSTATE_SAVECFG16UINT7TcVarGlobal5136800Global_Variables.ADSSTATE_LOADCFG16UINT8TcVarGlobal5136816Global_Variables.ADSSTATE_POWERFAILURE16UINT9TcVarGlobal5136832Global_Variables.ADSSTATE_POWERGOOD16UINT10TcVarGlobal5136848Global_Variables.ADSSTATE_ERROR16UINT11TcVarGlobal5136864Global_Variables.ADSSTATE_SHUTDOWN16UINT12TcVarGlobal5136880Global_Variables.ADSSTATE_SUSPEND16UINT13TcVarGlobal5136896Global_Variables.ADSSTATE_RESUME16UINT14TcVarGlobal5136912Global_Variables.ADSSTATE_CONFIG16UINT15TcVarGlobal5136928Global_Variables.ADSSTATE_RECONFIG16UINT16TcVarGlobal5136944Global_Variables.ADSSTATE_STOPPING16UINT17TcVarGlobal5136960Global_Variables.ADSSTATE_INCOMPATIBLE16UINT18TcVarGlobal5136976Global_Variables.ADSSTATE_EXCEPTION16UINT19TcVarGlobal5136992Global_Variables.ADSSTATE_MAXSTATES16UINT20TcVarGlobal5137008Global_Variables.ADSIGRP_SYMTAB32UDINT61440TcVarGlobal5137024Global_Variables.ADSIGRP_SYMNAME32UDINT61441TcVarGlobal5137056Global_Variables.ADSIGRP_SYMVAL32UDINT61442TcVarGlobal5137088Global_Variables.ADSIGRP_SYM_HNDBYNAME32UDINT61443TcVarGlobal5137120Global_Variables.ADSIGRP_SYM_VALBYNAME32UDINT61444TcVarGlobal5137152Global_Variables.ADSIGRP_SYM_VALBYHND32UDINT61445TcVarGlobal5137184Global_Variables.ADSIGRP_SYM_RELEASEHND32UDINT61446TcVarGlobal5137216Global_Variables.ADSIGRP_SYM_INFOBYNAME32UDINT61447TcVarGlobal5137248Global_Variables.ADSIGRP_SYM_VERSION32UDINT61448TcVarGlobal5137280Global_Variables.ADSIGRP_SYM_INFOBYNAMEEX32UDINT61449TcVarGlobal5137312Global_Variables.ADSIGRP_SYM_DOWNLOAD32UDINT61450TcVarGlobal5137344Global_Variables.ADSIGRP_SYM_UPLOAD32UDINT61451TcVarGlobal5137376Global_Variables.ADSIGRP_SYM_UPLOADINFO32UDINT61452TcVarGlobal5137408Global_Variables.ADSIGRP_SYMNOTE32UDINT61456TcVarGlobal5137440Global_Variables.ADSIGRP_IOIMAGE_RWIB32UDINT61472TcVarGlobal5137472Global_Variables.ADSIGRP_IOIMAGE_RWIX32UDINT61473TcVarGlobal5137504Global_Variables.ADSIGRP_IOIMAGE_RISIZE32UDINT61477TcVarGlobal5137536Global_Variables.ADSIGRP_IOIMAGE_RWOB32UDINT61488TcVarGlobal5137568Global_Variables.ADSIGRP_IOIMAGE_RWOX32UDINT61489TcVarGlobal5137600Global_Variables.ADSIGRP_IOIMAGE_ROSIZE32UDINT61493TcVarGlobal5137632Global_Variables.ADSIGRP_IOIMAGE_CLEARI32UDINT61504TcVarGlobal5137664Global_Variables.ADSIGRP_IOIMAGE_CLEARO32UDINT61520TcVarGlobal5137696Global_Variables.ADSIGRP_IOIMAGE_RWIOB32UDINT61536TcVarGlobal5137728Global_Variables.ADSIGRP_DEVICE_DATA32UDINT61696TcVarGlobal5137760Global_Variables.ADSIOFFS_DEVDATA_ADSSTATE32UDINT0TcVarGlobal5137792Global_Variables.ADSIOFFS_DEVDATA_DEVSTATE32UDINT2TcVarGlobal5137824Global_Variables.SYSTEMSERVICE_OPENCREATE32UDINT100TcVarGlobal5137856Global_Variables.SYSTEMSERVICE_OPENREAD32UDINT101TcVarGlobal5137888Global_Variables.SYSTEMSERVICE_OPENWRITE32UDINT102TcVarGlobal5137920Global_Variables.SYSTEMSERVICE_CREATEFILE32UDINT110TcVarGlobal5137952Global_Variables.SYSTEMSERVICE_CLOSEHANDLE32UDINT111TcVarGlobal5137984Global_Variables.SYSTEMSERVICE_FOPEN32UDINT120TcVarGlobal5138016Global_Variables.SYSTEMSERVICE_FCLOSE32UDINT121TcVarGlobal5138048Global_Variables.SYSTEMSERVICE_FREAD32UDINT122TcVarGlobal5138080Global_Variables.SYSTEMSERVICE_FWRITE32UDINT123TcVarGlobal5138112Global_Variables.SYSTEMSERVICE_FSEEK32UDINT124TcVarGlobal5138144Global_Variables.SYSTEMSERVICE_FTELL32UDINT125TcVarGlobal5138176Global_Variables.SYSTEMSERVICE_FGETS32UDINT126TcVarGlobal5138208Global_Variables.SYSTEMSERVICE_FPUTS32UDINT127TcVarGlobal5138240Global_Variables.SYSTEMSERVICE_FSCANF32UDINT128TcVarGlobal5138272Global_Variables.SYSTEMSERVICE_FPRINTF32UDINT129TcVarGlobal5138304Global_Variables.SYSTEMSERVICE_FEOF32UDINT130TcVarGlobal5138336Global_Variables.SYSTEMSERVICE_FDELETE32UDINT131TcVarGlobal5138368Global_Variables.SYSTEMSERVICE_FRENAME32UDINT132TcVarGlobal5138400Global_Variables.SYSTEMSERVICE_MKDIR32UDINT138TcVarGlobal5138432Global_Variables.SYSTEMSERVICE_RMDIR32UDINT139TcVarGlobal5138464Global_Variables.SYSTEMSERVICE_SENDEMAIL32UDINT300TcVarGlobal5138528Global_Variables.SYSTEMSERVICE_TIMESERVICES32UDINT400TcVarGlobal5138560Global_Variables.SYSTEMSERVICE_STARTPROCESS32UDINT500TcVarGlobal5138592Global_Variables.SYSTEMSERVICE_CHANGENETID32UDINT600TcVarGlobal5138624Global_Variables.TIMESERVICE_DATEANDTIME32UDINT1TcVarGlobal5138656Global_Variables.TIMESERVICE_SYSTEMTIMES32UDINT2TcVarGlobal5138688Global_Variables.TIMESERVICE_RTCTIMEDIFF32UDINT3TcVarGlobal5138720Global_Variables.TIMESERVICE_ADJUSTTIMETORTC32UDINT4TcVarGlobal5138752Global_Variables.TIMESERVICE_TIMEZONINFORMATION32UDINT6TcVarGlobal5138784Global_Variables.ADSLOG_MSGTYPE_WARN32DWORD2TcVarGlobal5138848Global_Variables.ADSLOG_MSGTYPE_MSGBOX32DWORD32TcVarGlobal5138944Global_Variables.ADSLOG_MSGTYPE_RESOURCE32DWORD64TcVarGlobal5138976Global_Variables.ADSLOG_MSGTYPE_STRING32DWORD128TcVarGlobal5139008Global_Variables.BOOTDATAFLAGS_RETAIN_REQUESTED8BYTE4TcVarGlobal5139040Global_Variables.BOOTDATAFLAGS_PERSISTENT_LOADED8BYTE16TcVarGlobal5139048Global_Variables.BOOTDATAFLAGS_PERSISTENT_INVALID8BYTE32TcVarGlobal5139056Global_Variables.SYSTEMSTATEFLAGS_BSOD8BYTE1TcVarGlobal5139064Global_Variables.SYSTEMSTATEFLAGS_RTVIOLATION8BYTE2TcVarGlobal5139072Global_Variables.nWatchdogTime8BYTETcVarGlobal5139080Global_Variables.TCEVENTFLAG_PRIOCLASS16WORD16TcVarGlobal5139088Global_Variables.FOPEN_MODEREAD32DWORD1TcVarGlobal5139104Global_Variables.FOPEN_MODEWRITE32DWORD2TcVarGlobal5139136Global_Variables.FOPEN_MODEAPPEND32DWORD4TcVarGlobal5139168Global_Variables.FOPEN_MODEPLUS32DWORD8TcVarGlobal5139200Global_Variables.FOPEN_MODEBINARY32DWORD16TcVarGlobal5139232Global_Variables.FOPEN_MODETEXT32DWORD32TcVarGlobal5139264Global_Variables.TCEVENTFLAG_FMTSELF16WORD32TcVarGlobal5139520Global_Variables.TCEVENTFLAG_LOG16WORD64TcVarGlobal5139536Global_Variables.TCEVENTFLAG_MSGBOX16WORD128TcVarGlobal5139552Global_Variables.TCEVENTFLAG_SRCID16WORD256TcVarGlobal5139568Global_Variables.TCEVENTFLAG_AUTOFMTALL16WORD4096TcVarGlobal5139584Global_Variables.TCEVENTSTATE_INVALID16WORD0TcVarGlobal5139600Global_Variables.TCEVENTSTATE_SIGNALED16WORD1TcVarGlobal5139616Global_Variables.TCEVENTSTATE_RESET16WORD2TcVarGlobal5139632Global_Variables.TCEVENTSTATE_CONFIRMED16WORD16TcVarGlobal5139648Global_Variables.TCEVENTSTATE_RESETCON16WORD18TcVarGlobal5139664Global_Variables.TCEVENT_SRCNAMESIZE16INT15TcVarGlobal5139680Global_Variables.TCEVENT_FMTPRGSIZE16INT31TcVarGlobal5139696Global_Variables.PI64LREAL3.14159265358979TcVarGlobal5139712Global_Variables.MAX_STRING_LENGTH32UDINT255TcVarGlobal5139808Global_Variables.eWatchdogConfig16E_WATCHDOG_TIME_CONFIG0TcVarGlobal5140352Global_Variables.MAX_AVERAGE_MEASURES16INT10LowerBorder2UpperBorder100TcVarGlobal5140368Global_Version.stLibVersion_Tc3_Module288ST_LibVersion.iMajor3.iMinor3.iBuild21.iRevision0.sVersion3.3.21.0const_non_replacedTcVarGlobal5140384Global_Version.stLibVersion_Tc2_Utilities288ST_LibVersion.iMajor3.iMinor3.iBuild40.iRevision1.nFlags0.sVersion3.3.40.1const_non_replacedTcVarGlobal5140992Global_Variables.GLOBAL_FORMAT_HASH_PREFIX_TYPE16E_HashPrefixTypes0TcVarGlobal5141280Global_Variables.GLOBAL_SBCS_TABLE16E_SBCSType1TcVarGlobal5141296Global_Variables.GLOBAL_DCF77_PULSE_SPLIT pulse < 140ms, Bit == 1 => pulse >= 140ms ]]>32TIME140TcVarGlobal5141312Global_Variables.GLOBAL_DCF77_SEQUENCE_CHECK8BOOL0TcVarGlobal5141344Global_Variables.DEFAULT_CSV_FIELD_SEP german field separator, comma (,) := 16#2C => US field separator ]]>8BYTE59TcVarGlobal5141352Global_Variables.MAX_REMOTE_PCS16INT99TcVarGlobal5141360Global_Variables.MAX_ADAPTER_NAME_LENGTH32UDINT259TcVarGlobal5202848Global_Variables.MAX_ADAPTER_DESCRIPTION_LENGTH32UDINT131TcVarGlobal5202880Global_Variables.MAX_ADAPTER_ADDRESS_LENGTH32UDINT7TcVarGlobal5202912Global_Variables.SYSTEMSERVICE_IPHELPERAPI32UDINT701TcVarGlobal5202944Global_Variables.SYSTEMSERVICE_IPHOSTNAME32UDINT702TcVarGlobal5202976Global_Variables.IPHELPERAPI_ADAPTERSINFO32UDINT1TcVarGlobal5203008Global_Variables.IPHELPERAPI_IPADDRBYHOSTNAME32UDINT4TcVarGlobal5203040Global_Variables.MAX_LOCAL_ADAPTERS32UDINT5TcVarGlobal5203072Global_Variables.SYSTEMSERVICE_ADDREMOTE32UDINT801TcVarGlobal5203104Global_Variables.SYSTEMSERVICE_DELREMOTE32UDINT802TcVarGlobal5203136Global_Variables.SYSTEMSERVICE_ENUMREMOTE32UDINT803TcVarGlobal5203168Global_Variables.ROUTE_FLAG_TEMPORARY32DWORD1TcVarGlobal5203200Global_Variables.ROUTE_FLAG_DYNAMIC32DWORD2TcVarGlobal5203232Global_Variables.ROUTE_FLAG_NOOVERRIDE32DWORD4TcVarGlobal5203264Global_Variables.MAX_ROUTE_NAME_LEN8BYTE31TcVarGlobal5203296Global_Variables.MAX_ROUTE_ADDR_LEN8BYTE79TcVarGlobal5203304Global_Variables.MIN_ROUTE_TRANSPORT8BYTE0TcVarGlobal5203312Global_Variables.MAX_ROUTE_TRANSPORT8BYTE12TcVarGlobal5203320Global_Variables.EMPTY_ROUTE_ENTRY1184ST_AmsRouteEntry.sName.sNetID.sAddress.tTimeout0.dwFlags0TcVarGlobal5203328Global_Variables.SYSTEMSERVICE_FFILEFIND32UDINT133TcVarGlobal5204512Global_Variables.HKEY_MAX_BINARY_DATA_SIZE32UDINT500TcVarGlobal5204544Global_Variables.AMSLOGGER_IGR_GENERAL32UDINT4096TcVarGlobal5204576Global_Variables.AMSLOGGER_IOF_MODE32UDINT1TcVarGlobal5204608Global_Variables.AMSPORT_AMSLOGGER16UINT10502TcVarGlobal5204640Global_Variables.FORMAT_MAX_ARGS16INT10TcVarGlobal5204656Global_Variables.FLOATREC_EXP_IS_NAN16INT-32768TcVarGlobal5204672Global_Variables.FLOATREC_EXP_IS_INF16INT32767TcVarGlobal5204688Global_Variables.FLOATREC_MAX_DIGITS16INT20TcVarGlobal5204704Global_Variables.FLOATREC_MAX_PRECISION16INT307TcVarGlobal5204720Global_Variables.FLOATREC_MIN_PRECISION16INT0TcVarGlobal5204736Global_Variables.FMTERR_NOERROR32DWORD0TcVarGlobal5204768Global_Variables.FMTERR_PERCENTSIGNPOSITION32DWORD16TcVarGlobal5204800Global_Variables.FMTERR_ASTERISKPOSITION32DWORD32TcVarGlobal5204832Global_Variables.FMTERR_WIDTHVALUE32DWORD64TcVarGlobal5204864Global_Variables.FMTERR_PRECISIONVALUE32DWORD128TcVarGlobal5204896Global_Variables.FMTERR_FLAGPOSITION32DWORD256TcVarGlobal5204928Global_Variables.FMTERR_WIDTHPRECISIONVALPOS32DWORD512TcVarGlobal5204960Global_Variables.FMTERR_PRECISIONDOTPOSITION32DWORD1024TcVarGlobal5204992Global_Variables.FMTERR_TYPEFIELDVALUE32DWORD2048TcVarGlobal5205024Global_Variables.FMTERR_ARGTYPEINVALID32DWORD4096TcVarGlobal5205056Global_Variables.FMTERR_UNACCEPTEDPARAMETER32DWORD8192TcVarGlobal5205088Global_Variables.FMTERR_INSUFFICIENTARGS32DWORD16384TcVarGlobal5205120Global_Variables.FMTERR_DESTBUFFOVERFLOW32DWORD32768TcVarGlobal5205152Global_Variables.FMTERR_INVALIDPOINTERINPUT32DWORD65536TcVarGlobal5205184Global_Variables.EMPTY_ARG_VALUE96T_Arg.eType0.cbLen0.pData0TcVarGlobal5205216Global_Variables.FORMAT_HEXASC_CODES256BYTE02016[0,0]48[0,1]49[0,2]50[0,3]51[0,4]52[0,5]53[0,6]54[0,7]55[0,8]56[0,9]57[0,10]97[0,11]98[0,12]99[0,13]100[0,14]101[0,15]102[1,0]48[1,1]49[1,2]50[1,3]51[1,4]52[1,5]53[1,6]54[1,7]55[1,8]56[1,9]57[1,10]65[1,11]66[1,12]67[1,13]68[1,14]69[1,15]70TcVarGlobal5205312Global_Variables.FORMAT_DECASC_CODES80BYTE010[0]48[1]49[2]50[3]51[4]52[5]53[6]54[7]55[8]56[9]57TcVarGlobal5205568Global_Variables.SYSTEMTIME_MAX_MONTHDAYS384WORD02112[0,1]31[0,2]28[0,3]31[0,4]30[0,5]31[0,6]30[0,7]31[0,8]31[0,9]30[0,10]31[0,11]30[0,12]31[1,1]31[1,2]29[1,3]31[1,4]30[1,5]31[1,6]30[1,7]31[1,8]31[1,9]30[1,10]31[1,11]30[1,12]31TcVarGlobal5211056Global_Variables.SYSTEMTIME_MAX_YEARSDAY448WORD02014[0,0]0[0,1]31[0,2]59[0,3]90[0,4]120[0,5]151[0,6]181[0,7]212[0,8]243[0,9]273[0,10]304[0,11]334[0,12]365[0,13]396[1,0]0[1,1]31[1,2]60[1,3]91[1,4]121[1,5]152[1,6]182[1,7]213[1,8]244[1,9]274[1,10]305[1,11]335[1,12]366[1,13]397TcVarGlobal5211440Global_Variables.SYSTEMTIME_DATEDELTA_OFFSET32DWORD584389TcVarGlobal5211904Global_Variables.SYSTEMTIME_TICKSPERMSEC64T_ULARGE_INTEGER.dwHighPart0.dwLowPart10000TcVarGlobal5211936Global_Variables.SYSTEMTIME_TICKSPERSEC64T_ULARGE_INTEGER.dwHighPart0.dwLowPart10000000TcVarGlobal5212000Global_Variables.SYSTEMTIME_TICKSPERDAY64T_ULARGE_INTEGER.dwHighPart201.dwLowPart711573504TcVarGlobal5212064Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN64T_ULARGE_INTEGER.dwHighPart27111902.dwLowPart3577643008TcVarGlobal5212128Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX64T_ULARGE_INTEGER.dwHighPart37111701.dwLowPart2856069504TcVarGlobal5212192Global_Variables.DATE_AND_TIME_SECPERDAY32DWORD86400TcVarGlobal5212256Global_Variables.SYSTEMTIME_TICKSPERMSEC6464ULINT10000TcVarGlobal5212288Global_Variables.SYSTEMTIME_TICKSPERSEC6464ULINT10000000TcVarGlobal5212352Global_Variables.SYSTEMTIME_TICKSPERDAY6464ULINT864000000000TcVarGlobal5212416Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN6464ULINT116444736000000000TcVarGlobal5212480Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX6464ULINT159393544950000000TcVarGlobal5212544Global_Variables.WEST_EUROPE_TZI864ST_TimeZoneInformation.bias-60.standardNameW. Europe Standard Time.standardDate.wYear0.standardDate.wMonth10.standardDate.wDayOfWeek0.standardDate.wDay5.standardDate.wHour3.standardBias0.daylightNameW. Europe Daylight Time.daylightDate.wYear0.daylightDate.wMonth3.daylightDate.wDayOfWeek0.daylightDate.wDay5.daylightDate.wHour2.daylightBias-60TcVarGlobal5212608Global_Variables.DATE_AND_TIME_SECPERWEEK32DWORD604800TcVarGlobal5217568Global_Variables.DBG_OUTPUT_NONE32DWORD0TcVarGlobal5223776Global_Variables.DBG_OUTPUT_LOG32DWORD1TcVarGlobal5223808Global_Variables.DBG_OUTPUT_FILE32DWORD2TcVarGlobal5223840Global_Variables.DBG_OUTPUT_VISU32DWORD4TcVarGlobal5223872Global_Variables.DEFAULT_CSV_FIELD_DOUBLE_QUOTE used to enclose special characters like line breaks, double-quotes, commas... ]]>8BYTE34TcVarGlobal5340112Global_Variables.DEFAULT_CSV_RECORD_SEP_CR record separator (first character) ]]>8BYTE13TcVarGlobal5340120Global_Variables.DEFAULT_CSV_RECORD_SEP_LF record separator (second character) ]]>8BYTE10TcVarGlobal5341072Global_Variables.EMPTY_GUID_STRUCT128GUID.Data10.Data20.Data30.Data4[0]0.Data4[1]0.Data4[2]0.Data4[3]0.Data4[4]0.Data4[5]0.Data4[6]0.Data4[7]0TcVarGlobal5342816Global_Variables.EMPTY_GUID_STRING296STRING(36)00000000-0000-0000-0000-000000000000TcVarGlobal5342944Global_Variables.EMPTY_GUID_REGSTRING312STRING(38){00000000-0000-0000-0000-000000000000}TcVarGlobal5343240Global_Variables.ASCII_STX8BYTE2TcVarGlobal5343560Global_Version.stLibVersion_Tc2_IoFunctions288ST_LibVersion.iMajor3.iMinor3.iBuild13.iRevision0.nFlags0.sVersion3.3.13.0const_non_replacedTcVarGlobal5343648Global_Version.stLibVersion_Tc2_ModbusSrv288ST_LibVersion.iMajor3.iMinor3.iBuild2.iRevision0.sVersion3.3.2.0const_non_replacedTcVarGlobal5343936Global_Version.stLibVersion_Tc2_SerialCom288ST_LibVersion.iMajor3.iMinor3.iBuild7.iRevision0.nFlags0.sVersion3.3.7.0const_non_replacedTcVarGlobal5344224Global_Variables.COMERRORADS_INVALID_COMPORT32UDINT36865TcVarGlobal5344512Global_Variables.COMERRORADS_INVALID_CMD32UDINT36866TcVarGlobal5344544Global_Variables.COMERRORADS_INVALID_DATAPOINTER32UDINT36867TcVarGlobal5344576Global_Variables.COMERRORADS_INVALID_CFGSTLEN32UDINT36881TcVarGlobal5344608Global_Variables.COMERRORADS_INVALID_CFGSTVER32UDINT36882TcVarGlobal5344640Global_Variables.COMERRORADS_INVALID_TL32UDINT36883TcVarGlobal5344672Global_Variables.COMERRORADS_INVALID_BAUDRATE32UDINT36897TcVarGlobal5344704Global_Variables.COMERRORADS_INVALID_PARITY32UDINT36898TcVarGlobal5344736Global_Variables.COMERRORADS_INVALID_DATABITS32UDINT36899TcVarGlobal5344768Global_Variables.COMERRORADS_INVALID_STOPBITS32UDINT36900TcVarGlobal5344800Global_Variables.COMERRORADS_INVALID_DTR_CTRL32UDINT36901TcVarGlobal5344832Global_Variables.COMERRORADS_INVALID_RTS_CTRL32UDINT36902TcVarGlobal5344864Global_Variables.COMERRORADS_INVALID_CTS_OUTCTRL32UDINT36903TcVarGlobal5344896Global_Variables.COMERRORADS_INVALID_DSR_OUTCTRL32UDINT36904TcVarGlobal5344928Global_Variables.COMERRORADS_INVALID_DSR_SENS32UDINT36905TcVarGlobal5344960Global_Variables.COMERRORADS_NOT_INIT32UDINT36913TcVarGlobal5344992Global_Variables.COMERRORADS_RD_BUFFER_OVERRUN32UDINT36914TcVarGlobal5345024Global_Variables.COMERRORADS_PORT_CONNECTED32UDINT36915TcVarGlobal5345056Global_Variables.COMERRORADS_PORT_NOT_CONNECTED32UDINT36916TcVarGlobal5345088Global_Variables.COMERRORADS_RD_THREAD_TIMEOUT32UDINT36917TcVarGlobal5345120Global_Variables.COMERRORADS_WR_THREAD_TIMEOUT32UDINT36918TcVarGlobal5345152Global_Variables.COMERRORADS_RD_FAILURE32UDINT36919TcVarGlobal5345184Global_Variables.COMERRORADS_WR_FAILURE32UDINT36920TcVarGlobal5345216Global_Variables.COMERRORADS_SERVER_INCOMPATIBLE32UDINT37121TcVarGlobal5345248Global_Variables.ASCII_ETX8BYTE3TcVarGlobal5345784Global_Variables.ASCII_DLE8BYTE16TcVarGlobal5345792Global_Variables.ASCII_NAK8BYTE21TcVarGlobal5345800Global_Variables.MAX_RETRIES16INT5TcVarGlobal5345808Global_Variables.TIMEOUT_ZVZ32TIME220TcVarGlobal5345824Global_Variables.TIMEOUT_QVZ32TIME2000TcVarGlobal5345856Global_Variables.TIMEOUT_WVZ32TIME4000TcVarGlobal5345888Global_Constants.EMPTY_EVENT_CLASS128GUID.Data10.Data20.Data30.Data4[0]0.Data4[1]0.Data4[2]0.Data4[3]0.Data4[4]0.Data4[5]0.Data4[6]0.Data4[7]0TcVarGlobal5345920Global_Constants.EMPTY_EVENT_ID32UDINT0TcVarGlobal5346048Global_Constants.EMPTY_SEVERITY16TcEventSeverity0TcVarGlobal5346080Global_Variables.AMSPORT_TCPIPSRV16UINT10201TcVarGlobal5346096Global_Constants.SUCCESS_EVENT192TcEventEntry.uuidEventClass.Data10.uuidEventClass.Data20.uuidEventClass.Data30.uuidEventClass.Data4[0]0.uuidEventClass.Data4[1]0.uuidEventClass.Data4[2]0.uuidEventClass.Data4[3]0.uuidEventClass.Data4[4]0.uuidEventClass.Data4[5]0.uuidEventClass.Data4[6]0.uuidEventClass.Data4[7]0.nEventID0.eSeverity0TcVarGlobal5346112GVL.nLangId_OnlineMonitoring32DINT1033TcVarGlobal5346304ParameterList.cSourceNameSize32UDINT256LowerBorder81UpperBorder10000TcVarGlobal5346336Global_Version.stLibVersion_Tc3_EventLogger288ST_LibVersion.iMajor3.iMinor1.iBuild33.iRevision0.nFlags1.sVersion3.1.33.0const_non_replacedTcVarGlobal5346368GVL_INTERNAL.UNINITIALIZED_CLASS_GUID128GUID.Data13886330336.Data262671.Data318227.Data4[0]149.Data4[1]213.Data4[2]115.Data4[3]223.Data4[4]8.Data4[5]75.Data4[6]96.Data4[7]248TcVarGlobal5346656Global_Variables.TCPADS_IGR_CONLIST32UDINT2147483649TcVarGlobal5346816Global_Variables.TCPADS_IGR_CLOSEBYHDL32UDINT2147483650TcVarGlobal5346848Global_Variables.TCPADS_IGR_SENDBYHDL32UDINT2147483651TcVarGlobal5346880Global_Variables.TCPADS_IGR_PEERBYHDL32UDINT2147483652TcVarGlobal5346912Global_Variables.TCPADS_IGR_RECVBYHDL32UDINT2147483653TcVarGlobal5346944Global_Variables.TCPADS_IGR_RECVFROMBYHDL32UDINT2147483654TcVarGlobal5346976Global_Variables.TCPADS_IGR_SENDTOBYHDL32UDINT2147483655TcVarGlobal5347008Global_Variables.TCPADS_IGR_MULTICAST_ADDBYHDL32UDINT2147483656TcVarGlobal5347040Global_Variables.TCPADS_IGR_MULTICAST_DROPBYHDL32UDINT2147483657TcVarGlobal5347072Global_Variables.TCPADS_IGR_ADAPTER_LINKSTATUS32UDINT2147483658TcVarGlobal5347104Global_Variables.TCPADSCONLST_IOF_CONNECT32UDINT1TcVarGlobal5347136Global_Variables.TCPADSCONLST_IOF_LISTEN32UDINT2TcVarGlobal5347168Global_Variables.TCPADSCONLST_IOF_CLOSEALL32UDINT3TcVarGlobal5347200Global_Variables.TCPADSCONLST_IOF_ACCEPT32UDINT4TcVarGlobal5347232Global_Variables.TCPADSCONLST_IOF_UDPBIND32UDINT5TcVarGlobal5347264Global_Variables.TCPADSCONLST_IOF_GETHNDLBYADDR32UDINT6TcVarGlobal5347296Global_Variables.TCPADSCONLST_IOF_GETLINKSTATUS32UDINT7TcVarGlobal5347328Global_Variables.TCPADS_NULL_HSOCKET352T_HSOCKET.handle0.remoteAddr.nPort0.remoteAddr.sAddr.localAddr.nPort0.localAddr.sAddrTcVarGlobal5347360Global_Variables.LISTEN_MODE_CLOSEALL32DWORD1TcVarGlobal5347712Global_Variables.LISTEN_MODE_USEOPENED32DWORD2TcVarGlobal5347744Global_Variables.CONNECT_MODE_ENABLEDBG32DWORD2147483648TcVarGlobal5347776Global_Variables.MAX_THROTTLE_MODE32DWORD12TcVarGlobal5347808Global_Variables.THROTTLE_MODE_OFF416T_ThrottleTimes[0]0[1]0[2]0[3]0[4]0[5]0[6]0[7]0[8]0[9]0[10]0[11]0[12]0TcVarGlobal5347840Global_Variables.THROTTLE_MODE_DEFAULT416T_ThrottleTimes[0]0[1]10[2]20[3]40[4]60[5]80[6]100[7]200[8]400[9]600[10]800[11]1000[12]2000TcVarGlobal5348256Global_Version.stLibVersion_Tc3_JsonXml288ST_LibVersion.iMajor3.iMinor3.iBuild18.iRevision0.nFlags1.sVersion3.3.18.0const_non_replacedTcVarGlobal5348672GVL_Param_TcUnit.MaxNumberOfTestSuites16UINT1000TcVarGlobal5348960GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite16UINT100TcVarGlobal5348976GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite16UINT1000TcVarGlobal5348992GVL_Param_TcUnit.LogExtendedResults - 8 - BOOL - - 1 - - - - TcVarGlobal - - - 5349008 - - - GVL_Param_TcUnit.xUnitEnablePublish - Enable (TRUE) or disable (FALSE) publishing of the xUnit Xml report - 8 - BOOL - - 0 - - - - TcVarGlobal - - - 5349016 - - - GVL_Param_TcUnit.xUnitBufferSize - Default reserved PLC memory buffer used for composition of the xUnit xml file (64 kb default) - 32 - UDINT - - 65535 - - - - TcVarGlobal - - - 5349024 - - - GVL_Param_TcUnit.xUnitFilePath - Default path and filename for the xunit testresults e.g.: for use with jenkins - 2048 - T_MaxString - - C:\tcunit_xunit_testresults.xml - - - - TcVarGlobal - - - 5349056 - - - GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize - This is the maximum number of ADS-messages that can be stored for reporting at the same time. + it will speed up TcUnit finishing. ]]>8BOOL1TcVarGlobal5349008GVL_Param_TcUnit.xUnitEnablePublish8BOOL0TcVarGlobal5349016GVL_Param_TcUnit.xUnitBufferSize32UDINT65535TcVarGlobal5349024GVL_Param_TcUnit.xUnitFilePath2048T_MaxStringC:\tcunit_xunit_testresults.xmlTcVarGlobal5349056GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize - 16 - UINT - - 2000 - - - - TcVarGlobal - - - 5351104 - - - GVL_TcUnit.TestSuiteIsRegistered - Indication of whether the last instantiated test suite has an assert instance created - 8 - BOOL - - - TcVarGlobal - - - 5351120 - - - GVL_TcUnit.CurrentTestIsFinished - Whether or not the current test being called has finished running - 8 - BOOL - - - TcVarGlobal - - - 5351128 - - - GVL_TcUnit.TcUnitRunner - 621826944 - FB_TcUnitRunner - - - TcVarGlobal - - - 5351136 - - - GVL_TcUnit.CurrentTestSuiteBeingCalled - Pointer to current test suite being called - 32 - FB_TestSuite - - - TcVarGlobal - - - 627178080 - - - GVL_TcUnit.CurrentTestNameBeingCalled - Current name of test being called - 2048 - T_MaxString - - - TcVarGlobal - - - 627178112 - - - GVL_TcUnit.IgnoreCurrentTest - This is a flag that indicates that the current test should be ignored, and + 2000 it means that TcUnit will consume around 1 MB of router memory. ]]>16UINT2000TcVarGlobal5351104GVL_TcUnit.TestSuiteIsRegistered8BOOLTcVarGlobal5351120GVL_TcUnit.CurrentTestIsFinished8BOOLTcVarGlobal5351128GVL_TcUnit.TcUnitRunner621826944FB_TcUnitRunnerTcVarGlobal5351136GVL_TcUnit.CurrentTestSuiteBeingCalled32FB_TestSuiteTcVarGlobal627178080GVL_TcUnit.CurrentTestNameBeingCalled2048T_MaxStringTcVarGlobal627178112GVL_TcUnit.IgnoreCurrentTest - 8 - BOOL - - - TcVarGlobal - - - 627180160 - - - GVL_Param_TcUnit.LogExtendedResults - TcUnit logs complete test results. These include: + because the user has requested so, or because the test is a duplicate name ]]>8BOOLTcVarGlobal627180160GVL_Param_TcUnit.LogExtendedResults - 8 - BOOL - - 1 - - - - TcVarGlobal - - - 627180168 - - - GVL_TcUnit.NumberOfInitializedTestSuites - The assert function block instance should be 1:1 mapped to - the test suite instance path. - 16 - UINT - - 0 - - - - TcVarGlobal - - - 627180176 - - - GVL_TcUnit.TestSuiteAddresses - 32000 - FB_TestSuite - - 1 - 1000 - - - - TcVarGlobal - - - 627180192 - - - GVL_TcUnit.AdsMessageQueue - Buffered ADS message queue for output to the error list - 8320864 - FB_AdsLogStringMessageFifoQueue - - - TcVarGlobal - - - 627212192 - - - Global_Version.stLibVersion_TcUnit - 288 - ST_LibVersion - - - .iMajor - 1 - - - .iMinor - 1 - - - .iBuild - 0 - - - .iRevision - 0 - - - .sVersion - 1.1.0.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 635533056 - - - PMPS_GVL.stRequestedBeamParameters - Summarized request for the line, as recognized by the line arbiter PLC - 1760 - ST_BeamParams - - - pytmc - + it will speed up TcUnit finishing. ]]>8BOOL1TcVarGlobal627180168GVL_TcUnit.NumberOfInitializedTestSuites16UINT0TcVarGlobal627180176GVL_TcUnit.TestSuiteAddresses32000FB_TestSuite11000TcVarGlobal627180192GVL_TcUnit.AdsMessageQueue8320864FB_AdsLogStringMessageFifoQueueTcVarGlobal627212192Global_Version.stLibVersion_TcUnit288ST_LibVersion.iMajor1.iMinor1.iBuild0.iRevision0.sVersion1.1.0.0const_non_replacedTcVarGlobal635533056PMPS_GVL.stRequestedBeamParameters1760ST_BeamParamspytmc pv: @(PREFIX)RequestedBP io: i archive: 1Hz monitor - - - - TcVarGlobal - - - 635533344 - - - PMPS_GVL.stCurrentBeamParameters - Currently active BP set, broadcast by the line arbiter PLC - 1760 - ST_BeamParams - - - pytmc - + TcVarGlobal635533344PMPS_GVL.stCurrentBeamParameters1760ST_BeamParamspytmc pv: @(PREFIX)CurrentBP io: i archive: 1Hz monitor - - - - TcVarGlobal - - - 635535104 - - - PMPS_GVL.g_areVBoundaries - 1024 - REAL - - 0 - 32 - - - - pytmc - + TcVarGlobal635535104PMPS_GVL.g_areVBoundaries1024REAL032pytmc pv: @(PREFIX)eVRangeCnst io: i archive: 1Hz monitor field: DESC Active eV Range constants field: EGU eV - - - - TcVarGlobal - - - 635536864 - - - PMPS_GVL.PERange - Included to place the ev ranges properly - 32 - PE_Ranges - - - TcVarGlobal - - - 635537888 - - - PMPS_GVL.EXCLUDED_ASSERTION_ID - An assertion ID that should always return "not found" in the assertion pool - 32 - UDINT - - 4294967295 - - - - TcVarGlobal - - - 635537920 - - - PMPS_GVL.MAX_DEVICE_STATES - 32 - UDINT - - 300 - - - - TcVarGlobal - - - 635537952 - - - PMPS_GVL.VISIBLE_TEST_VELOCITY - 64 - LREAL - - 10 - - - - TcVarGlobal - - - 635537984 - - - PMPS_GVL.FAST_TEST_VELOCITY - 64 - LREAL - - 100 - - - - TcVarGlobal - - - 635538048 - - - PMPS_GVL.TRANS_SCALING_FACTOR - Scaling factor for fixed-point transmission - 32 - REAL - - 1 - - - - TcVarGlobal - - - 635538112 - - - PMPS_GVL.AUX_ATTENUATORS - Maximum # of attenuators in the PMPS - 16 - UINT - - 16 - - - - TcVarGlobal - - - 635538144 - - - PMPS_GVL.MAX_VETO_DEVICES - 16 - UINT - - 16 - - - - TcVarGlobal - - - 635538160 - - - PMPS_GVL.stAttenuators - 64 - ST_PMPS_Attenuator - - - .nTran - 1 - - - .xAttOK - 1 - - - - - TcVarGlobal - - - 635538176 - - - PMPS_GVL.cstFullBeam - 1760 - ST_BeamParams - - - pytmc - + TcVarGlobal635536864PMPS_GVL.PERange32PE_RangesTcVarGlobal635537888PMPS_GVL.EXCLUDED_ASSERTION_ID32UDINT4294967295TcVarGlobal635537920PMPS_GVL.MAX_DEVICE_STATES32UDINT300TcVarGlobal635537952PMPS_GVL.VISIBLE_TEST_VELOCITY64LREAL10TcVarGlobal635537984PMPS_GVL.FAST_TEST_VELOCITY64LREAL100TcVarGlobal635538048PMPS_GVL.TRANS_SCALING_FACTOR32REAL1TcVarGlobal635538112PMPS_GVL.AUX_ATTENUATORS16UINT16TcVarGlobal635538144PMPS_GVL.MAX_VETO_DEVICES16UINT16TcVarGlobal635538160PMPS_GVL.stAttenuators64ST_PMPS_Attenuator.nTran1.xAttOK1TcVarGlobal635538176PMPS_GVL.cstFullBeam1760ST_BeamParamspytmc pv: @(PREFIX)FullBeamCnst io: i archive: 1Hz monitor field: DESC Full beam constant - - - - TcVarGlobal - - - 635538240 - - - PMPS_GVL.cst0RateBeam - 1760 - ST_BeamParams - - - pytmc - + TcVarGlobal635538240PMPS_GVL.cst0RateBeam1760ST_BeamParamspytmc pv: @(PREFIX)0RateBeamCnst io: i archive: 1Hz monitor field: DESC 0-rate beam constant - - - - TcVarGlobal - - - 635540000 - - - PMPS_GVL.cnMaxStateArrayLen - {attribute 'pytmc' := ' + TcVarGlobal635540000PMPS_GVL.cnMaxStateArrayLen nTran := 0, neVRange := 0, nRate := 0 - ); - 16 - INT - - 20 - - - - TcVarGlobal - - - 635541760 - - - PMPS_GVL.MAX_APERTURES - Maximum # of power slits in the PMPS - 16 - UINT - - 4 - - - - TcVarGlobal - - - 635541776 - - - PMPS_GVL.DUMMY_AUX_ATT_ARRAY - 1024 - ST_PMPS_Attenuator - - 1 - 16 - - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 635541792 - - - PMPS_GVL.g_cBoundaries - 16 - INT - - 31 - - - - TcVarGlobal - - - 635542816 - - - PMPS_PARAM.MAX_FAST_FAULTS - Max fast faults for an FFO - 16 - UINT - - 50 - - - - TcVarGlobal - - - 635542832 - - - PMPS_GVL.reVHyst - /////////////////////// + );]]>16INT20TcVarGlobal635541760PMPS_GVL.MAX_APERTURES16UINT4TcVarGlobal635541776PMPS_GVL.DUMMY_AUX_ATT_ARRAY1024ST_PMPS_Attenuator116suppress_warning_0C0228TcVarGlobal635541792PMPS_GVL.g_cBoundaries16INT31TcVarGlobal635542816PMPS_PARAM.MAX_FAST_FAULTS16UINT50TcVarGlobal635542832PMPS_GVL.reVHyst - 32 - REAL - - 5 - - - - pytmc - +//////////////////////////////////// ]]>32REAL5pytmc pv: @(PREFIX)eVRangeHyst io: i archive: 1Hz monitor field: DESC eV Range hystersis field: EGU eV - - - - TcVarGlobal - - - 635542848 - - - PMPS_GVL.g_areVBoundariesL - 1024 - REAL - - 0 - 32 - - - - [0] - 1000 - - - [1] - 1700 - - - [2] - 2100 - - - [3] - 2500 - - - [4] - 3800 - - - [5] - 4000 - - - [6] - 5000 - - - [7] - 7000 - - - [8] - 7500 - - - [9] - 7700 - - - [10] - 8900 - - - [11] - 10000 - - - [12] - 11100 - - - [13] - 12000 - - - [14] - 13000 - - - [15] - 13500 - - - [16] - 14000 - - - [17] - 16900 - - - [18] - 18000 - - - [19] - 20000 - - - [20] - 22000 - - - [21] - 24000 - - - [22] - 25000 - - - [23] - 25500 - - - [24] - 26000 - - - [25] - 27000 - - - [26] - 28000 - - - [27] - 28500 - - - [28] - 29000 - - - [29] - 30000 - - - [30] - 60000 - - - [31] - 90000 - - - - - pytmc - + TcVarGlobal635542848PMPS_GVL.g_areVBoundariesL1024REAL032[0]1000[1]1700[2]2100[3]2500[4]3800[5]4000[6]5000[7]7000[8]7500[9]7700[10]8900[11]10000[12]11100[13]12000[14]13000[15]13500[16]14000[17]16900[18]18000[19]20000[20]22000[21]24000[22]25000[23]25500[24]26000[25]27000[26]28000[27]28500[28]29000[29]30000[30]60000[31]90000pytmc pv: @(PREFIX)L:eVRangeCnst io: i archive: 1Hz monitor field: DESC eV Range constants field: EGU eV - - - - TcVarGlobal - - - 635542880 - - - PMPS_GVL.g_areVBoundariesK - 1024 - REAL - - 0 - 32 - - - - [0] - 100 - - - [1] - 250 - - - [2] - 270 - - - [3] - 350 - - - [4] - 400 - - - [5] - 450 - - - [6] - 480 - - - [7] - 530 - - - [8] - 680 - - - [9] - 730 - - - [10] - 850 - - - [11] - 1100 - - - [12] - 1150 - - - [13] - 1250 - - - [14] - 1450 - - - [15] - 1500 - - - [16] - 1550 - - - [17] - 1650 - - - [18] - 1700 - - - [19] - 1750 - - - [20] - 1820 - - - [21] - 1850 - - - [22] - 2000 - - - [23] - 2200 - - - [24] - 2500 - - - [25] - 2800 - - - [26] - 3000 - - - [27] - 3150 - - - [28] - 3500 - - - [29] - 4000 - - - [30] - 5300 - - - [31] - 7000 - - - - - pytmc - + TcVarGlobal635542880PMPS_GVL.g_areVBoundariesK1024REAL032[0]100[1]250[2]270[3]350[4]400[5]450[6]480[7]530[8]680[9]730[10]850[11]1100[12]1150[13]1250[14]1450[15]1500[16]1550[17]1650[18]1700[19]1750[20]1820[21]1850[22]2000[23]2200[24]2500[25]2800[26]3000[27]3150[28]3500[29]4000[30]5300[31]7000pytmc pv: @(PREFIX)K:eVRangeCnst io: i archive: 1Hz monitor field: DESC eV Range constants field: EGU eV - - - - TcVarGlobal - - - 635543904 - - - PMPS_PARAM.MAX_ASSERTIONS - Maximum number of BP requests in the arbiter - 32 - UDINT - - 20 - - - - TcVarGlobal - - - 635544928 - - - PMPS_PARAM.TRANS_MARGIN - Allowed % margin above requested transmission level in SafeBPCompare (0.0500 = 5deci% default). Note: change this value if scaling factor changes. - 32 - REAL - - 0.05 - - - - TcVarGlobal - - - 635544960 - - - PMPS_TOOLS.fbJson - 256 - FB_JsonSaxWriter - - - TcVarGlobal - - - 635544992 - - - GVL_Param_TcUnit.MaxNumberOfTestSuites - 16 - UINT - - 1000 - - - - TcVarGlobal - - - 635545248 - - - GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite - 16 - UINT - - 100 - - - - TcVarGlobal - - - 635545264 - - - GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite - 16 - UINT - - 1000 - - - - TcVarGlobal - - - 635545280 - - - GVL_Param_TcUnit.xUnitEnablePublish - Enable (TRUE) or disable (FALSE) publishing of the xUnit Xml report - 8 - BOOL - - 0 - - - - TcVarGlobal - - - 635545296 - - - GVL_TcUnit.TestSuiteIsRegistered - Indication of whether the last instantiated test suite has an assert instance created - 8 - BOOL - - - TcVarGlobal - - - 635545304 - - - GVL_Param_TcUnit.xUnitBufferSize - Default reserved PLC memory buffer used for composition of the xUnit xml file (64 kb default) - 32 - UDINT - - 65535 - - - - TcVarGlobal - - - 635545312 - - - GVL_Param_TcUnit.xUnitFilePath - Default path and filename for the xunit testresults e.g.: for use with jenkins - 2048 - T_MaxString - - C:\tcunit_xunit_testresults.xml - - - - TcVarGlobal - - - 635545344 - - - GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize - This is the maximum number of ADS-messages that can be stored for reporting at the same time. + TcVarGlobal635543904PMPS_PARAM.MAX_ASSERTIONS32UDINT20TcVarGlobal635544928PMPS_PARAM.TRANS_MARGIN32REAL0.05TcVarGlobal635544960PMPS_TOOLS.fbJson256FB_JsonSaxWriterTcVarGlobal635544992GVL_Param_TcUnit.MaxNumberOfTestSuites16UINT1000TcVarGlobal635545248GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite16UINT100TcVarGlobal635545264GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite16UINT1000TcVarGlobal635545280GVL_Param_TcUnit.xUnitEnablePublish8BOOL0TcVarGlobal635545296GVL_TcUnit.TestSuiteIsRegistered8BOOLTcVarGlobal635545304GVL_Param_TcUnit.xUnitBufferSize32UDINT65535TcVarGlobal635545312GVL_Param_TcUnit.xUnitFilePath2048T_MaxStringC:\tcunit_xunit_testresults.xmlTcVarGlobal635545344GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize - 16 - UINT - - 2000 - - - - TcVarGlobal - - - 635547392 - - - GVL_TcUnit.CurrentTestIsFinished - Whether or not the current test being called has finished running - 8 - BOOL - - - TcVarGlobal - - - 635547408 - - - GVL_TcUnit.IgnoreCurrentTest - This is a flag that indicates that the current test should be ignored, and + 2000 it means that TcUnit will consume around 1 MB of router memory. ]]>16UINT2000TcVarGlobal635547392GVL_TcUnit.CurrentTestIsFinished8BOOLTcVarGlobal635547408GVL_TcUnit.IgnoreCurrentTest - 8 - BOOL - - - TcVarGlobal - - - 635547416 - - - GVL_Param_TcUnit.TimeBetweenTestSuitesExecution - Time delay between a test suite is finished and the execution of the next test suite starts - if using RUN_IN_SEQUENCE() - 32 - TIME - - 0 - - - - TcVarGlobal - - - 635547424 - - - GVL_TcUnit.TcUnitRunner - 621827200 - FB_TcUnitRunner - - - TcVarGlobal - - - 635547456 - - - GVL_TcUnit.CurrentTestSuiteBeingCalled - Pointer to current test suite being called - 32 - FB_TestSuite - - - TcVarGlobal - - - 1257374656 - - - GVL_TcUnit.CurrentTestNameBeingCalled - Current name of test being called - 2048 - T_MaxString - - - TcVarGlobal - - - 1257374688 - - - GVL_TcUnit.NumberOfInitializedTestSuites - The assert function block instance should be 1:1 mapped to - the test suite instance path. - 16 - UINT - - 0 - - - - TcVarGlobal - - - 1257376736 - - - Global_Variables.nCTRL_LOGGER_DATA_ARRAY_SIZE - 16 - UINT - - 10 - - - - TcVarGlobal - - - 1257376752 - - - GVL_TcUnit.TestSuiteAddresses - 32000 - FB_TestSuite - - 1 - 1000 - - - - TcVarGlobal - - - 1257376768 - - - GVL_TcUnit.CurrentlyRunningOrderedTestInTestSuite - If the user is utilizing the TEST_ORDERED(), we need to keep track of which ordered test is currently running. + because the user has requested so, or because the test is a duplicate name ]]>8BOOLTcVarGlobal635547416GVL_Param_TcUnit.TimeBetweenTestSuitesExecution32TIME0TcVarGlobal635547424GVL_TcUnit.TcUnitRunner621827200FB_TcUnitRunnerTcVarGlobal635547456GVL_TcUnit.CurrentTestSuiteBeingCalled32FB_TestSuiteTcVarGlobal1257374656GVL_TcUnit.CurrentTestNameBeingCalled2048T_MaxStringTcVarGlobal1257374688GVL_TcUnit.NumberOfInitializedTestSuites16UINT0TcVarGlobal1257376736Global_Variables.nCTRL_LOGGER_DATA_ARRAY_SIZE16UINT10TcVarGlobal1257376752GVL_TcUnit.TestSuiteAddresses32000FB_TestSuite11000TcVarGlobal1257376768GVL_TcUnit.CurrentlyRunningOrderedTestInTestSuite - 16000 - UINT - - 1 - 1000 - - - - LowerBorder - 1 - - - UpperBorder - 100 - - - TcVarGlobal - - - 1257408768 - - - GVL_TcUnit.AdsMessageQueue - Buffered ADS message queue for output to the error list - 8320864 - FB_AdsLogStringMessageFifoQueue - - - TcVarGlobal - - - 1257424768 - - - Global_Version.stLibVersion_TcUnit - 288 - ST_LibVersion - - - .iMajor - 1 - - - .iMinor - 2 - - - .iBuild - 0 - - - .iRevision - 0 - - - .sVersion - 1.2.0.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 1265745632 - - - Global_Version.stLibVersion_Tc2_MC2 - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 42 - - - .iRevision - 0 - - - .sVersion - 3.3.42.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 1265745920 - - - Global_Variables.TcMcGlobal - 6976 - _TCMCGLOBAL - - - TcVarGlobal - - - 1265746208 - - - GVL_Constants.cPiezoRange - From Old HOMS_FEE Project, 90 um of piezo stroke, unsure what these units are - 32 - REAL - - 60 - - - - TcVarGlobal - - - 1265753184 - - - Global_Variables.DEFAULT_HOME_POSITION - 64 - LREAL - - 1E+307 - - - - TcVarGlobal - - - 1265753216 - - - Global_Variables.DEFAULT_BACKLASHVALUE - 64 - LREAL - - 1E+307 - - - - TcVarGlobal - - - 1265753280 - - - Global_Version.stLibVersion_Tc2_Math - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 3 - - - .iBuild - 1 - - - .iRevision - 0 - - - .sVersion - 3.3.1.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 1265753344 - - - GVL_Constants.nGANTRY_TOLERANCE_NM_DEFAULT - default gantry tolerance in encoder counts = nm - 64 - LINT - - 50000 - - - - TcVarGlobal - - - 1265753664 - - - GVL_Constants.cPiezoMaxVoltage - in Volts - 64 - LREAL - - 120 - - - - TcVarGlobal - - - 1265753728 - - - GVL_Constants.cPiezoMinVoltage - in Volts - 64 - LREAL - - -10 - - - - TcVarGlobal - - - 1265753792 - - - GVL_TestStructs.TestPitch_LimitSwitches - 2496 - HOMS_PitchMechanism - - - .ReqPosLimHi - 2000 - - - .ReqPosLimLo - -2000 - - - .diEncPosLimHi - 10768330 - - - .diEncPosLimLo - 8141680 - - - - - TcVarGlobal - - - 1265753856 - - - Global_Version.stLibVersion_Tc2_ControllerToolbox - 288 - ST_LibVersion - - - .iMajor - 3 - - - .iMinor - 4 - - - .iBuild - 3 - - - .iRevision - 0 - - - .nFlags - 0 - - - .sVersion - 3.4.3.0 - - - - - const_non_replaced - - - TcVarGlobal - - - 1265756352 - - - Global_Variables.stCtrl_GLOBAL_CycleTimeInterpretation - 128 - ST_CTRL_CYCLE_TIME_INTERPRETATION - - - TcVarGlobal - - - 1265756672 - - - PiezoSerial.rtInitParams_M1K2 - 64 - R_TRIG - 1265929472 - - - PiezoSerial.tonTimeoutRst_M1K2 - For timeout reset - 224 - TON - - - .PT - 2000 - - - 1265929536 - - - PRG_DAQ_ENCODER.nBusyCycles - Temp testing - 16 - UINT - 1265933024 - - - PRG_DAQ_ENCODER.nMaxBusyCycles - 16 - UINT - 1265933040 - - - PRG_DAQ_ENCODER.nDroppedFrames - 16 - UINT - 1266703040 - - - PRG_MR1K1_BEND.bM1K1PitchDone - 8 - BOOL - 1266703056 - - - PRG_MR1K1_BEND.bM1K1PitchBusy - 8 - BOOL - 1266703064 - - - PRG_MR1K1_BEND.nEncCntYupM1K1 - Raw Encoder Counts - 32 - UDINT - - - pytmc - + The below array is only used for TEST_ORDERED()-tests. ]]>16000UINT11000LowerBorder1UpperBorder100TcVarGlobal1257408768GVL_TcUnit.AdsMessageQueue8320864FB_AdsLogStringMessageFifoQueueTcVarGlobal1257424768Global_Version.stLibVersion_TcUnit288ST_LibVersion.iMajor1.iMinor2.iBuild0.iRevision0.sVersion1.2.0.0const_non_replacedTcVarGlobal1265745632Global_Version.stLibVersion_Tc2_MC2288ST_LibVersion.iMajor3.iMinor3.iBuild42.iRevision0.sVersion3.3.42.0const_non_replacedTcVarGlobal1265745920Global_Variables.TcMcGlobal6976_TCMCGLOBALTcVarGlobal1265746208GVL_Constants.cPiezoRange32REAL60TcVarGlobal1265753184Global_Variables.DEFAULT_HOME_POSITION64LREAL1E+307TcVarGlobal1265753216Global_Variables.DEFAULT_BACKLASHVALUE64LREAL1E+307TcVarGlobal1265753280Global_Version.stLibVersion_Tc2_Math288ST_LibVersion.iMajor3.iMinor3.iBuild1.iRevision0.sVersion3.3.1.0const_non_replacedTcVarGlobal1265753344GVL_Constants.nGANTRY_TOLERANCE_NM_DEFAULT64LINT50000TcVarGlobal1265753664GVL_Constants.cPiezoMaxVoltage64LREAL120TcVarGlobal1265753728GVL_Constants.cPiezoMinVoltage64LREAL-10TcVarGlobal1265753792GVL_TestStructs.TestPitch_LimitSwitches2496HOMS_PitchMechanism.ReqPosLimHi2000.ReqPosLimLo-2000.diEncPosLimHi10768330.diEncPosLimLo8141680TcVarGlobal1265753856Global_Version.stLibVersion_Tc2_ControllerToolbox288ST_LibVersion.iMajor3.iMinor4.iBuild3.iRevision0.nFlags0.sVersion3.4.3.0const_non_replacedTcVarGlobal1265756352Global_Variables.stCtrl_GLOBAL_CycleTimeInterpretation128ST_CTRL_CYCLE_TIME_INTERPRETATIONTcVarGlobal1265756672PiezoSerial.rtInitParams_M1K264R_TRIG1265929472PiezoSerial.tonTimeoutRst_M1K2224TON.PT20001265929536PRG_DAQ_ENCODER.nBusyCycles16UINT1265933024PRG_DAQ_ENCODER.nMaxBusyCycles16UINT1265933040PRG_DAQ_ENCODER.nDroppedFrames16UINT1266703040PRG_MR1K1_BEND.bM1K1PitchDone8BOOL1266703056PRG_MR1K1_BEND.bM1K1PitchBusy8BOOL1266703064PRG_MR1K1_BEND.nEncCntYupM1K132UDINTpytmc pv: MR1K1:BEND:ENC:YUP:CNT field: EGU cnt io: i - - - - 1266705952 - - - PRG_1_PlcTask.fbLogHandler - 5784960 - FB_LogHandler - 1266705984 - - - PRG_MR1K1_BEND.M1K1 - 20672 - DUT_HOMS - - - TcLinkTo - .fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K1_STO]^Channel 1^Input; + 1266705952PRG_1_PlcTask.fbLogHandler5784960FB_LogHandler1266705984PRG_MR1K1_BEND.M1K120672DUT_HOMSTcLinkTo.fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K1_STO]^Channel 1^Input; .fbRunHOMS.bSTOEnable2:=TIIB[EL1004_M1K1_STO]^Channel 2^Input; .fbRunHOMS.stYupEnc.Count:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Position; .fbRunHOMS.stYdwnEnc.Count:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 2^Position; .fbRunHOMS.stXupEnc.Count:=TIIB[EL5042_M1K1_Xupdwn]^FB Inputs Channel 1^Position; - .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K1_Xupdwn]^FB Inputs Channel 2^Position - - - pytmc - + .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K1_Xupdwn]^FB Inputs Channel 2^Positionpytmc pv: MR1K1:BEND - - - - 1272497344 - - - PRG_MR1K1_BEND.fbYRMSErrorM1K1 - Encoder Arrays/RMS Watch: - 386624 - FB_RMSWatch - - - pytmc - + 1272497344PRG_MR1K1_BEND.fbYRMSErrorM1K1386624FB_RMSWatchpytmc pv: MR1K1:BEND:ENC:Y - - - - 1272518016 - - - PRG_MR1K1_BEND.fMaxYRMSErrorM1K1 - 64 - LREAL - 1272904640 - - - PRG_MR1K1_BEND.fMinYRMSErrorM1K1 - 64 - LREAL - 1272904704 - - - PRG_MR1K1_BEND.fbXRMSErrorM1K1 - 386624 - FB_RMSWatch - - - pytmc - + 1272518016PRG_MR1K1_BEND.fMaxYRMSErrorM1K164LREAL1272904640PRG_MR1K1_BEND.fMinYRMSErrorM1K164LREAL1272904704PRG_MR1K1_BEND.fbXRMSErrorM1K1386624FB_RMSWatchpytmc pv: MR1K1:BEND:ENC:X - - - - 1272904768 - - - PRG_MR1K1_BEND.fMaxXRMSErrorM1K1 - 64 - LREAL - 1273291392 - - - PRG_MR1K1_BEND.fMinXRMSErrorM1K1 - 64 - LREAL - 1273291456 - - - PRG_MR1K1_BEND.fbPitchRMSErrorM1K1 - 386624 - FB_RMSWatch - - - pytmc - + 1272904768PRG_MR1K1_BEND.fMaxXRMSErrorM1K164LREAL1273291392PRG_MR1K1_BEND.fMinXRMSErrorM1K164LREAL1273291456PRG_MR1K1_BEND.fbPitchRMSErrorM1K1386624FB_RMSWatchpytmc pv: MR1K1:BEND:ENC:PITCH - - - - 1273291520 - - - PRG_MR1K1_BEND.fMaxPitchRMSErrorM1K1 - 64 - LREAL - 1273678144 - - - PRG_MR1K1_BEND.fMinPitchRMSErrorM1K1 - 64 - LREAL - 1273678208 - - - PRG_MR1K1_BEND.fbM1K1PitchControl - Pitch Control - 364416 - FB_PitchControl - 1273678272 - - - PRG_MR1K1_BEND.fbMotionStage_m16 - 3-15-20 Having issues with pitch control on new Axilon systems (M1K2) + 1273291520PRG_MR1K1_BEND.fMaxPitchRMSErrorM1K164LREAL1273678144PRG_MR1K1_BEND.fMinPitchRMSErrorM1K164LREAL1273678208PRG_MR1K1_BEND.fbM1K1PitchControl364416FB_PitchControl1273678272PRG_MR1K1_BEND.fbMotionStage_m16 - 298304 - FB_MotionStage - 1274042688 - - - PRG_MR1K1_BEND.nEncCntYdwnM1K1 - 32 - UDINT - - - pytmc - + Using stepper only for now]]>298304FB_MotionStage1274042688PRG_MR1K1_BEND.nEncCntYdwnM1K132UDINTpytmc pv: MR1K1:BEND:ENC:YDWN:CNT field: EGU cnt io: i - - - - 1274340992 - - - PRG_MR1K1_BEND.nEncCntXupM1K1 - 32 - UDINT - - - pytmc - + 1274340992PRG_MR1K1_BEND.nEncCntXupM1K132UDINTpytmc pv: MR1K1:BEND:ENC:XUP:CNT field: EGU cnt io: i - - - - 1274341024 - - - PRG_MR1K1_BEND.nEncCntXdwnM1K1 - 32 - UDINT - - - pytmc - + 1274341024PRG_MR1K1_BEND.nEncCntXdwnM1K132UDINTpytmc pv: MR1K1:BEND:ENC:XDWN:CNT field: EGU cnt io: i - - - - 1274341056 - - - PRG_MR1K1_BEND.nEncCntPitchM1K1 - 32 - UDINT - - - pytmc - + 1274341056PRG_MR1K1_BEND.nEncCntPitchM1K132UDINTpytmc pv: MR1K1:BEND:ENC:PITCH:CNT field: EGU cnt io: i - - - - 1274341088 - - - PRG_MR1K1_BEND.nEncRefYupM1K1 - Encoder Reference Values - 32 - UDINT - - - pytmc - + 1274341088PRG_MR1K1_BEND.nEncRefYupM1K132UDINTpytmc pv: MR1K1:BEND:ENC:YUP:REF field: EGU cnt io: i - - - - 1274341120 - - - PRG_MR1K1_BEND.nEncRefYdwnM1K1 - 32 - UDINT - - - pytmc - + 1274341120PRG_MR1K1_BEND.nEncRefYdwnM1K132UDINTpytmc pv: MR1K1:BEND:ENC:YDWN:REF field: EGU cnt io: i - - - - 1274341152 - - - PRG_MR1K1_BEND.nEncRefXupM1K1 - 32 - UDINT - - - pytmc - + 1274341152PRG_MR1K1_BEND.nEncRefXupM1K132UDINTpytmc pv: MR1K1:BEND:ENC:XUP:REF field: EGU cnt io: i - - - - 1274341184 - - - PRG_MR1K1_BEND.nEncRefXdwnM1K1 - 32 - UDINT - - - pytmc - + 1274341184PRG_MR1K1_BEND.nEncRefXdwnM1K132UDINTpytmc pv: MR1K1:BEND:ENC:XDWN:REF field: EGU cnt io: i - - - - 1274341216 - - - PRG_MR1K1_BEND.nEncRefPitchM1K1 - 32 - UDINT - - - pytmc - + 1274341216PRG_MR1K1_BEND.nEncRefPitchM1K132UDINTpytmc pv: MR1K1:BEND:ENC:PITCH:REF field: EGU cnt io: i - - - - 1274341248 - - - PRG_MR1K1_BEND.mcReadParameterPitchM1K1 - 4352 - MC_ReadParameter - 1274341312 - - - PRG_MR1K1_BEND.fEncRefPitchM1K1_urad - Current Pitch encoder offset in urad - 64 - LREAL - 1274345664 - - - PRG_MR1K1_BEND.fEncLeverArm_mm - Common - 64 - LREAL - - 410 - - 1274345728 - - - PRG_MR1K1_BEND.fM1K1_Flow_1 - M1K1 Flow Press Sensors - 320 - FB_AnalogInput - - - TcLinkTo - .iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 1^Value - - - 1274345856 - - - PRG_MR1K1_BEND.fM1K1_Flow_1_val - 64 - LREAL - - - pytmc - + 1274341248PRG_MR1K1_BEND.mcReadParameterPitchM1K14352MC_ReadParameter1274341312PRG_MR1K1_BEND.fEncRefPitchM1K1_urad64LREAL1274345664PRG_MR1K1_BEND.fEncLeverArm_mm64LREAL4101274345728PRG_MR1K1_BEND.fM1K1_Flow_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 1^Value1274345856PRG_MR1K1_BEND.fM1K1_Flow_1_val64LREALpytmc pv: MR1K1:BEND:FWM:1 field: EGU lpm io: i - - - - 1274346176 - - - PRG_MR1K1_BEND.fM1K1_Flow_2 - 320 - FB_AnalogInput - - - TcLinkTo - .iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 2^Value - - - 1274346240 - - - PRG_MR1K1_BEND.fM1K1_Flow_2_val - 64 - LREAL - - - pytmc - + 1274346176PRG_MR1K1_BEND.fM1K1_Flow_2320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 2^Value1274346240PRG_MR1K1_BEND.fM1K1_Flow_2_val64LREALpytmc pv: MR1K1:BEND:FWM:2 field: EGU lpm io: i - - - - 1274346560 - - - PRG_MR1K1_BEND.fM1K1_Press_1 - 320 - FB_AnalogInput - - - TcLinkTo - .iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 3^Value - - - 1274346624 - - - PRG_MR1K1_BEND.fM1K1_Press_1_val - 64 - LREAL - - - pytmc - + 1274346560PRG_MR1K1_BEND.fM1K1_Press_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 3^Value1274346624PRG_MR1K1_BEND.fM1K1_Press_1_val64LREALpytmc pv: MR1K1:BEND:PRSM:1 field: EGU bar io: i - - - - 1274346944 - - - PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorM1K1 - Encoder Arrays/RMS Watch: -MR1K1 US BENDER ENC RMS - 386624 - FB_RMSWatch - - - pytmc - + 1274346944PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorM1K1386624FB_RMSWatchpytmc pv: MR1K1:BEND:ENC:US - - - - 1274347008 - - - PRG_MR1K1_BEND_BENDER.fMaxBendUSRMSErrorM1K1 - 64 - LREAL - 1274733632 - - - PRG_MR1K1_BEND_BENDER.fMinBendUSRMSErrorM1K1 - 64 - LREAL - 1274733696 - - - PRG_MR1K1_BEND_BENDER.fbBendDSRMSErrorM1K1 - MR1K1 DS BENDER ENC RMS - 386624 - FB_RMSWatch - - - pytmc - + 1274347008PRG_MR1K1_BEND_BENDER.fMaxBendUSRMSErrorM1K164LREAL1274733632PRG_MR1K1_BEND_BENDER.fMinBendUSRMSErrorM1K164LREAL1274733696PRG_MR1K1_BEND_BENDER.fbBendDSRMSErrorM1K1386624FB_RMSWatchpytmc pv: MR1K1:BEND:ENC:DS - - - - 1274733760 - - - PRG_MR1K1_BEND_BENDER.fMaxBendDSRMSErrorM1K1 - 64 - LREAL - 1275120384 - - - PRG_MR1K1_BEND_BENDER.fMinBendDSRMSErrorM1K1 - 64 - LREAL - 1275120448 - - - PRG_MR1K1_BEND_BENDER.nEncRefBendUSM1K1 - Encoder Reference Values -MR1K1 BEND US ENC REF - 32 - UDINT - - - pytmc - + 1274733760PRG_MR1K1_BEND_BENDER.fMaxBendDSRMSErrorM1K164LREAL1275120384PRG_MR1K1_BEND_BENDER.fMinBendDSRMSErrorM1K164LREAL1275120448PRG_MR1K1_BEND_BENDER.nEncRefBendUSM1K132UDINTpytmc pv: MR1K1:BEND:ENC:US:REF field: EGU cnt io: i - - - - 1275120512 - - - PRG_MR1K1_BEND_BENDER.nEncRefBendDSM1K1 - MR1K1 BEND DS ENC REF - 32 - UDINT - - - pytmc - + 1275120512PRG_MR1K1_BEND_BENDER.nEncRefBendDSM1K132UDINTpytmc pv: MR1K1:BEND:ENC:DS:REF field: EGU cnt io: i - - - - 1275120544 - - - PRG_MR1K1_BEND_BENDER.nEncCntBendUSM1K1 - Encoder raw counts -M1K1 BEND US ENC CNT - 32 - UDINT - - - pytmc - + 1275120544PRG_MR1K1_BEND_BENDER.nEncCntBendUSM1K132UDINTpytmc pv: MR1K1:BEND:ENC:US:CNT field: EGU cnt io: i - - - - 1275120576 - - - PRG_MR1K1_BEND_BENDER.nEncCntBendDSM1K1 - M1K1 BEND DS ENC CNT - 32 - UDINT - - - pytmc - + 1275120576PRG_MR1K1_BEND_BENDER.nEncCntBendDSM1K132UDINTpytmc pv: MR1K1:BEND:ENC:DS:CNT field: EGU cnt io: i - - - - 1275120608 - - - PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_1 - MR1K1 Bender RTDs - MR1K1 US RTDs - 32 - REAL - - - pytmc - + 1275120608PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_132REALpytmc pv: MR1K1:BEND:RTD:US:1 field: ASLO 0.01 field: EGU C io: i - - - - 1275120640 - - - PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_2 - 32 - REAL - - - pytmc - + 1275120640PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_232REALpytmc pv: MR1K1:BEND:RTD:US:2 field: ASLO 0.01 field: EGU C io: i - - - - 1275120672 - - - PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_3 - 32 - REAL - - - pytmc - + 1275120672PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_332REALpytmc pv: MR1K1:BEND:RTD:US:3 field: ASLO 0.01 field: EGU C io: i - - - - 1275120704 - - - PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_1 - M1K1 DS RTDs - 32 - REAL - - - pytmc - + 1275120704PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_132REALpytmc pv: MR1K1:BEND:RTD:DS:1 field: ASLO 0.01 field: EGU C io: i - - - - 1275120736 - - - PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_2 - 32 - REAL - - - pytmc - + 1275120736PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_232REALpytmc pv: MR1K1:BEND:RTD:DS:2 field: ASLO 0.01 field: EGU C io: i - - - - 1275120768 - - - PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_3 - 32 - REAL - - - pytmc - + 1275120768PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_332REALpytmc pv: MR1K1:BEND:RTD:DS:3 field: ASLO 0.01 field: EGU C io: i - - - - 1275120800 - - - PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorMR1K1 - 16 - INT - 1275120880 - - - PRG_MR1K1_BEND_BENDER.fbLogHandler - Logging - 5784960 - FB_LogHandler - 1275120896 - - - PRG_MR1K1_BEND_BENDER.ffBenderRange - PMPS - 25088 - FB_FastFault - - - .i_xAutoReset - 1 - - - .i_DevName - MR1K1 Bender - - - .i_Desc - Benders have moved out of range, monochromator beam may be focused where it can damage the BCS. Adjust bender to be within limits to clear fault - - - .i_TypeCode - 1026 - - - 1280905856 - - - PRG_MR1K2_SWITCH.M1K2 - 20672 - DUT_HOMS - - - TcLinkTo - .fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K2_STO]^Channel 1^Input; + 1275120800PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorMR1K116INT1275120880PRG_MR1K1_BEND_BENDER.fbLogHandler5784960FB_LogHandler1275120896PRG_MR1K1_BEND_BENDER.ffBenderRange25088FB_FastFault.i_xAutoReset1.i_DevNameMR1K1 Bender.i_DescBenders have moved out of range, monochromator beam may be focused where it can damage the BCS. Adjust bender to be within limits to clear fault.i_TypeCode10261280905856PRG_MR1K2_SWITCH.M1K220672DUT_HOMSTcLinkTo.fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K2_STO]^Channel 1^Input; .fbRunHOMS.bSTOEnable2:=TIIB[EL1004_M1K2_STO]^Channel 2^Input; .fbRunHOMS.stYupEnc.Count:=TIIB[EL5042_M1K2_Yleftright]^FB Inputs Channel 1^Position; .fbRunHOMS.stYdwnEnc.Count:=TIIB[EL5042_M1K2_Yleftright]^FB Inputs Channel 2^Position; .fbRunHOMS.stXupEnc.Count:=TIIB[EL5042_M1K2_Xupdwn]^FB Inputs Channel 1^Position; - .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K2_Xupdwn]^FB Inputs Channel 2^Position - - - pytmc - + .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K2_Xupdwn]^FB Inputs Channel 2^Positionpytmc pv: MR1K2:SWITCH - - - - 1280930944 - - - PRG_MR1K2_SWITCH.fbYRMSErrorM1K2 - Encoder Arrays/RMS Watch: - 386624 - FB_RMSWatch - - - pytmc - + 1280930944PRG_MR1K2_SWITCH.fbYRMSErrorM1K2386624FB_RMSWatchpytmc pv: MR1K2:SWITCH:ENC:Y - - - - 1280951616 - - - PRG_MR1K2_SWITCH.fMaxYRMSErrorM1K2 - 64 - LREAL - 1281338240 - - - PRG_MR1K2_SWITCH.fMinYRMSErrorM1K2 - 64 - LREAL - 1281338304 - - - PRG_MR1K2_SWITCH.fbXRMSErrorM1K2 - 386624 - FB_RMSWatch - - - pytmc - + 1280951616PRG_MR1K2_SWITCH.fMaxYRMSErrorM1K264LREAL1281338240PRG_MR1K2_SWITCH.fMinYRMSErrorM1K264LREAL1281338304PRG_MR1K2_SWITCH.fbXRMSErrorM1K2386624FB_RMSWatchpytmc pv: MR1K2:SWITCH:ENC:X - - - - 1281338368 - - - PRG_MR1K2_SWITCH.fMaxXRMSErrorM1K2 - 64 - LREAL - 1281724992 - - - PRG_MR1K2_SWITCH.fMinXRMSErrorM1K2 - 64 - LREAL - 1281725056 - - - PRG_MR1K2_SWITCH.fbPitchRMSErrorM1K2 - 386624 - FB_RMSWatch - - - pytmc - + 1281338368PRG_MR1K2_SWITCH.fMaxXRMSErrorM1K264LREAL1281724992PRG_MR1K2_SWITCH.fMinXRMSErrorM1K264LREAL1281725056PRG_MR1K2_SWITCH.fbPitchRMSErrorM1K2386624FB_RMSWatchpytmc pv: MR1K2:SWITCH:ENC:PITCH - - - - 1281725120 - - - PRG_MR1K2_SWITCH.fMaxPitchRMSErrorM1K2 - 64 - LREAL - 1282111744 - - - PRG_MR1K2_SWITCH.fMinPitchRMSErrorM1K2 - 64 - LREAL - 1282111808 - - - PRG_MR1K2_SWITCH.fbM1K2PitchControl - Pitch Control - 364416 - FB_PitchControl - 1282111872 - - - PRG_MR1K2_SWITCH.bM1K2PitchDone - 8 - BOOL - 1282476288 - - - PRG_MR1K2_SWITCH.bM1K2PitchBusy - 8 - BOOL - 1282476296 - - - PRG_MR1K2_SWITCH.nEncCntYleftM1K2 - Raw Encoder Counts - 32 - UDINT - - - pytmc - + 1281725120PRG_MR1K2_SWITCH.fMaxPitchRMSErrorM1K264LREAL1282111744PRG_MR1K2_SWITCH.fMinPitchRMSErrorM1K264LREAL1282111808PRG_MR1K2_SWITCH.fbM1K2PitchControl364416FB_PitchControl1282111872PRG_MR1K2_SWITCH.bM1K2PitchDone8BOOL1282476288PRG_MR1K2_SWITCH.bM1K2PitchBusy8BOOL1282476296PRG_MR1K2_SWITCH.nEncCntYleftM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:YLEFT:CNT field: EGU cnt io: i - - - - 1282476320 - - - PRG_MR1K2_SWITCH.fbMotionStage_m5 - 3-15-20 Having issues with pitch control on new Axilon systems - Using stepper only for now - 298304 - FB_MotionStage - 1282476352 - - - PRG_MR1K2_SWITCH.fYRoll_urad - Roll about Z axis in urad - 64 - LREAL - - - pytmc - + 1282476320PRG_MR1K2_SWITCH.fbMotionStage_m5298304FB_MotionStage1282476352PRG_MR1K2_SWITCH.fYRoll_urad64LREALpytmc pv: MR1K2:SWITCH:ENC:ROLL field: EGU urad io: i - - - - 1282774656 - - - PRG_MR1K2_SWITCH.nEncCntYrightM1K2 - 32 - UDINT - - - pytmc - + 1282774656PRG_MR1K2_SWITCH.nEncCntYrightM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:YRIGHT:CNT field: EGU cnt io: i - - - - 1282774720 - - - PRG_MR1K2_SWITCH.nEncCntXupM1K2 - 32 - UDINT - - - pytmc - + 1282774720PRG_MR1K2_SWITCH.nEncCntXupM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:XUP:CNT field: EGU cnt io: i - - - - 1282774752 - - - PRG_MR1K2_SWITCH.nEncCntXdwnM1K2 - 32 - UDINT - - - pytmc - + 1282774752PRG_MR1K2_SWITCH.nEncCntXdwnM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:XDWN:CNT field: EGU cnt io: i - - - - 1282774784 - - - PRG_MR1K2_SWITCH.nEncCntPitchM1K2 - 32 - UDINT - - - pytmc - + 1282774784PRG_MR1K2_SWITCH.nEncCntPitchM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:PITCH:CNT field: EGU cnt io: i - - - - 1282774816 - - - PRG_MR1K2_SWITCH.nEncRefYleftM1K2 - Encoder Reference Values - 32 - UDINT - - - pytmc - + 1282774816PRG_MR1K2_SWITCH.nEncRefYleftM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:YLEFT:REF field: EGU cnt io: i - - - - 1282774848 - - - PRG_MR1K2_SWITCH.nEncRefYrightM1K2 - 32 - UDINT - - - pytmc - + 1282774848PRG_MR1K2_SWITCH.nEncRefYrightM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:YRIGHT:REF field: EGU cnt io: i - - - - 1282774880 - - - PRG_MR1K2_SWITCH.nEncRefXupM1K2 - 32 - UDINT - - - pytmc - + 1282774880PRG_MR1K2_SWITCH.nEncRefXupM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:XUP:REF field: EGU cnt io: i - - - - 1282774912 - - - PRG_MR1K2_SWITCH.nEncRefXdwnM1K2 - 32 - UDINT - - - pytmc - + 1282774912PRG_MR1K2_SWITCH.nEncRefXdwnM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:XDWN:REF field: EGU cnt io: i - - - - 1282774944 - - - PRG_MR1K2_SWITCH.nEncRefPitchM1K2 - 32 - UDINT - - - pytmc - + 1282774944PRG_MR1K2_SWITCH.nEncRefPitchM1K232UDINTpytmc pv: MR1K2:SWITCH:ENC:PITCH:REF field: EGU cnt io: i - - - - 1282774976 - - - PRG_MR1K2_SWITCH.mcReadParameterPitchM1K2 - 4352 - MC_ReadParameter - 1282775040 - - - PRG_MR1K2_SWITCH.fEncRefPitchM1K2_urad - Current Pitch encoder offset in urad - 64 - LREAL - 1282779392 - - - PRG_MR1K2_SWITCH.fEncLeverArm_mm - Common - 64 - LREAL - - 391 - - 1282779456 - - - PRG_SL1K2_EXIT.bInit - 8 - BOOL - - 1 - - 1282779688 - - - PRG_ZeroOrder_PMPS.bSafeBenderRange - 8 - BOOL - - - pytmc - - pv: SIM:SafeBenderRange + 1282774976PRG_MR1K2_SWITCH.mcReadParameterPitchM1K24352MC_ReadParameter1282775040PRG_MR1K2_SWITCH.fEncRefPitchM1K2_urad64LREAL1282779392PRG_MR1K2_SWITCH.fEncLeverArm_mm64LREAL3911282779456PRG_SL1K2_EXIT.bInit8BOOL11282779688PRG_ZeroOrder_PMPS.bSafeBenderRange8BOOLpytmc + pv: @(PREFIX)SafeBenderRange field: ZNAM FALSE field: ONAM TRUE - - - - 1282779696 - - - PRG_ZeroOrder_PMPS.bLRG_Grating_IN - 8 - BOOL - - - pytmc - - pv: SIM:LRG_Grating_IN + 1282779696PRG_ZeroOrder_PMPS.bLRG_Grating_IN8BOOLpytmc + pv: @(PREFIX)LRG_Grating_IN field: ZNAM FALSE field: ONAM TRUE - - - - 1282779704 - - - PRG_SP1K1_MONO.fbMotionStage_m_pi - 298304 - FB_MotionStage - 1282779712 - - - PRG_SP1K1_MONO.fbMotionStage_g_pi - 298304 - FB_MotionStage - 1283078016 - - - PRG_SP1K1_MONO.fbMotionStage_m_h - 298304 - FB_MotionStage - 1283376320 - - - PRG_SP1K1_MONO.fbMotionStage_g_h - 298304 - FB_MotionStage - 1283674624 - - - PRG_SP1K1_MONO.fbMotionStage_s_r - 298304 - FB_MotionStage - 1283972928 - - - PRG_SP1K1_MONO.fbMotionStage_s_io - 298304 - FB_MotionStage - 1284271232 - - - PRG_SP1K1_MONO.mpi_upeurad - 64 - LREAL - - - pytmc - + 1282779704PRG_SP1K1_MONO.fbMotionStage_m_pi298304FB_MotionStage1282779712PRG_SP1K1_MONO.fbMotionStage_g_pi298304FB_MotionStage1283078016PRG_SP1K1_MONO.fbMotionStage_m_h298304FB_MotionStage1283376320PRG_SP1K1_MONO.fbMotionStage_g_h298304FB_MotionStage1283674624PRG_SP1K1_MONO.fbMotionStage_s_r298304FB_MotionStage1283972928PRG_SP1K1_MONO.fbMotionStage_s_io298304FB_MotionStage1284271232PRG_SP1K1_MONO.mpi_upeurad64LREALpytmc pv: SP1K1:MONO:ENC:M_PI:02 io: o - - - - 1284569792 - - - PRG_SP1K1_MONO.gpi_upeurad - 64 - LREAL - - - pytmc - + 1284569792PRG_SP1K1_MONO.gpi_upeurad64LREALpytmc pv: SP1K1:MONO:ENC:G_PI:02 io: o - - - - 1284569856 - - - PRG_SP1K1_MONO.RTD1 - RTDs - 256 - FB_TempSensor - - - pytmc - + 1284569856PRG_SP1K1_MONO.RTD1256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:01 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Overrange - - - 1284569920 - - - PRG_SP1K1_MONO.RTD2 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Overrange1284569920PRG_SP1K1_MONO.RTD2256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:02 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Overrange - - - 1284570176 - - - PRG_SP1K1_MONO.RTD3 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Overrange1284570176PRG_SP1K1_MONO.RTD3256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:03 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Overrange - - - 1284570432 - - - PRG_SP1K1_MONO.RTD4 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Overrange1284570432PRG_SP1K1_MONO.RTD4256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:04 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Overrange - - - 1284570688 - - - PRG_SP1K1_MONO.RTD5 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Overrange1284570688PRG_SP1K1_MONO.RTD5256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:05 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Overrange - - - 1284570944 - - - PRG_SP1K1_MONO.RTD6 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Overrange1284570944PRG_SP1K1_MONO.RTD6256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:06 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Overrange - - - 1284571200 - - - PRG_SP1K1_MONO.RTD7 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Overrange1284571200PRG_SP1K1_MONO.RTD7256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:07 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Overrange - - - 1284571456 - - - PRG_SP1K1_MONO.RTD8 - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Overrange1284571456PRG_SP1K1_MONO.RTD8256FB_TempSensorpytmc pv: SP1K1:MONO:RTD:08 io: o - - - - TcLinkTo - .iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Value; + TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Overrange - - - 1284571712 - - - PRG_SP1K1_MONO.fipi_read - ///////TODO - 64 - LREAL - - - pytmc - + .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Overrange1284571712PRG_SP1K1_MONO.fipi_read64LREALpytmc pv: GM:PITCH:fipi_read io: i - - - - 1284571968 - - - PRG_SP1K1_MONO.fipi_set - 64 - LREAL - - - pytmc - + 1284571968PRG_SP1K1_MONO.fipi_set64LREALpytmc pv: GM:PITCH:fipi_set io: o - - - - 1284572032 - - - PRG_SP1K1_MONO.sd_io_FFO - 25088 - FB_FastFault - - - .i_DevName - SP1K1-MONO - - - .i_Desc - Fault occurs When SP1K1-MONO screw driver motor is not in the out position - - - .i_TypeCode - 4368 - - - 1284572096 - - - PRG_SP1K1_MONO.sd_io_e_pmps - 64 - LREAL - - 74000.29 - - 1284597184 - - - PRG_SP1K1_MONO.fSP1K1_Flow_1 - SP1K1 Flow Press Sensors - 320 - FB_AnalogInput - - - TcLinkTo - .iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 1^Value - - - 1284597248 - - - PRG_SP1K1_MONO.fSP1K1_Flow_1_val - 64 - LREAL - - - pytmc - + 1284572032PRG_SP1K1_MONO.sd_io_FFO25088FB_FastFault.i_DevNameSP1K1-MONO.i_DescFault occurs When SP1K1-MONO screw driver motor is not in the out position.i_TypeCode43681284572096PRG_SP1K1_MONO.sd_io_e_pmps64LREAL74000.291284597184PRG_SP1K1_MONO.fSP1K1_Flow_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 1^Value1284597248PRG_SP1K1_MONO.fSP1K1_Flow_1_val64LREALpytmc pv: SP1K1:MONO:FWM:1 field: EGU lpm io: i - - - - 1284597568 - - - PRG_SP1K1_MONO.fSP1K1_Flow_2 - 320 - FB_AnalogInput - - - TcLinkTo - .iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 2^Value - - - 1284597632 - - - PRG_SP1K1_MONO.fSP1K1_Flow_2_val - 64 - LREAL - - - pytmc - + 1284597568PRG_SP1K1_MONO.fSP1K1_Flow_2320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 2^Value1284597632PRG_SP1K1_MONO.fSP1K1_Flow_2_val64LREALpytmc pv: SP1K1:MONO:FWM:2 field: EGU lpm io: i - - - - 1284597952 - - - PRG_SP1K1_MONO.fSP1K1_Press_1 - 320 - FB_AnalogInput - - - TcLinkTo - .iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 3^Value - - - 1284598016 - - - PRG_SP1K1_MONO.fSP1K1_Press_1_val - 64 - LREAL - - - pytmc - + 1284597952PRG_SP1K1_MONO.fSP1K1_Press_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 3^Value1284598016PRG_SP1K1_MONO.fSP1K1_Press_1_val64LREALpytmc pv: SP1K1:MONO:PRSM:1 field: EGU bar io: i - - - - 1284598336 - - - PRG_SP1K1_MONO.fGpiEncoderPosDiff - SP1K1 Grating Mono Vibration Stats - 64 - LREAL - 1284598400 - - - PRG_SP1K1_MONO.afGpiPosDiffBuffer - 64000 - LREAL - - 1 - 1000 - - 1284598464 - - - PRG_SP1K1_MONO.afGpiExtraBuffer - 64000 - LREAL - - 1 - 1000 - - 1284662464 - - - PRG_SP1K1_MONO.fbGpiPosDiffCollect - 288 - FB_DataBuffer - 1284726464 - - - PRG_2_PMPS_POST.delta - 32 - REAL - - 0.1 - - 1284726752 - - - PRG_SP1K1_MONO.fbGpiPosDiffStats - 896 - FB_BasicStats - - - pytmc - + 1284598336PRG_SP1K1_MONO.fGpiEncoderPosDiff64LREAL1284598400PRG_SP1K1_MONO.afGpiPosDiffBuffer64000LREAL110001284598464PRG_SP1K1_MONO.afGpiExtraBuffer64000LREAL110001284662464PRG_SP1K1_MONO.fbGpiPosDiffCollect288FB_DataBuffer1284726464PRG_2_PMPS_POST.delta32REAL0.11284726752PRG_SP1K1_MONO.fbGpiPosDiffStats896FB_BasicStatspytmc pv: SP1K1:MONO:MMS:G_PI:ENCDIFF - - - - 1284726784 - - - PRG_SP1K1_MONO.fGpiRangeMax - 64 - LREAL - 1284727680 - - - PRG_SP1K1_MONO.rtNewGpiMove - 64 - R_TRIG - 1284727744 - - - PRG_SP1K1_MONO.tonNewGpiMove - 224 - TON - 1284727808 - - - PRG_SL1K2_EXIT.FFO - 25088 - FB_FastFault - - - .i_DevName - SL1K2-EXIT - - - .i_Desc - Fault occurs when device is in an usafe state - - - .i_TypeCode - 3664 - - - 1284731904 - - - PRG_SL1K2_EXIT.fbPitch - 298304 - FB_MotionStage - 1284756992 - - - PRG_SL1K2_EXIT.fbRoll - 298304 - FB_MotionStage - 1285055296 - - - PRG_SL1K2_EXIT.fbVertical - 298304 - FB_MotionStage - 1285353600 - - - PRG_SL1K2_EXIT.fbGap - 298304 - FB_MotionStage - 1285651904 - - - PRG_SL1K2_EXIT.fbYag - 298304 - FB_MotionStage - 1285950208 - - - PRG_SL1K2_EXIT.fbStates - 677952 - FB_XS_YAG_States - - - pytmc - + 1284726784PRG_SP1K1_MONO.fGpiRangeMax64LREAL1284727680PRG_SP1K1_MONO.rtNewGpiMove64R_TRIG1284727744PRG_SP1K1_MONO.tonNewGpiMove224TON1284727808PRG_SL1K2_EXIT.FFO25088FB_FastFault.i_DevNameSL1K2-EXIT.i_DescFault occurs when device is in an usafe state.i_TypeCode36641284731904PRG_SL1K2_EXIT.fbPitch298304FB_MotionStage1284756992PRG_SL1K2_EXIT.fbRoll298304FB_MotionStage1285055296PRG_SL1K2_EXIT.fbVertical298304FB_MotionStage1285353600PRG_SL1K2_EXIT.fbGap298304FB_MotionStage1285651904PRG_SL1K2_EXIT.fbYag298304FB_MotionStage1285950208PRG_SL1K2_EXIT.fbStates677952FB_XS_YAG_Statespytmc pv: SL1K2:EXIT:YAG:STATE io: i - - - - 1286248512 - - - PRG_SL1K2_EXIT.RTD_Crystal_TOP - 256 - FB_TempSensor - - - pytmc - + 1286248512PRG_SL1K2_EXIT.RTD_Crystal_TOP256FB_TempSensorpytmc pv: SL1K2:EXIT:RTD:CRYSTAL_TOP - - - - TcLinkTo - .iRaw := TIIB[EL3201_SL1K2_1]^RTD^Value; + TcLinkTo.iRaw := TIIB[EL3201_SL1K2_1]^RTD^Value; .bError := TIIB[EL3201_SL1K2_1]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_1]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_1]^RTD^Status^Overrange - - - 1286926464 - - - PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[EL3201_SL1K2_1]^RTD^Status^Overrange1286926464PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM256FB_TempSensorpytmc pv: SL1K2:EXIT:RTD:CRYSTAL_BOTTOM - - - - TcLinkTo - .iRaw := TIIB[EL3201_SL1K2_2]^RTD^Value; + TcLinkTo.iRaw := TIIB[EL3201_SL1K2_2]^RTD^Value; .bError := TIIB[EL3201_SL1K2_2]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_2]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_2]^RTD^Status^Overrange - - - 1286926720 - - - PRG_SL1K2_EXIT.RTD_YAG - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[EL3201_SL1K2_2]^RTD^Status^Overrange1286926720PRG_SL1K2_EXIT.RTD_YAG256FB_TempSensorpytmc pv: SL1K2:EXIT:RTD:YAG - - - - TcLinkTo - .iRaw := TIIB[EL3201_SL1K2_3]^RTD^Value; + TcLinkTo.iRaw := TIIB[EL3201_SL1K2_3]^RTD^Value; .bError := TIIB[EL3201_SL1K2_3]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_3]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_3]^RTD^Status^Overrange - - - 1286926976 - - - PRG_SL1K2_EXIT.RTD_HeatSync - 256 - FB_TempSensor - - - pytmc - + .bOverrange := TIIB[EL3201_SL1K2_3]^RTD^Status^Overrange1286926976PRG_SL1K2_EXIT.RTD_HeatSync256FB_TempSensorpytmc pv: SL1K2:EXIT:RTD:HeatSync - - - - TcLinkTo - .iRaw := TIIB[EL3201_SL1K2_4]^RTD^Value; + TcLinkTo.iRaw := TIIB[EL3201_SL1K2_4]^RTD^Value; .bError := TIIB[EL3201_SL1K2_4]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_4]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_4]^RTD^Status^Overrange - - - 1286927232 - - - PRG_SL1K2_EXIT.fbGige - 1088 - FB_PPM_Gige - - - pytmc - + .bOverrange := TIIB[EL3201_SL1K2_4]^RTD^Status^Overrange1286927232PRG_SL1K2_EXIT.fbGige1088FB_PPM_Gigepytmc pv: SL1K2:EXIT:CAM - - - - TcLinkTo - .iIlluminatorINT := TIIB[EL4004_SL1K2]^AO Outputs Channel 1^Analog output; - .bGigePower := TIIB[EL2004_SL1K2]^Channel 3^Output - - - 1286927488 - - - PRG_SL1K2_EXIT.fSmallDelta - Motion Parameters - 64 - LREAL - - 0.01 - - 1286928576 - - - PRG_SL1K2_EXIT.fBigDelta - 64 - LREAL - - 10 - - 1286928640 - - - PRG_SL1K2_EXIT.fMaxVelocity - 64 - LREAL - - 0.5 - - 1286928704 - - - PRG_SL1K2_EXIT.fHighAccel - 64 - LREAL - - 0.8 - - 1286928768 - - - PRG_SL1K2_EXIT.fLowAccel - 64 - LREAL - - 0.1 - - 1286928832 - - - PRG_ST1K1_ZOS.fbZOS - 298304 - FB_MotionStage - 1286928896 - - - PRG_ZeroOrder_PMPS.bZOS_IN - 8 - BOOL - - - pytmc - - pv: SIM:ZOS_IN + TcLinkTo.iIlluminatorINT := TIIB[EL4004_SL1K2]^AO Outputs Channel 1^Analog output; + .bGigePower := TIIB[EL2004_SL1K2]^Channel 3^Output1286927488PRG_SL1K2_EXIT.fSmallDelta64LREAL0.011286928576PRG_SL1K2_EXIT.fBigDelta64LREAL101286928640PRG_SL1K2_EXIT.fMaxVelocity64LREAL0.51286928704PRG_SL1K2_EXIT.fHighAccel64LREAL0.81286928768PRG_SL1K2_EXIT.fLowAccel64LREAL0.11286928832PRG_ST1K1_ZOS.fbZOS298304FB_MotionStage1286928896PRG_ZeroOrder_PMPS.bZOS_IN8BOOLpytmc + pv: @(PREFIX)ZOS_IN field: ZNAM FALSE field: ONAM TRUE - - - - 1287227808 - - - PRG_ZeroOrder_PMPS.bZOB_on_Lower_Stopper - 8 - BOOL - - - pytmc - - pv: SIM:ZOB_on_Lower_Stopper + 1287227808PRG_ZeroOrder_PMPS.bZOB_on_Lower_Stopper8BOOLpytmc + pv: :@(PREFIX)ZOB_on_Lower_Stopper field: ZNAM FALSE field: ONAM TRUE - - - - 1287227816 - - - PRG_ZeroOrder_PMPS.bMR1K1_Inserted - 8 - BOOL - - - pytmc - - pv: SIM:MR1K1_Inserted + 1287227816PRG_ZeroOrder_PMPS.bMR1K1_Inserted8BOOLpytmc + pv: @(PREFIX)MR1K1_Inserted field: ZNAM FALSE field: ONAM TRUE - - - - 1287227824 - - - PRG_ZeroOrder_PMPS.bZeroOrderBeam - 8 - BOOL - - - pytmc - - pv: SIM:ZeroOrderBeam + 1287227824PRG_ZeroOrder_PMPS.bBeamPermitted8BOOLpytmc + pv: @(PREFIX)BeamPermitted field: ZNAM FALSE field: ONAM TRUE - - - - 1287227832 - - - PRG_2_PMPS_POST.fbArbiterIO - 138752 - FB_SubSysToArbiter_IO - 1287227840 - - - PRG_2_PMPS_POST.fb_vetoArbiter - 27168 - FB_VetoArbiter - 1287366592 - - - PRG_2_PMPS_POST.ff2_ff1_link_optics - 25088 - FB_FastFault - - - .i_xAutoReset - 1 - - - .i_DevName - FF2 to FF1 Link Optics - - - .i_Desc - This is virtual FF2 fault, Please see faulting optics devices - - - .i_TypeCode - 65535 - - - 1287393760 - - - PRG_2_PMPS_POST.ffRIX01 - Extra FFOs - 25088 - FB_FastFault - - - .i_xAutoReset - 0 - - - .i_DevName - RIX Tran 0.1 - - - .i_Desc - Faults when M1K1 is IN and transmission is above 0.1 - - - .i_TypeCode - 62729 - - - 1287418848 - - - PRG_2_PMPS_POST.ffRIX02 - 25088 - FB_FastFault - - - .i_xAutoReset - 0 - - - .i_DevName - RIX Tran 0.2 - - - .i_Desc - Faults when M1K1 is IN and transmission is above 0.2 - - - .i_TypeCode - 62736 - - - 1287443936 - - - PRG_2_PMPS_POST.ffRIX05 - 25088 - FB_FastFault - - - .i_xAutoReset - 0 - - - .i_DevName - RIX Tran 0.5 - - - .i_Desc - Faults when M1K1 is IN and transmission is above 0.5 - - - .i_TypeCode - 62737 - - - 1287469024 - - - PRG_ZeroOrder_PMPS.ffZeroOrderBeam - PMPS - 25088 - FB_FastFault - - - .i_xAutoReset - 1 - - - .i_DevName - Zero Order Beam - - - .i_Desc - Faults when Zero order beam safe conditions are not met - - - .i_TypeCode - 62726 - - - 1287494112 - - - PRG_MR2K2_FLAT.nEncRefXM2K2 - Encoder Reference Values -MR2K2 X ENC REF - 32 - UDINT - - - pytmc - + 1287227832PRG_2_PMPS_POST.fbArbiterIO138752FB_SubSysToArbiter_IO1287227840PRG_2_PMPS_POST.fb_vetoArbiter27168FB_VetoArbiter1287366592PRG_2_PMPS_POST.ff2_ff1_link_optics25088FB_FastFault.i_xAutoReset1.i_DevNameFF2 to FF1 Link Optics.i_DescThis is virtual FF2 fault, Please see faulting optics devices.i_TypeCode655351287393760PRG_2_PMPS_POST.ffRIX0125088FB_FastFault.i_xAutoReset0.i_DevNameRIX Tran 0.1.i_DescFaults when M1K1 is IN and transmission is above 0.1.i_TypeCode627291287418848PRG_2_PMPS_POST.ffRIX0225088FB_FastFault.i_xAutoReset0.i_DevNameRIX Tran 0.2.i_DescFaults when M1K1 is IN and transmission is above 0.2.i_TypeCode627361287443936PRG_2_PMPS_POST.ffRIX0525088FB_FastFault.i_xAutoReset0.i_DevNameRIX Tran 0.5.i_DescFaults when M1K1 is IN and transmission is above 0.5.i_TypeCode627371287469024PRG_ZeroOrder_PMPS.ffZeroOrderBeam25088FB_FastFault.i_xAutoReset1.i_DevNameZero Order Beam.i_DescFaults when Zero order beam safe conditions are not met.i_TypeCode627261287494112PRG_MR2K2_FLAT.nEncRefXM2K232UDINTpytmc pv: MR2K2:FLAT:ENC:X:REF field: EGU cnt io: i - - - - 1287519200 - - - PRG_ZeroOrder_PMPS.Pm3 - 64 - LREAL - 1287519232 - - - PRG_ZeroOrder_PMPS.Pm2 - 64 - LREAL - 1287519296 - - - PRG_ZeroOrder_PMPS.Pm1 - 64 - LREAL - 1287519360 - - - PRG_ZeroOrder_PMPS.Hm1 - 64 - LREAL - 1287519424 - - - PRG_ZeroOrder_PMPS.HZos - 64 - LREAL - 1287519488 - - - PRG_ZeroOrder_PMPS.Zbm1 - 64 - LREAL - 1287519552 - - - PRG_ZeroOrder_PMPS.Zbm2 - 64 - LREAL - 1287519616 - - - PRG_ZeroOrder_PMPS.Zbm3 - 64 - LREAL - 1287519680 - - - PRG_ZeroOrder_PMPS.Hbm1 - 64 - LREAL - 1287519744 - - - PRG_ZeroOrder_PMPS.Hbm2 - 64 - LREAL - 1287519808 - - - PRG_ZeroOrder_PMPS.Hbm3 - 64 - LREAL - 1287519872 - - - PRG_ZeroOrder_PMPS.Hb0m3 - 64 - LREAL - 1287519936 - - - PRG_ZeroOrder_PMPS.Hm3 - fixed calc - 64 - LREAL - 1287520000 - - - PRG_ZeroOrder_PMPS.Hpiv - 64 - LREAL - 1287520064 - - - PRG_ZeroOrder_PMPS.Theta_m1 - 64 - LREAL - 1287520128 - - - PRG_ZeroOrder_PMPS.Theta_m2 - 64 - LREAL - 1287520192 - - - PRG_ZeroOrder_PMPS.Theta_m3 - 64 - LREAL - 1287520256 - - - PRG_ZeroOrder_PMPS.Delta - 64 - LREAL - 1287520320 - - - PRG_ZeroOrder_PMPS.Ans - 64 - LREAL - 1287520384 - - - PRG_ZeroOrder_PMPS.ffZeroOrderBeamExitSlits - 25088 - FB_FastFault - - - .i_xAutoReset - 1 - - - .i_DevName - Zero Order Beam and Exit Slits - - - .i_Desc - Faults when Zero order beam is aligned and exit slits are closed - - - .i_TypeCode - 62726 - - - 1287520448 - - - PRG_ZeroOrder_PMPS.Hi2 - m - 64 - LREAL - - 1.4 - - 1287545536 - - - PRG_ZeroOrder_PMPS.Zi2 - m - 64 - LREAL - - 731.613 - - 1287545600 - - - PRG_ZeroOrder_PMPS.Theta0 - 64 - LREAL - - 0 - - 1287545664 - - - PRG_ZeroOrder_PMPS.Zm1 - m - 64 - LREAL - - 733.772 - - 1287545728 - - - PRG_ZeroOrder_PMPS.Zmon - m - 64 - LREAL - - 739.622 - - 1287545792 - - - PRG_ZeroOrder_PMPS.Zpiv - m - 64 - LREAL - - 739.762 - - 1287545856 - - - PRG_ZeroOrder_PMPS.Zzos - m - 64 - LREAL - - 741.422 - - 1287545920 - - - PRG_MR2K2_FLAT.fbXRMSErrorM2K2 - Encoder Arrays/RMS Watch: -MR2K2 X ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR2K2:FLAT:ENC:X - - - 1287545984 - - - PRG_MR2K2_FLAT.fMaxXRMSErrorM2K2 - 64 - LREAL - 1287932608 - - - PRG_MR2K2_FLAT.fMinXRMSErrorM2K2 - 64 - LREAL - 1287932672 - - - PRG_MR2K2_FLAT.fbYRMSErrorM2K2 - MR2K2 Y ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR2K2:FLAT:ENC:Y - - - 1287932736 - - - PRG_MR2K2_FLAT.fMaxYRMSErrorM2K2 - 64 - LREAL - 1288319360 - - - PRG_MR2K2_FLAT.fMinYRMSErrorM2K2 - 64 - LREAL - 1288319424 - - - PRG_MR2K2_FLAT.fbrXRMSErrorM2K2 - MR2K2 rX ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR2K2:FLAT:ENC:PITCH - - - 1288319488 - - - PRG_MR2K2_FLAT.fMaxrXRMSErrorM2K2 - 64 - LREAL - 1288706112 - - - PRG_MR2K2_FLAT.fMinrXRMSErrorM2K2 - 64 - LREAL - 1288706176 - - - PRG_MR2K2_FLAT.nEncRefYM2K2 - MR2K2 Y ENC REF - 32 - UDINT - - - pytmc - + 1287519200PRG_ZeroOrder_PMPS.Pm364LREAL1287519232PRG_ZeroOrder_PMPS.Pm264LREAL1287519296PRG_ZeroOrder_PMPS.Pm164LREAL1287519360PRG_ZeroOrder_PMPS.Hm164LREAL1287519424PRG_ZeroOrder_PMPS.HZos64LREAL1287519488PRG_ZeroOrder_PMPS.Zbm164LREAL1287519552PRG_ZeroOrder_PMPS.Zbm264LREAL1287519616PRG_ZeroOrder_PMPS.Zbm364LREAL1287519680PRG_ZeroOrder_PMPS.Hbm164LREAL1287519744PRG_ZeroOrder_PMPS.Hbm264LREAL1287519808PRG_ZeroOrder_PMPS.Hbm364LREAL1287519872PRG_ZeroOrder_PMPS.Hb0m364LREAL1287519936PRG_ZeroOrder_PMPS.Hm364LREAL1287520000PRG_ZeroOrder_PMPS.Hpiv64LREAL1287520064PRG_ZeroOrder_PMPS.Theta_m164LREAL1287520128PRG_ZeroOrder_PMPS.Theta_m264LREAL1287520192PRG_ZeroOrder_PMPS.Theta_m364LREAL1287520256PRG_ZeroOrder_PMPS.Delta64LREAL1287520320PRG_ZeroOrder_PMPS.Ans64LREAL1287520384PRG_ZeroOrder_PMPS.ffZeroOrderBeamExitSlits25088FB_FastFault.i_xAutoReset1.i_DevNameZero Order Beam and Exit Slits.i_DescFaults when Zero order beam is aligned and exit slits are closed.i_TypeCode627261287520448PRG_ZeroOrder_PMPS.Hi264LREAL1.41287545536PRG_ZeroOrder_PMPS.Zi264LREAL731.6131287545600PRG_ZeroOrder_PMPS.Theta064LREAL01287545664PRG_ZeroOrder_PMPS.Zm164LREAL733.7721287545728PRG_ZeroOrder_PMPS.Zmon64LREAL739.6221287545792PRG_ZeroOrder_PMPS.Zpiv64LREAL739.7621287545856PRG_ZeroOrder_PMPS.Zzos64LREAL741.4221287545920PRG_MR2K2_FLAT.fbXRMSErrorM2K2386624FB_RMSWatchpytmc pv: MR2K2:FLAT:ENC:X1287545984PRG_MR2K2_FLAT.fMaxXRMSErrorM2K264LREAL1287932608PRG_MR2K2_FLAT.fMinXRMSErrorM2K264LREAL1287932672PRG_MR2K2_FLAT.fbYRMSErrorM2K2386624FB_RMSWatchpytmc pv: MR2K2:FLAT:ENC:Y1287932736PRG_MR2K2_FLAT.fMaxYRMSErrorM2K264LREAL1288319360PRG_MR2K2_FLAT.fMinYRMSErrorM2K264LREAL1288319424PRG_MR2K2_FLAT.fbrXRMSErrorM2K2386624FB_RMSWatchpytmc pv: MR2K2:FLAT:ENC:PITCH1288319488PRG_MR2K2_FLAT.fMaxrXRMSErrorM2K264LREAL1288706112PRG_MR2K2_FLAT.fMinrXRMSErrorM2K264LREAL1288706176PRG_MR2K2_FLAT.nEncRefYM2K232UDINTpytmc pv: MR2K2:FLAT:ENC:Y:REF field: EGU cnt io: i - - - - 1288706240 - - - PRG_MR2K2_FLAT.nEncRefrXM2K2 - MR2K2 rX ENC REF - 32 - UDINT - - - pytmc - + 1288706240PRG_MR2K2_FLAT.nEncRefrXM2K232UDINTpytmc pv: MR2K2:FLAT:ENC:PITCH:REF field: EGU cnt io: i - - - - 1288706272 - - - PRG_MR2K2_FLAT.nEncCntXM2K2 - Encoder raw counts -M2K2 FLAT X ENC CNT - 32 - UDINT - - - pytmc - + 1288706272PRG_MR2K2_FLAT.nEncCntXM2K232UDINTpytmc pv: MR2K2:FLAT:ENC:X:CNT field: EGU cnt io: i - - - - 1288706304 - - - PRG_MR2K2_FLAT.nEncCntYM2K2 - M2K2 FLAT Y ENC CNT - 32 - UDINT - - - pytmc - + 1288706304PRG_MR2K2_FLAT.nEncCntYM2K232UDINTpytmc pv: MR2K2:FLAT:ENC:Y:CNT field: EGU cnt io: i - - - - 1288706336 - - - PRG_MR2K2_FLAT.nEncCntrXM2K2 - M2K2 FLAT rX ENC CNT - 32 - UDINT - - - pytmc - + 1288706336PRG_MR2K2_FLAT.nEncCntrXM2K232UDINTpytmc pv: MR2K2:FLAT:ENC:PITCH:CNT field: EGU cnt io: i - - - - 1288706368 - - - PRG_MR3K2_KBH.fbXRMSErrorM3K2 - Encoder Arrays/RMS Watch: -MR3K2 X ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR3K2:KBH:ENC:X - - - 1288706432 - - - PRG_MR3K2_KBH.fMaxXRMSErrorM3K2 - 64 - LREAL - 1289093056 - - - PRG_MR3K2_KBH.fMinXRMSErrorM3K2 - 64 - LREAL - 1289093120 - - - PRG_MR3K2_KBH.fbYRMSErrorM3K2 - MR3K2 Y ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR3K2:KBH:ENC:Y - - - 1289093184 - - - PRG_MR3K2_KBH.fMaxYRMSErrorM3K2 - 64 - LREAL - 1289479808 - - - PRG_MR3K2_KBH.fMinYRMSErrorM3K2 - 64 - LREAL - 1289479872 - - - PRG_MR3K2_KBH.fbrYRMSErrorM3K2 - MR3K2 rY ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR3K2:KBH:ENC:PITCH - - - 1289479936 - - - PRG_MR3K2_KBH.fMaxrYRMSErrorM3K2 - 64 - LREAL - 1289866560 - - - PRG_MR3K2_KBH.fMinrYRMSErrorM3K2 - 64 - LREAL - 1289866624 - - - PRG_MR3K2_KBH.fbUSRMSErrorM3K2 - MR3K2 US ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR3K2:KBH:ENC:BEND:US - - - 1289866688 - - - PRG_MR3K2_KBH.fMaxUSRMSErrorM3K2 - 64 - LREAL - 1290253312 - - - PRG_MR3K2_KBH.fMinUSRMSErrorM3K2 - 64 - LREAL - 1290253376 - - - PRG_MR3K2_KBH.fbdSRMSErrorM3K2 - MR3K2 DS ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR3K2:KBH:ENC:BEND:DS - - - 1290253440 - - - PRG_MR3K2_KBH.fMaxDSRMSErrorM3K2 - 64 - LREAL - 1290640064 - - - PRG_MR3K2_KBH.fMinDSRMSErrorM3K2 - 64 - LREAL - 1290640128 - - - PRG_MR3K2_KBH.nEncRefXM3K2 - Encoder Reference Values -MR3K2 X ENC REF - 32 - UDINT - - - pytmc - + 1288706368PRG_MR3K2_KBH.fbXRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:X1288706432PRG_MR3K2_KBH.fMaxXRMSErrorM3K264LREAL1289093056PRG_MR3K2_KBH.fMinXRMSErrorM3K264LREAL1289093120PRG_MR3K2_KBH.fbYRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:Y1289093184PRG_MR3K2_KBH.fMaxYRMSErrorM3K264LREAL1289479808PRG_MR3K2_KBH.fMinYRMSErrorM3K264LREAL1289479872PRG_MR3K2_KBH.fbrYRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:PITCH1289479936PRG_MR3K2_KBH.fMaxrYRMSErrorM3K264LREAL1289866560PRG_MR3K2_KBH.fMinrYRMSErrorM3K264LREAL1289866624PRG_MR3K2_KBH.fbUSRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:BEND:US1289866688PRG_MR3K2_KBH.fMaxUSRMSErrorM3K264LREAL1290253312PRG_MR3K2_KBH.fMinUSRMSErrorM3K264LREAL1290253376PRG_MR3K2_KBH.fbdSRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:BEND:DS1290253440PRG_MR3K2_KBH.fMaxDSRMSErrorM3K264LREAL1290640064PRG_MR3K2_KBH.fMinDSRMSErrorM3K264LREAL1290640128PRG_MR3K2_KBH.nEncRefXM3K232UDINTpytmc pv: MR3K2:KBH:ENC:X:REF field: EGU cnt io: i - - - - 1290640192 - - - PRG_MR3K2_KBH.nEncRefYM3K2 - MR3K2 Y ENC REF - 32 - UDINT - - - pytmc - + 1290640192PRG_MR3K2_KBH.nEncRefYM3K232UDINTpytmc pv: MR3K2:KBH:ENC:Y:REF field: EGU cnt io: i - - - - 1290640224 - - - PRG_MR3K2_KBH.nEncRefrYM3K2 - MR3K2 rY ENC REF - 32 - UDINT - - - pytmc - + 1290640224PRG_MR3K2_KBH.nEncRefrYM3K232UDINTpytmc pv: MR3K2:KBH:ENC:PITCH:REF field: EGU cnt io: i - - - - 1290640256 - - - PRG_MR3K2_KBH.nEncRefUSM3K2 - MR3K2 US ENC REF - 32 - UDINT - - - pytmc - + 1290640256PRG_MR3K2_KBH.nEncRefUSM3K232UDINTpytmc pv: MR3K2:KBH:ENC:BEND:US:REF field: EGU cnt io: i - - - - 1290640288 - - - PRG_MR3K2_KBH.nEncRefDSM3K2 - MR3K2 DS ENC REF - 32 - UDINT - - - pytmc - + 1290640288PRG_MR3K2_KBH.nEncRefDSM3K232UDINTpytmc pv: MR3K2:KBH:ENC:BEND:DS:REF field: EGU cnt io: i - - - - 1290640320 - - - PRG_MR3K2_KBH.nEncCntXM3K2 - Encoder raw counts -M3K2 KBH X ENC CNT - 32 - UDINT - - - pytmc - + 1290640320PRG_MR3K2_KBH.nEncCntXM3K232UDINTpytmc pv: MR3K2:KBH:ENC:X:CNT field: EGU cnt io: i - - - - 1290640352 - - - PRG_MR3K2_KBH.nEncCntYM3K2 - M3K2 KBH Y ENC CNT - 32 - UDINT - - - pytmc - + 1290640352PRG_MR3K2_KBH.nEncCntYM3K232UDINTpytmc pv: MR3K2:KBH:ENC:Y:CNT field: EGU cnt io: i - - - - 1290640384 - - - PRG_MR3K2_KBH.nEncCntrYM3K2 - M3K2 KBH rY ENC CNT - 32 - UDINT - - - pytmc - + 1290640384PRG_MR3K2_KBH.nEncCntrYM3K232UDINTpytmc pv: MR3K2:KBH:ENC:PITCH:CNT field: EGU cnt io: i - - - - 1290640416 - - - PRG_MR3K2_KBH.nEncCntUSM3K2 - M3K2 KBH US ENC CNT - 32 - UDINT - - - pytmc - + 1290640416PRG_MR3K2_KBH.nEncCntUSM3K232UDINTpytmc pv: MR3K2:KBH:ENC:BEND:US:CNT field: EGU cnt io: i - - - - 1290640448 - - - PRG_MR3K2_KBH.nEncCntDSM3K2 - M3K2 KBH DS ENC CNT - 32 - UDINT - - - pytmc - + 1290640448PRG_MR3K2_KBH.nEncCntDSM3K232UDINTpytmc pv: MR3K2:KBH:ENC:BEND:DS:CNT field: EGU cnt io: i - - - - 1290640480 - - - PRG_MR3K2_KBH.fM3K2US_RTD_1 - MR3K2 Bender RTDs - MR3K2 US RTDs - 32 - REAL - - - pytmc - + 1290640480PRG_MR3K2_KBH.fM3K2US_RTD_132REALpytmc pv: MR3K2:KBH:RTD:BEND:US:1 field: ASLO 0.01 field: EGU C io: i - - - - 1290640512 - - - PRG_MR3K2_KBH.fM3K2US_RTD_2 - 32 - REAL - - - pytmc - + 1290640512PRG_MR3K2_KBH.fM3K2US_RTD_232REALpytmc pv: MR3K2:KBH:RTD:BEND:US:2 field: ASLO 0.01 field: EGU C io: i - - - - 1290640544 - - - PRG_MR3K2_KBH.fM3K2US_RTD_3 - 32 - REAL - - - pytmc - + 1290640544PRG_MR3K2_KBH.fM3K2US_RTD_332REALpytmc pv: MR3K2:KBH:RTD:CHIN:L field: ASLO 0.01 field: EGU C io: i - - - - 1290640576 - - - PRG_MR3K2_KBH.fM3K2DS_RTD_1 - M3K2 DS RTDs - 32 - REAL - - - pytmc - + 1290640576PRG_MR3K2_KBH.fM3K2DS_RTD_132REALpytmc pv: MR3K2:KBH:RTD:BEND:DS:1 field: ASLO 0.01 field: EGU C io: i - - - - 1290640608 - - - PRG_MR3K2_KBH.fM3K2DS_RTD_2 - 32 - REAL - - - pytmc - + 1290640608PRG_MR3K2_KBH.fM3K2DS_RTD_232REALpytmc pv: MR3K2:KBH:RTD:CHIN:R field: ASLO 0.01 field: EGU C io: i - - - - 1290640640 - - - PRG_MR3K2_KBH.fM3K2DS_RTD_3 - 32 - REAL - - - pytmc - + 1290640640PRG_MR3K2_KBH.fM3K2DS_RTD_332REALpytmc pv: MR3K2:KBH:RTD:BEND:DS:3 field: ASLO 0.01 field: EGU C io: i - - - - 1290640672 - - - PRG_MR4K2_KBV.fbXRMSErrorM4K2 - Encoder Arrays/RMS Watch: -MR4K2 X ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR4K2:KBV:ENC:X - - - 1290640768 - - - PRG_MR4K2_KBV.fMaxXRMSErrorM4K2 - 64 - LREAL - 1291027392 - - - PRG_MR4K2_KBV.fMinXRMSErrorM4K2 - 64 - LREAL - 1291027456 - - - PRG_MR4K2_KBV.fbYRMSErrorM4K2 - MR4K2 Y ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR4K2:KBV:ENC:Y - - - 1291027520 - - - PRG_MR4K2_KBV.fMaxYRMSErrorM4K2 - 64 - LREAL - 1291414144 - - - PRG_MR4K2_KBV.fMinYRMSErrorM4K2 - 64 - LREAL - 1291414208 - - - PRG_MR4K2_KBV.fbrXRMSErrorM4K2 - MR4K2 rX ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR4K2:KBV:ENC:PITCH - - - 1291414272 - - - PRG_MR4K2_KBV.fMaxrXRMSErrorM4K2 - 64 - LREAL - 1291800896 - - - PRG_MR4K2_KBV.fMinrXRMSErrorM4K2 - 64 - LREAL - 1291800960 - - - PRG_MR4K2_KBV.fbUSRMSErrorM4K2 - MR4K2 US ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR4K2:KBV:ENC:BEND:US - - - 1291801024 - - - PRG_MR4K2_KBV.fMaxUSRMSErrorM4K2 - 64 - LREAL - 1292187648 - - - PRG_MR4K2_KBV.fMinUSRMSErrorM4K2 - 64 - LREAL - 1292187712 - - - PRG_MR4K2_KBV.fbdSRMSErrorM4K2 - MR4K2 DS ENC RMS - 386624 - FB_RMSWatch - - - pytmc - pv: MR4K2:KBV:ENC:BEND:DS - - - 1292187776 - - - PRG_MR4K2_KBV.fMaxDSRMSErrorM4K2 - 64 - LREAL - 1292574400 - - - PRG_MR4K2_KBV.fMinDSRMSErrorM4K2 - 64 - LREAL - 1292574464 - - - PRG_MR4K2_KBV.nEncRefXM4K2 - Encoder Reference Values -MR4K2 X ENC REF - 32 - UDINT - - - pytmc - + 1290640672PRG_MR4K2_KBV.fbXRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:X1290640768PRG_MR4K2_KBV.fMaxXRMSErrorM4K264LREAL1291027392PRG_MR4K2_KBV.fMinXRMSErrorM4K264LREAL1291027456PRG_MR4K2_KBV.fbYRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:Y1291027520PRG_MR4K2_KBV.fMaxYRMSErrorM4K264LREAL1291414144PRG_MR4K2_KBV.fMinYRMSErrorM4K264LREAL1291414208PRG_MR4K2_KBV.fbrXRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:PITCH1291414272PRG_MR4K2_KBV.fMaxrXRMSErrorM4K264LREAL1291800896PRG_MR4K2_KBV.fMinrXRMSErrorM4K264LREAL1291800960PRG_MR4K2_KBV.fbUSRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:BEND:US1291801024PRG_MR4K2_KBV.fMaxUSRMSErrorM4K264LREAL1292187648PRG_MR4K2_KBV.fMinUSRMSErrorM4K264LREAL1292187712PRG_MR4K2_KBV.fbdSRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:BEND:DS1292187776PRG_MR4K2_KBV.fMaxDSRMSErrorM4K264LREAL1292574400PRG_MR4K2_KBV.fMinDSRMSErrorM4K264LREAL1292574464PRG_MR4K2_KBV.nEncRefXM4K232UDINTpytmc pv: MR4K2:KBV:ENC:X:REF field: EGU cnt io: i - - - - 1292574528 - - - PRG_MR4K2_KBV.nEncRefYM4K2 - MR4K2 Y ENC REF - 32 - UDINT - - - pytmc - + 1292574528PRG_MR4K2_KBV.nEncRefYM4K232UDINTpytmc pv: MR4K2:KBV:ENC:Y:REF field: EGU cnt io: i - - - - 1292574560 - - - PRG_MR4K2_KBV.nEncRefrXM4K2 - MR4K2 rX ENC REF - 32 - UDINT - - - pytmc - + 1292574560PRG_MR4K2_KBV.nEncRefrXM4K232UDINTpytmc pv: MR4K2:KBV:ENC:PITCH:REF field: EGU cnt io: i - - - - 1292574592 - - - PRG_MR4K2_KBV.nEncRefUSM4K2 - MR4K2 US ENC REF - 32 - UDINT - - - pytmc - + 1292574592PRG_MR4K2_KBV.nEncRefUSM4K232UDINTpytmc pv: MR4K2:KBV:ENC:BEND:US:REF field: EGU cnt io: i - - - - 1292574624 - - - PRG_MR4K2_KBV.nEncRefDSM4K2 - MR4K2 DS ENC REF - 32 - UDINT - - - pytmc - + 1292574624PRG_MR4K2_KBV.nEncRefDSM4K232UDINTpytmc pv: MR4K2:KBV:ENC:BEND:DS:REF field: EGU cnt io: i - - - - 1292574656 - - - PRG_MR4K2_KBV.nEncCntXM4K2 - Encoder raw counts -M4K2 KBV X ENC CNT - 32 - UDINT - - - pytmc - + 1292574656PRG_MR4K2_KBV.nEncCntXM4K232UDINTpytmc pv: MR4K2:KBV:ENC:X:CNT field: EGU cnt io: i - - - - 1292574688 - - - PRG_MR4K2_KBV.nEncCntYM4K2 - M4K2 KBV Y ENC CNT - 32 - UDINT - - - pytmc - + 1292574688PRG_MR4K2_KBV.nEncCntYM4K232UDINTpytmc pv: MR4K2:KBV:ENC:Y:CNT field: EGU cnt io: i - - - - 1292574720 - - - PRG_MR4K2_KBV.nEncCntrXM4K2 - M4K2 KBV rX ENC CNT - 32 - UDINT - - - pytmc - + 1292574720PRG_MR4K2_KBV.nEncCntrXM4K232UDINTpytmc pv: MR4K2:KBV:ENC:PITCH:CNT field: EGU cnt io: i - - - - 1292574752 - - - PRG_MR4K2_KBV.nEncCntUSM4K2 - M4K2 KBV US ENC CNT - 32 - UDINT - - - pytmc - + 1292574752PRG_MR4K2_KBV.nEncCntUSM4K232UDINTpytmc pv: MR4K2:KBV:ENC:BEND:US:CNT field: EGU cnt io: i - - - - 1292574784 - - - PRG_MR4K2_KBV.nEncCntDSM4K2 - M4K2 KBV DS ENC CNT - 32 - UDINT - - - pytmc - + 1292574784PRG_MR4K2_KBV.nEncCntDSM4K232UDINTpytmc pv: MR4K2:KBV:ENC:BEND:DS:CNT field: EGU cnt io: i - - - - 1292574816 - - - PRG_MR4K2_KBV.fM4K2US_RTD_1 - MR4K2 Bender RTDs - MR4K2 US RTDs - 32 - REAL - - - pytmc - + 1292574816PRG_MR4K2_KBV.fM4K2US_RTD_132REALpytmc pv: MR4K2:KBV:RTD:BEND:US:1 field: ASLO 0.01 field: EGU C io: i - - - - 1292574848 - - - PRG_MR4K2_KBV.fM4K2US_RTD_2 - 32 - REAL - - - pytmc - + 1292574848PRG_MR4K2_KBV.fM4K2US_RTD_232REALpytmc pv: MR4K2:KBV:RTD:BEND:US:2 field: ASLO 0.01 field: EGU C io: i - - - - 1292574880 - - - PRG_MR4K2_KBV.fM4K2US_RTD_3 - 32 - REAL - - - pytmc - + 1292574880PRG_MR4K2_KBV.fM4K2US_RTD_332REALpytmc pv: MR4K2:KBV:RTD:BEND:US:3 field: ASLO 0.01 field: EGU C io: i - - - - 1292574912 - - - PRG_MR4K2_KBV.fM4K2DS_RTD_1 - M4K2 DS RTDs - 32 - REAL - - - pytmc - + 1292574912PRG_MR4K2_KBV.fM4K2DS_RTD_132REALpytmc pv: MR4K2:KBV:RTD:BEND:DS:1 field: ASLO 0.01 field: EGU C io: i - - - - 1292574944 - - - PRG_MR4K2_KBV.fM4K2DS_RTD_2 - 32 - REAL - - - pytmc - + 1292574944PRG_MR4K2_KBV.fM4K2DS_RTD_232REALpytmc pv: MR4K2:KBV:RTD:BEND:DS:2 field: ASLO 0.01 field: EGU C io: i - - - - 1292574976 - - - PRG_MR4K2_KBV.fM4K2DS_RTD_3 - 32 - REAL - - - pytmc - + 1292574976PRG_MR4K2_KBV.fM4K2DS_RTD_332REALpytmc pv: MR4K2:KBV:RTD:BEND:DS:3 field: ASLO 0.01 field: EGU C io: i - - - - 1292575008 - - - PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD - 256 - FB_TempSensor - - - TcLinkTo - .iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Value; + 1292575008PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD256FB_TempSensorTcLinkTo.iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Value; .bUnderrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Underrange; .bOverrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Overrange; - .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Error - - - pytmc - + .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Errorpytmc pv: MR4K2:KBV:RTD:CHIN:R field: EGU C io: i - - - - 1292575040 - - - PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD - 256 - FB_TempSensor - - - TcLinkTo - .iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Value; + 1292575040PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD256FB_TempSensorTcLinkTo.iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Value; .bUnderrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Underrange; .bOverrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Overrange; - .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Error - - - pytmc - + .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Errorpytmc pv: MR4K2:KBV:RTD:CHIN:L field: EGU C io: i - - - - 1292575296 - - - GVL_M1K1.M1K1_Pitch - Pitch Mechanism:\ - Currently unused - 2496 - HOMS_PitchMechanism - - - .ReqPosLimHi - 24681 - - - .ReqPosLimLo - 24321 - - - .diEncPosLimHi - 10139808 - - - .diEncPosLimLo - 9950984 - - - - - TcLinkTo - .diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1292580672 - - - GVL_M1K1_BENDER_Constants.nM1K1bendUS_ENC_REF - Encoder reference values in counts = nm - 64 - ULINT - - 21458400 - - - - TcVarGlobal - - - 1292583168 - - - GVL_M1K1_BENDER_Constants.nM1K1bendDS_ENC_REF - 64 - ULINT - - 21225900 - - - - TcVarGlobal - - - 1292583232 - - - GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_UpperLimit - 21500000;//22100000; As requested by Alex R and RP, switched back again - 64 - ULINT - - 22100000 - - - - TcVarGlobal - - - 1292583296 - - - GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_LowerLimit - 20100000;//20900000; - 64 - ULINT - - 20900000 - - - - TcVarGlobal - - - 1292583360 - - - GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_UpperLimit - 21100000;//21800000; - 64 - ULINT - - 21800000 - - - - TcVarGlobal - - - 1292583424 - - - GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_LowerLimit - 19800000;//20600000; - 64 - ULINT - - 20600000 - - - - TcVarGlobal - - - 1292583488 - - - GVL_M1K1_Constants.nYUP_ENC_REF - Encoder reference values in counts = nm - Enc reference values from Axilon FAT - 64 - ULINT - - 13008545 - - - - TcVarGlobal - - - 1292583616 - - - GVL_M1K1_Constants.nYDWN_ENC_REF - 64 - ULINT - - 11158257 - - - - TcVarGlobal - - - 1292583680 - - - GVL_M1K1_Constants.nXUP_ENC_REF - 64 - ULINT - - 19831295 - - - - TcVarGlobal - - - 1292583744 - - - GVL_M1K1_Constants.nXDWN_ENC_REF - 64 - ULINT - - 19604132 - - - - TcVarGlobal - - - 1292583808 - - - GVL_M2K2.nM2K2X_ENC_REF - these numbers - 64 - ULINT - - 6077000 - - - - TcVarGlobal - - - 1292586368 - - - GVL_M2K2.nM2K2Y_ENC_REF - are - 64 - ULINT - - 5975460 - - - - TcVarGlobal - - - 1292586432 - - - GVL_M2K2.nM2K2rX_ENC_REF - real - 64 - ULINT - - 50412360 - - - - TcVarGlobal - - - 1292586496 - - - GVL_M3K2.nM3K2X_ENC_REF - Encoder reference values in counts = nm - Put encoder reference values for nominal 0 here - 64 - ULINT - - 5951195 - - - - TcVarGlobal - - - 1292586560 - - - GVL_M3K2.nM3K2Y_ENC_REF - 64 - ULINT - - 5857203 - - - - TcVarGlobal - - - 1292586624 - - - GVL_M3K2.nM3K2rY_ENC_REF - 64 - ULINT - - 39991700 - - - - TcVarGlobal - - - 1292586688 - - - GVL_M3K2.nM3K2US_ENC_REF - these numbers - 64 - ULINT - - 1234567 - - - - TcVarGlobal - - - 1292586752 - - - GVL_M3K2.nM3K2DS_ENC_REF - are not real!! - 64 - ULINT - - 1234567 - - - - TcVarGlobal - - - 1292586816 - - - GVL_M4K2.nM4K2X_ENC_REF - Encoder reference values in counts = nm - Put encoder reference values for nominal 0 here - 64 - ULINT - - 5902073 - - - - TcVarGlobal - - - 1292587008 - - - GVL_M4K2.nM4K2Y_ENC_REF - 64 - ULINT - - 6000313 - - - - TcVarGlobal - - - 1292587072 - - - GVL_M4K2.nM4K2rX_ENC_REF - 64 - ULINT - - 50657020 - - - - TcVarGlobal - - - 1292587136 - - - GVL_M4K2.nM4K2US_ENC_REF - these numbers - 64 - ULINT - - 1234567 - - - - TcVarGlobal - - - 1292587200 - - - GVL_M4K2.nM4K2DS_ENC_REF - are not real!! - 64 - ULINT - - 1234567 - - - - TcVarGlobal - - - 1292587264 - - - GVL_M4K2.nM4K2US_PMPS_UpperLimit - 22100000; - 64 - ULINT - - 21500000 - - - - TcVarGlobal - - - 1292587328 - - - GVL_M4K2.nM4K2US_PMPS_LowerLimit - 20900000; - 64 - ULINT - - 20100000 - - - - TcVarGlobal - - - 1292587392 - - - GVL_M4K2.nM4K2DS_PMPS_UpperLimit - 21800000; - 64 - ULINT - - 21100000 - - - - TcVarGlobal - - - 1292587456 - - - GVL_M4K2.nM4K2DS_PMPS_LowerLimit - 20600000; - 64 - ULINT - - 19800000 - - - - TcVarGlobal - - - 1292587520 - - - GVL_M1K2_Constants.nYLEFT_ENC_REF - Encoder reference values in counts = nm - Enc reference values after alignment 3-13-20 - 64 - ULINT - - 96270560 - - - - TcVarGlobal - - - 1292587648 - - - GVL_M1K2_Constants.nYRIGHT_ENC_REF - 64 - ULINT - - 98728200 - - - - TcVarGlobal - - - 1292587712 - - - GVL_M1K2_Constants.nXUP_ENC_REF - 64 - ULINT - - 19501048 - - - - TcVarGlobal - - - 1292587776 - - - GVL_M1K2_Constants.nXDWN_ENC_REF - 64 - ULINT - - 20872028 - - - - TcVarGlobal - - - 1292587840 - - - GVL_M1K2_Constants.fRollLeverArm_um - lever arm for Yright/Yleft axes in um - 32 - REAL - - 717000 - - - - TcVarGlobal - - - 1292587904 - - - GVL_PMPS.rPhotonEnergy - 32 - REAL - - - TcVarGlobal - - - 1292587936 - - - GVL_PMPS.fbArbiter1 - 474624 - FB_Arbiter - - - pytmc - pv: PLC:RIX:OPTICS:ARB:01 - - - old_input_assignments - - - TcVarGlobal - - - 1292587968 - - - GVL_PMPS.fbArbiter2 - 474624 - FB_Arbiter - - - pytmc - pv: PLC:RIX:OPTICS:ARB:02 - - - old_input_assignments - - - TcVarGlobal - - - 1293062592 - - - GVL_PMPS.fbFastFaultOutput1 - 495296 - FB_HardwareFFOutput - - - .bAutoReset - 1 - - - .i_sNetID - 172.21.42.126.1.1 - - - - - pytmc - pv: PLC:RIX:OPTICS:FFO:01 - - - TcLinkTo - .q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 1^Output - - - TcVarGlobal - - - 1293537216 - - - GVL_PMPS.fbFastFaultOutput2 - 495296 - FB_HardwareFFOutput - - - .bAutoReset - 1 - - - .i_sNetID - 172.21.42.126.1.1 - - - - - pytmc - pv: PLC:RIX:OPTICS:FFO:02 - - - TcLinkTo - .q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 2^Output - - - TcVarGlobal - - - 1294032512 - - - Main.M1 - M1K2 Yleft - 21184 - DUT_MotionStage - - - .fVelocity - 100 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 2 - - - pytmc - + 1292575296GVL_M1K1.M1K1_Pitch2496HOMS_PitchMechanism.ReqPosLimHi24681.ReqPosLimLo24321.diEncPosLimHi10139808.diEncPosLimLo9950984TcLinkTo.diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^PositionTcVarGlobal1292580672GVL_M1K1_BENDER_Constants.nM1K1bendUS_ENC_REF64ULINT21458400TcVarGlobal1292583168GVL_M1K1_BENDER_Constants.nM1K1bendDS_ENC_REF64ULINT21225900TcVarGlobal1292583232GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_UpperLimit64ULINT22100000TcVarGlobal1292583296GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_LowerLimit64ULINT20900000TcVarGlobal1292583360GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_UpperLimit64ULINT21800000TcVarGlobal1292583424GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_LowerLimit64ULINT20600000TcVarGlobal1292583488GVL_M1K1_Constants.nYUP_ENC_REF64ULINT13008545TcVarGlobal1292583616GVL_M1K1_Constants.nYDWN_ENC_REF64ULINT11158257TcVarGlobal1292583680GVL_M1K1_Constants.nXUP_ENC_REF64ULINT19831295TcVarGlobal1292583744GVL_M1K1_Constants.nXDWN_ENC_REF64ULINT19604132TcVarGlobal1292583808GVL_M2K2.nM2K2X_ENC_REF64ULINT6077000TcVarGlobal1292586368GVL_M2K2.nM2K2Y_ENC_REF64ULINT5975460TcVarGlobal1292586432GVL_M2K2.nM2K2rX_ENC_REF64ULINT50412360TcVarGlobal1292586496GVL_M3K2.nM3K2X_ENC_REF64ULINT5951195TcVarGlobal1292586560GVL_M3K2.nM3K2Y_ENC_REF64ULINT5857203TcVarGlobal1292586624GVL_M3K2.nM3K2rY_ENC_REF64ULINT39991700TcVarGlobal1292586688GVL_M3K2.nM3K2US_ENC_REF64ULINT1234567TcVarGlobal1292586752GVL_M3K2.nM3K2DS_ENC_REF64ULINT1234567TcVarGlobal1292586816GVL_M4K2.nM4K2X_ENC_REF64ULINT5902073TcVarGlobal1292587008GVL_M4K2.nM4K2Y_ENC_REF64ULINT6000313TcVarGlobal1292587072GVL_M4K2.nM4K2rX_ENC_REF64ULINT50657020TcVarGlobal1292587136GVL_M4K2.nM4K2US_ENC_REF64ULINT1234567TcVarGlobal1292587200GVL_M4K2.nM4K2DS_ENC_REF64ULINT1234567TcVarGlobal1292587264GVL_M4K2.nM4K2US_PMPS_UpperLimit64ULINT21500000TcVarGlobal1292587328GVL_M4K2.nM4K2US_PMPS_LowerLimit64ULINT20100000TcVarGlobal1292587392GVL_M4K2.nM4K2DS_PMPS_UpperLimit64ULINT21100000TcVarGlobal1292587456GVL_M4K2.nM4K2DS_PMPS_LowerLimit64ULINT19800000TcVarGlobal1292587520GVL_M1K2_Constants.nYLEFT_ENC_REF64ULINT96270560TcVarGlobal1292587648GVL_M1K2_Constants.nYRIGHT_ENC_REF64ULINT98728200TcVarGlobal1292587712GVL_M1K2_Constants.nXUP_ENC_REF64ULINT19501048TcVarGlobal1292587776GVL_M1K2_Constants.nXDWN_ENC_REF64ULINT20872028TcVarGlobal1292587840GVL_M1K2_Constants.fRollLeverArm_um32REAL717000TcVarGlobal1292587904GVL_PMPS.rPhotonEnergy32REALTcVarGlobal1292587936GVL_PMPS.fbArbiter1474624FB_Arbiterpytmcpv: PLC:RIX:OPTICS:ARB:01old_input_assignmentsTcVarGlobal1292587968GVL_PMPS.fbArbiter2474624FB_Arbiterpytmcpv: PLC:RIX:OPTICS:ARB:02old_input_assignmentsTcVarGlobal1293062592GVL_PMPS.fbFastFaultOutput1495296FB_HardwareFFOutput.bAutoReset1.i_sNetID172.21.42.126.1.1pytmcpv: PLC:RIX:OPTICS:FFO:01TcLinkTo.q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 1^OutputTcVarGlobal1293537216GVL_PMPS.fbFastFaultOutput2495296FB_HardwareFFOutput.bAutoReset1.i_sNetID172.21.42.126.1.1pytmcpv: PLC:RIX:OPTICS:FFO:02TcLinkTo.q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 2^OutputTcVarGlobal1294032512Main.M121184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 2pytmc pv: MR1K2:SWITCH:MMS:YLEFT - - - - TcVarGlobal - - - 1294528192 - - - Main.fbMotionStage_m1 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1294549376 - - - Main.M2 - M1K2 Yright - 21184 - DUT_MotionStage - - - .fVelocity - 100 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1294528192Main.fbMotionStage_m1298304FB_MotionStageTcVarGlobal1294549376Main.M221184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 2pytmc pv: MR1K2:SWITCH:MMS:YRIGHT - - - - TcVarGlobal - - - 1294847680 - - - Main.fbMotionStage_m2 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1294868864 - - - Main.M3 - M1K2 Xup - 21184 - DUT_MotionStage - - - .fVelocity - 150 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1294847680Main.fbMotionStage_m2298304FB_MotionStageTcVarGlobal1294868864Main.M321184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 2pytmc pv: MR1K2:SWITCH:MMS:XUP - - - - TcVarGlobal - - - 1295167168 - - - Main.fbMotionStage_m3 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1295188352 - - - Main.M4 - M1K2 Xdwn - 21184 - DUT_MotionStage - - - .fVelocity - 150 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1295167168Main.fbMotionStage_m3298304FB_MotionStageTcVarGlobal1295188352Main.M421184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 2pytmc pv: MR1K2:SWITCH:MMS:XDWN - - - - TcVarGlobal - - - 1295486656 - - - Main.fbMotionStage_m4 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1295507840 - - - Main.M5 - M1K2 Pitch Stepper - 21184 - DUT_MotionStage - - - .fVelocity - 30 - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1295486656Main.fbMotionStage_m4298304FB_MotionStageTcVarGlobal1295507840Main.M521184DUT_MotionStage.fVelocity30.nEnableMode2.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 2pytmc pv: MR1K2:SWITCH:MMS:PITCH - - - - TcVarGlobal - - - 1295806144 - - - Main.M6 - M_PI, urad - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .fVelocity - 200 - - - .bPowerSelf - 1 - - - - - pytmc - + TcVarGlobal1295806144Main.M621184DUT_MotionStage.nEnableMode0.fVelocity200.bPowerSelf1pytmc pv: SP1K1:MONO:MMS:M_PI - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[m_pi_m]^STM Status^Status^Digital input 1; + TcLinkTo.bLimitForwardEnable:=TIIB[m_pi_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[m_pi_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1295827328 - - - Main.M8 - M_H, um - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .fVelocity - 500 - - - .bPowerSelf - 1 - - - - - pytmc - + .nRawEncoderULINT:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 2^PositionTcVarGlobal1295827328Main.M821184DUT_MotionStage.nEnableMode2.fVelocity500.bPowerSelf1pytmc pv: SP1K1:MONO:MMS:M_H - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[m_h_m]^STM Status^Status^Digital input 1; + TcLinkTo.bLimitForwardEnable:=TIIB[m_h_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[m_h_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1295869696 - - - Main.M9 - G_H, um - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .fVelocity - 1000 - - - .bPowerSelf - 1 - - - - - pytmc - + .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 1^PositionTcVarGlobal1295869696Main.M921184DUT_MotionStage.nEnableMode2.fVelocity1000.bPowerSelf1pytmc pv: SP1K1:MONO:MMS:G_H - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[g_h_m]^STM Status^Status^Digital input 1; + TcLinkTo.bLimitForwardEnable:=TIIB[g_h_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[g_h_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1295890880 - - - Main.M10 - SD_V, um - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .fVelocity - 500 - - - .bPowerSelf - 1 - - - - - pytmc - + .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 2^PositionTcVarGlobal1295890880Main.M1021184DUT_MotionStage.nEnableMode2.fVelocity500.bPowerSelf1pytmc pv: SP1K1:MONO:MMS:SD_V - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 2 - - - TcVarGlobal - - - 1295912064 - - - Main.M11 - SD_R, urad - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .fVelocity - 500 - - - .bPowerSelf - 1 - - - - - pytmc - + TcLinkTo.bLimitForwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 2TcVarGlobal1295912064Main.M1121184DUT_MotionStage.nEnableMode2.fVelocity500.bPowerSelf1pytmc pv: SP1K1:MONO:MMS:SD_ROT - - - - TcVarGlobal - - - 1295933248 - - - Main.M12 - M1K1 Yup - 21184 - DUT_MotionStage - - - .fVelocity - 100 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K1_Yup]^STM Status^Status^Digital input 1; + TcVarGlobal1295933248Main.M1221184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Yup]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Position - - - pytmc - + .nRawEncoderULINT:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Positionpytmc pv: MR1K1:BEND:MMS:YUP - - - - TcVarGlobal - - - 1295954432 - - - Main.fbMotionStage_m12 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1295975616 - - - Main.M13 - M1K1 Ydwn - 21184 - DUT_MotionStage - - - .fVelocity - 100 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1295954432Main.fbMotionStage_m12298304FB_MotionStageTcVarGlobal1295975616Main.M1321184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 2pytmc pv: MR1K1:BEND:MMS:YDWN - - - - TcVarGlobal - - - 1296273920 - - - Main.fbMotionStage_m13 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1296295104 - - - Main.M14 - M1K1 Xup - 21184 - DUT_MotionStage - - - .fVelocity - 150 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1296273920Main.fbMotionStage_m13298304FB_MotionStageTcVarGlobal1296295104Main.M1421184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 2pytmc pv: MR1K1:BEND:MMS:XUP - - - - TcVarGlobal - - - 1296593408 - - - Main.fbMotionStage_m14 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1296614592 - - - Main.M15 - M1K1 Xdwn - 21184 - DUT_MotionStage - - - .fVelocity - 150 - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 2 - - - pytmc - + TcVarGlobal1296593408Main.fbMotionStage_m14298304FB_MotionStageTcVarGlobal1296614592Main.M1521184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 2pytmc pv: MR1K1:BEND:MMS:XDWN - - - - TcVarGlobal - - - 1296912896 - - - Main.fbMotionStage_m15 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1296934080 - - - Main.M16 - M1K1 Pitch Stepper - 21184 - DUT_MotionStage - - - .fVelocity - 30 - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_M1K1_PitchCoarse]^STM Status^Status^Digital input 1; + TcVarGlobal1296912896Main.fbMotionStage_m15298304FB_MotionStageTcVarGlobal1296934080Main.M1621184DUT_MotionStage.fVelocity30.nEnableMode2.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_PitchCoarse]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_M1K1_PitchCoarse]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M1K1_Pitch]^FB Inputs Channel 1^Position - - - pytmc - + .nRawEncoderULINT:=TIIB[EL5042_M1K1_Pitch]^FB Inputs Channel 1^Positionpytmc pv: MR1K1:BEND:MMS:PITCH - - - - TcVarGlobal - - - 1297232384 - - - Main.M17 - MR1K1 US BEND - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitBackwardEnable:=TIIB[EL7041_M1K1_BEND_US]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 1^Position - - - pytmc - + TcVarGlobal1297232384Main.M1721184DUT_MotionStage.nEnableMode2.bPowerSelf1TcLinkTo.bLimitBackwardEnable:=TIIB[EL7041_M1K1_BEND_US]^STM Status^Status^Digital input 2; + .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 1^Positionpytmc pv: MR1K1:BEND:MMS:US - - - - TcVarGlobal - - - 1297253568 - - - Main.fbMotionStage_m17 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1297274752 - - - Main.M18 - MR1K1 DS BEND - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - TcLinkTo - .bLimitForwardEnable :=TIIB[EL7041_M1K1_BEND_DS]^STM Status^Status^Digital input 1; + TcVarGlobal1297253568Main.fbMotionStage_m17298304FB_MotionStageTcVarGlobal1297274752Main.M1821184DUT_MotionStage.nEnableMode2.bPowerSelf1TcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M1K1_BEND_DS]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M1K1_BEND_DS]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 2^Position - - - pytmc - + .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 2^Positionpytmc pv: MR1K1:BEND:MMS:DS - - - - TcVarGlobal - - - 1297573056 - - - Main.fbMotionStage_m18 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1297594240 - - - Main.M19 - Air Pitch - 21184 - DUT_MotionStage - - - .sName - SL1K2:EXIT:MMS:PITCH - - - .fVelocity - 0.12 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_SL1K2_PITCH]^STM Status^Status^Digital input 2; + TcVarGlobal1297573056Main.fbMotionStage_m18298304FB_MotionStageTcVarGlobal1297594240Main.M1921184DUT_MotionStage.sNameSL1K2:EXIT:MMS:PITCH.fVelocity0.12TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_PITCH]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_PITCH]^STM Status^Status^Digital input 1; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 1^Position - - - pytmc - + .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 1^Positionpytmc pv: SL1K2:EXIT:MMS:PITCH - - - - TcVarGlobal - - - 1297892544 - - - Main.M20 - Air Vertical - 21184 - DUT_MotionStage - - - .sName - SL1K2:EXIT:MMS:VERT - - - .fVelocity - 0.3 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_SL1K2_VERT]^STM Status^Status^Digital input 1; + TcVarGlobal1297892544Main.M2021184DUT_MotionStage.sNameSL1K2:EXIT:MMS:VERT.fVelocity0.3TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_VERT]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_VERT]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 2^Position - - - pytmc - + .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 2^Positionpytmc pv: SL1K2:EXIT:MMS:VERT - - - - TcVarGlobal - - - 1297913728 - - - Main.M21 - Air Roll - 21184 - DUT_MotionStage - - - .sName - SL1K2:EXIT:MMS:ROLL - - - .fVelocity - 0.24 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_SL1K2_ROLL]^STM Status^Status^Digital input 2; + TcVarGlobal1297913728Main.M2121184DUT_MotionStage.sNameSL1K2:EXIT:MMS:ROLL.fVelocity0.24TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_ROLL]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_ROLL]^STM Status^Status^Digital input 1; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 1^Position - - - pytmc - + .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 1^Positionpytmc pv: SL1K2:EXIT:MMS:ROLL - - - - TcVarGlobal - - - 1297934912 - - - Main.M22 - GAP - 21184 - DUT_MotionStage - - - .sName - SL1K2:EXIT:MMS:GAP - - - .fVelocity - 0.1 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_SL1K2_GAP]^STM Status^Status^Digital input 2; + TcVarGlobal1297934912Main.M2221184DUT_MotionStage.sNameSL1K2:EXIT:MMS:GAP.fVelocity0.1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_GAP]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_GAP]^STM Status^Status^Digital input 1; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 2^Position - - - pytmc - + .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 2^Positionpytmc pv: SL1K2:EXIT:MMS:GAP - - - - TcVarGlobal - - - 1297956096 - - - Main.M23 - YAG - 21184 - DUT_MotionStage - - - .sName - SL1K2:EXIT:MMS:YAG - - - .fVelocity - 0.5 - - - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7047_SL1K2_YAG]^STM Status^Status^Digital input 1; + TcVarGlobal1297956096Main.M2321184DUT_MotionStage.sNameSL1K2:EXIT:MMS:YAG.fVelocity0.5TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_YAG]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_YAG]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_YAG]^FB Inputs Channel 1^Position - - - pytmc - + .nRawEncoderULINT := TIIB[EL5042_SL1K2_YAG]^FB Inputs Channel 1^Positionpytmc pv: SL1K2:EXIT:MMS:YAG - - - - TcVarGlobal - - - 1297977280 - - - Main.M24 - ST1K1-ZOS-MMS - 21184 - DUT_MotionStage - - - .sName - ST1K1:ZOS:MMS - - - - - pytmc - pv: ST1K1:ZOS:MMS - - - TcLinkTo - .bLimitForwardEnable := TIIB[ST1K1-EL7041]^STM Status^Status^Digital input 1; + TcVarGlobal1297977280Main.M2421184DUT_MotionStage.sNameST1K1:ZOS:MMSpytmcpv: ST1K1:ZOS:MMSTcLinkTo.bLimitForwardEnable := TIIB[ST1K1-EL7041]^STM Status^Status^Digital input 1; .bLimitBackwardEnable := TIIB[ST1K1-EL7041]^STM Status^Status^Digital input 2; .nRawEncoderULINT :=TIIB[ST1K1-EL5042]^FB Inputs Channel 1^Position; - .bBrakeRelease := TIIB[ST1K1-EL2008]^Channel 1^Output - - - TcVarGlobal - - - 1297998464 - - - Main.M25 - X mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR2K2:FLAT:MMS:X - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M2K2X]^STM Status^Status^Digital input 1; + .bBrakeRelease := TIIB[ST1K1-EL2008]^Channel 1^OutputTcVarGlobal1297998464Main.M2521184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR2K2:FLAT:MMS:XTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M2K2X]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M2K2X]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1298019648 - - - Main.fbMotionStageM25 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1298040832 - - - Main.M26 - Y mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR2K2:FLAT:MMS:Y - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M2K2Y]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 1^PositionTcVarGlobal1298019648Main.fbMotionStageM25298304FB_MotionStageTcVarGlobal1298040832Main.M2621184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR2K2:FLAT:MMS:YTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M2K2Y]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M2K2Y]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1298339136 - - - Main.fbMotionStageM26 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1298360320 - - - Main.M27 - Pitch mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR2K2:FLAT:MMS:PITCH - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M2K2rX]^STM Status^Status^Digital input 2; + .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 2^PositionTcVarGlobal1298339136Main.fbMotionStageM26298304FB_MotionStageTcVarGlobal1298360320Main.M2721184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR2K2:FLAT:MMS:PITCHTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M2K2rX]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7041_M2K2rX]^STM Status^Status^Digital input 1; - .nRawEncoderULINT:=TIIB[EL5042_M2K2rX]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1298658624 - - - Main.fbMotionStageM27 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1298679808 - - - Main.M28 - X mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR3K2:KBH:MMS:X - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M3K2X]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M2K2rX]^FB Inputs Channel 1^PositionTcVarGlobal1298658624Main.fbMotionStageM27298304FB_MotionStageTcVarGlobal1298679808Main.M2821184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:XTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M3K2X]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2X]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1298978112 - - - Main.fbMotionStageM28 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1298999296 - - - Main.M29 - Y mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR3K2:KBH:MMS:Y - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M3K2Y]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 1^PositionTcVarGlobal1298978112Main.fbMotionStageM28298304FB_MotionStageTcVarGlobal1298999296Main.M2921184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:YTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M3K2Y]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2Y]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1299297600 - - - Main.fbMotionStageM29 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1299318784 - - - Main.M30 - Pitch mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR3K2:KBH:MMS:PITCH - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M3K2rY]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 2^PositionTcVarGlobal1299297600Main.fbMotionStageM29298304FB_MotionStageTcVarGlobal1299318784Main.M3021184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:PITCHTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M3K2rY]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2ry]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M3K2rY]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1299617088 - - - Main.fbMotionStageM30 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1299638272 - - - Main.M31 - MR3K2 US BEND - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR3K2:KBH:MMS:BEND:US - - - TcLinkTo - .bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_US]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M3K2rY]^FB Inputs Channel 1^PositionTcVarGlobal1299617088Main.fbMotionStageM30298304FB_MotionStageTcVarGlobal1299638272Main.M3121184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmc pv: MR3K2:KBH:MMS:BEND:USTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_US]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2_BEND_US]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1299936576 - - - Main.fbMotionStageM31 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1299957760 - - - Main.M32 - MR3K2 DS BEND - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR3K2:KBH:MMS:BEND:DS - - - TcLinkTo - .bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_DS]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 1^PositionTcVarGlobal1299936576Main.fbMotionStageM31298304FB_MotionStageTcVarGlobal1299957760Main.M3221184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:BEND:DSTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_DS]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2_BEND_DS]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1300256064 - - - Main.fbMotionStageM32 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1300277248 - - - Main.M33 - X mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR4K2:KBV:MMS:X - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M4K2X]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 2^PositionTcVarGlobal1300256064Main.fbMotionStageM32298304FB_MotionStageTcVarGlobal1300277248Main.M3321184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:XTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M4K2X]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2X]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1300575552 - - - Main.fbMotionStageM33 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1300596736 - - - Main.M34 - Y mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR4K2:KBV:MMS:Y - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M4K2Y]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 1^PositionTcVarGlobal1300575552Main.fbMotionStageM33298304FB_MotionStageTcVarGlobal1300596736Main.M3421184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:YTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M4K2Y]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2Y]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1300895040 - - - Main.fbMotionStageM34 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1300916224 - - - Main.M35 - Pitch mot - 21184 - DUT_MotionStage - - - .nEnableMode - 0 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR4K2:KBV:MMS:PITCH - - - TcLinkTo - .bLimitForwardEnable:=TIIB[EL7041_M4K2rX]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 2^PositionTcVarGlobal1300895040Main.fbMotionStageM34298304FB_MotionStageTcVarGlobal1300916224Main.M3521184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:PITCHTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M4K2rX]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2rX]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M4K2rX]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1301214528 - - - Main.fbMotionStageM35 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1301235712 - - - Main.M36 - MR4K2 US BEND - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR4K2:KBV:MMS:BEND:US - - - TcLinkTo - .bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_US]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M4K2rX]^FB Inputs Channel 1^PositionTcVarGlobal1301214528Main.fbMotionStageM35298304FB_MotionStageTcVarGlobal1301235712Main.M3621184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmc pv: MR4K2:KBV:MMS:BEND:USTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_US]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2_BEND_US]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 1^Position - - - TcVarGlobal - - - 1301534016 - - - Main.fbMotionStageM36 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1301555200 - - - Main.M37 - MR4K2 DS BEND - 21184 - DUT_MotionStage - - - .nEnableMode - 2 - - - .bPowerSelf - 1 - - - - - pytmc - pv: MR4K2:KBV:MMS:BEND:DS - - - TcLinkTo - .bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_DS]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 1^PositionTcVarGlobal1301534016Main.fbMotionStageM36298304FB_MotionStageTcVarGlobal1301555200Main.M3721184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:BEND:DSTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_DS]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2_BEND_DS]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 2^Position - - - TcVarGlobal - - - 1301853504 - - - Main.fbMotionStageM37 - 298304 - FB_MotionStage - - - TcVarGlobal - - - 1301874688 - - - Main.dummyBool - 8 - BOOL - - - TcVarGlobal - - - 1302173008 - - - Constants.bLittleEndian - Does the target support an FPU - 8 - BOOL - - 1 - - - - TcVarGlobal - - - 1302173024 - - - Constants.bSimulationMode - Does the target support an FPU - 8 - BOOL - - 0 - - - - TcVarGlobal - - - 1302173032 - - - Constants.RuntimeVersion - Does the target support an FPU - 64 - VERSION - - - .uiMajor - 3 - - - .uiMinor - 5 - - - .uiServicePack - 6 - - - .uiPatch - 0 - - - - - TcVarGlobal - - - 1302173040 - - - Constants.CompilerVersion - Does the target support an FPU - 64 - VERSION - - - .uiMajor - 3 - - - .uiMinor - 5 - - - .uiServicePack - 10 - - - .uiPatch - 100 - - - - - TcVarGlobal - - - 1302173104 - - - Constants.nRegisterSize - Does the target support an FPU - 16 - WORD - - 32 - - - - TcVarGlobal - - - 1302173168 - - - Constants.nPackMode - Does the target support an FPU - 16 - UINT - - 8 - - - - TcVarGlobal - - - 1302173184 - - - Constants.bFPUSupport - 8 - BOOL - - 1 - - - - TcVarGlobal - - - 1302173200 - - - Constants.RuntimeVersionNumeric - 32 - DWORD - - 50660864 - - - - TcVarGlobal - - - 1302173216 - - - Constants.CompilerVersionNumeric - 32 - DWORD - - 50661988 - - - - TcVarGlobal - - - 1302173248 - - - TwinCAT_LicenseInfoVarList._LicenseInfo - 2048 - PlcLicenseInfo - - 1 - 2 - - - - [1].LicenseId.Data1 - 2004817304 - - - [1].LicenseId.Data2 - 22587 - - - [1].LicenseId.Data3 - 17667 - - - [1].LicenseId.Data4[0] - 153 - - - [1].LicenseId.Data4[1] - 187 - - - [1].LicenseId.Data4[2] - 124 - - - [1].LicenseId.Data4[3] - 2 - - - [1].LicenseId.Data4[4] - 224 - - - [1].LicenseId.Data4[5] - 171 - - - [1].LicenseId.Data4[6] - 217 - - - [1].LicenseId.Data4[7] - 126 - - - [1].Instances - 0 - - - [1].LicenseName - TF4100 TC3 Controller Toolbox - - - [2].LicenseId.Data1 - 3165056522 - - - [2].LicenseId.Data2 - 40161 - - - [2].LicenseId.Data3 - 19775 - - - [2].LicenseId.Data4[0] - 152 - - - [2].LicenseId.Data4[1] - 202 - - - [2].LicenseId.Data4[2] - 65 - - - [2].LicenseId.Data4[3] - 58 - - - [2].LicenseId.Data4[4] - 188 - - - [2].LicenseId.Data4[5] - 13 - - - [2].LicenseId.Data4[6] - 148 - - - [2].LicenseId.Data4[7] - 253 - - - [2].Instances - 0 - - - [2].LicenseName - TF6340 TC3 Serial-Communication - - - - - TcVarGlobal - - - 1302173280 - - - TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181664 - - - TwinCAT_SystemInfoVarList._TaskOid_PlcTask - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1302181696 - - - TwinCAT_SystemInfoVarList.__PlcTask - 704 - _Implicit_Task_Info - - - .dwVersion - 2 - - - - - TcContextName - PlcTask - - - TcVarGlobal - - - 1302183840 - - - TC_EVENT_CLASSES.TcSystemEventClass - 11F7FC20-DBF4-4DAF-96C7-1FD6B6156B31 - 128 - GUID - - - .Data1 - 301464608 - - - .Data2 - 56308 - - - .Data3 - 19887 - - - .Data4[0] - 150 - - - .Data4[1] - 199 - - - .Data4[2] - 31 - - - .Data4[3] - 214 - - - .Data4[4] - 182 - - - .Data4[5] - 21 - - - .Data4[6] - 107 - - - .Data4[7] - 49 - - - - - tc_no_symbol - unused;ST_TcSystemEventClass - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302200032 - - - TC_EVENT_CLASSES.TcGeneralAdsEventClass - 98BCB284-F932-4EA4-B58B-68A1F1C34192 - 128 - GUID - - - .Data1 - 2562503300 - - - .Data2 - 63794 - - - .Data3 - 20132 - - - .Data4[0] - 181 - - - .Data4[1] - 139 - - - .Data4[2] - 104 - - - .Data4[3] - 161 - - - .Data4[4] - 241 - - - .Data4[5] - 195 - - - .Data4[6] - 65 - - - .Data4[7] - 146 - - - - - tc_no_symbol - unused;ST_TcGeneralAdsEventClass - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302200160 - - - TC_EVENT_CLASSES.TcRouterEventClass - E3D84344-4CB3-44DB-8D94-12F9CE0E2F90 - 128 - GUID - - - .Data1 - 3822601028 - - - .Data2 - 19635 - - - .Data3 - 17627 - - - .Data4[0] - 141 - - - .Data4[1] - 148 - - - .Data4[2] - 18 - - - .Data4[3] - 249 - - - .Data4[4] - 206 - - - .Data4[5] - 14 - - - .Data4[6] - 47 - - - .Data4[7] - 144 - - - - - tc_no_symbol - unused;ST_TcRouterEventClass - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302200288 - - - TC_EVENT_CLASSES.TcRTimeEventClass - B63588AE-B30A-4DCE-A44F-F929FB114944 - 128 - GUID - - - .Data1 - 3056961710 - - - .Data2 - 45834 - - - .Data3 - 19918 - - - .Data4[0] - 164 - - - .Data4[1] - 79 - - - .Data4[2] - 249 - - - .Data4[3] - 41 - - - .Data4[4] - 251 - - - .Data4[5] - 17 - - - .Data4[6] - 73 - - - .Data4[7] - 68 - - - - - tc_no_symbol - unused;ST_TcRTimeEventClass - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302200416 - - - TC_EVENT_CLASSES.Win32EventClass - 1D0C4BAC-ECF3-4F33-8F20-A12E77AB6387 - 128 - GUID - - - .Data1 - 487345068 - - - .Data2 - 60659 - - - .Data3 - 20275 - - - .Data4[0] - 143 - - - .Data4[1] - 32 - - - .Data4[2] - 161 - - - .Data4[3] - 46 - - - .Data4[4] - 119 - - - .Data4[5] - 171 - - - .Data4[6] - 99 - - - .Data4[7] - 135 - - - - - tc_no_symbol - unused;ST_Win32EventClass - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302200544 - - - TC_EVENT_CLASSES.LCLSGeneralEventClass - 97CF8247-B59C-4E2C-B4B0-7350D0471457 - 128 - GUID - - - .Data1 - 2546958919 - - - .Data2 - 46492 - - - .Data3 - 20012 - - - .Data4[0] - 180 - - - .Data4[1] - 176 - - - .Data4[2] - 115 - - - .Data4[3] - 80 - - - .Data4[4] - 208 - - - .Data4[5] - 71 - - - .Data4[6] - 20 - - - .Data4[7] - 87 - - - - - tc_no_symbol - unused;ST_LCLSGeneralEventClass - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302200672 - - - TC_EVENTS.LCLSGeneralEventClass - ST_LCLSGeneralEventClass - 960 - ST_LCLSGeneralEventClass - - - tc_no_symbol - unused - - - const_non_replaced - - - suppress_warning_0 - C0228 - - - TcVarGlobal - - - 1302231008 - - - - 52 - PlcTask Retains - 3 - 163774464 - - PMPS_GVL.SuccessfulPreemption - Any time BPTM applies a new BP request which is confirmed - 32 - UDINT - - - pytmc - + .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 2^PositionTcVarGlobal1301853504Main.fbMotionStageM37298304FB_MotionStageTcVarGlobal1301874688Main.dummyBool8BOOLTcVarGlobal1302173008Constants.bLittleEndian8BOOL1TcVarGlobal1302173024Constants.bSimulationMode8BOOL0TcVarGlobal1302173032Constants.RuntimeVersion64VERSION.uiMajor3.uiMinor5.uiServicePack6.uiPatch0TcVarGlobal1302173040Constants.CompilerVersion64VERSION.uiMajor3.uiMinor5.uiServicePack10.uiPatch100TcVarGlobal1302173104Constants.nRegisterSize16WORD32TcVarGlobal1302173168Constants.nPackMode16UINT8TcVarGlobal1302173184Constants.bFPUSupport8BOOL1TcVarGlobal1302173200Constants.RuntimeVersionNumeric32DWORD50660864TcVarGlobal1302173216Constants.CompilerVersionNumeric32DWORD50661988TcVarGlobal1302173248TwinCAT_LicenseInfoVarList._LicenseInfo2048PlcLicenseInfo12[1].LicenseId.Data12004817304[1].LicenseId.Data222587[1].LicenseId.Data317667[1].LicenseId.Data4[0]153[1].LicenseId.Data4[1]187[1].LicenseId.Data4[2]124[1].LicenseId.Data4[3]2[1].LicenseId.Data4[4]224[1].LicenseId.Data4[5]171[1].LicenseId.Data4[6]217[1].LicenseId.Data4[7]126[1].Instances0[1].LicenseNameTF4100 TC3 Controller Toolbox[2].LicenseId.Data13165056522[2].LicenseId.Data240161[2].LicenseId.Data319775[2].LicenseId.Data4[0]152[2].LicenseId.Data4[1]202[2].LicenseId.Data4[2]65[2].LicenseId.Data4[3]58[2].LicenseId.Data4[4]188[2].LicenseId.Data4[5]13[2].LicenseId.Data4[6]148[2].LicenseId.Data4[7]253[2].Instances0[2].LicenseNameTF6340 TC3 Serial-CommunicationTcVarGlobal1302173280TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask32OTCIDno_initTcVarGlobal1302181664TwinCAT_SystemInfoVarList._TaskOid_PlcTask32OTCIDno_initTcVarGlobal1302181696TwinCAT_SystemInfoVarList.__PlcTask704_Implicit_Task_Info.dwVersion2TcContextNamePlcTaskTcVarGlobal1302183840TC_EVENT_CLASSES.TcSystemEventClass128GUID.Data1301464608.Data256308.Data319887.Data4[0]150.Data4[1]199.Data4[2]31.Data4[3]214.Data4[4]182.Data4[5]21.Data4[6]107.Data4[7]49tc_no_symbolunused;ST_TcSystemEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200032TC_EVENT_CLASSES.TcGeneralAdsEventClass128GUID.Data12562503300.Data263794.Data320132.Data4[0]181.Data4[1]139.Data4[2]104.Data4[3]161.Data4[4]241.Data4[5]195.Data4[6]65.Data4[7]146tc_no_symbolunused;ST_TcGeneralAdsEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200160TC_EVENT_CLASSES.TcRouterEventClass128GUID.Data13822601028.Data219635.Data317627.Data4[0]141.Data4[1]148.Data4[2]18.Data4[3]249.Data4[4]206.Data4[5]14.Data4[6]47.Data4[7]144tc_no_symbolunused;ST_TcRouterEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200288TC_EVENT_CLASSES.TcRTimeEventClass128GUID.Data13056961710.Data245834.Data319918.Data4[0]164.Data4[1]79.Data4[2]249.Data4[3]41.Data4[4]251.Data4[5]17.Data4[6]73.Data4[7]68tc_no_symbolunused;ST_TcRTimeEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200416TC_EVENT_CLASSES.Win32EventClass128GUID.Data1487345068.Data260659.Data320275.Data4[0]143.Data4[1]32.Data4[2]161.Data4[3]46.Data4[4]119.Data4[5]171.Data4[6]99.Data4[7]135tc_no_symbolunused;ST_Win32EventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200544TC_EVENT_CLASSES.LCLSGeneralEventClass128GUID.Data12546958919.Data246492.Data320012.Data4[0]180.Data4[1]176.Data4[2]115.Data4[3]80.Data4[4]208.Data4[5]71.Data4[6]20.Data4[7]87tc_no_symbolunused;ST_LCLSGeneralEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200672TC_EVENTS.LCLSGeneralEventClass960ST_LCLSGeneralEventClasstc_no_symbolunusedconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302231008PRG_ZeroOrder_PMPS.nMachineMode16INTpytmc + pv: @(PREFIX)MachineMode + field: ZRST NC + field: ONST SC + field: TWST Misconfig + field: THST UnInit + 1302264976PRG_ZeroOrder_PMPS.Pm1Offset64LREAL181811302617600PRG_ZeroOrder_PMPS.Pm2Offset64LREAL-906411302617664PRG_ZeroOrder_PMPS.Pm3Offset64LREAL-63300130261772852PlcTask Retains3163840000PMPS_GVL.SuccessfulPreemption32UDINTpytmc pv: @(PREFIX)SuccessfulPreemptions io: i - - - - TcVarGlobal - - - 3072000 - - - PMPS_GVL.AccumulatedFF - Any time a FF occurs - 32 - UDINT - - - pytmc - + TcVarGlobal3072000PMPS_GVL.AccumulatedFF32UDINTpytmc pv: @(PREFIX)AccumulatedFastFaults io: i - - - - TcVarGlobal - - - 3072032 - - - PMPS_GVL.BP_jsonDoc - 32 - SJsonValue - - - TcVarGlobal - - - 3072064 - - - - - - - TcSystemEventClass - - - TcGeneralAdsEventClass - - - TcRouterEventClass - - - TcRTimeEventClass - - - Win32EventClass - - - LCLSGeneralEventClass - - - - - ApplicationName - Port_851 - - - ChangeDate - 2023-08-24T10:17:58 - - - GeneratedCodeSize - 880640 - - - GlobalDataSize - 162369536 - - - - - + TcVarGlobal3072032PMPS_GVL.BP_jsonDoc32SJsonValueTcVarGlobal3072064TcSystemEventClassTcGeneralAdsEventClassTcRouterEventClassTcRTimeEventClassWin32EventClassLCLSGeneralEventClassApplicationNamePort_851ChangeDate2023-09-19T15:32:28GeneratedCodeSize876544GlobalDataSize162369536 \ No newline at end of file From f01d46c9a2abb590864a03ffff93c1d26ecd7696 Mon Sep 17 00:00:00 2001 From: ghalym Date: Tue, 19 Sep 2023 15:37:26 -0700 Subject: [PATCH 3/3] STY: reformatted with pre-commit --- .../rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU | 20 +- .../rixs_optics/rixs_optics.tmc | 82500 +++++++++++++++- 2 files changed, 81754 insertions(+), 766 deletions(-) diff --git a/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU b/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU index c4b07a6..b9e2a0b 100644 --- a/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU +++ b/lcls-plc-rixs-optics/rixs_optics/POUs/PRG_ZeroOrder_PMPS.TcPOU @@ -45,17 +45,17 @@ VAR bMR1K1_Inserted : BOOL; - - {attribute 'pytmc' := ' + + {attribute 'pytmc' := ' pv: @(PREFIX)MachineMode field: ZRST NC field: ONST SC - field: TWST Misconfig - field: THST UnInit + field: TWST Misconfig + field: THST UnInit '} nMachineMode : INT; - - {attribute 'pytmc' := ' + + {attribute 'pytmc' := ' pv: @(PREFIX)BeamPermitted field: ZNAM FALSE field: ONAM TRUE @@ -97,15 +97,15 @@ VAR CONSTANT Zmon : LREAL:=739.622;//m Zpiv : LREAL:= 739.762 ; //m Zzos : LREAL:= 741.422;//m - Pm1Offset: LREAL:= 18181;//=18310-129 - Pm2Offset: LREAL:= -90641; - Pm3Offset: LREAL:= -63300;//urad, could depend on the inserted grating + Pm1Offset: LREAL:= 18181;//=18310-129 + Pm2Offset: LREAL:= -90641; + Pm3Offset: LREAL:= -63300;//urad, could depend on the inserted grating END_VAR ]]> ComSerialLineMode_t16INTSERIALLINEMODE_DEFAULT0SERIALLINEMODE_KL6_3B_ALTERNATIVE1SERIALLINEMODE_KL6_5B_STANDARD2SERIALLINEMODE_KL6_22B_STANDARD3SERIALLINEMODE_PC_COM_PORT4SERIALLINEMODE_EL6_22B5SERIALLINEMODE_IE6_11B6ComError_t16INTCOMERROR_NOERROR0COMERROR_PARAMETERCHANGED1COMERROR_TXBUFFOVERRUN2 transmit buffer ]]>COMERROR_STRINGOVERRUN10COMERROR_ZEROCHARINVALID11COMERROR_INVALIDPOINTER20COMERROR_INVALIDRXPOINTER21COMERROR_INVALIDRXLENGTH22COMERROR_DATASIZEOVERRUN23COMERROR_INVALIDPROCESSDATASIZE24COMERROR_MODENOTSUPPORTED257COMERROR_INVALIDCHANNELNUMBER258COMERROR_INVALIDBAUDRATE4097COMERROR_INVALIDNUMDATABITS4098COMERROR_INVALIDNUMSTOPBITS4099COMERROR_INVALIDPARITY4100COMERROR_INVALIDHANDSHAKE4101COMERROR_INVALIDNUMREGISTERS4102COMERROR_INVALIDREGISTER4103COMERROR_TIMEOUT4104ComBuffer + + + + ComSerialLineMode_t + 16 + INT + + SERIALLINEMODE_DEFAULT + 0 + + + SERIALLINEMODE_KL6_3B_ALTERNATIVE + 1 + + + SERIALLINEMODE_KL6_5B_STANDARD + 2 + + + SERIALLINEMODE_KL6_22B_STANDARD + 3 + + + SERIALLINEMODE_PC_COM_PORT + 4 + + + SERIALLINEMODE_EL6_22B + 5 + + + SERIALLINEMODE_IE6_11B + 6 + + + + ComError_t + 16 + INT + + COMERROR_NOERROR + 0 + + + COMERROR_PARAMETERCHANGED + 1 + input parameters changed during reception + + + COMERROR_TXBUFFOVERRUN + 2 + string > transmit buffer + + + COMERROR_STRINGOVERRUN + 10 + end of string + + + COMERROR_ZEROCHARINVALID + 11 + string cannot receive zero characters + + + COMERROR_INVALIDPOINTER + 20 + invalid data pointer, e. g. zero + + + COMERROR_INVALIDRXPOINTER + 21 + invalid data pointer for ReceiveData + + + COMERROR_INVALIDRXLENGTH + 22 + invalid length for ReceiveData, e. g. zero + + + COMERROR_DATASIZEOVERRUN + 23 + end of data block + + + COMERROR_INVALIDPROCESSDATASIZE + 24 + + + COMERROR_MODENOTSUPPORTED + 257 + mode not supported (3-Byte Terminals connectd to bus controllers) + + + COMERROR_INVALIDCHANNELNUMBER + 258 + + + COMERROR_INVALIDBAUDRATE + 4097 + + + COMERROR_INVALIDNUMDATABITS + 4098 + + + COMERROR_INVALIDNUMSTOPBITS + 4099 + + + COMERROR_INVALIDPARITY + 4100 + + + COMERROR_INVALIDHANDSHAKE + 4101 + + + COMERROR_INVALIDNUMREGISTERS + 4102 + + + COMERROR_INVALIDREGISTER + 4103 + + + COMERROR_TIMEOUT + 4104 + + + + ComBuffer + This data type will be used as a software character buffer between serial line I/O and user functions as ReceiveByte or SendByte. -]]>2512BufferBYTE030124080RdIdxUINT162416WrIdxUINT162432CountUINT162448FreeByteUINT162464ErrorUINT162480blockedBOOL82496ComDebugBuffer9648BufferINT030148160StatusINT030148164816IdxUINT169632hideSerialLineControl + 2512 + + Buffer + BYTE + + 0 + 301 + + ringbuffer + 2408 + 0 + + + RdIdx + UINT + first valid byte in ringbuffer + 16 + 2416 + + + WrIdx + UINT + first invalid byte in ringbuffer + 16 + 2432 + + + Count + UINT + number of bytes in ringbuffer + 16 + 2448 + + + FreeByte + UINT + number of free bytes in ringbuffer + 16 + 2464 + + + Error + UINT + error code of serial line interface + 16 + 2480 + + + blocked + BOOL + semaphore for task synchronization + 8 + 2496 + + + + ComDebugBuffer + 9648 + + Buffer + INT + + 0 + 301 + + 4816 + 0 + + + Status + INT + + 0 + 301 + + 4816 + 4816 + + + Idx + UINT + 16 + 9632 + + + + hide + + + + + SerialLineControl + ============================================================= * Modul: Serial line interface controller for background communication * supports multiple interface types like * KL6xxx 3 byte alternative mode @@ -14,17 +239,1002 @@ * PLC communication buffers (RxBuffer, TxBuffer) * * Date: 21.12.2004 - * ============================================================= ]]>10432ModeComSerialLineMode_t1632ItemTypeInputpComInBYTE0663264ItemTypeInputpComOutBYTE0663296ItemTypeInputSizeComInINT16128ItemTypeInputErrorBOOL8144ItemTypeOutputErrorIDComError_t16160ItemTypeOutputTxBufferComBuffer32192ItemTypeInOutRxBufferComBuffer32224ItemTypeInOutnBlockedCounter_TxBufferUDINT32256nBlockedCounter_RxBufferUDINT32288ComPortDebugBufferComDebugBuffer9648320InvalidDataExchangeModeUINT169968RegisterModeUINT169984pCTRLWORD3210016pSTATUSWORD3210048wCtrlWORD1610080wStatusWORD1610096RxCountWORD1610112TxCountWORD1610128DataIndexUINT1610144DataCountMaskWORD1610160DataCountShiftBYTE810176ReceiveHandshakeBitWORD1610192TransmitHandshakeBitWORD1610208TransmitBufferSentBitWORD1610224ContinousModeStartBitWORD1610240ReceiveBufferFullBitWORD1610256ResetBitWORD1610272RRWORD1610288RAWORD1610304TRWORD1610320TAWORD1610336IAWORD1610352BUF_FWORD1610368noTAcounterBYTE810384initializedBOOL810392TransmitDataSentBOOL810400iUINT1610416PouTypeFunctionBlockEL6inData22B + 10432 + + Mode + ComSerialLineMode_t + 16 + 32 + + + ItemType + Input + + + + + pComIn + BYTE + + 0 + 66 + + must meet the maximum size of a hardware related data structure + 32 + 64 + + + ItemType + Input + + + + + pComOut + BYTE + + 0 + 66 + + must meet the maximum size of a hardware related data structure + 32 + 96 + + + ItemType + Input + + + + + SizeComIn + INT + 16 + 128 + + + ItemType + Input + + + + + Error + BOOL + 8 + 144 + + + ItemType + Output + + + + + ErrorID + ComError_t + 16 + 160 + + + ItemType + Output + + + + + TxBuffer + ComBuffer + 32 + 192 + + + ItemType + InOut + + + + + RxBuffer + ComBuffer + 32 + 224 + + + ItemType + InOut + + + + + nBlockedCounter_TxBuffer + UDINT + 32 + 256 + + + nBlockedCounter_RxBuffer + UDINT + 32 + 288 + + + ComPortDebugBuffer + ComDebugBuffer + 9648 + 320 + + + InvalidDataExchangeMode + UINT + 16 + 9968 + + + RegisterMode + UINT + 16 + 9984 + + + pCTRL + WORD + 32 + 10016 + + + pSTATUS + WORD + 32 + 10048 + + + wCtrl + WORD + 16 + 10080 + + + wStatus + WORD + 16 + 10096 + + + RxCount + WORD + 16 + 10112 + + + TxCount + WORD + 16 + 10128 + + + DataIndex + UINT + 16 + 10144 + + + DataCountMask + WORD + 16 + 10160 + + + DataCountShift + BYTE + 8 + 10176 + + + ReceiveHandshakeBit + WORD + 16 + 10192 + + + TransmitHandshakeBit + WORD + 16 + 10208 + + + TransmitBufferSentBit + WORD + 16 + 10224 + + + ContinousModeStartBit + WORD + 16 + 10240 + + + ReceiveBufferFullBit + WORD + 16 + 10256 + + + ResetBit + WORD + 16 + 10272 + + + RR + WORD + 16 + 10288 + + + RA + WORD + 16 + 10304 + + + TR + WORD + 16 + 10320 + + + TA + WORD + 16 + 10336 + + + IA + WORD + 16 + 10352 + + + BUF_F + WORD + 16 + 10368 + + + noTAcounter + BYTE + 8 + 10384 + + + initialized + BOOL + 8 + 10392 + + + TransmitDataSent + BOOL + 8 + 10400 + + + i + UINT + 16 + 10416 + + + + PouType + FunctionBlock + + + + + EL6inData22B + This data type is corresponding to the EL-6xxx data structure used in the TwinCAT SystemManager (EL-6xxx version using 22 data bytes) -]]>192StatusWORD160DBYTE02217616EL6outData22B + 192 + + Status + WORD + 16 + 0 + + + D + BYTE + + 0 + 22 + + 176 + 16 + + + + EL6outData22B + This data type is corresponding to the EL-6xxx data structure used in the TwinCAT SystemManager (EL-6xxx version using 22 data bytes) -]]>192CtrlWORD160DBYTE02217616PlcAppSystemInfo2048ObjIdOTCID320TaskCntUDINT3232OnlineChangeCntUDINT3264FlagsDWORD3296AdsPortUINT16128BootDataLoadedBOOL8144OldBootDataBOOL8152AppTimestampDT32160KeepOutputsOnBPBOOL8192ShutdownInProgressBOOL8200LicensesPendingBOOL8208BSODOccuredBOOL8216LoggedInBOOL8224TComSrvPtrITComObjectServer32256TcComInterfaceAppNameSTRING(63)512512ProjectNameSTRING(63)5121024_Implicit_KindOfTask16INT_implicit_cyclic0_implicit_event1_implicit_external2_implicit_freewheeling3_Implicit_Jitter_Distribution48wRangeMaxWORD160wCountJitterNegWORD1616wCountJitterPosWORD1632hide_Implicit_Task_Info704dwVersionDWORD320pszNameSTRING(80)3232nPriorityINT1664KindOf_Implicit_KindOfTask1680bWatchdogBOOL896bProfilingTaskBOOL8104dwEventFunctionPointerBYTE32128pszExternalEventSTRING(80)32160dwTaskEntryFunctionPointerBYTE32192dwWatchdogSensitivityDWORD32224dwIntervalDWORD32256dwWatchdogTimeDWORD32288dwLastCycleTimeDWORD32320dwAverageCycleTimeDWORD32352dwMaxCycleTimeDWORD32384dwMinCycleTimeDWORD32416diJitterDINT32448diJitterMinDINT32480diJitterMaxDINT32512dwCycleCountDWORD32544wTaskStatusWORD16576wNumOfJitterDistributionsWORD16592pJitterDistribution_Implicit_Jitter_Distribution32608bWithinSPSTimeSlicingBOOL8640byDummyBYTE8648bShouldBlockBOOL8656bActiveBOOL8664dwIECCycleCountDWORD32672hideST_CTRL_PI_PARAMS384tCtrlCycleTimeTIME3200tTaskCycleTimeTIME32320tTnTIME32640fKpLREAL641280fOutMaxLimitLREAL641921E+38fOutMinLimitLREAL64256-1E+38bARWOnIPartOnlyBOOL83200ST_PiezoAxis2240sIdnSTRING(80)6480iCurErrorINT16656iLastErrorINT16672rActVoltageREAL32704rLastReqVoltageREAL32736rSetVoltageREAL32768sAxisSTRING(80)648800AxTimeoutBOOL81448xDriverErrorBOOL81456xEnableBOOL81464xVoltageModeBOOL81472xIdleModeBOOL81480rReqVoltageREAL321504rReqAbsPosLREAL641536xStopBOOL81600rActPosLREAL641664rPiezoDmovRangeREAL3217281stPIParamsST_CTRL_PI_PARAMS3841792.tCtrlCycleTime0.tTaskCycleTime0.tTn200.fKp0.0005.fOutMaxLimit1.fOutMinLimit-1.bARWOnIPartOnly0UpperVoltageREAL322176120LowerVoltageREAL322208-10R_TRIG + 192 + + Ctrl + WORD + 16 + 0 + + + D + BYTE + + 0 + 22 + + 176 + 16 + + + + PlcAppSystemInfo + 2048 + + ObjId + OTCID + 32 + 0 + + + TaskCnt + UDINT + 32 + 32 + + + OnlineChangeCnt + UDINT + 32 + 64 + + + Flags + DWORD + 32 + 96 + + + AdsPort + UINT + 16 + 128 + + + BootDataLoaded + BOOL + 8 + 144 + + + OldBootData + BOOL + 8 + 152 + + + AppTimestamp + DT + 32 + 160 + + + KeepOutputsOnBP + BOOL + 8 + 192 + + + ShutdownInProgress + BOOL + 8 + 200 + + + LicensesPending + BOOL + 8 + 208 + + + BSODOccured + BOOL + 8 + 216 + + + LoggedIn + BOOL + 8 + 224 + + + TComSrvPtr + ITComObjectServer + 32 + 256 + + + TcComInterface + + + + + AppName + STRING(63) + 512 + 512 + + + ProjectName + STRING(63) + 512 + 1024 + + + + + + + + + + _Implicit_KindOfTask + 16 + INT + + _implicit_cyclic + 0 + + + _implicit_event + 1 + + + _implicit_external + 2 + + + _implicit_freewheeling + 3 + + + + _Implicit_Jitter_Distribution + 48 + + wRangeMax + WORD + 16 + 0 + + + wCountJitterNeg + WORD + 16 + 16 + + + wCountJitterPos + WORD + 16 + 32 + + + + hide + + + + + _Implicit_Task_Info + 704 + + dwVersion + DWORD + 32 + 0 + + + pszName + STRING(80) + 32 + 32 + + + nPriority + INT + 16 + 64 + + + KindOf + _Implicit_KindOfTask + 16 + 80 + + + bWatchdog + BOOL + 8 + 96 + + + bProfilingTask + BOOL + 8 + 104 + + + dwEventFunctionPointer + BYTE + 32 + 128 + + + pszExternalEvent + STRING(80) + 32 + 160 + + + dwTaskEntryFunctionPointer + BYTE + 32 + 192 + + + dwWatchdogSensitivity + DWORD + 32 + 224 + + + dwInterval + DWORD + 32 + 256 + + + dwWatchdogTime + DWORD + 32 + 288 + + + dwLastCycleTime + DWORD + 32 + 320 + + + dwAverageCycleTime + DWORD + 32 + 352 + + + dwMaxCycleTime + DWORD + 32 + 384 + + + dwMinCycleTime + DWORD + 32 + 416 + + + diJitter + DINT + 32 + 448 + + + diJitterMin + DINT + 32 + 480 + + + diJitterMax + DINT + 32 + 512 + + + dwCycleCount + DWORD + 32 + 544 + + + wTaskStatus + WORD + 16 + 576 + + + wNumOfJitterDistributions + WORD + 16 + 592 + + + pJitterDistribution + _Implicit_Jitter_Distribution + 32 + 608 + + + bWithinSPSTimeSlicing + BOOL + 8 + 640 + + + byDummy + BYTE + 8 + 648 + + + bShouldBlock + BOOL + 8 + 656 + + + bActive + BOOL + 8 + 664 + + + dwIECCycleCount + DWORD + 32 + 672 + + + + hide + + + + + ST_CTRL_PI_PARAMS + 384 + + tCtrlCycleTime + TIME + controller cycle time [TIME] + 32 + 0 + + 0 + + + + tTaskCycleTime + TIME + task cycle time [TIME] + 32 + 32 + + 0 + + + + tTn + TIME + integral action time Tn + 32 + 64 + + 0 + + + + fKp + LREAL + proportional gain + 64 + 128 + + 0 + + + + fOutMaxLimit + LREAL + maximum output limit + 64 + 192 + + 1E+38 + + + + fOutMinLimit + LREAL + minimum output limit + 64 + 256 + + -1E+38 + + + + bARWOnIPartOnly + BOOL + FALSE: Hold the I-part if the entire control output reaches a limit. + 8 + 320 + + 0 + + + + + ST_PiezoAxis + 2240 + + sIdn + STRING(80) + Identity + 648 + 0 + + + iCurError + INT + Current error code, should be 0 most of the time + 16 + 656 + + + iLastError + INT + Last error code, for history + 16 + 672 + + + rActVoltage + REAL + Actual voltage + 32 + 704 + + + rLastReqVoltage + REAL + Last requested piezo voltage + 32 + 736 + + + rSetVoltage + REAL + this parameter is set by the control loop/ voltage mode + 32 + 768 + + + sAxis + STRING(80) + Axis, e.g. A, B, C...A if single unit + 648 + 800 + + A + + + + xTimeout + BOOL + Summaries + 8 + 1448 + + + xDriverError + BOOL + Summary of any driver errors + 8 + 1456 + + + xEnable + BOOL + Enable control. + 8 + 1464 + + + xVoltageMode + BOOL + Voltage mode gives direct access to piezo voltage, false means closed loop position acquisition (see FB_PitchControl for piezo and stepper separation) + 8 + 1472 + + + xIdleMode + BOOL + Use to put the piezo at half-stroke + 8 + 1480 + + + rReqVoltage + REAL + Requested piezo voltage in voltage mode + 32 + 1504 + + + rReqAbsPos + LREAL + Requested Position, latched at rising StartAbsMov + 64 + 1536 + + + xStop + BOOL + Stops piezo and holds position + 8 + 1600 + + + rActPos + LREAL + Encoder Readback + 64 + 1664 + + + rPiezoDmovRange + REAL + Pitch piezo dmove range (urad) + 32 + 1728 + + 1 + + + + stPIParams + ST_CTRL_PI_PARAMS + 384 + 1792 + + + .tCtrlCycleTime + 0 + + + .tTaskCycleTime + 0 + + + .tTn + 200 + + + .fKp + 0.0005 + + + .fOutMaxLimit + 1 + + + .fOutMinLimit + -1 + + + .bARWOnIPartOnly + 0 + + + + + UpperVoltage + REAL + E-816 has no software limits + 32 + 2176 + + 120 + + + + LowerVoltage + REAL + E-816 has no software limits + 32 + 2208 + + -10 + + + + + R_TRIG + Rising Edge detection. -]]>64CLKBOOL832ItemTypeInputQBOOL840ItemTypeOutputMBOOL848conditionalshowPouTypeFunctionBlockconditionalshow_all_localsClearComBuffer + 64 + + CLK + BOOL + Signal to detect + 8 + 32 + + + ItemType + Input + + + + + Q + BOOL + rising edge at signal detected + 8 + 40 + + + ItemType + Output + + + + + M + BOOL + 8 + 48 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ClearComBuffer + ================================================================= * * Modul: ClearComBuffer * The function block clears the software read/write @@ -33,7 +1243,656 @@ * Date: 01.12.1998 * *================================================================= - ]]>128BufferComBuffer3232ItemTypeInOutnBlockedCounterUDINT3264iUINT1696PouTypeFunctionBlockT_MaxString2048STRING(255)E_ArgType16INTARGTYPE_UNKNOWN0ARGTYPE_BYTE1ARGTYPE_WORD2ARGTYPE_DWORD3ARGTYPE_REAL4ARGTYPE_LREAL5ARGTYPE_SINT6ARGTYPE_INT7ARGTYPE_DINT8ARGTYPE_USINT9ARGTYPE_UINT10ARGTYPE_UDINT11ARGTYPE_STRING12ARGTYPE_BOOL13ARGTYPE_BIGTYPE14ARGTYPE_ULARGE15ARGTYPE_UHUGE16ARGTYPE_LARGE17ARGTYPE_HUGE18ARGTYPE_LWORD19T_Arg96eTypeE_ArgType1600cbLenUDINT cbLen = length of string + 1 (null delimiter). ]]>32320pDataPVOID32640E_TypeFieldParam16INTTYPEFIELD_UNKNOWN0TYPEFIELD_B1TYPEFIELD_O2TYPEFIELD_U3TYPEFIELD_C4TYPEFIELD_F5TYPEFIELD_D6TYPEFIELD_S7TYPEFIELD_XU8TYPEFIELD_XL9TYPEFIELD_EU10TYPEFIELD_EL11ST_FormatParameters160bPercentBOOL80bFlagsBOOL88bWidthBOOL816bDotBOOL824bPrecisionBOOL832bTypeBOOL840bAlignBOOL848bSignBOOL856bNullBOOL864bBlankBOOL872bHashBOOL880iWidthINT1696iPrecisionINT16112bWidthAsteriskBOOL8128bPrecisionAsteriskBOOL8136eTypeE_TypeFieldParam16144conditionalshowFB_FormatString7840sFormatT_MaxString204832ItemTypeInputarg1T_Arg962080ItemTypeInputarg2T_Arg962176ItemTypeInputarg3T_Arg962272ItemTypeInputarg4T_Arg962368ItemTypeInputarg5T_Arg962464ItemTypeInputarg6T_Arg962560ItemTypeInputarg7T_Arg962656ItemTypeInputarg8T_Arg962752ItemTypeInputarg9T_Arg962848ItemTypeInputarg10T_Arg962944ItemTypeInputbErrorBOOL error, FALSE => no error ]]>83040ItemTypeOutputnErrIdUDINT323072ItemTypeOutputsOutT_MaxString20483104ItemTypeOutputpFormatBYTE3251520conditionalshowpOutBYTE3251840conditionalshowiRemOutLenINT165216conditionalshowbValidBOOL85232conditionalshowstFmtST_FormatParameters1605248conditionalshownArrayElemINT165408conditionalshownArgumentUDINT325440conditionalshowparArgsT_Arg1103205472conditionalshowsArgStrT_MaxString20485792conditionalshowPouTypeFunctionBlockconditionalshow_all_localsSendByte + 128 + + Buffer + ComBuffer + 32 + 32 + + + ItemType + InOut + + + + + nBlockedCounter + UDINT + 32 + 64 + + + i + UINT + 16 + 96 + + + + PouType + FunctionBlock + + + + + T_MaxString + TwinCAT PLC string of max. length of 255 bytes + 1 byte null delimiter. + 2048 + STRING(255) + + + E_ArgType + 16 + INT + + ARGTYPE_UNKNOWN + 0 + + + ARGTYPE_BYTE + 1 + + + ARGTYPE_WORD + 2 + + + ARGTYPE_DWORD + 3 + + + ARGTYPE_REAL + 4 + + + ARGTYPE_LREAL + 5 + + + ARGTYPE_SINT + 6 + + + ARGTYPE_INT + 7 + + + ARGTYPE_DINT + 8 + + + ARGTYPE_USINT + 9 + + + ARGTYPE_UINT + 10 + + + ARGTYPE_UDINT + 11 + + + ARGTYPE_STRING + 12 + string of type T_MaxString! + + + ARGTYPE_BOOL + 13 + + + ARGTYPE_BIGTYPE + 14 + byte buffer + + + ARGTYPE_ULARGE + 15 + unsigned 64 bit ingeger (T_ULARGE_INTEGER, ULINT) + + + ARGTYPE_UHUGE + 16 + unsigned 128 bit integer (T_UHUGE_INTEGER) + + + ARGTYPE_LARGE + 17 + signed 64 bit integer (T_LARGE_INTEGER, LINT) + + + ARGTYPE_HUGE + 18 + signed 128 bit integer (T_HUGE_INTEGER) + + + ARGTYPE_LWORD + 19 + LWORD value + + + + T_Arg + Argument type + 96 + + eType + E_ArgType + Argument data type + 16 + 0 + + 0 + + + + cbLen + UDINT + Argument data byte length (if eType = ARGTYPE_STRING => cbLen = length of string + 1 (null delimiter). + 32 + 32 + + 0 + + + + pData + PVOID + Pointer to first argument data byte + 32 + 64 + + 0 + + + + + E_TypeFieldParam + 16 + INT + + TYPEFIELD_UNKNOWN + 0 + Unknown/not set + + + TYPEFIELD_B + 1 + b or B: binary number + + + TYPEFIELD_O + 2 + o or O: octal number + + + TYPEFIELD_U + 3 + u or U: unsigned decimal number + + + TYPEFIELD_C + 4 + c or C: one ASCII character + + + TYPEFIELD_F + 5 + f or F: float number ( normalized format ) + + + TYPEFIELD_D + 6 + d or D: signed decimal number + + + TYPEFIELD_S + 7 + s or S: string + + + TYPEFIELD_XU + 8 + X: hecadecimal number (upper case characters ) + + + TYPEFIELD_XL + 9 + x: hecadecimal number (lower case characters ) + + + TYPEFIELD_EU + 10 + E: float number ( scientific format ) + + + TYPEFIELD_EL + 11 + e: float number ( scientific format ) + + + + ST_FormatParameters + 160 + + bPercent + BOOL + 8 + 0 + + + bFlags + BOOL + 8 + 8 + + + bWidth + BOOL + 8 + 16 + + + bDot + BOOL + 8 + 24 + + + bPrecision + BOOL + 8 + 32 + + + bType + BOOL + 8 + 40 + + + bAlign + BOOL + Default :Right align + 8 + 48 + + + bSign + BOOL + Default: Sign only for negative values + 8 + 56 + + + bNull + BOOL + Default: No padding + 8 + 64 + + + bBlank + BOOL + Default: No blanks + 8 + 72 + + + bHash + BOOL + Default: No blanks + 8 + 80 + + + iWidth + INT + 16 + 96 + + + iPrecision + INT + 16 + 112 + + + bWidthAsterisk + BOOL + 8 + 128 + + + bPrecisionAsterisk + BOOL + 8 + 136 + + + eType + E_TypeFieldParam + format type parameter + 16 + 144 + + + + conditionalshow + + + + + FB_FormatString + Converts and formats up to 10 T_Arg values to string + 7840 + + sFormat + T_MaxString + Format string + 2048 + 32 + + + ItemType + Input + + + + + arg1 + T_Arg + Format argument 1, use F_INT, F_UINT; F_WORD, F_DWORD, F_LREAL... functions to initialize the argument inputs + 96 + 2080 + + + ItemType + Input + + + + + arg2 + T_Arg + Format argument 2 + 96 + 2176 + + + ItemType + Input + + + + + arg3 + T_Arg + Format argument 3 + 96 + 2272 + + + ItemType + Input + + + + + arg4 + T_Arg + Format argument 4 + 96 + 2368 + + + ItemType + Input + + + + + arg5 + T_Arg + Format argument 5 + 96 + 2464 + + + ItemType + Input + + + + + arg6 + T_Arg + Format argument 6 + 96 + 2560 + + + ItemType + Input + + + + + arg7 + T_Arg + Format argument 7 + 96 + 2656 + + + ItemType + Input + + + + + arg8 + T_Arg + Format argument 8 + 96 + 2752 + + + ItemType + Input + + + + + arg9 + T_Arg + Format argument 9 + 96 + 2848 + + + ItemType + Input + + + + + arg10 + T_Arg + Format argument 10 + 96 + 2944 + + + ItemType + Input + + + + + bError + BOOL + TRUE => error, FALSE => no error + 8 + 3040 + + + ItemType + Output + + + + + nErrId + UDINT + Error code + 32 + 3072 + + + ItemType + Output + + + + + sOut + T_MaxString + Output stirng + 2048 + 3104 + + + ItemType + Output + + + + + pFormat + BYTE + 32 + 5152 + + 0 + + + + conditionalshow + + + + + pOut + BYTE + 32 + 5184 + + 0 + + + + conditionalshow + + + + + iRemOutLen + INT + 16 + 5216 + + + conditionalshow + + + + + bValid + BOOL + 8 + 5232 + + + conditionalshow + + + + + stFmt + ST_FormatParameters + 160 + 5248 + + + conditionalshow + + + + + nArrayElem + INT + 16 + 5408 + + + conditionalshow + + + + + nArgument + UDINT + 32 + 5440 + + + conditionalshow + + + + + parArgs + T_Arg + + 1 + 10 + + 320 + 5472 + + + conditionalshow + + + + + sArgStr + T_MaxString + 2048 + 5792 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + SendByte + ================================================================= * * Modul: SendByte * The function block writes one byte into @@ -41,7 +1900,218 @@ * Date: 11.8.98 * *================================================================= - ]]>128SendByteBYTE832ItemTypeInputBusyBOOL840ItemTypeOutputErrorComError_t1648ItemTypeOutputTxBufferComBuffer3264ItemTypeInOutnBlockedCounterUDINT3296PouTypeFunctionBlock_SendString2336SendStringSTRING(255)204832ItemTypeInputBusyBOOL82080ItemTypeOutputErrorComError_t162096ItemTypeOutputTXbufferComBuffer322112ItemTypeInOutposINT162144SendSendByte1282176cBYTE82304lsINT162320PouTypeFunctionBlockSendString3072SendStringSTRING(80)64832ItemTypeInputBusyBOOL8680ItemTypeOutputErrorComError_t16688ItemTypeOutputTXbufferComBuffer32704ItemTypeInOutSendStringStandard_SendString2336736PouTypeFunctionBlockReceiveByte + 128 + + SendByte + BYTE + 8 + 32 + + + ItemType + Input + + + + + Busy + BOOL + 8 + 40 + + + ItemType + Output + + + + + Error + ComError_t + 16 + 48 + + + ItemType + Output + + + + + TxBuffer + ComBuffer + 32 + 64 + + + ItemType + InOut + + + + + nBlockedCounter + UDINT + 32 + 96 + + + + PouType + FunctionBlock + + + + + _SendString + 2336 + + SendString + STRING(255) + 2048 + 32 + + + ItemType + Input + + + + + Busy + BOOL + 8 + 2080 + + + ItemType + Output + + + + + Error + ComError_t + 16 + 2096 + + + ItemType + Output + + + + + TXbuffer + ComBuffer + 32 + 2112 + + + ItemType + InOut + + + + + pos + INT + 16 + 2144 + + + Send + SendByte + 128 + 2176 + + + c + BYTE + 8 + 2304 + + + ls + INT + 16 + 2320 + + + + PouType + FunctionBlock + + + + + SendString + 3072 + + SendString + STRING(80) + 648 + 32 + + + ItemType + Input + + + + + Busy + BOOL + 8 + 680 + + + ItemType + Output + + + + + Error + ComError_t + 16 + 688 + + + ItemType + Output + + + + + TXbuffer + ComBuffer + 32 + 704 + + + ItemType + InOut + + + + + SendStringStandard + _SendString + 2336 + 736 + + + + PouType + FunctionBlock + + + + + ReceiveByte + ================================================================= * * Modul: ReceiveByte * The function block reads one byte out of @@ -49,15 +2119,4418 @@ * Date: 11.8.98 * *================================================================= - ]]>128ByteReceivedBOOL832ItemTypeOutputReceivedByteBYTE840ItemTypeOutputErrorComError_t1648ItemTypeOutputRxBufferComBuffer3264ItemTypeInOutnBlockedCounterUDINT3296PouTypeFunctionBlockTOF224INBOOL832ItemTypeInputPTTIME3264ItemTypeInputQBOOL896ItemTypeOutputETTIME32128ItemTypeOutputMBOOL8160StartTimeTIME32192PouTypeFunctionBlock_ReceiveString4736PrefixSTRING(80)64832ItemTypeInputSuffixSTRING(80)648680ItemTypeInputTimeoutTIME321344ItemTypeInputResetBOOL81376ItemTypeInputpReceivedStringBYTE321408ItemTypeInputSizeReceivedStringINT161440ItemTypeInputStringReceivedBOOL81456ItemTypeOutputBusyBOOL81464ItemTypeOutputErrorComError_t161472ItemTypeOutputRxTimeoutBOOL81488ItemTypeOutputErrorCountPrefixINT161504ItemTypeOutputReceivedPrefixSTRING(80)6481520ItemTypeOutputRXbufferComBuffer322176ItemTypeInOutRxStringSTRING(255)20482208stateINT164256cBYTE84272lINT164288l2INT164304plINT164320slINT164336iTimeoutTIME324352ReceiveReceiveByte1284384TimeoutTimerTOF2244512PouTypeFunctionBlockReceiveString6912PrefixSTRING(80)64832ItemTypeInputSuffixSTRING(80)648680ItemTypeInputTimeoutTIME321344ItemTypeInputResetBOOL81376ItemTypeInputStringReceivedBOOL81384ItemTypeOutputBusyBOOL81392ItemTypeOutputErrorComError_t161408ItemTypeOutputRxTimeoutBOOL81424ItemTypeOutputReceivedStringSTRING(80)321440ItemTypeInOutRXbufferComBuffer321472ItemTypeInOutReceiveStringStandard_ReceiveString47361504ErrorCountPrefixINT166240ReceivedPrefixSTRING(80)6486256PouTypeFunctionBlockTON224INBOOL832ItemTypeInputPTTIME3264ItemTypeInputQBOOL896ItemTypeOutputETTIME32128ItemTypeOutputMBOOL8160StartTimeTIME32192PouTypeFunctionBlockFB_PI_E621_SerialTransaction27648i_xExecuteBOOL832ItemTypeInputi_tTimeOutTIME32641000ItemTypeInputi_sCmdSTRING(80)64896ItemTypeInputi_sAxisSTRING(80)648744ItemTypeInputi_sParamSTRING(80)6481392ItemTypeInputi_xExpectReplyBOOL820401ItemTypeInputq_xDoneBOOL82048ItemTypeOutputq_sResponseDataSTRING(80)6482056ItemTypeOutputq_xErrorBOOL82704ItemTypeOutputq_xTimeoutBOOL82712ItemTypeOutputq_sResultSTRING(80)6482720ItemTypeOutputq_sLastSentStringSTRING(80)6483368ItemTypeOutputq_sLastReceivedStringSTRING(80)6484016ItemTypeOutputiq_stSerialRXBufferComBuffer324672ItemTypeInOutiq_stSerialTXBufferComBuffer324704ItemTypeInOutrtExecuteR_TRIG644736iStepINT164800fbClearComBufferClearComBuffer1284832sSendStringSTRING(80)6484960fbFormatStringFB_FormatString78405632iChecksumINT1613472fbSendStringSendString307213504fbReceiveStringReceiveString691216576sReceivedStringSTRING(80)64823488tonTimeoutTON22424160sRXStringForChecksumSTRING(80)64824384sReceiveStringWOChecksumSTRING(80)64825032sRXCheckSumSTRING(80)64825680sRXAddressSTRING(80)64826328sRXParmNumSTRING(80)64826976PouTypeFunctionBlockFB_PI_E621_SerialDriver104032i_xExecuteBOOL832ItemTypeInputi_tTimeOutTIME32641000ItemTypeInputq_xDoneBOOL896ItemTypeOutputq_xErrorBOOL8104ItemTypeOutputq_sResultSTRING(255)2048112ItemTypeOutputq_asLastSentStringsSTRING(80)150324002160ItemTypeOutputq_asLastReceivedStringsSTRING(80)1503240034560ItemTypeOutputiq_stPiezoAxisST_PiezoAxis3266976ItemTypeInOutiq_stSerialRXBufferComBuffer3267008ItemTypeInOutiq_stSerialTXBufferComBuffer3267040ItemTypeInOutrtExecuteR_TRIG6467072rtTransDoneR_TRIG6467136iStepINT1667200sSendDataSTRING(80)64867216fbPITransactionFB_PI_E621_SerialTransaction2764867872fbFormatStringFB_FormatString784095520sErrMesgSTRING(80)648103360In step %d fbPITransaction failed with message: %siINT161040161a_ErrorMesga_UnknownErrora_ClearTransPouTypeFunctionBlockHOMS_PitchMechanism2496PiezoST_PiezoAxis22400ReqPosLimHiREAL322240ReqPosLimLoREAL322272diEncPosLimHiLINT + 128 + + ByteReceived + BOOL + 8 + 32 + + + ItemType + Output + + + + + ReceivedByte + BYTE + 8 + 40 + + + ItemType + Output + + + + + Error + ComError_t + 16 + 48 + + + ItemType + Output + + + + + RxBuffer + ComBuffer + 32 + 64 + + + ItemType + InOut + + + + + nBlockedCounter + UDINT + 32 + 96 + + + + PouType + FunctionBlock + + + + + TOF + 224 + + IN + BOOL + starts timer with falling edge, resets timer with rising edge + 8 + 32 + + + ItemType + Input + + + + + PT + TIME + time to pass, before Q is set + 32 + 64 + + + ItemType + Input + + + + + Q + BOOL + is FALSE, PT seconds after IN had a falling edge + 8 + 96 + + + ItemType + Output + + + + + ET + TIME + elapsed time + 32 + 128 + + + ItemType + Output + + + + + M + BOOL + 8 + 160 + + + StartTime + TIME + 32 + 192 + + + + PouType + FunctionBlock + + + + + _ReceiveString + 4736 + + Prefix + STRING(80) + 648 + 32 + + + ItemType + Input + + + + + Suffix + STRING(80) + 648 + 680 + + + ItemType + Input + + + + + Timeout + TIME + 32 + 1344 + + + ItemType + Input + + + + + Reset + BOOL + 8 + 1376 + + + ItemType + Input + + + + + pReceivedString + BYTE + Pointer to variable length string + 32 + 1408 + + + ItemType + Input + + + + + SizeReceivedString + INT + variable string size + 16 + 1440 + + + ItemType + Input + + + + + StringReceived + BOOL + 8 + 1456 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 1464 + + + ItemType + Output + + + + + Error + ComError_t + 16 + 1472 + + + ItemType + Output + + + + + RxTimeout + BOOL + 8 + 1488 + + + ItemType + Output + + + + + ErrorCountPrefix + INT + invalid characters received before prefix + 16 + 1504 + + + ItemType + Output + + + + + ReceivedPrefix + STRING(80) + received prefix including invalid characters + 648 + 1520 + + + ItemType + Output + + + + + RXbuffer + ComBuffer + 32 + 2176 + + + ItemType + InOut + + + + + RxString + STRING(255) + 2048 + 2208 + + + state + INT + 16 + 4256 + + + c + BYTE + 8 + 4272 + + + l + INT + 16 + 4288 + + + l2 + INT + 16 + 4304 + + + pl + INT + 16 + 4320 + + + sl + INT + 16 + 4336 + + + iTimeout + TIME + 32 + 4352 + + + Receive + ReceiveByte + 128 + 4384 + + + TimeoutTimer + TOF + 224 + 4512 + + + + PouType + FunctionBlock + + + + + ReceiveString + 6912 + + Prefix + STRING(80) + 648 + 32 + + + ItemType + Input + + + + + Suffix + STRING(80) + 648 + 680 + + + ItemType + Input + + + + + Timeout + TIME + 32 + 1344 + + + ItemType + Input + + + + + Reset + BOOL + 8 + 1376 + + + ItemType + Input + + + + + StringReceived + BOOL + 8 + 1384 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 1392 + + + ItemType + Output + + + + + Error + ComError_t + 16 + 1408 + + + ItemType + Output + + + + + RxTimeout + BOOL + 8 + 1424 + + + ItemType + Output + + + + + ReceivedString + STRING(80) + 32 + 1440 + + + ItemType + InOut + + + + + RXbuffer + ComBuffer + 32 + 1472 + + + ItemType + InOut + + + + + ReceiveStringStandard + _ReceiveString + 4736 + 1504 + + + ErrorCountPrefix + INT + 16 + 6240 + + + ReceivedPrefix + STRING(80) + 648 + 6256 + + + + PouType + FunctionBlock + + + + + TON + 224 + + IN + BOOL + starts timer with rising edge, resets timer with falling edge + 8 + 32 + + + ItemType + Input + + + + + PT + TIME + time to pass, before Q is set + 32 + 64 + + + ItemType + Input + + + + + Q + BOOL + gets TRUE, delay time (PT) after a rising edge at IN + 8 + 96 + + + ItemType + Output + + + + + ET + TIME + elapsed time + 32 + 128 + + + ItemType + Output + + + + + M + BOOL + 8 + 160 + + + StartTime + TIME + 32 + 192 + + + + PouType + FunctionBlock + + + + + FB_PI_E621_SerialTransaction + 27648 + + i_xExecute + BOOL + rising edge execute + 8 + 32 + + + ItemType + Input + + + + + i_tTimeOut + TIME + Maximum wait time for reply + 32 + 64 + + 1000 + + + + ItemType + Input + + + + + i_sCmd + STRING(80) + Command field + 648 + 96 + + + ItemType + Input + + + + + i_sAxis + STRING(80) + Axis field + 648 + 744 + + + ItemType + Input + + + + + i_sParam + STRING(80) + Parameter field + 648 + 1392 + + + ItemType + Input + + + + + i_xExpectReply + BOOL + Does command have a reply? Default behavior is the same as the other drivers. + 8 + 2040 + + 1 + + + + ItemType + Input + + + + + q_xDone + BOOL + 8 + 2048 + + + ItemType + Output + + + + + q_sResponseData + STRING(80) + 648 + 2056 + + + ItemType + Output + + + + + q_xError + BOOL + 8 + 2704 + + + ItemType + Output + + + + + q_xTimeout + BOOL + 8 + 2712 + + + ItemType + Output + + + + + q_sResult + STRING(80) + 648 + 2720 + + + ItemType + Output + + + + + q_sLastSentString + STRING(80) + Last String Sent to Serial Device - for debugging + 648 + 3368 + + + ItemType + Output + + + + + q_sLastReceivedString + STRING(80) + Last String Received from Serial Device - for debugging + 648 + 4016 + + + ItemType + Output + + + + + iq_stSerialRXBuffer + ComBuffer + 32 + 4672 + + + ItemType + InOut + + + + + iq_stSerialTXBuffer + ComBuffer + 32 + 4704 + + + ItemType + InOut + + + + + rtExecute + R_TRIG + 64 + 4736 + + + iStep + INT + 16 + 4800 + + + fbClearComBuffer + ClearComBuffer + 128 + 4832 + + + sSendString + STRING(80) + 648 + 4960 + + + fbFormatString + FB_FormatString + 7840 + 5632 + + + iChecksum + INT + 16 + 13472 + + + fbSendString + SendString + 3072 + 13504 + + + fbReceiveString + ReceiveString + 6912 + 16576 + + + sReceivedString + STRING(80) + 648 + 23488 + + + tonTimeout + TON + 224 + 24160 + + + sRXStringForChecksum + STRING(80) + 648 + 24384 + + + sReceiveStringWOChecksum + STRING(80) + 648 + 25032 + + + sRXCheckSum + STRING(80) + 648 + 25680 + + + sRXAddress + STRING(80) + 648 + 26328 + + + sRXParmNum + STRING(80) + 648 + 26976 + + + + PouType + FunctionBlock + + + + + FB_PI_E621_SerialDriver + 104032 + + i_xExecute + BOOL + rising edge execute + 8 + 32 + + + ItemType + Input + + + + + i_tTimeOut + TIME + Maximum wait time for reply + 32 + 64 + + 1000 + + + + ItemType + Input + + + + + q_xDone + BOOL + 8 + 96 + + + ItemType + Output + + + + + q_xError + BOOL + 8 + 104 + + + ItemType + Output + + + + + q_sResult + STRING(255) + 2048 + 112 + + + ItemType + Output + + + + + q_asLastSentStrings + STRING(80) + + 1 + 50 + + Last Strings Sent to Serial Device - for debugging + 32400 + 2160 + + + ItemType + Output + + + + + q_asLastReceivedStrings + STRING(80) + + 1 + 50 + + Last Strings Received from Serial Device - for debugging + 32400 + 34560 + + + ItemType + Output + + + + + iq_stPiezoAxis + ST_PiezoAxis + 32 + 66976 + + + ItemType + InOut + + + + + iq_stSerialRXBuffer + ComBuffer + 32 + 67008 + + + ItemType + InOut + + + + + iq_stSerialTXBuffer + ComBuffer + 32 + 67040 + + + ItemType + InOut + + + + + rtExecute + R_TRIG + 64 + 67072 + + + rtTransDone + R_TRIG + 64 + 67136 + + + iStep + INT + 16 + 67200 + + + sSendData + STRING(80) + 648 + 67216 + + + fbPITransaction + FB_PI_E621_SerialTransaction + 27648 + 67872 + + + fbFormatString + FB_FormatString + 7840 + 95520 + + + sErrMesg + STRING(80) + 648 + 103360 + + In step %d fbPITransaction failed with message: %s + + + + i + INT + 16 + 104016 + + 1 + + + + a_ErrorMesg + + + a_UnknownError + + + a_ClearTrans + + + + PouType + FunctionBlock + + + + + HOMS_PitchMechanism + 2496 + + Piezo + ST_PiezoAxis + Piezo + 2240 + 0 + + + ReqPosLimHi + REAL + Soft limits, egu urad + 32 + 2240 + + + ReqPosLimLo + REAL + 32 + 2272 + + + diEncPosLimHi + LINT + Hard limits, egu INC These are discovered during installation, and represent encoder ticks, unbiased We changed to these when our pitch mechanism limit switches were insufficient for good control. They had too much hysteresis/ lack of precision. At this point the limit - switches are ignored, and instead their function is carried out by these. ]]>642304diEncPosLimLoLINT642368diEncCntLINT642432TcAddressTypeInputPlcTaskSystemInfo1024ObjIdOTCID320CycleTimeUDINT3232PriorityUINT1664AdsPortUINT1680CycleCountUDINT3296DcTaskTimeLINT64128LastExecTimeUDINT32192FirstCycleBOOL8224CycleTimeExceededBOOL8232InCallAfterOutputUpdateBOOL8240RTViolationBOOL8248TaskNameSTRING(63)512512T_IPv4Addr128STRING(15)ST_SockAddr160nPortUDINT320sAddrSTRING(15)12832T_HSOCKET352handleUDINT320localAddrST_SockAddr16032remoteAddrST_SockAddr160192T_AmsNetID192STRING(23)ST_IPAdapterHwAddr96lengthUDINT3200bBYTE086432E_MIB_IF_Type16INTMIB_IF_TYPE_UNKNOWN0MIB_IF_TYPE_OTHER1MIB_IF_TYPE_ETHERNET6MIB_IF_TYPE_TOKENRING9MIB_IF_TYPE_FDDI15MIB_IF_TYPE_PPP23MIB_IF_TYPE_LOOPBACK24MIB_IF_TYPE_SLIP28ST_IPAdapterInfo4160bDefaultBOOL80sAdapterNameSTRING(259)20808sDescriptionSTRING(131)10562088physAddrST_IPAdapterHwAddr963168dwIndexDWORD323264eTypeE_MIB_IF_Type163296sIpAddrT_IPv4Addr1283312sSubNetT_IPv4Addr1283440sDefGatewayT_IPv4Addr1283568bDhcpEnabledBOOL83696sDhcpSrvT_IPv4Addr1283704bHaveWinsBOOL83832sPrimWinsSrvT_IPv4Addr1283840sSecWinsSrvT_IPv4Addr1283968tLeaseObtDATE_AND_TIME324096tLeaseExpDATE_AND_TIME324128T_AmsPort16UINTADSREAD1248NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputIDXGRPUDINT32256ItemTypeInputIDXOFFSUDINT32288ItemTypeInputLENUDINT32320ItemTypeInputDESTADDRPVOID32352ItemTypeInputTcIgnorePersistentREADBOOL8384ItemTypeInputTMOUTTIME324165000ItemTypeInputBUSYBOOL8448ItemTypeOutputERRBOOL8456ItemTypeOutputERRIDUDINT32480ItemTypeOutputPouTypeFunctionBlockhide_all_localsADSRDWRTEX1440NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputIDXGRPUDINT32256ItemTypeInputIDXOFFSUDINT32288ItemTypeInputWRITELENUDINT32320ItemTypeInputREADLENUDINT32352ItemTypeInputSRCADDRPVOID32384ItemTypeInputTcIgnorePersistentDESTADDRPVOID32416ItemTypeInputTcIgnorePersistentWRTRDBOOL8448ItemTypeInputTMOUTTIME324805000ItemTypeInputBUSYBOOL8512ItemTypeOutputERRBOOL8520ItemTypeOutputERRIDUDINT32544ItemTypeOutputCOUNT_RUDINT32576ItemTypeOutputPouTypeFunctionBlockhide_all_localsST_HKeySrvRead4096sSubT_MaxString20480sValT_MaxString20482048conditionalshowFB_RegQueryValue10304sNetIdT_AmsNetID19232ItemTypeInputsSubKeyT_MaxString2048224ItemTypeInputsValNameT_MaxString20482272ItemTypeInputcbDataUDINT324320ItemTypeInputpDataBYTE324352ItemTypeInputbExecuteBOOL84384ItemTypeInputtTimeOutTIME3244165000ItemTypeInputbBusyBOOL84448ItemTypeOutputbErrorBOOL84456ItemTypeOutputnErrIdUDINT324480ItemTypeOutputcbReadUDINT324512ItemTypeOutputfbAdsRdWrtExADSRDWRTEX14404544.PORT10000.IDXGRP200.IDXOFFS0conditionalshowfbTriggerR_TRIG645984conditionalshowstateBYTE86048conditionalshows1LenUDINT326080conditionalshows2LenUDINT326112conditionalshowptrBYTE326144conditionalshowcbBuffUDINT326176conditionalshowtmpBuffST_HKeySrvRead40966208conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_IP_ADDR_STRING320pNextDWORD3200sIpAddrT_IPv4Addr12832sIpMaskT_IPv4Addr128160dwContextDWORD322880conditionalshowST_IP_ADAPTER_INFO5120cbNextEntryOffsetDWORD 0 => offset to the next entry, If == 0 => last entry. TODO: Check the size of pNext on 64 bit target (change type to PVOID) ]]>3200dwComboIndexDWORD32320sAdapterNameSTRING(259)208064sDescriptionSTRING(131)10562144uiAddrLenUDINT3232000arrAddrBYTE08643232dwIndexDWORD3232960uiTypeUDINT3233280uiDhcpEnabledUDINT3233600pCurrIpAddrDWORD3233920stIpAddrListST_IP_ADDR_STRING3203424stGatewayListST_IP_ADDR_STRING3203744stDhcpServerST_IP_ADDR_STRING3204064iHaveWinsDINT3243840stPrimWinsSrvST_IP_ADDR_STRING3204416stSecWinsSrvST_IP_ADDR_STRING3204736tLeaseObtDATE_AND_TIME325056tLeaseExpDATE_AND_TIME325088conditionalshowFB_GetAdaptersInfo100640sNetIDT_AmsNetID19232ItemTypeInputbExecuteBOOL8224ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIDUDINT32320ItemTypeOutputarrAdaptersST_IPAdapterInfo0624960352ItemTypeOutputnCountUDINT3225312ItemTypeOutputnGetUDINT3225344ItemTypeOutputfbAdsReadADSREAD124825376.PORT10000.IDXGRP701.IDXOFFS1conditionalshowfbRegQueryFB_RegQueryValue1030426624.sSubKeySoftware\Beckhoff\TwinCAT3\System.sValNameDefaultAdapterconditionalshowfbTriggerR_TRIG6436928conditionalshowstateBYTE836992conditionalshowcbInfoUDINT3237024conditionalshowidxUDINT3237056conditionalshowinfoST_IP_ADAPTER_INFO0126144037088conditionalshowpInfoST_IP_ADAPTER_INFO32985280conditionalshownRealCountUDINT32985600conditionalshowsDefaultAT_MaxString204898592conditionalshowPouTypeFunctionBlockconditionalshow_all_localsE_SocketConnectionlessState16INTeSOCKET_CLOSED0eSOCKET_CREATED1eSOCKET_TRANSIENT2created or from created->closed ]]>FB_ConnectionlessSocket6784sSrvNetIDT_AmsNetIDserver runs on local system. ]]>19232ItemTypeInputnModeDWORD Disable debug messages, All other bits reserved. ]]>322240ItemTypeInputsLocalHostT_IPv4Addr128256ItemTypeInputnLocalPortUDINT323840ItemTypeInputbEnableBOOL8416ItemTypeInputtReconnectTIME3244845000ItemTypeInputbBusyBOOL8480ItemTypeOutputbErrorBOOL8488ItemTypeOutputnErrIDUDINT32512ItemTypeOutputhSocketT_HSOCKET352544ItemTypeOutputeStateE_SocketConnectionlessState168960ItemTypeOutputPouTypeFunctionBlockhide_all_localsCTU + 64 + 2304 + + + diEncPosLimLo + LINT + 64 + 2368 + + + diEncCnt + LINT + Raw encoder count + 64 + 2432 + + + TcAddressType + Input + + + + + + PlcTaskSystemInfo + 1024 + + ObjId + OTCID + 32 + 0 + + + CycleTime + UDINT + 32 + 32 + + + Priority + UINT + 16 + 64 + + + AdsPort + UINT + 16 + 80 + + + CycleCount + UDINT + 32 + 96 + + + DcTaskTime + LINT + 64 + 128 + + + LastExecTime + UDINT + 32 + 192 + + + FirstCycle + BOOL + 8 + 224 + + + CycleTimeExceeded + BOOL + 8 + 232 + + + InCallAfterOutputUpdate + BOOL + 8 + 240 + + + RTViolation + BOOL + 8 + 248 + + + TaskName + STRING(63) + 512 + 512 + + + + + + + + T_IPv4Addr + IPv4 network host address string. + 128 + STRING(15) + + + ST_SockAddr + Local or remote endpoint address to which to connect a socket + 160 + + nPort + UDINT + Internet Protocol (IP) port. + 32 + 0 + + + sAddr + STRING(15) + String containing an (Ipv4) Internet Protocol dotted address. + 128 + 32 + + + + T_HSOCKET + Connectionless or connection oriented socket handle + 352 + + handle + UDINT + Connection handle + 32 + 0 + + + localAddr + ST_SockAddr + Local address to which to connect a socket + 160 + 32 + + + remoteAddr + ST_SockAddr + Remote endpoint address to which to connect a socket + 160 + 192 + + + + T_AmsNetID + TwinCAT AMS netID address string. + 192 + STRING(23) + + + ST_IPAdapterHwAddr + Local adapter hardware address + 96 + + length + UDINT + Specifies the length of the hardware address for the adapter. + 32 + 0 + + 0 + + + + b + BYTE + + 0 + 8 + + Specifies the hardware address for the adapter. + 64 + 32 + + + + E_MIB_IF_Type + 16 + INT + + MIB_IF_TYPE_UNKNOWN + 0 + + + MIB_IF_TYPE_OTHER + 1 + + + MIB_IF_TYPE_ETHERNET + 6 + + + MIB_IF_TYPE_TOKENRING + 9 + + + MIB_IF_TYPE_FDDI + 15 + + + MIB_IF_TYPE_PPP + 23 + + + MIB_IF_TYPE_LOOPBACK + 24 + + + MIB_IF_TYPE_SLIP + 28 + + + + ST_IPAdapterInfo + Local adapter information + 4160 + + bDefault + BOOL + Specifies whether this adapter is default TwinCAT adapter. + 8 + 0 + + + sAdapterName + STRING(259) + Specifies the name of the adapter. + 2080 + 8 + + + + + + sDescription + STRING(131) + Specifies a description for the adapter. + 1056 + 2088 + + + + + + physAddr + ST_IPAdapterHwAddr + Hardware address + 96 + 3168 + + + dwIndex + DWORD + Specifies the adapter index. + 32 + 3264 + + + eType + E_MIB_IF_Type + Specifies the adapter type. + 16 + 3296 + + + sIpAddr + T_IPv4Addr + Specifies the IP address for this adapter. + 128 + 3312 + + + sSubNet + T_IPv4Addr + Specifies the IP address mask. + 128 + 3440 + + + sDefGateway + T_IPv4Addr + Specifies the IP address of the default gateway for this adapter. + 128 + 3568 + + + bDhcpEnabled + BOOL + Specifies whether dynamic host configuration protocol (DHCP) is enabled for this adapter. + 8 + 3696 + + + sDhcpSrv + T_IPv4Addr + Specifies the IP address of the DHCP server for this adapter. + 128 + 3704 + + + bHaveWins + BOOL + Specifies whether this adapter uses Windows Internet Name Service (WINS). + 8 + 3832 + + + sPrimWinsSrv + T_IPv4Addr + Specifies the IP address of the primary WINS server. + 128 + 3840 + + + sSecWinsSrv + T_IPv4Addr + Specifies the IP address of the secondary WINS server. + 128 + 3968 + + + tLeaseObt + DATE_AND_TIME + Specifies the time when the current DHCP lease was obtained ( UTC time ) + 32 + 4096 + + + tLeaseExp + DATE_AND_TIME + Specifies the time when the current DHCP lease will expire. ( UTC time ) + 32 + 4128 + + + + T_AmsPort + TwinCAT AMS port address. + 16 + UINT + + + ADSREAD + ADS read command. + 1248 + + NETID + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + PORT + T_AmsPort + Ads communication port + 16 + 224 + + + ItemType + Input + + + + + IDXGRP + UDINT + Index group + 32 + 256 + + + ItemType + Input + + + + + IDXOFFS + UDINT + Index offset + 32 + 288 + + + ItemType + Input + + + + + LEN + UDINT + Max. number of data bytes to read (LEN <= max. size of destination buffer) + 32 + 320 + + + ItemType + Input + + + + + DESTADDR + PVOID + Pointer to destination buffer + 32 + 352 + + + ItemType + Input + + + TcIgnorePersistent + + + + + READ + BOOL + Rising edge starts command execution + 8 + 384 + + + ItemType + Input + + + + + TMOUT + TIME + Maximum time allowed for the execution of this ADS command + 32 + 416 + + 5000 + + + + ItemType + Input + + + + + BUSY + BOOL + Busy flag + 8 + 448 + + + ItemType + Output + + + + + ERR + BOOL + Error flag + 8 + 456 + + + ItemType + Output + + + + + ERRID + UDINT + ADS error code + 32 + 480 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + ADSRDWRTEX + Extended ADS read/write command. + 1440 + + NETID + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + PORT + T_AmsPort + Ads communication port + 16 + 224 + + + ItemType + Input + + + + + IDXGRP + UDINT + Index group + 32 + 256 + + + ItemType + Input + + + + + IDXOFFS + UDINT + Index offset + 32 + 288 + + + ItemType + Input + + + + + WRITELEN + UDINT + Max. number of data bytes to write (WRITELEN <= max. size of source buffer) + 32 + 320 + + + ItemType + Input + + + + + READLEN + UDINT + Max. number of data bytes to read (READLEN <= max. size of destination buffer) + 32 + 352 + + + ItemType + Input + + + + + SRCADDR + PVOID + Pointer to source buffer + 32 + 384 + + + ItemType + Input + + + TcIgnorePersistent + + + + + DESTADDR + PVOID + Pointer to destination buffer + 32 + 416 + + + ItemType + Input + + + TcIgnorePersistent + + + + + WRTRD + BOOL + Rising edge starts command execution + 8 + 448 + + + ItemType + Input + + + + + TMOUT + TIME + Maximum time allowed for the execution of this ADS command + 32 + 480 + + 5000 + + + + ItemType + Input + + + + + BUSY + BOOL + Busy flag + 8 + 512 + + + ItemType + Output + + + + + ERR + BOOL + Error flag + 8 + 520 + + + ItemType + Output + + + + + ERRID + UDINT + ADS error code + 32 + 544 + + + ItemType + Output + + + + + COUNT_R + UDINT + Count of bytes actually read + 32 + 576 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + ST_HKeySrvRead + 4096 + + sSub + T_MaxString + 2048 + 0 + + + sVal + T_MaxString + 2048 + 2048 + + + + conditionalshow + + + + + FB_RegQueryValue + Reads windows registry value + 10304 + + sNetId + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 32 + + + ItemType + Input + + + + + sSubKey + T_MaxString + HKEY_LOCAL_MACHINE \ sub key name + 2048 + 224 + + + ItemType + Input + + + + + sValName + T_MaxString + Value name + 2048 + 2272 + + + ItemType + Input + + + + + cbData + UDINT + Number of data bytes to read + 32 + 4320 + + + ItemType + Input + + + + + pData + BYTE + Points to registry key data buffer + 32 + 4352 + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge on this input activates the fb execution + 8 + 4384 + + + ItemType + Input + + + + + tTimeOut + TIME + Max fb execution time + 32 + 4416 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 4448 + + + ItemType + Output + + + + + bError + BOOL + 8 + 4456 + + + ItemType + Output + + + + + nErrId + UDINT + 32 + 4480 + + + ItemType + Output + + + + + cbRead + UDINT + Number of succesfully read data bytes + 32 + 4512 + + + ItemType + Output + + + + + fbAdsRdWrtEx + ADSRDWRTEX + 1440 + 4544 + + + .PORT + 10000 + + + .IDXGRP + 200 + + + .IDXOFFS + 0 + + + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 5984 + + + conditionalshow + + + + + state + BYTE + 8 + 6048 + + + conditionalshow + + + + + s1Len + UDINT + 32 + 6080 + + + conditionalshow + + + + + s2Len + UDINT + 32 + 6112 + + + conditionalshow + + + + + ptr + BYTE + 32 + 6144 + + + conditionalshow + + + + + cbBuff + UDINT + 32 + 6176 + + + conditionalshow + + + + + tmpBuff + ST_HKeySrvRead + 4096 + 6208 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ST_IP_ADDR_STRING + 320 + + pNext + DWORD + Pointer : pNext element on 64 bit target is still 32bit due to 32bit system service + 32 + 0 + + 0 + + + + sIpAddr + T_IPv4Addr + 128 + 32 + + + sIpMask + T_IPv4Addr + 128 + 160 + + + dwContext + DWORD + 32 + 288 + + 0 + + + + + conditionalshow + + + + + ST_IP_ADAPTER_INFO + 5120 + + cbNextEntryOffset + DWORD + if <> 0 => offset to the next entry, If == 0 => last entry. TODO: Check the size of pNext on 64 bit target (change type to PVOID) + 32 + 0 + + 0 + + + + dwComboIndex + DWORD + 32 + 32 + + 0 + + + + sAdapterName + STRING(259) + 2080 + 64 + + + + + + sDescription + STRING(131) + 1056 + 2144 + + + + + + uiAddrLen + UDINT + 32 + 3200 + + 0 + + + + arrAddr + BYTE + + 0 + 8 + + 64 + 3232 + + + dwIndex + DWORD + 32 + 3296 + + 0 + + + + uiType + UDINT + 32 + 3328 + + 0 + + + + uiDhcpEnabled + UDINT + 32 + 3360 + + 0 + + + + pCurrIpAddr + DWORD + 32 + 3392 + + 0 + + + + stIpAddrList + ST_IP_ADDR_STRING + 320 + 3424 + + + stGatewayList + ST_IP_ADDR_STRING + 320 + 3744 + + + stDhcpServer + ST_IP_ADDR_STRING + 320 + 4064 + + + iHaveWins + DINT + 32 + 4384 + + 0 + + + + stPrimWinsSrv + ST_IP_ADDR_STRING + 320 + 4416 + + + stSecWinsSrv + ST_IP_ADDR_STRING + 320 + 4736 + + + tLeaseObt + DATE_AND_TIME + 32 + 5056 + + + tLeaseExp + DATE_AND_TIME + 32 + 5088 + + + + conditionalshow + + + + + FB_GetAdaptersInfo + This function block retrieves adapter information for the local computer. + 100640 + + sNetID + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 32 + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge on this input activates the fb execution + 8 + 224 + + + ItemType + Input + + + + + tTimeout + TIME + Max fb execution time + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 288 + + + ItemType + Output + + + + + bError + BOOL + 8 + 296 + + + ItemType + Output + + + + + nErrID + UDINT + 32 + 320 + + + ItemType + Output + + + + + arrAdapters + ST_IPAdapterInfo + + 0 + 6 + + 24960 + 352 + + + ItemType + Output + + + + + nCount + UDINT + Max. number of found adapters + 32 + 25312 + + + ItemType + Output + + + + + nGet + UDINT + Number of read adapter info entries + 32 + 25344 + + + ItemType + Output + + + + + fbAdsRead + ADSREAD + 1248 + 25376 + + + .PORT + 10000 + + + .IDXGRP + 701 + + + .IDXOFFS + 1 + + + + + conditionalshow + + + + + fbRegQuery + FB_RegQueryValue + 10304 + 26624 + + + .sSubKey + Software\Beckhoff\TwinCAT3\System + + + .sValName + DefaultAdapter + + + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 36928 + + + conditionalshow + + + + + state + BYTE + 8 + 36992 + + + conditionalshow + + + + + cbInfo + UDINT + 32 + 37024 + + + conditionalshow + + + + + idx + UDINT + 32 + 37056 + + + conditionalshow + + + + + info + ST_IP_ADAPTER_INFO + + 0 + 12 + + 61440 + 37088 + + + conditionalshow + + + + + pInfo + ST_IP_ADAPTER_INFO + 32 + 98528 + + 0 + + + + conditionalshow + + + + + nRealCount + UDINT + 32 + 98560 + + 0 + + + + conditionalshow + + + + + sDefaultA + T_MaxString + 2048 + 98592 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + E_SocketConnectionlessState + 16 + INT + + eSOCKET_CLOSED + 0 + UDP socket is closed + + + eSOCKET_CREATED + 1 + UDP socket is created + + + eSOCKET_TRANSIENT + 2 + UDP socket state changes from closed->created or from created->closed + + + + FB_ConnectionlessSocket + This function block manages (creates and closes) connectionless UDP datagram socket + 6784 + + sSrvNetID + T_AmsNetID + The network address of the TcpIpServer.exe. If empty string=>server runs on local system. + 192 + 32 + + + + + + ItemType + Input + + + + + nMode + DWORD + Additional parameter flags e.g.: CONNECT_MODE_ENABLEDBG, 0 => Disable debug messages, All other bits reserved. + 32 + 224 + + 0 + + + + ItemType + Input + + + + + sLocalHost + T_IPv4Addr + Local address. String containing an (Ipv4) Internet Protocol dotted address. + 128 + 256 + + + + + + ItemType + Input + + + + + nLocalPort + UDINT + Local Internet Protocol (IP) port. + 32 + 384 + + 0 + + + + ItemType + Input + + + + + bEnable + BOOL + TRUE = Create UDP socket, FALSE = Close/don't open UDP socket + 8 + 416 + + + ItemType + Input + + + + + tReconnect + TIME + This timer specifies when create is retried. + 32 + 448 + + 45000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 480 + + + ItemType + Output + + + + + bError + BOOL + 8 + 488 + + + ItemType + Output + + + + + nErrID + UDINT + 32 + 512 + + + ItemType + Output + + + + + hSocket + T_HSOCKET + Created UDP socket handle + 352 + 544 + + + ItemType + Output + + + + + eState + E_SocketConnectionlessState + State + 16 + 896 + + 0 + + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + CTU + Counter Up. CV is incremented by 1 if CU has a rising edge. Q is TRUE, if CV is reached PV. -]]>128CUBOOL832ItemTypeInputRESETBOOL840ItemTypeInputPVWORD1648ItemTypeInputQBOOL864ItemTypeOutputCVWORD1680ItemTypeOutputMBOOL896conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_UDPSocketHandler108544bEnableBOOL832ItemTypeInputbResetBOOL840ItemTypeInputnLocalPortUDINT3264ItemTypeInputtRetryTIME32963600000ItemTypeInputsLocalIPT_IPv4Addr128128ItemTypeInputbReadyBOOL8256ItemTypeOutputhSocketT_HSOCKET352288ItemTypeOutputrtResetR_TRIG64640tonRetryConnectionTON224704fbGetAdapterIPFB_GetAdaptersInfo100640928.bExecute1.sNetIDfbSocketFB_ConnectionlessSocket6784101568ctuSocketErrorCTU128108352.PV3bSocketEnableBOOL8108480bAdapterSetBOOL8108488idxPortFindUDINT32108512PouTypeFunctionBlockDUT_Header_NW256frameCountWORD160reserved1WORD1616majorWORD1632minorBYTE848microBYTE856hardwareIDBYTE01612864reserved2BYTE8192channelMaskBYTE8200errorMaskBYTE8208modeBYTE8216reserved3DWORD32224DUT_Channel_NW256countDWORD320timingDWORD3232scaleWORD1664hardwareIDBYTE01612880reserved1BYTE8208channelBYTE8216errorBYTE8224modeBYTE8232scale_denominatorWORD16240DUT_01_Channel_NW512headerDUT_Header_NW2560channel1DUT_Channel_NW256256FB_SocketUdpSendTo264576sSrvNetIdT_AmsNetIDserver runs on local system]]>19232ItemTypeInputhSocketT_HSOCKET352224ItemTypeInputsRemoteHostT_IPv4Addr128576ItemTypeInputnRemotePortUDINT327040ItemTypeInputcbLenUDINT327360ItemTypeInputpSrcBYTE327680ItemTypeInputbExecuteBOOL8800ItemTypeInputtTimeoutTIME328325000ItemTypeInputbBusyBOOL8864ItemTypeOutputbErrorBOOL8872ItemTypeOutputnErrIdUDINT32896ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_BufferedSocketSend274688stDataDUT_01_Channel_NW51232ItemTypeInputbNewDataBOOL8544ItemTypeInputhSocketT_HSOCKET352576ItemTypeInputsRemoteHostSTRING(80)648928ItemTypeInputnRemotePortUDINT321600ItemTypeInputBUFFER_SIZEUINT16163216rtNewDataR_TRIG641664arrBufferDUT_01_Channel_NW01681921728nDataRecvCountULINT649920nDataSentCountULINT649984nIndexUINT1610048fbSocketSendFB_SocketUdpSendTo26457610080bExecuteSendBOOL8274656PouTypeFunctionBlockFB_AssembleHeader512nFrameCountUINT1632ItemTypeInputnMajorUINT16482ItemTypeInputnMinorUSINT8640ItemTypeInputnMicroUSINT8720ItemTypeInputsHardwareIDSTRING(15)12880ItemTypeInputnModeUSINT8208ItemTypeInputstHeaderDUT_Header_NW256224ItemTypeOutputnStringIterUSINT8480PouTypeFunctionBlockFB_AssembleChannel768nEncCountUDINT3232ItemTypeInputnTimingULINT6464ItemTypeInputfScaleLREAL64128ItemTypeInputsHardwareIDSTRING(15)128192ItemTypeInputnChannelUSINT8320ItemTypeInputnErrorUSINT8328ItemTypeInputnModeUSINT8336ItemTypeInputfScaleDenominatorLREAL64384ItemTypeInputstChannelDUT_Channel_NW256448ItemTypeOutputnStringIterUSINT8704PouTypeFunctionBlockFW_GetCurTaskIndex64nIndexBYTE832ItemTypeOutputPouTypeFunctionBlockconditionalshowGETCURTASKINDEX128indexBYTE832ItemTypeOutputfbGetCurTaskIndexFW_GetCurTaskIndex6464conditionalshowPouTypeFunctionBlockconditionalshow_all_localsPLCTONC_AXIS_REF_CTRL32EnableBIT10FeedEnablePlusBIT11FeedEnableMinusBIT12HomingSensorBIT15AcceptBlockedDriveBIT18PlcDebugFlagBIT130NcDebugFlagBIT131%08x0x%08x16#%08XPLCTONC_AXIS_REF1024ControlDWordPLCTONC_AXIS_REF_CTRL320OverrideUDINT3232AxisModeRequestUDINT3264AxisModeDWordUDINT3296AxisModeLRealLREAL64128PositionCorrectionLREAL64192ExtSetPosLREAL64256ExtSetVeloLREAL64320ExtSetAccLREAL64384ExtSetDirectionDINT32448ExtControllerOutputLREAL64512GearRatio1LREAL64576GearRatio2LREAL64640GearRatio3LREAL64704GearRatio4LREAL64768MapStateBOOL8832PlcCycleControlBYTE8840PlcCycleCountBYTE8848NcStructType1NCAXLESTRUCT_FROMPLC3NCTOPLC_AXIS_REF_STATE32OperationalBIT10HomedBIT11NotMovingBIT12InPositionAreaBIT13InTargetPositionBIT14ProtectedBIT15ErrorPropagationDelayedBIT16HasBeenStoppedBIT17HasJobBIT18PositiveDirectionBIT19NegativeDirectionBIT110HomingBusyBIT111ConstantVelocityBIT112CompensatingBIT113ExtSetPointGenEnabledBIT114PhasingActiveBIT115ExternalLatchValidBIT116NewTargetPosBIT117ContinuousMotionBIT119ControlLoopClosedBIT120CamTableQueuedBIT121CamDataQueuedBIT122CamScalingPendingBIT123CmdBufferedBIT124PTPmodeBIT125SoftLimitMinExceededBIT126SoftLimitMaxExceededBIT127DriveDeviceErrorBIT128MotionCommandsLockedBIT129IoDataInvalidBIT130ErrorBIT131%08x0x%08x16#%08XNCTOPLC_AXIS_REF_OPMODE32OpModePosAreaMonitoringBIT10OpModeTargetPosMonitoringBIT11OpModeLoopBIT12OpModeMotionMonitoringBIT13OpModePEHTimeMonitoringBIT14OpModeBacklashCompensationBIT15OpModeDelayedErrorReactionBIT16OpModeModuloBIT17OpModeSimulationAxisBIT18OpModePosLagMonitoringBIT116OpModeVeloLagMonitoringBIT117OpModeSoftLimitMinMonitoringBIT118OpModeSoftLimitMaxMonitoringBIT119OpModePosCorrectionBIT120OpModeAllowSlaveCommandsBIT121OpModeAllowExtSetAxisCommandsBIT122ApplicationRequestBIT123NCTOPLC_AXIS_REF_STATE2_FLAGS32AvoidingCollisionBIT10%08x0x%08x16#%08XNCTOPLC_AXIS_REF_STATE232ValueDWORD320FlagsNCTOPLC_AXIS_REF_STATE2_FLAGS320%08x0x%08x16#%08XNCTOPLC_AXIS_REF_CAMCOUPLINGSTATE8CamActivationPendingBIT10CamDeactivationPendingBIT11CamActiveBIT12CamDataQueuedBIT16CamScalingPendingBIT17UINTARR8128UINT08NCTOPLC_AXIS_REF2048StateDWordNCTOPLC_AXIS_REF_STATE320ErrorCodeUDINT3232AxisStateUDINT + 128 + + CU + BOOL + Count Up + 8 + 32 + + + ItemType + Input + + + + + RESET + BOOL + Reset Counter to 0 + 8 + 40 + + + ItemType + Input + + + + + PV + WORD + Counter Limit + 16 + 48 + + + ItemType + Input + + + + + Q + BOOL + Counter reached the Limit + 8 + 64 + + + ItemType + Output + + + + + CV + WORD + Current Counter Value + 16 + 80 + + + ItemType + Output + + + + + M + BOOL + 8 + 96 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_UDPSocketHandler + 108544 + + bEnable + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + nLocalPort + UDINT + 32 + 64 + + + ItemType + Input + + + + + tRetry + TIME + 32 + 96 + + 3600000 + + + + ItemType + Input + + + + + sLocalIP + T_IPv4Addr + 128 + 128 + + + ItemType + Input + + + + + bReady + BOOL + 8 + 256 + + + ItemType + Output + + + + + hSocket + T_HSOCKET + 352 + 288 + + + ItemType + Output + + + + + rtReset + R_TRIG + 64 + 640 + + + tonRetryConnection + TON + Retry after an hour + 224 + 704 + + + fbGetAdapterIP + FB_GetAdaptersInfo + Acquire IP of the correct adapter + 100640 + 928 + + + .bExecute + 1 + + + .sNetID + + + + + + fbSocket + FB_ConnectionlessSocket + 6784 + 101568 + + + ctuSocketError + CTU + 128 + 108352 + + + .PV + 3 + + + + + bSocketEnable + BOOL + 8 + 108480 + + + bAdapterSet + BOOL + 8 + 108488 + + + idxPortFind + UDINT + 32 + 108512 + + + + PouType + FunctionBlock + + + + + DUT_Header_NW + 256 + + frameCount + WORD + 2 2 + 16 + 0 + + + reserved1 + WORD + 2 4 + 16 + 16 + + + major + WORD + 2 6 + 16 + 32 + + + minor + BYTE + 1 7 + 8 + 48 + + + micro + BYTE + 1 8 + 8 + 56 + + + hardwareID + BYTE + + 0 + 16 + + 16 24 + 128 + 64 + + + reserved2 + BYTE + 1 25 + 8 + 192 + + + channelMask + BYTE + 1 26 + 8 + 200 + + + errorMask + BYTE + 1 27 + 8 + 208 + + + mode + BYTE + 1 28 + 8 + 216 + + + reserved3 + DWORD + 4 32 + 32 + 224 + + + + DUT_Channel_NW + 256 + + count + DWORD + 4 4 + 32 + 0 + + + timing + DWORD + 4 8 + 32 + 32 + + + scale + WORD + 2 10 + 16 + 64 + + + hardwareID + BYTE + + 0 + 16 + + 16 26 + 128 + 80 + + + reserved1 + BYTE + 1 27 + 8 + 208 + + + channel + BYTE + 1 28 + 8 + 216 + + + error + BYTE + 1 29 + 8 + 224 + + + mode + BYTE + 1 30 + 8 + 232 + + + scale_denominator + WORD + 2 32 + 16 + 240 + + + + DUT_01_Channel_NW + 512 + + header + DUT_Header_NW + 256 + 0 + + + channel1 + DUT_Channel_NW + 256 + 256 + + + + FB_SocketUdpSendTo + The FB_SocketUdpSendTo function block sends data to a specific destination. + 264576 + + sSrvNetId + T_AmsNetID + The network address of the TcpIpserver.exe. If empty string=>server runs on local system + 192 + 32 + + + + + + ItemType + Input + + + + + hSocket + T_HSOCKET + Handle for the socket on which the actual connection is made. + 352 + 224 + + + ItemType + Input + + + + + sRemoteHost + T_IPv4Addr + Remote address of the target socket. String containing an (Ipv4) Internet Protocol dotted address. + 128 + 576 + + + + + + ItemType + Input + + + + + nRemotePort + UDINT + Remote Internet Protocol (IP) port of the target socket. + 32 + 704 + + 0 + + + + ItemType + Input + + + + + cbLen + UDINT + Contains the number of bytes to be send. + 32 + 736 + + 0 + + + + ItemType + Input + + + + + pSrc + BYTE + Contains the address of the buffer containing the data to be send. + 32 + 768 + + 0 + + + + ItemType + Input + + + + + bExecute + BOOL + Function block execution is triggered by a rising edge at this input. + 8 + 800 + + + ItemType + Input + + + + + tTimeout + TIME + States the time before the function is cancelled. + 32 + 832 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 864 + + + ItemType + Output + + + + + bError + BOOL + 8 + 872 + + + ItemType + Output + + + + + nErrId + UDINT + 32 + 896 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + FB_BufferedSocketSend + 274688 + + stData + DUT_01_Channel_NW + 512 + 32 + + + ItemType + Input + + + + + bNewData + BOOL + 8 + 544 + + + ItemType + Input + + + + + hSocket + T_HSOCKET + 352 + 576 + + + ItemType + Input + + + + + sRemoteHost + STRING(80) + 648 + 928 + + + ItemType + Input + + + + + nRemotePort + UDINT + 32 + 1600 + + + ItemType + Input + + + + + BUFFER_SIZE + UINT + 16 + 1632 + + 16 + + + + rtNewData + R_TRIG + Input handling + 64 + 1664 + + + arrBuffer + DUT_01_Channel_NW + + 0 + 16 + + Data buffer and iteration + 8192 + 1728 + + + nDataRecvCount + ULINT + 64 + 9920 + + + nDataSentCount + ULINT + 64 + 9984 + + + nIndex + UINT + 16 + 10048 + + + fbSocketSend + FB_SocketUdpSendTo + Actually send the data + 264576 + 10080 + + + bExecuteSend + BOOL + 8 + 274656 + + + + PouType + FunctionBlock + + + + + FB_AssembleHeader + 512 + + nFrameCount + UINT + The count of how many frames we've sent, e.g. 1 on the first send, 2 on the second... + 16 + 32 + + + ItemType + Input + + + + + nMajor + UINT + Protocol version. This is set for you by this function block. + 16 + 48 + + 2 + + + + ItemType + Input + + + + + nMinor + USINT + 8 + 64 + + 0 + + + + ItemType + Input + + + + + nMicro + USINT + 8 + 72 + + 0 + + + + ItemType + Input + + + + + sHardwareID + STRING(15) + Unambiguous identifier for the PLC + 128 + 80 + + + ItemType + Input + + + + + nMode + USINT + Selector for acquisition mode (currently unused) + 8 + 208 + + + ItemType + Input + + + + + stHeader + DUT_Header_NW + Almost ready encoder header structure. See FB_AddChannelToHeader. + 256 + 224 + + + ItemType + Output + + + + + nStringIter + USINT + 8 + 480 + + + + PouType + FunctionBlock + + + + + FB_AssembleChannel + 768 + + nEncCount + UDINT + Raw count from the encoder, taken from DUT_MotionStage.nEncoderCount + 32 + 32 + + + ItemType + Input + + + + + nTiming + ULINT + Latched rising edge timestamp from EL1252-0050 terminal. + 64 + 64 + + + ItemType + Input + + + + + fScale + LREAL + Scale as reported in DUT_MotionStage.stAxisParameters.fEncScaleFactorNumerator + 64 + 128 + + + ItemType + Input + + + + + sHardwareID + STRING(15) + Serial number of the encoder + 128 + 192 + + + ItemType + Input + + + + + nChannel + USINT + Channel number for the data packet + 8 + 320 + + + ItemType + Input + + + + + nError + USINT + Error code for the data packet + 8 + 328 + + + ItemType + Input + + + + + nMode + USINT + Selector for acquisition mode (currently unused) + 8 + 336 + + + ItemType + Input + + + + + fScaleDenominator + LREAL + Scale denominator as reported in DUT_MotionStage.stAxisParameters.fEncScaleFactorDenominator + 64 + 384 + + + ItemType + Input + + + + + stChannel + DUT_Channel_NW + Network-ready encoder channel structure + 256 + 448 + + + ItemType + Output + + + + + nStringIter + USINT + 8 + 704 + + + + PouType + FunctionBlock + + + + + FW_GetCurTaskIndex + 64 + + nIndex + BYTE + 8 + 32 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + conditionalshow + + + + + GETCURTASKINDEX + This function block GETCURTASKINDEX finds the task index of the task from which it is called. + 128 + + index + BYTE + Returns the current task index of the calling task. + 8 + 32 + + + ItemType + Output + + + + + fbGetCurTaskIndex + FW_GetCurTaskIndex + 64 + 64 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + PLCTONC_AXIS_REF_CTRL + 32 + + Enable + BIT + 1 + 0 + + + FeedEnablePlus + BIT + 1 + 1 + + + FeedEnableMinus + BIT + 1 + 2 + + + HomingSensor + BIT + 1 + 5 + + + AcceptBlockedDrive + BIT + 1 + 8 + + + PlcDebugFlag + BIT + 1 + 30 + + + NcDebugFlag + BIT + 1 + 31 + + + %08x + + + 0x%08x + + + 16#%08X + + + + PLCTONC_AXIS_REF + 1024 + + ControlDWord + PLCTONC_AXIS_REF_CTRL + 32 + 0 + + + Override + UDINT + 32 + 32 + + + AxisModeRequest + UDINT + 32 + 64 + + + AxisModeDWord + UDINT + 32 + 96 + + + AxisModeLReal + LREAL + 64 + 128 + + + PositionCorrection + LREAL + 64 + 192 + + + ExtSetPos + LREAL + 64 + 256 + + + ExtSetVelo + LREAL + 64 + 320 + + + ExtSetAcc + LREAL + 64 + 384 + + + ExtSetDirection + DINT + 32 + 448 + + + ExtControllerOutput + LREAL + 64 + 512 + + + GearRatio1 + LREAL + 64 + 576 + + + GearRatio2 + LREAL + 64 + 640 + + + GearRatio3 + LREAL + 64 + 704 + + + GearRatio4 + LREAL + 64 + 768 + + + MapState + BOOL + 8 + 832 + + + PlcCycleControl + BYTE + 8 + 840 + + + PlcCycleCount + BYTE + 8 + 848 + + + + NcStructType + 1 + + + + + NCAXLESTRUCT_FROMPLC3 + + + + + NCTOPLC_AXIS_REF_STATE + 32 + + Operational + BIT + 1 + 0 + + + Homed + BIT + 1 + 1 + + + NotMoving + BIT + 1 + 2 + + + InPositionArea + BIT + 1 + 3 + + + InTargetPosition + BIT + 1 + 4 + + + Protected + BIT + 1 + 5 + + + ErrorPropagationDelayed + BIT + 1 + 6 + + + HasBeenStopped + BIT + 1 + 7 + + + HasJob + BIT + 1 + 8 + + + PositiveDirection + BIT + 1 + 9 + + + NegativeDirection + BIT + 1 + 10 + + + HomingBusy + BIT + 1 + 11 + + + ConstantVelocity + BIT + 1 + 12 + + + Compensating + BIT + 1 + 13 + + + ExtSetPointGenEnabled + BIT + 1 + 14 + + + PhasingActive + BIT + 1 + 15 + + + ExternalLatchValid + BIT + 1 + 16 + + + NewTargetPos + BIT + 1 + 17 + + + ContinuousMotion + BIT + 1 + 19 + + + ControlLoopClosed + BIT + 1 + 20 + + + CamTableQueued + BIT + 1 + 21 + + + CamDataQueued + BIT + 1 + 22 + + + CamScalingPending + BIT + 1 + 23 + + + CmdBuffered + BIT + 1 + 24 + + + PTPmode + BIT + 1 + 25 + + + SoftLimitMinExceeded + BIT + 1 + 26 + + + SoftLimitMaxExceeded + BIT + 1 + 27 + + + DriveDeviceError + BIT + 1 + 28 + + + MotionCommandsLocked + BIT + 1 + 29 + + + IoDataInvalid + BIT + 1 + 30 + + + Error + BIT + 1 + 31 + + + %08x + + + 0x%08x + + + 16#%08X + + + + NCTOPLC_AXIS_REF_OPMODE + 32 + + OpModePosAreaMonitoring + BIT + 1 + 0 + + + OpModeTargetPosMonitoring + BIT + 1 + 1 + + + OpModeLoop + BIT + 1 + 2 + + + OpModeMotionMonitoring + BIT + 1 + 3 + + + OpModePEHTimeMonitoring + BIT + 1 + 4 + + + OpModeBacklashCompensation + BIT + 1 + 5 + + + OpModeDelayedErrorReaction + BIT + 1 + 6 + + + OpModeModulo + BIT + 1 + 7 + + + OpModeSimulationAxis + BIT + 1 + 8 + + + OpModePosLagMonitoring + BIT + 1 + 16 + + + OpModeVeloLagMonitoring + BIT + 1 + 17 + + + OpModeSoftLimitMinMonitoring + BIT + 1 + 18 + + + OpModeSoftLimitMaxMonitoring + BIT + 1 + 19 + + + OpModePosCorrection + BIT + 1 + 20 + + + OpModeAllowSlaveCommands + BIT + 1 + 21 + + + OpModeAllowExtSetAxisCommands + BIT + 1 + 22 + + + ApplicationRequest + BIT + 1 + 23 + + + + NCTOPLC_AXIS_REF_STATE2_FLAGS + 32 + + AvoidingCollision + BIT + 1 + 0 + + + %08x + + + 0x%08x + + + 16#%08X + + + + NCTOPLC_AXIS_REF_STATE2 + 32 + + Value + DWORD + 32 + 0 + + + Flags + NCTOPLC_AXIS_REF_STATE2_FLAGS + 32 + 0 + + + %08x + + + 0x%08x + + + 16#%08X + + + + NCTOPLC_AXIS_REF_CAMCOUPLINGSTATE + 8 + + CamActivationPending + BIT + 1 + 0 + + + CamDeactivationPending + BIT + 1 + 1 + + + CamActive + BIT + 1 + 2 + + + CamDataQueued + BIT + 1 + 6 + + + CamScalingPending + BIT + 1 + 7 + + + + UINTARR8 + 128 + UINT + + 0 + 8 + + + + NCTOPLC_AXIS_REF + 2048 + + StateDWord + NCTOPLC_AXIS_REF_STATE + 32 + 0 + + + ErrorCode + UDINT + 32 + 32 + + + AxisState + UDINT + Present State Of The Axis Movement (continuous axis): 0 = INACTIVE: axis has no job 1 = RUNNING: axis is executing a motion job 2 = OVERRIDE_ZERO: axis is executing a job but override is zero @@ -71,7 +6544,20 @@ Slaves only: External Setpoint Generation: 41 = EXTSETGEN_MODE1: external setpoint generation active 42 = EXTSETGEN_MODE2: internal and external setpoint gen. active -]]>3264AxisModeConfirmationUDINT3296HomingStateUDINT + 32 + 64 + + + AxisModeConfirmation + UDINT + 32 + 96 + + + HomingState + UDINT + Axis Homing Status: 0: idle 1: start homing 2: searching home switch @@ -79,12 +6565,1303 @@ External Setpoint Generation: 4: moving off home switch 5: searching sync pulse 6: stopping after homing -]]>32128CoupleStateUDINT + 32 + 128 + + + CoupleState + UDINT + Axis Coupling Status: 0: axis is a single axis (not coupled) 1: axis is a master axis 2: axis is master and slave 3: axis is a slave axis -]]>32160SvbEntriesUDINT32192SafEntriesUDINT32224AxisIdUDINT32256OpModeDWordNCTOPLC_AXIS_REF_OPMODE32288ActPosLREAL64320ModuloActPosLREAL64384ActiveControlLoopIndexUINT16448ControlLoopIndexUINT16464ModuloActTurnsDINT32480ActVeloLREAL64512PosDiffLREAL64576SetPosLREAL64640SetVeloLREAL64704SetAccLREAL64768TargetPosLREAL64832ModuloSetPosLREAL64896ModuloSetTurnsDINT32960CmdNoUINT16992CmdStateUINT161008SetJerkLREAL641024SetTorqueLREAL641088ActTorqueLREAL641152StateDWord2NCTOPLC_AXIS_REF_STATE2321216StateDWord3DWORD321248TouchProbeStateDWORD321280TouchProbeCounterDWORD321312CamCouplingStateNCTOPLC_AXIS_REF_CAMCOUPLINGSTATE08641344CamCouplingTableIDUINTARR81281408ActTorqueDerivativeLREAL641536SetTorqueDerivativeLREAL641600ActPosWithoutPosCorrectionLREAL641792ActAccLREAL641856DcTimeStampUDINT321920NcStructType2NCAXLESTRUCT_TOPLCNCAXLESTRUCT_TOPLC2NCAXLESTRUCT_TOPLC3NCAXLESTRUCT_TOPLC4ST_AdsAddress224NetIdSTRING(23)1920PortUINT16192ChannelUINT16208MC_AxisStates16INTMC_AXISSTATE_UNDEFINED0MC_AXISSTATE_DISABLED1MC_AXISSTATE_STANDSTILL2MC_AXISSTATE_ERRORSTOP3MC_AXISSTATE_STOPPING4MC_AXISSTATE_HOMING5MC_AXISSTATE_DISCRETEMOTION6MC_AXISSTATE_CONTINOUSMOTION7MC_AXISSTATE_SYNCHRONIZEDMOTION8ST_AxisOpModes136PositionAreaMonitoringBOOL80TargetPositionMonitoringBOOL88LoopModeBOOL816MotionMonitoringBOOL824PEHTimeMonitoringBOOL832BacklashCompensationBOOL840DelayedErrorReactionBOOL848ModuloBOOL856SimulationAxisBOOL864StopMonitoringBOOL872PositionLagMonitoringBOOL880VelocityLagMonitoringBOOL888SoftLimitMinMonitoringBOOL896SoftLimitMaxMonitoringBOOL8104PositionCorrectionBOOL8112AllowSlaveCommandsBOOL8120AllowExtSetAxisCommandsBOOL8128ST_AxisStatus768UpdateTaskIndexBYTE80UpdateCycleTimeLREAL6464CycleCounterUDINT32128NcCycleCounterUDINT32160MotionStateMC_AxisStates16192ErrorBOOL8208ErrorIDUDINT32224displaymodehexErrorStopBOOL8256DisabledBOOL8264StoppingBOOL8272StandStillBOOL8280DiscreteMotionBOOL8288ContinuousMotionBOOL8296SynchronizedMotionBOOL8304HomingBOOL8312ConstantVelocityBOOL8320AcceleratingBOOL8328DeceleratingBOOL8336OperationalBOOL8344ControlLoopClosedBOOL8352HasJobBOOL8360HasBeenStoppedBOOL8368NewTargetPositionBOOL8376InPositionAreaBOOL8384InTargetPositionBOOL8392ProtectedModeBOOL8400HomedBOOL8408HomingBusyBOOL8416MotionCommandsLockedBOOL8424SoftLimitMinExceededBOOL8432SoftLimitMaxExceededBOOL8440MovingBOOL8448PositiveDirectionBOOL8456NegativeDirectionBOOL8464NotMovingBOOL8472CompensatingBOOL8480ExtSetPointGenEnabledBOOL8488PhasingActiveBOOL8496ExternalLatchValidBOOL8504CamDataQueuedBOOL8512CamTableQueuedBOOL8520CamScalingPendingBOOL8528CmdBufferedBOOL8536PTPmodeBOOL8544DriveDeviceErrorBOOL8552IoDataInvalidBOOL8560ErrorPropagationDelayedBOOL8568DriveLimitActiveBOOL8576CoupledBOOL8584OpModeST_AxisOpModes136592NcApplicationRequestBOOL8728AMSNETID48BYTE06%d.%d.%d.%d.%d.%d[0][1][2][3][4][5]T_AmsNetIdArr48AMSNETIDE_NcDriveType32DWORDNcDriveType_undefined0NcDriveType_M2400_DAC11NcDriveType_M2400_DAC22NcDriveType_M2400_DAC33NcDriveType_M2400_DAC44NcDriveType_KL4XXX5NcDriveType_KL4XXX_NonLinear6NcDriveType_Discete_TwoSpeed7NcDriveType_Stepper8NcDriveType_Sercos9NcDriveType_KL505110NcDriveType_AX2000_B20011NcDriveType_ProfiDrive12NcDriveType_Universal13NcDriveType_NcBackplane14NcDriveType_CANopen_Lenze15NcDriveType_CANopen_DS402_MDP74216NcDriveType_AX2000_B90017NcDriveType_KL2531_Stepper20NcDriveType_KL2532_DC21NcDriveType_TCOM22 Interface to Soft Drive]]>NcDriveType_MDP_73323NcDriveType_MDP_70324E_NcEncoderType32DWORDNcEncoderType_undefined0NcEncoderType_Simulation1NcEncoderType_ABS_M30002NcEncoderType_INC_M31X03NcEncoderType_INC_KL51014NcEncoderType_ABS_KL5001_SSI5NcEncoderType_INC_KL50516NcEncoderType_ABS_KL30XX7NcEncoderType_INC_Sercos_P8NcEncoderType_INC_Sercos_PV9NcEncoderType_INC_Binary10NcEncoderType_ABS_M251011NcEncoderType_ABS_FOX5012NcEncoderType_ABS_HYDRAULIC_FORCE13NcEncoderType_INC_AX2000_B20014NcEncoderType_INC_PROFIDRIVE15NcEncoderType_INC_UNIVERSAL16NcEncoderType_INC_NCBACKPLANE17NcEncoderType_INC_CANOPEN_LENZE18NcEncoderType_INC_CANOPEN_DS402_MDP513_MDP74219NcEncoderType_INC_AX2000_B90020NcEncoderType_INC_KL515121NcEncoderType_INC_IP520924NcEncoderType_INC_KL2531_Stepper25NcEncoderType_INC_KL2532_DC26NcEncoderType_INC_TIMEBASEGENERATOR27NcEncoderType_INC_TCOM28 Interface to Soft Drive Encoder]]>NcEncoderType_INC_CANOPEN_MDP513_64BIT29NcEncoderType_SPECIFIC100E_NcAxisType32DWORDNcAxisType_undefined0NcAxisType_Continious1NcAxisType_Discrete_TwoSpeed2NcAxisType_LowCostStepper_DigIO3NcAxisType_Encoder5NcAxisType_Hydraulic6NcAxisType_TimeGenerator7NcAxisType_Specific100ST_DriveAddress640NetIDT_AmsNetID1920NetIdBytesT_AmsNetIdArr48192SlaveAddressT_AmsPort16240ChannelBYTE8256NcDriveIdDWORD32288NcDriveIndexDWORD32320NcDriveTypeE_NcDriveType32352NcEncoderIdDWORD32384NcEncoderIndexDWORD32416NcEncoderTypeE_NcEncoderType32448NcAxisIdDWORD32480NcAxisTypeE_NcAxisType32512TcSoftDriveObjectIdOTCID32544conditionalshowTcDriveObjectIdOTCID32576TcEncoderObjectIdOTCID32608_E_PhasingState16INTPhasingInactive0PhasingActivated1PhasingAborted2_InternalAxisRefData128NcCycleCounterAvailableBOOL80NcCycleCounter_AtReadStatusCallUDINT3232LastTaskIndex_AtReadStatusCallBYTE864CounterSameTaskIndex_AtReadStatusCallUINT1680PhasingState_E_PhasingState1696conditionalshowAXIS_REF + 32 + 160 + + + SvbEntries + UDINT + 32 + 192 + + + SafEntries + UDINT + 32 + 224 + + + AxisId + UDINT + 32 + 256 + + + OpModeDWord + NCTOPLC_AXIS_REF_OPMODE + 32 + 288 + + + ActPos + LREAL + 64 + 320 + + + ModuloActPos + LREAL + 64 + 384 + + + ActiveControlLoopIndex + UINT + 16 + 448 + + + ControlLoopIndex + UINT + 16 + 464 + + + ModuloActTurns + DINT + 32 + 480 + + + ActVelo + LREAL + 64 + 512 + + + PosDiff + LREAL + 64 + 576 + + + SetPos + LREAL + 64 + 640 + + + SetVelo + LREAL + 64 + 704 + + + SetAcc + LREAL + 64 + 768 + + + TargetPos + LREAL + 64 + 832 + + + ModuloSetPos + LREAL + 64 + 896 + + + ModuloSetTurns + DINT + 32 + 960 + + + CmdNo + UINT + 16 + 992 + + + CmdState + UINT + 16 + 1008 + + + SetJerk + LREAL + 64 + 1024 + + + SetTorque + LREAL + 64 + 1088 + + + ActTorque + LREAL + 64 + 1152 + + + StateDWord2 + NCTOPLC_AXIS_REF_STATE2 + 32 + 1216 + + + StateDWord3 + DWORD + 32 + 1248 + + + TouchProbeState + DWORD + 32 + 1280 + + + TouchProbeCounter + DWORD + 32 + 1312 + + + CamCouplingState + NCTOPLC_AXIS_REF_CAMCOUPLINGSTATE + + 0 + 8 + + 64 + 1344 + + + CamCouplingTableID + UINTARR8 + 128 + 1408 + + + ActTorqueDerivative + LREAL + 64 + 1536 + + + SetTorqueDerivative + LREAL + 64 + 1600 + + + ActPosWithoutPosCorrection + LREAL + 64 + 1792 + + + ActAcc + LREAL + 64 + 1856 + + + DcTimeStamp + UDINT + 32 + 1920 + + + + NcStructType + 2 + + + + + NCAXLESTRUCT_TOPLC + + + NCAXLESTRUCT_TOPLC2 + + + NCAXLESTRUCT_TOPLC3 + + + NCAXLESTRUCT_TOPLC4 + + + + + + + + + + + + + + ST_AdsAddress + 224 + + NetId + STRING(23) + 192 + 0 + + + Port + UINT + 16 + 192 + + + Channel + UINT + 16 + 208 + + + + MC_AxisStates + 16 + INT + + MC_AXISSTATE_UNDEFINED + 0 + + + MC_AXISSTATE_DISABLED + 1 + + + MC_AXISSTATE_STANDSTILL + 2 + + + MC_AXISSTATE_ERRORSTOP + 3 + + + MC_AXISSTATE_STOPPING + 4 + + + MC_AXISSTATE_HOMING + 5 + + + MC_AXISSTATE_DISCRETEMOTION + 6 + + + MC_AXISSTATE_CONTINOUSMOTION + 7 + + + MC_AXISSTATE_SYNCHRONIZEDMOTION + 8 + + + + ST_AxisOpModes + axis operation mode feedback from NcToPlc. + 136 + + PositionAreaMonitoring + BOOL + bit 0 - OpModeDWord + 8 + 0 + + + TargetPositionMonitoring + BOOL + bit 1 - OpModeDWord + 8 + 8 + + + LoopMode + BOOL + bit 2 - OpModeDWord - loop mode for two speed axes + 8 + 16 + + + MotionMonitoring + BOOL + bit 3 - OpModeDWord + 8 + 24 + + + PEHTimeMonitoring + BOOL + bit 4 - OpModeDWord + 8 + 32 + + + BacklashCompensation + BOOL + bit 5 - OpModeDWord + 8 + 40 + + + DelayedErrorReaction + BOOL + bit 6 - OpModeDWord + 8 + 48 + + + Modulo + BOOL + bit 7 - OpModeDWord - axis is parameterized as modulo axis + 8 + 56 + + + SimulationAxis + BOOL + bit 8 - OpModeDWord - axis is a simulation axis - available from 2.11 R2 B2033 - 2011-05-31 KSt + 8 + 64 + + + StopMonitoring + BOOL + bit 12 - OpModeDWord - TargetPositionMonitoring for Stop and Halt commands - available from 2.11 R3 - 2011-12-09 KSt + 8 + 72 + + + PositionLagMonitoring + BOOL + bit 16 - OpModeDWord + 8 + 80 + + + VelocityLagMonitoring + BOOL + bit 17 - OpModeDWord + 8 + 88 + + + SoftLimitMinMonitoring + BOOL + bit 18 - OpModeDWord + 8 + 96 + + + SoftLimitMaxMonitoring + BOOL + bit 19 - OpModeDWord + 8 + 104 + + + PositionCorrection + BOOL + bit 20 - OpModeDWord + 8 + 112 + + + AllowSlaveCommands + BOOL + 2009-02-20 KSt + 8 + 120 + + + AllowExtSetAxisCommands + BOOL + 2011-10-13 KSt + 8 + 128 + + + + ST_AxisStatus + 768 + + UpdateTaskIndex + BYTE + Task-Index of the task that updated this data set + 8 + 0 + + + UpdateCycleTime + LREAL + task cycle time of the task which calls the status function + 64 + 64 + + + CycleCounter + UDINT + PLC cycle counter when this data set updated + 32 + 128 + + + NcCycleCounter + UDINT + NC cycle counter incremented after NC task updated NcToPlc data structures + 32 + 160 + + + MotionState + MC_AxisStates + motion state in the PLCopen state diagram + 16 + 192 + + + Error + BOOL + StateDWord bit 31 - axis error state + 8 + 208 + + + ErrorID + UDINT + axis error code + 32 + 224 + + + displaymode + hex + + + + + ErrorStop + BOOL + PLCopen motion control statemachine states: + 8 + 256 + + + Disabled + BOOL + 8 + 264 + + + Stopping + BOOL + 8 + 272 + + + StandStill + BOOL + 8 + 280 + + + DiscreteMotion + BOOL + 8 + 288 + + + ContinuousMotion + BOOL + StateDWord bit 19 + 8 + 296 + + + SynchronizedMotion + BOOL + 8 + 304 + + + Homing + BOOL + 8 + 312 + + + ConstantVelocity + BOOL + StateDWord bit 12 + 8 + 320 + + + Accelerating + BOOL + 8 + 328 + + + Decelerating + BOOL + 8 + 336 + + + Operational + BOOL + StateDWord bit 0 - (was ready) + 8 + 344 + + + ControlLoopClosed + BOOL + StateDWord bit 20 - operational and position control active + 8 + 352 + + + HasJob + BOOL + StateDWord bit 8 + 8 + 360 + + + HasBeenStopped + BOOL + StateDWord bit 7 + 8 + 368 + + + NewTargetPosition + BOOL + StateDWord bit 17 - new target position commanded during move + 8 + 376 + + + InPositionArea + BOOL + StateDWord bit 3 + 8 + 384 + + + InTargetPosition + BOOL + StateDWord bit 4 + 8 + 392 + + + ProtectedMode + BOOL + StateDWord bit 5 + 8 + 400 + + + Homed + BOOL + StateDWord bit 1 + 8 + 408 + + + HomingBusy + BOOL + StateDWord bit 11 + 8 + 416 + + + MotionCommandsLocked + BOOL + StateDWord bit 29 - stop 'n hold + 8 + 424 + + + SoftLimitMinExceeded + BOOL + StateDWord bit 26 - reverse soft travel limit exceeded + 8 + 432 + + + SoftLimitMaxExceeded + BOOL + StateDWord bit 27 - forward soft travel limit exceeded + 8 + 440 + + + Moving + BOOL + StateDWord bit 9+10 + 8 + 448 + + + PositiveDirection + BOOL + StateDWord bit 9 + 8 + 456 + + + NegativeDirection + BOOL + StateDWord bit 10 + 8 + 464 + + + NotMoving + BOOL + StateDWord bit 2 + 8 + 472 + + + Compensating + BOOL + superposition - overlayed motion + 8 + 480 + + + ExtSetPointGenEnabled + BOOL + StateDWord bit 14 + 8 + 488 + + + PhasingActive + BOOL + StateDWord bit 15 + 8 + 496 + + + ExternalLatchValid + BOOL + StateDWord bit 16 + 8 + 504 + + + CamDataQueued + BOOL + StateDWord bit 22 + 8 + 512 + + + CamTableQueued + BOOL + StateDWord bit 21 + 8 + 520 + + + CamScalingPending + BOOL + StateDWord bit 23 + 8 + 528 + + + CmdBuffered + BOOL + StateDWord bit 24 + 8 + 536 + + + PTPmode + BOOL + StateDWord bit 25 + 8 + 544 + + + DriveDeviceError + BOOL + StateDWord bit 28 + 8 + 552 + + + IoDataInvalid + BOOL + StateDWord bit 30 + 8 + 560 + + + ErrorPropagationDelayed + BOOL + StateDWord bit 6 + 8 + 568 + + + DriveLimitActive + BOOL + StateDWord bit 18 - 20181213 Fap + 8 + 576 + + + Coupled + BOOL + Axis.NcToPlc.CoupleState + 8 + 584 + + + OpMode + ST_AxisOpModes + axis operation mode feedback from NcToPlc + 136 + 592 + + + NcApplicationRequest + BOOL + OpModeDWord bit 23 + 8 + 728 + + + + AMSNETID + 48 + BYTE + + 0 + 6 + + + %d.%d.%d.%d.%d.%d + [0] + [1] + [2] + [3] + [4] + [5] + + + + T_AmsNetIdArr + TwinCAT AMS netID address bytes. + 48 + AMSNETID + + + E_NcDriveType + 32 + DWORD + + NcDriveType_undefined + 0 + + + NcDriveType_M2400_DAC1 + 1 + + + NcDriveType_M2400_DAC2 + 2 + + + NcDriveType_M2400_DAC3 + 3 + + + NcDriveType_M2400_DAC4 + 4 + + + NcDriveType_KL4XXX + 5 + MDP 252/253: KL4xxx, PWM KL2502_30K (Frq-Cnt-Impuls-Modus), KL4132 (16 Bit), Pulse-Train KL2521, IP2512 + + + NcDriveType_KL4XXX_NonLinear + 6 + MDP 252/253: Analog-Typ für nichtlineare Kennlinie + + + NcDriveType_Discete_TwoSpeed + 7 + + + NcDriveType_Stepper + 8 + + + NcDriveType_Sercos + 9 + + + NcDriveType_KL5051 + 10 + MDP 510: BISSI Drive KL5051 mit 32 Bit (siehe KL4XXX) + + + NcDriveType_AX2000_B200 + 11 + AX2000-B200 Lightbus, Inkremental mit 32 Bit (AX2000) + + + NcDriveType_ProfiDrive + 12 + Inkremental mit 32 Bit + + + NcDriveType_Universal + 13 + Variable Bitmaske (max. 32 Bit, signed value) + + + NcDriveType_NcBackplane + 14 + Variable Bitmaske (max. 32 Bit, signed value) + + + NcDriveType_CANopen_Lenze + 15 + CANopen Lenze (max. 32 Bit, signed value) + + + NcDriveType_CANopen_DS402_MDP742 + 16 + MDP 742 (DS402): CANopen und EtherCAT (AX2000-B510, AX2000-B1x0, EL7201, AX8000) + + + NcDriveType_AX2000_B900 + 17 + AX2000-B900 Ethernet (max. 32 Bit, signed value) + + + NcDriveType_KL2531_Stepper + 20 + Schrittmotorklemme KL2531/KL2541 + + + NcDriveType_KL2532_DC + 21 + 2-Kanal-DC-Motor-Endstufe (2-channel DC motor stage) KL2532/KL2542, 2-Kanal-PWM-DC-Motorendstufe KL2535/KL2545 + + + NcDriveType_TCOM + 22 + TCOM Drive -> Interface to Soft Drive + + + NcDriveType_MDP_733 + 23 + MDP 733: Modular Device Profile MDP 733 for DC (e.g. EL7332/EL7342) (20.02.09) + + + NcDriveType_MDP_703 + 24 + MDP 703: Modular Device Profile MDP 703 for stepper (e.g. EL7031/EL7041) + + + + E_NcEncoderType + 32 + DWORD + + NcEncoderType_undefined + 0 + + + NcEncoderType_Simulation + 1 + Simulation + + + NcEncoderType_ABS_M3000 + 2 + Absolut mit 24 und 25 Bit sowie 12 und 13 Bit Single Turn Encoder (M3000) + + + NcEncoderType_INC_M31X0 + 3 + Inkremental mit 24 Bit (M31x0, M3200, M3100, M2000) + + + NcEncoderType_INC_KL5101 + 4 + MDP 511: Inkremental mit 16 Bit und Latch (MDP511: EL7041, EL5101, EL5151, EL2521, EL5021(SinCos); KL5101, IP5109, KL5111) + + + NcEncoderType_ABS_KL5001_SSI + 5 + MDP 500/501: Absolut SSI mit 24 Bit (KL5001, IP5009)(MDP 501: EL5001) + + + NcEncoderType_INC_KL5051 + 6 + MDP 510: Absolut/Inkremental BISSI mit 16 Bit (KL5051, PWM KL2502_30K (Frq-Cnt-Impuls-Modus), Pulse-Train KL2521, IP2512 ) + + + NcEncoderType_ABS_KL30XX + 7 + Absolut Analog Eingang mit 16 Bit (KL30xx) + + + NcEncoderType_INC_Sercos_P + 8 + SERCOS "Encoder" POS + + + NcEncoderType_INC_Sercos_PV + 9 + SERCOS "Encoder" POS und VELO + + + NcEncoderType_INC_Binary + 10 + Binaerer Inkremental Encoder (0/1) + + + NcEncoderType_ABS_M2510 + 11 + Absolut Analog Eingang mit 12 Bit (M2510) + + + NcEncoderType_ABS_FOX50 + 12 + T&R Fox 50 Modul (24 Bit Absolut (SSI)) + + + NcEncoderType_ABS_HYDRAULIC_FORCE + 13 + MMW-Typ: Kraftermittlung aus Pa, Pb, Aa, Ab + + + NcEncoderType_INC_AX2000_B200 + 14 + Inkremental AX2000-B200 Lightbus mit 16/20 Bit (AX2000) + + + NcEncoderType_INC_PROFIDRIVE + 15 + Inkremental mit 32 Bit + + + NcEncoderType_INC_UNIVERSAL + 16 + Inkremental mit variabler Bitmaske (max. 32 Bit) + + + NcEncoderType_INC_NCBACKPLANE + 17 + Inkremental NC Rückwand + + + NcEncoderType_INC_CANOPEN_LENZE + 18 + Inkremental CANopen Lenze + + + NcEncoderType_INC_CANOPEN_DS402_MDP513_MDP742 + 19 + MDP 513 / MDP 742 (DS402): CANopen und EtherCAT (AX2000-B510, AX2000-B1x0, EL7201, EL5032/32Bit) + + + NcEncoderType_INC_AX2000_B900 + 20 + Inkremental AX2000-B900 Ethernet + + + NcEncoderType_INC_KL5151 + 21 + Inkremental mit 32 Bit Zaehler und int.+ ext. 32 Bit Latch (KL5151_0000) (nur umschaltbar), die 2-kanalige KL5151_0050 hat kein Latch ! + + + NcEncoderType_INC_IP5209 + 24 + Inkremental mit 32 Bit Zaehler und int. 32 Bit Latch (IP5209) + + + NcEncoderType_INC_KL2531_Stepper + 25 + Inkremental mit 16 Bit Zaehler und int.+ext. 16 Bit Latch (nur umschaltbar) (Schrittmotorklemme KL2531/KL2541) + + + NcEncoderType_INC_KL2532_DC + 26 + Inkremental mit 16 Bit Zaehler und ext. 16 Bit Latch (nur umschaltbar) (2-Kanal-DC-Motor-Endstufe KL2532/KL2542), 2-Kanal-PWM-DC-Motorendstufe KL2535/KL2545 + + + NcEncoderType_INC_TIMEBASEGENERATOR + 27 + Time Base Generator + + + NcEncoderType_INC_TCOM + 28 + TCOM Encoder -> Interface to Soft Drive Encoder + + + NcEncoderType_INC_CANOPEN_MDP513_64BIT + 29 + MDP 513 (DS402, EnDat2.2, 64 Bit): EL5032/64Bit + + + NcEncoderType_SPECIFIC + 100 + + + + E_NcAxisType + 32 + DWORD + + NcAxisType_undefined + 0 + + + NcAxisType_Continious + 1 + Kontinuierliche Achse (auch SERCOS) + + + NcAxisType_Discrete_TwoSpeed + 2 + Diskrete Achse (Eil/Schleich-Achse) + + + NcAxisType_LowCostStepper_DigIO + 3 + Schrittmotor Achse (ohne PWM Klemme KL2502/30 und ohne Pulse-Train KL2521) + + + NcAxisType_Encoder + 5 + Encoder Achse + + + NcAxisType_Hydraulic + 6 + Kontinuierliche Achse mit Betriebsartumschaltung fur Positions-/Druck-Regelung + + + NcAxisType_TimeGenerator + 7 + Time Base Generator + + + NcAxisType_Specific + 100 + + + + ST_DriveAddress + 640 + + NetID + T_AmsNetID + AMS NetID of the hardware drive as a string + 192 + 0 + + + NetIdBytes + T_AmsNetIdArr + AMS NetID of the hardware drive as a byte array (same information as NetID) + 48 + 192 + + + SlaveAddress + T_AmsPort + slave address of the hardware drive connected to a bus master + 16 + 240 + + + Channel + BYTE + channel number of the hardware drive + 8 + 256 + + + NcDriveId + DWORD + ID [1..255] of the NC software drive of an axis + 32 + 288 + + + NcDriveIndex + DWORD + index [0..9] of the NC software drive of an axis + 32 + 320 + + + NcDriveType + E_NcDriveType + type enumeration of the NC software drive of an axis + 32 + 352 + + + NcEncoderId + DWORD + ID [1..255] of the NC software encoder of an axis + 32 + 384 + + + NcEncoderIndex + DWORD + index [0..9] of the NC software encoder of an axis + 32 + 416 + + + NcEncoderType + E_NcEncoderType + type enumeration of the NC encoder drive of an axis + 32 + 448 + + + NcAxisId + DWORD + ID [1..255] of the NC axis + 32 + 480 + + + NcAxisType + E_NcAxisType + type enumeration of the NC axis + 32 + 512 + + + TcSoftDriveObjectId + OTCID + new since 2016-04-11 FAP - just available with versions after this date, otherwise zero + 32 + 544 + + + conditionalshow + + + + + TcDriveObjectId + OTCID + 32 + 576 + + + TcEncoderObjectId + OTCID + 32 + 608 + + + + _E_PhasingState + 16 + INT + + PhasingInactive + 0 + + + PhasingActivated + 1 + + + PhasingAborted + 2 + + + + _InternalAxisRefData + 128 + + NcCycleCounterAvailable + BOOL + TRUE if the NcCycleCounter is definitely available on the target system - FALSE if undefined + 8 + 0 + + + NcCycleCounter_AtReadStatusCall + UDINT + current NC cycle counter when calling ReadStatus + 32 + 32 + + + LastTaskIndex_AtReadStatusCall + BYTE + task index of last recent status update + 8 + 64 + + + CounterSameTaskIndex_AtReadStatusCall + UINT + counter increments to max 100 if the task index for the status update never changes + 16 + 80 + + + PhasingState + _E_PhasingState + KSt 20190703 global handshake for phasing blocks + 16 + 96 + + + + conditionalshow + + + + + AXIS_REF + AXIS_REF data structure The FBAXIS_REF is actually not a function block but a data structure @@ -93,324 +7870,10649 @@ External Setpoint Generation: located I/O variables. The user is supposed to use the AXIS_REF data type which internally redirects the type to this function block definition (alias). -]]>9024PlcToNcPLCTONC_AXIS_REF102464ItemTypeInputTcAddressTypeOutputNcToPlcNCTOPLC_AXIS_REF20481088ItemTypeOutputTcAddressTypeInputADSST_AdsAddress2243136ItemTypeOutputStatusST_AxisStatus7683392ItemTypeOutputDriveAddressST_DriveAddress6404160ItemTypeInput_internal_InternalAxisRefData1284800conditionalshowStorageDWORD012840964928conditionalshowReadStatusPouTypeFunctionBlockconditionalshow_all_localsENUM_StageEnableMode16INTALWAYS0NEVER1DURING_MOTION2ENUM_StageBrakeMode16INTIF_ENABLED0IF_MOVING1NO_BRAKE2ENUM_EpicsHomeCmd16INTLOW_LIMIT1HIGH_LIMIT2HOME_VIA_LOW3HOME_VIA_HIGH4ABSOLUTE_SET15NONE-1ST_AxisParameterSet8192AxisIdDWORD320nAxisTypeE_NcAxisType3232sAxisNameSTRING(31)25664fAxisCycleTimeLREAL64320bEnablePositionAreaControlWORD16384fPositionAreaControlRangeLREAL64448bEnableMotionControlWORD16512fMotionControlTimeLREAL64576bEnableLoopWORD16640fLoopDistanceLREAL64704bEnableTargetPosControlWORD16768fTargetPosControlRangeLREAL64832fTargetPosControlTimeLREAL64896fVeloMaximumLREAL64960fRefVeloSearchLREAL641024fRefVeloSyncLREAL641088fVeloSlowManualLREAL641152fVeloFastManualLREAL641216fMotionControlRangeLREAL641280bEnablePEHTimeControlWORD161344fPEHControlTimeLREAL641408bEnableBacklashCompensationWORD161472fBacklashLREAL641536sAmsNetIdT_AmsNetID1921600nPortWORD161792nChnNoWORD161808fAccelerationLREAL641856fDecelerationLREAL641920fJerkLREAL641984nEncIdDWORD322048nEncTypeE_NcEncoderType322080sEncNameSTRING(31)2562112fEncScaleFactorNumeratorLREAL642368fEncScaleFactorDenominatorLREAL642432fEncScaleFactorInternalLREAL642496fEncOffsetLREAL642560bEncIsInverseWORD162624fEncModuloFactorLREAL642688nEncModeDWORD322752bEncEnableSoftEndMinControlWORD162784bEncEnableSoftEndMaxControlWORD162800fEncSoftEndMinLREAL642816fEncSoftEndMaxLREAL642880nEncMaxIncrementDWORD322944nEncRefSoftSyncMaskDWORD322976bEncEnablePosCorrectionWORD163008nEncReferenceSystemDWORD323040fEncPosCorrectionFilterTimeLREAL643072bEncRefSearchInverseUINT163136bEncRefSyncInverseUINT163152nEncRefModeUDINT323168fEncRefPositionLREAL643200nCtrlIdDWORD323264nCtrlTypeDWORD323296sCtrlNameSTRING(31)2563328bCtrlEnablePosDiffControlWORD163584bCtrlEnableVeloDiffControlWORD163600fCtrlPosDiffMaxLREAL643648fCtrlPosDiffMaxTimeLREAL643712fCtrlPosKpLREAL643776fCtrlPosTnLREAL643840fCtrlPosTvLREAL643904fCtrlPosTdLREAL643968fCtrlPosExtKpLREAL644032fCtrlPosExtVeloLREAL644096fCtrlAccKaLREAL644160nDriveIdDWORD324224nDriveTypeE_NcDriveType324256sDriveNameSTRING(31)2564288bDriveIsInverseWORD164544nDriveControlDWordDWORD324576fDriveVeloReferenzLREAL644608fDriveOutputReferenzLREAL644672fDriveOutputScalingAccLREAL644736fDriveOutputScalingTorqueLREAL644800fDriveInputScalingTorqueLREAL644864fDriveInputFiltertimeTorqueLREAL644928fDriveInputFiltertimeTorqueDerivativeLREAL644992fAccelerationMaxLREAL645056fDecelerationMaxLREAL645120DUT_AxisStatus_v0_01768bEnableBOOL80bResetBOOL88bExecuteBOOL816nCommandUINT1632nCmdDataUINT1648fVelocityLREAL6464fPositionLREAL64128fAccelerationLREAL64192fDecelerationLREAL64256bJogFwdBOOL8320bJogBwdBOOL8328bLimitFwdBOOL8336bLimitBwdBOOL8344fOverrideLREAL64384100bHomeSensorBOOL8448bEnabledBOOL8456bErrorBOOL8464nErrorIdUDINT32480fActVelocityLREAL64512fActPositionLREAL64576fActDiffLREAL64640bHomedBOOL8704bBusyBOOL8712DUT_MotionStage21184AxisAXIS_REF90240bLimitForwardEnableBOOL89024pytmc + + 9024 + + PlcToNc + PLCTONC_AXIS_REF + 1024 + 64 + + + ItemType + Input + + + TcAddressType + Output + + + + + NcToPlc + NCTOPLC_AXIS_REF + 2048 + 1088 + + + ItemType + Output + + + TcAddressType + Input + + + + + ADS + ST_AdsAddress + 224 + 3136 + + + ItemType + Output + + + + + Status + ST_AxisStatus + 768 + 3392 + + + ItemType + Output + + + + + DriveAddress + ST_DriveAddress + 640 + 4160 + + + ItemType + Input + + + + + _internal + _InternalAxisRefData + 128 + 4800 + + + conditionalshow + + + + + Storage + DWORD + + 0 + 128 + + 4096 + 4928 + + + conditionalshow + + + + + ReadStatus + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ENUM_StageEnableMode + 16 + INT + + ALWAYS + 0 + Always set bEnable to TRUE + + + NEVER + 1 + Only change bEnable on errors + + + DURING_MOTION + 2 + Enable before motion, disable after motion + + + + ENUM_StageBrakeMode + 16 + INT + + IF_ENABLED + 0 + Disengage brake when the motor is enabled + + + IF_MOVING + 1 + Disengage brake when the motor is moving + + + NO_BRAKE + 2 + Do not change the brake state in FB_MotionStage + + + + ENUM_EpicsHomeCmd + 16 + INT + + LOW_LIMIT + 1 + Low limit switch + + + HIGH_LIMIT + 2 + High limit switch + + + HOME_VIA_LOW + 3 + Home switch via low switch + + + HOME_VIA_HIGH + 4 + Home switch via high switch + + + ABSOLUTE_SET + 15 + Set here to be fHomePosition + + + NONE + -1 + Do not home, ever + + + + ST_AxisParameterSet + 8192 + + AxisId + DWORD + TC3 &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& + 32 + 0 + + + nAxisType + E_NcAxisType + 0x00000003 + 32 + 32 + + + sAxisName + STRING(31) + 0x00000002 + 256 + 64 + + + fAxisCycleTime + LREAL + available from Tc 2.11 R2 + 64 + 320 + + + bEnablePositionAreaControl + WORD + 0x0000000F + 16 + 384 + + + fPositionAreaControlRange + LREAL + 0x00000010 + 64 + 448 + + + bEnableMotionControl + WORD + 0x00000011 + 16 + 512 + + + fMotionControlTime + LREAL + 0x00000012 + 64 + 576 + + + bEnableLoop + WORD + 0x00000013 + 16 + 640 + + + fLoopDistance + LREAL + 0x00000014 + 64 + 704 + + + bEnableTargetPosControl + WORD + 0x00000015 + 16 + 768 + + + fTargetPosControlRange + LREAL + 0x00000016 + 64 + 832 + + + fTargetPosControlTime + LREAL + 0x00000017 + 64 + 896 + + + fVeloMaximum + LREAL + 0x00000027 + 64 + 960 + + + fRefVeloSearch + LREAL + 0x00000006 calibration velo (TO plc cam) (17.05.11: parameter extension) + 64 + 1024 + + + fRefVeloSync + LREAL + 0x00000007 calibration velo (off plc cam) (17.05.11: parameter extension) + 64 + 1088 + + + fVeloSlowManual + LREAL + 0x00000008 manual velocity (slow) (17.05.11: parameter extension) + 64 + 1152 + + + fVeloFastManual + LREAL + 0x00000009 manual velocity (fast) (17.05.11: parameter extension) + 64 + 1216 + + + fMotionControlRange + LREAL + 0x00000028 + 64 + 1280 + + + bEnablePEHTimeControl + WORD + 0x00000029 + 16 + 1344 + + + fPEHControlTime + LREAL + 0x0000002A + 64 + 1408 + + + bEnableBacklashCompensation + WORD + 0x0000002B + 16 + 1472 + + + fBacklash + LREAL + 0x0000002C + 64 + 1536 + + + sAmsNetId + T_AmsNetID + 0x00000031 (Wandlung von "BYTE b[6]" zum nullterminierten STRING mit 23+1 Zeichen) + 192 + 1600 + + + nPort + WORD + 0x00000031 + 16 + 1792 + + + nChnNo + WORD + 0x00000031 + 16 + 1808 + + + fAcceleration + LREAL + 0x00000101 + 64 + 1856 + + + fDeceleration + LREAL + 0x00000102 + 64 + 1920 + + + fJerk + LREAL + 0x00000103 + 64 + 1984 + + + nEncId + DWORD + 0x00010001 + 32 + 2048 + + + nEncType + E_NcEncoderType + 0x00010003 + 32 + 2080 + + + sEncName + STRING(31) + 0x00010002 + 256 + 2112 + + + fEncScaleFactorNumerator + LREAL + 0x00010023 + 64 + 2368 + + + fEncScaleFactorDenominator + LREAL + 0x00010024 + 64 + 2432 + + + fEncScaleFactorInternal + LREAL + fEncScaleFactorInternal = fEncScaleFactorNumerator / fEncScaleFactorDenominator + 64 + 2496 + + + fEncOffset + LREAL + 0x00010007 + 64 + 2560 + + + bEncIsInverse + WORD + 0x00010008 + 16 + 2624 + + + fEncModuloFactor + LREAL + 0x00010009 + 64 + 2688 + + + nEncMode + DWORD + 0x0001000A + 32 + 2752 + + + bEncEnableSoftEndMinControl + WORD + 0x0001000B + 16 + 2784 + + + bEncEnableSoftEndMaxControl + WORD + 0x0001000C + 16 + 2800 + + + fEncSoftEndMin + LREAL + 0x0001000D + 64 + 2816 + + + fEncSoftEndMax + LREAL + 0x0001000E + 64 + 2880 + + + nEncMaxIncrement + DWORD + 0x00010015 + 32 + 2944 + + + nEncRefSoftSyncMask + DWORD + 0x00010108 + 32 + 2976 + + + bEncEnablePosCorrection + WORD + 0x00010016 + 16 + 3008 + + + nEncReferenceSystem + DWORD + 0x00010019 (15.10.15: parameter extension) + 32 + 3040 + + + fEncPosCorrectionFilterTime + LREAL + 0x00010017 + 64 + 3072 + + + bEncRefSearchInverse + UINT + 0x00010101 (17.05.11: parameter extension) + 16 + 3136 + + + bEncRefSyncInverse + UINT + 0x00010102 (17.05.11: parameter extension) + 16 + 3152 + + + nEncRefMode + UDINT + 0x00010107 (17.05.11: parameter extension) + 32 + 3168 + + + fEncRefPosition + LREAL + 0x00010103 (17.05.11: parameter extension) + 64 + 3200 + + + nCtrlId + DWORD + 0x00020001 + 32 + 3264 + + + nCtrlType + DWORD + 0x00020003 + 32 + 3296 + + + sCtrlName + STRING(31) + 0x00020002 + 256 + 3328 + + + bCtrlEnablePosDiffControl + WORD + 0x00020010 + 16 + 3584 + + + bCtrlEnableVeloDiffControl + WORD + 0x00020011 + 16 + 3600 + + + fCtrlPosDiffMax + LREAL + 0x00020012 + 64 + 3648 + + + fCtrlPosDiffMaxTime + LREAL + 0x00020013 + 64 + 3712 + + + fCtrlPosKp + LREAL + 0x00020102 + 64 + 3776 + + + fCtrlPosTn + LREAL + 0x00020103 + 64 + 3840 + + + fCtrlPosTv + LREAL + 0x00020104 + 64 + 3904 + + + fCtrlPosTd + LREAL + 0x00020105 + 64 + 3968 + + + fCtrlPosExtKp + LREAL + 0x00020106 + 64 + 4032 + + + fCtrlPosExtVelo + LREAL + 0x00020107 + 64 + 4096 + + + fCtrlAccKa + LREAL + 0x00020108 + 64 + 4160 + + + nDriveId + DWORD + 0x00030001 + 32 + 4224 + + + nDriveType + E_NcDriveType + 0x00030003 + 32 + 4256 + + + sDriveName + STRING(31) + 0x00030002 + 256 + 4288 + + + bDriveIsInverse + WORD + 0x00030006 + 16 + 4544 + + + nDriveControlDWord + DWORD + 0x00030010 + 32 + 4576 + + + fDriveVeloReferenz + LREAL + 0x00030101 + 64 + 4608 + + + fDriveOutputReferenz + LREAL + 0x00030102 + 64 + 4672 + + + fDriveOutputScalingAcc + LREAL + 0x0003000A (15.10.15: parameter extension) + 64 + 4736 + + + fDriveOutputScalingTorque + LREAL + 0x0003000B (15.10.15: parameter extension) + 64 + 4800 + + + fDriveInputScalingTorque + LREAL + 0x00030031 (15.10.15: parameter extension) + 64 + 4864 + + + fDriveInputFiltertimeTorque + LREAL + 0x00030032 (15.10.15: parameter extension) + 64 + 4928 + + + fDriveInputFiltertimeTorqueDerivative + LREAL + 0x00030033 (15.10.15: parameter extension) + 64 + 4992 + + + fAccelerationMax + LREAL + 0x000000F1 (15.10.15: parameter extension) + 64 + 5056 + + + fDecelerationMax + LREAL + 0x000000F2 (15.10.15: parameter extension) + 64 + 5120 + + + + DUT_AxisStatus_v0_01 + 768 + + bEnable + BOOL + 8 + 0 + + + bReset + BOOL + 8 + 8 + + + bExecute + BOOL + 8 + 16 + + + nCommand + UINT + 16 + 32 + + + nCmdData + UINT + 16 + 48 + + + fVelocity + LREAL + 64 + 64 + + + fPosition + LREAL + 64 + 128 + + + fAcceleration + LREAL + 64 + 192 + + + fDeceleration + LREAL + 64 + 256 + + + bJogFwd + BOOL + 8 + 320 + + + bJogBwd + BOOL + 8 + 328 + + + bLimitFwd + BOOL + 8 + 336 + + + bLimitBwd + BOOL + 8 + 344 + + + fOverride + LREAL + 64 + 384 + + 100 + + + + bHomeSensor + BOOL + 8 + 448 + + + bEnabled + BOOL + 8 + 456 + + + bError + BOOL + 8 + 464 + + + nErrorId + UDINT + 32 + 480 + + + fActVelocity + LREAL + 64 + 512 + + + fActPosition + LREAL + 64 + 576 + + + fActDiff + LREAL + 64 + 640 + + + bHomed + BOOL + 8 + 704 + + + bBusy + BOOL + 8 + 712 + + + + DUT_MotionStage + 21184 + + Axis + AXIS_REF + Hardware + PLC Axis Reference + 9024 + 0 + + + bLimitForwardEnable + BOOL + NC Forward Limit Switch: TRUE if ok to move + 8 + 9024 + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInputbLimitBackwardEnableBOOL89032pytmc + + + + TcAddressType + Input + + + + + bLimitBackwardEnable + BOOL + NC Backward Limit Switch: TRUE if ok to move + 8 + 9032 + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInputbHomeBOOL89040pytmc + + + + TcAddressType + Input + + + + + bHome + BOOL + NO Home Switch: TRUE if at home + 8 + 9040 + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInputbBrakeReleaseBOOL89048pytmc + + + + TcAddressType + Input + + + + + bBrakeRelease + BOOL + NC Brake Output: TRUE to release brake + 8 + 9048 + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutputbHardwareEnableBOOL89056pytmc + + + + TcAddressType + Output + + + + + bHardwareEnable + BOOL + NC STO Input: TRUE if ok to move + 8 + 9056 + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInputnRawEncoderULINTULINT649088TcAddressTypeInputnRawEncoderUINTUINT169152TcAddressTypeInputnRawEncoderINTINT169168TcAddressTypeInputbAllForwardEnableBOOL891840pytmc + + + + TcAddressType + Input + + + + + nRawEncoderULINT + ULINT + Raw encoder IO for ULINT (Biss-C) + 64 + 9088 + + + TcAddressType + Input + + + + + nRawEncoderUINT + UINT + Raw encoder IO for UINT (Relative Encoders) + 16 + 9152 + + + TcAddressType + Input + + + + + nRawEncoderINT + INT + Raw encoder IO for INT (LVDT) + 16 + 9168 + + + TcAddressType + Input + + + + + bAllForwardEnable + BOOL + Psuedo-hardware + Forward enable EPS summary + 8 + 9184 + + 0 + + + + pytmc + pv: PLC:bAllForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC Summary of axis permission to move forward - bAllBackwardEnableBOOL891920pytmc + + + + + + bAllBackwardEnable + BOOL + Backward enable EPS summary + 8 + 9192 + + 0 + + + + pytmc + pv: PLC:bAllBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC Summary of axis permission to move backward - bAllEnableBOOL892000pytmc + + + + + + bAllEnable + BOOL + Enable EPS summary encapsulating emergency stop button and any additional motion preventive hardware + 8 + 9200 + + 0 + + + + pytmc + pv: PLC:bAllEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC Summary of axis permission to have power - bGantryForwardEnableBOOL892080pytmc + + + + + + bGantryForwardEnable + BOOL + Forward virtual gantry limit switch + 8 + 9208 + + 0 + + + + pytmc + pv: PLC:bGantryForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if gantry ok to move forward - bGantryBackwardEnableBOOL892160pytmc + + + + + + bGantryBackwardEnable + BOOL + Backward virtual gantry limit switch + 8 + 9216 + + 0 + + + + pytmc + pv: PLC:bGantryBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if gantry ok to move backward - nEncoderCountUDINT329248pytmc + + + + + + nEncoderCount + UDINT + Encoder count summary, if linked above + 32 + 9248 + + + pytmc + pv: PLC:nEncoderCount io: i field: DESC Count from encoder hardware - sNameSTRING(80)6489280pytmc + + + + + + sName + STRING(80) + Settings + Name to use for log messages, fast faults, etc. + 648 + 9280 + + + pytmc + pv: PLC:sName io: i field: DESC PLC program name - bPowerSelfBOOL899280pytmc + + + + + + bPowerSelf + BOOL + If TRUE, we want to enable the motor independently of PMPS or other safety systems. + 8 + 9928 + + 0 + + + + pytmc + pv: PLC:bPowerSelf io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if axis is in PMPS - nEnableModeENUM_StageEnableMode1699362pytmc + + + + + + nEnableMode + ENUM_StageEnableMode + Determines when we automatically enable the motor + 16 + 9936 + + 2 + + + + pytmc + pv: PLC:nEnableMode io: i field: DESC Describes when the axis will automatically get power - nBrakeModeENUM_StageBrakeMode1699520pytmc + + + + + + nBrakeMode + ENUM_StageBrakeMode + Determines when we automatically disengage the brake + 16 + 9952 + + 0 + + + + pytmc + pv: PLC:nBrakeMode io: i field: DESC Describes when the brake will be released - nHomingModeENUM_EpicsHomeCmd169968-1pytmc + + + + + + nHomingMode + ENUM_EpicsHomeCmd + Determines our encoder homing strategy + 16 + 9968 + + -1 + + + + pytmc + pv: PLC:nHomingMode io: i field: DESC Describes our homing strategy - bGantryAxisBOOL899840pytmc + + + + + + bGantryAxis + BOOL + Set true to activate gantry EPS + 8 + 9984 + + 0 + + + + pytmc + pv: PLC:bGantryAxis io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if gantry EPS active - nGantryTolLINT64100480nEncRefULINT64101120bEnableBOOL810176pytmc + + + + + + nGantryTol + LINT + Set to gantry difference tolerance + 64 + 10048 + + 0 + + + + nEncRef + ULINT + Encoder count at which this axis is aligned with other axis + 64 + 10112 + + 0 + + + + bEnable + BOOL + Commands + Used internally to request enables + 8 + 10176 + + + pytmc + pv: PLC:bEnable io: io field: ZNAM FALSE field: ONAM TRUE field: DESC Used internally to request enables - bResetBOOL810184pytmc + + + + + + bReset + BOOL + Used internally to reset errors and other state + 8 + 10184 + + + pytmc + pv: PLC:bReset io: io field: ZNAM FALSE field: ONAM TRUE field: DESC Used internally to reset errors - bExecuteBOOL810192pytmc + + + + + + bExecute + BOOL + Used internally and by the IOC to start or stop a move + 8 + 10192 + + + pytmc + pv: PLC:bExecute io: io field: ZNAM FALSE field: ONAM TRUE field: DESC Used internally and by the IOC to start or stop - bUserEnableBOOL8102001pytmc + + + + + + bUserEnable + BOOL + Used by the IOC to disable an axis + 8 + 10200 + + 1 + + + + pytmc + pv: PLC:bUserEnable io: io field: ZNAM DISABLE field: ONAM ENABLE field: DESC Used to disable power entirely for an axis - bMoveCmdBOOL810208pytmc + + + + + + bMoveCmd + BOOL + Shortcut Commands + Start a move to fPosition with fVelocity + 8 + 10208 + + + pytmc + pv: PLC:bMoveCmd io: io field: DESC Start a move - bHomeCmdBOOL810216pytmc + + + + + + bHomeCmd + BOOL + Start the homing routine + 8 + 10216 + + + pytmc + pv: PLC:bHomeCmd io: io field: DESC Start the homing routine - nCommandINT1610224pytmc + + + + + + nCommand + INT + Command Args + Used internally and by the IOC to pick what kind of move to do + 16 + 10224 + + + pytmc + pv: PLC:nCommand io: io field: DESC Used internally and by the IOC to pick move type - nCmdDataINT1610240pytmc + + + + + + nCmdData + INT + Used internally and by the IOC to pass additional data to some commands + 16 + 10240 + + + pytmc + pv: PLC:nCmdData io: io field: DESC Used internally and by the IOC to pass extra args - fPositionLREAL6410304pytmc + + + + + + fPosition + LREAL + Used internally and by the IOC to pick a destination for the move + 64 + 10304 + + + pytmc + pv: PLC:fPosition io: io field: DESC Used internally and by the IOC as the set position - fVelocityLREAL6410368pytmc + + + + + + fVelocity + LREAL + Used internally and by the IOC to pick a move velocity + 64 + 10368 + + + pytmc + pv: PLC:fVelocity io: io field: DESC Used internally and by the IOC to set velocity - fAccelerationLREAL6410432pytmc + + + + + + fAcceleration + LREAL + Used internally and by the IOC to pick a move acceleration + 64 + 10432 + + + pytmc + pv: PLC:fAcceleration io: io field: DESC Used internally and by the IOC to set acceleration - fDecelerationLREAL6410496pytmc + + + + + + fDeceleration + LREAL + Used internally and by the IOC to pick a move deceleration + 64 + 10496 + + + pytmc + pv: PLC:fDeceleration io: io field: DESC Used internally and by the IOC to set deceleration - fHomePositionLREAL6410560pytmc + + + + + + fHomePosition + LREAL + Used internally and by the IOC to pick a home position + 64 + 10560 + + + pytmc + pv: PLC:fHomePosition io: io field: DESC Used internally and by the IOC to pick home position - nMotionAxisIDUDINT32106240pytmc + + + + + + nMotionAxisID + UDINT + Info + Unique ID assigned to each axis in the NC + 32 + 10624 + + 0 + + + + pytmc + pv: PLC:nMotionAxisID io: i field: DESC Unique ID assigned to each axis in the NC - bEnableDoneBOOL810656pytmc + + + + + + bEnableDone + BOOL + Returns + TRUE if done enabling + 8 + 10656 + + + pytmc + pv: PLC:bEnableDone io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if done enabling - bBusyBOOL810664pytmc + + + + + + bBusy + BOOL + TRUE if in the middle of a command + 8 + 10664 + + + pytmc + pv: PLC:bBusy io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if in the middle of a command - bDoneBOOL810672pytmc + + + + + + bDone + BOOL + TRUE if we've done a command and it has finished + 8 + 10672 + + + pytmc + pv: PLC:bDone io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if command finished successfully - bHomedBOOL810680pytmc + + + + + + bHomed + BOOL + TRUE if the motor has been homed, or does not need to be homed + 8 + 10680 + + + pytmc + pv: PLC:bHomed io: i field: DESC TRUE if the motor has been homed - bSafetyReadyBOOL810688pytmc + + + + + + bSafetyReady + BOOL + TRUE if we have safety permission to move + 8 + 10688 + + + pytmc + pv: PLC:bSafetyReady io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if safe to start a move - bErrorBOOL810696pytmc + + + + + + bError + BOOL + TRUE if we're in an error state + 8 + 10696 + + + pytmc + pv: PLC:bError io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if we are in an error state update: 100Hz notify - nErrorIdUDINT3210720pytmc + + + + + + nErrorId + UDINT + Error code if nonzero + 32 + 10720 + + + pytmc + pv: PLC:nErrorId io: i field: DESC Error code if nonzero update: 100Hz notify - sErrorMessageSTRING(80)64810752pytmc + + + + + + sErrorMessage + STRING(80) + Message to identify the error state + 648 + 10752 + + + pytmc + pv: PLC:sErrorMessage io: i field: DESC Message to identify the error state update: 100Hz notify - sCustomErrorMessageSTRING(80)64811400stAxisParametersST_AxisParameterSet819212096bAxisParamsInitBOOL820288stAxisStatusDUT_AxisStatus_v0_0176820352fPosDiffLREAL6421120pytmc + + + + + + sCustomErrorMessage + STRING(80) + Internal hook for custom error messages + 648 + 11400 + + + stAxisParameters + ST_AxisParameterSet + MC_ReadParameterSet Output + 8192 + 12096 + + + bAxisParamsInit + BOOL + True if we've updated stAxisParameters at least once + 8 + 20288 + + + stAxisStatus + DUT_AxisStatus_v0_01 + Misc axis status information for the IOC + 768 + 20352 + + + fPosDiff + LREAL + Other status information for users of the IOC + Position lag difference + 64 + 21120 + + + pytmc + pv: PLC:fPosDiff io: i field: DESC Position lag difference - ST_FFInfo6832sPathT_MaxString20480pytmc + + + + + + + ST_FFInfo + These elements should be set at init and never changed. + 6832 + + sPath + T_MaxString + Full PLC path to FF object + 2048 + 0 + + + pytmc + pv: Path io: i - DescT_MaxString20482048pytmc + + + + + + Desc + T_MaxString + Set at instantiation to a helpful description of the fast fault purpose + 2048 + 2048 + + + pytmc + pv: Desc io: i - DevNameT_MaxString20484096pytmc + + + + + + DevName + T_MaxString + Component name, used in diagnostic to help narrow down where beam faults are coming from + 2048 + 4096 + + + pytmc + pv: DevName io: i - TypeCodeUINT166144pytmc + + + + + + TypeCode + UINT + Set at instantiation to fault class code + 16 + 6144 + + + pytmc + pv: TypeCode io: i - InUseBOOL861600pytmc + + + + + + InUse + BOOL + //////////////////////////////////////// +//////////////////////////////////////// + 8 + 6160 + + 0 + + + + pytmc + pv: InUse io: i - AutoResetBOOL86168VetoableBOOL861761InfoStringSTRING(80)6486184pytmc + + + + + + AutoReset + BOOL + //////////////////////////////////////// + 8 + 6168 + + + Vetoable + BOOL + Can this fast fault be masked by the veto device input? + 8 + 6176 + + 1 + + + + InfoString + STRING(80) + 648 + 6184 + + + pytmc + pv: InfoString io: i - TP + + + + + + TP + Pulse Timer. Q produces a High-Signal with the length of PT on every rising edge on IN. -]]>192INBOOL832ItemTypeInputPTTIME3264ItemTypeInputQBOOL896ItemTypeOutputETTIME32128ItemTypeOutputStartTimeTIME32160PouTypeFunctionBlockF_TRIG + 192 + + IN + BOOL + Trigger for Start of the Signal + 8 + 32 + + + ItemType + Input + + + + + PT + TIME + The length of the High-Signal in 10ms + 32 + 64 + + + ItemType + Input + + + + + Q + BOOL + The pulse + 8 + 96 + + + ItemType + Output + + + + + ET + TIME + The current phase of the High-Signal + 32 + 128 + + + ItemType + Output + + + + + StartTime + TIME + 32 + 160 + + + + PouType + FunctionBlock + + + + + F_TRIG + Falling Edge detection. -]]>64CLKBOOL832ItemTypeInputQBOOL840ItemTypeOutputMBOOL8481conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_FFOverride576DurationDINT320pytmc + + 64 + + CLK + BOOL + signal to detect + 8 + 32 + + + ItemType + Input + + + + + Q + BOOL + falling edge at signal detected + 8 + 40 + + + ItemType + Output + + + + + M + BOOL + 8 + 48 + + 1 + + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ST_FFOverride + 576 + + Duration + DINT + DINT to be compatible with EPICS + 32 + 0 + + + pytmc + pv: Duration io: o - ExpirationDINT3232pytmc + + + + + + Expiration + DINT + DINT to be compatible with EPICS + 32 + 32 + + + pytmc + pv: Expiration io: o - StartDTDINT3264pytmc + + + + + + StartDT + DINT + DINT to be compatible with EPICS + 32 + 64 + + + pytmc + pv: StartDT io: o - ActivateBOOL896pytmc + + + + + + Activate + BOOL + 8 + 96 + + + pytmc + pv: Activate io: o - DeactivateBOOL8104pytmc + + + + + + Deactivate + BOOL + 8 + 104 + + + pytmc + pv: Deactivate io: o - ElapsedTimeDINT32128pytmc + + + + + + ElapsedTime + DINT + DINT to be compatible with EPICS + 32 + 128 + + + pytmc + pv: ElapsedTime io: i - RemainingTimeDINT32160pytmc + + + + + + RemainingTime + DINT + DINT to be compatible with EPICS + 32 + 160 + + + pytmc + pv: RemainingTime io: i - ActiveBOOL8192pytmc + + + + + + Active + BOOL + 8 + 192 + + + pytmc + pv: Active io: i - TimerTP192224OvrdActLogAckBOOL8416OvrdExpLogAckBOOL8424tOvrdActivateR_TRIG64448tOvrdExpiringF_TRIG64512RS64SETBOOL832ItemTypeInputRESET1BOOL840ItemTypeInputQ1BOOL848ItemTypeOutputPouTypeFunctionBlockST_FF7680InfoST_FFInfo68320pytmc + + + + + + Timer + TP + 192 + 224 + + + OvrdActLogAck + BOOL + 8 + 416 + + + OvrdExpLogAck + BOOL + 8 + 424 + + + tOvrdActivate + R_TRIG + 64 + 448 + + + tOvrdExpiring + F_TRIG + 64 + 512 + + + + RS + 64 + + SET + BOOL + Input to set Q1 + 8 + 32 + + + ItemType + Input + + + + + RESET1 + BOOL + Input to reset Q1 (reset dominant) + 8 + 40 + + + ItemType + Input + + + + + Q1 + BOOL + 8 + 48 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + + + ST_FF + 7680 + + Info + ST_FFInfo + 6832 + 0 + + + pytmc + pv: Info - OvrdST_FFOverride5766848pytmc + + + + + + Ovrd + ST_FFOverride + 576 + 6848 + + + pytmc + pv: Ovrd - OKBOOL87424pytmc + + + + + + OK + BOOL + Fault logic state + 8 + 7424 + + + pytmc + pv: OK io: i - FaultAckBOOL87432ClearAckBOOL87440BeamPermittedBOOL87448pytmc + + + + + + FaultAck + BOOL + Set when faulted, reset by logger. + 8 + 7432 + + + ClearAck + BOOL + 8 + 7440 + + + BeamPermitted + BOOL + Result of reset, veto, and fault logic, true beam off boolean + 8 + 7448 + + + pytmc + pv: BeamPermitted io: i - ResetBOOL87456pytmc + + + + + + Reset + BOOL + 8 + 7456 + + + pytmc + pv: Reset io: o - bsFFRS647488rtResetR_TRIG647552ftCountFaultF_TRIG647616DWORD (1..86400)32DWORDLowerBorder1UpperBorder86400TIMESTRUCT128wYearWORD160wMonthWORD1616wDayOfWeekWORD1632wDayWORD1648wHourWORD1664wMinuteWORD1680wSecondWORD1696wMillisecondsWORD16112E_TimeZoneID16INTeTimeZoneID_Invalid-1eTimeZoneID_Unknown0eTimeZoneID_Standard1eTimeZoneID_Daylight2NT_GetTime1728NETIDT_AmsNetID19232ItemTypeInputSTARTBOOL8224ItemTypeInputTMOUTTIME322565000ItemTypeInputBUSYBOOL8288ItemTypeOutputERRBOOL8296ItemTypeOutputERRIDUDINT32320ItemTypeOutputTIMESTRTIMESTRUCT128352ItemTypeOutputfbAdsReadADSREAD1248480.PORT10000.IDXGRP400.IDXOFFS1conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_TimeZoneInformation864biasDINT + + + + + bsFF + RS + 64 + 7488 + + + rtReset + R_TRIG + 64 + 7552 + + + ftCountFault + F_TRIG + 64 + 7616 + + + + DWORD (1..86400) + 32 + DWORD + + + LowerBorder + 1 + + + UpperBorder + 86400 + + + + + TIMESTRUCT + System Time Structure + 128 + + wYear + WORD + Year: 1970..2106 + 16 + 0 + + + wMonth + WORD + Month: 1..12 (January = 1, February = 2 and so on) + 16 + 16 + + + wDayOfWeek + WORD + Day of the week: 0..6 (Sunday = 0, Monday = 1, .. , Saturday = 6 and so on) + 16 + 32 + + + wDay + WORD + Day of the month: 1..31 + 16 + 48 + + + wHour + WORD + Hour: 0..23 + 16 + 64 + + + wMinute + WORD + Minute: 0..59 + 16 + 80 + + + wSecond + WORD + Second: 0..59 + 16 + 96 + + + wMilliseconds + WORD + Milliseconds: 0..999 + 16 + 112 + + + + E_TimeZoneID + 16 + INT + + eTimeZoneID_Invalid + -1 + Invalid time zone + + + eTimeZoneID_Unknown + 0 + Unknown time zone + + + eTimeZoneID_Standard + 1 + Standard time (Winterzeit) + + + eTimeZoneID_Daylight + 2 + Daylight saving time (Sommerzeit) + + + + NT_GetTime + Reads local windows system time (struct) + 1728 + + NETID + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 32 + + + ItemType + Input + + + + + START + BOOL + Rising edge on this input activates the fb execution + 8 + 224 + + + ItemType + Input + + + + + TMOUT + TIME + Max fb execution time + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + BUSY + BOOL + 8 + 288 + + + ItemType + Output + + + + + ERR + BOOL + 8 + 296 + + + ItemType + Output + + + + + ERRID + UDINT + 32 + 320 + + + ItemType + Output + + + + + TIMESTR + TIMESTRUCT + Local windows system time + 128 + 352 + + + ItemType + Output + + + + + fbAdsRead + ADSREAD + 1248 + 480 + + + .PORT + 10000 + + + .IDXGRP + 400 + + + .IDXOFFS + 1 + + + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ST_TimeZoneInformation + 864 + + bias + DINT + Specifies the current bias, in minutes, for local time translation on this computer. The bias is the difference, in minutes, between Coordinated Universal Time (UTC) and local time. - UTC = local time + bias ]]>320standardNameSTRING(31)25632standardDateTIMESTRUCT128288standardBiasDINT32416daylightNameSTRING(31)256448daylightDateTIMESTRUCT128704daylightBiasDINT32832ST_AmsGetTimeZoneInformation896tzInfoST_TimeZoneInformation8640apiResultDWORD32864conditionalshowFB_GetTimeZoneInformation3488sNetIDT_AmsNetID19232ItemTypeInputbExecuteBOOL8224ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIDUDINT32320ItemTypeOutputtzIDE_TimeZoneID16352ItemTypeOutputtzInfoST_TimeZoneInformation864384ItemTypeOutputfbAdsReadADSREAD12481248.PORT10000.IDXGRP400.IDXOFFS6conditionalshowfbTriggerR_TRIG642496conditionalshowstateBYTE82560conditionalshowresST_AmsGetTimeZoneInformation8962592conditionalshowPouTypeFunctionBlockconditionalshow_all_localsADSWRITE1216NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputIDXGRPUDINT32256ItemTypeInputIDXOFFSUDINT32288ItemTypeInputLENUDINT32320ItemTypeInputSRCADDRPVOID32352ItemTypeInputTcIgnorePersistentWRITEBOOL8384ItemTypeInputTMOUTTIME324165000ItemTypeInputBUSYBOOL8448ItemTypeOutputERRBOOL8456ItemTypeOutputERRIDUDINT32480ItemTypeOutputPouTypeFunctionBlockhide_all_localsNT_SetTimeToRTCTime12032NETIDT_AmsNetID19232ItemTypeInputSETBOOL8224ItemTypeInputTMOUTTIME322565000ItemTypeInputBUSYBOOL8288ItemTypeOutputERRBOOL8296ItemTypeOutputERRIDUDINT32320ItemTypeOutputfbAdsWriteADSWRITE1216352.PORT10000.IDXGRP4.IDXOFFS0conditionalshowfbRegQueryFB_RegQueryValue103041568.sSubKeySoftware\Beckhoff\TwinCAT3\System.sValNameNumOfCPUsconditionalshowfbTriggerR_TRIG6411872conditionalshowbTmpDWORD32119360conditionalshowstateBYTE8119680conditionalshowbInitBOOL8119761conditionalshownumOfCPUsDWORD32120000conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFW_GetCpuCounter96dwCpuCntLoUDINT3232ItemTypeOutputdwCpuCntHiUDINT3264ItemTypeOutputPouTypeFunctionBlockconditionalshowGETCPUCOUNTER + 32 + 0 + + + standardName + STRING(31) + Specifies a null-terminated string associated with standard time + on this operating system. + 256 + 32 + + + standardDate + TIMESTRUCT + Specifies a SYSTEMTIME structure that contains a date and local time when the + transition from daylight saving time to standard time occurs on this operating system. + 128 + 288 + + + standardBias + DINT + Specifies a bias value to be used during local time translations that occur during standard time. + 32 + 416 + + + daylightName + STRING(31) + Specifies a null-terminated string associated with daylight saving time on this operating system. + For example, this member could contain "PDT" to indicate Pacific Daylight Time. + 256 + 448 + + + daylightDate + TIMESTRUCT + Specifies a SYSTEMTIME structure that contains a date and local time when the transition + from standard time to daylight saving time occurs on this operating system. + 128 + 704 + + + daylightBias + DINT + Specifies a bias value to be used during local time translations that occur during daylight saving time. + 32 + 832 + + + + ST_AmsGetTimeZoneInformation + 896 + + tzInfo + ST_TimeZoneInformation + GetTimeZoneInformation return data + 864 + 0 + + + apiResult + DWORD + api call result + 32 + 864 + + + + conditionalshow + + + + + FB_GetTimeZoneInformation + Reads time zone information + 3488 + + sNetID + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 32 + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge on this input activates the fb execution + 8 + 224 + + + ItemType + Input + + + + + tTimeout + TIME + Max fb execution time + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 288 + + + ItemType + Output + + + + + bError + BOOL + 8 + 296 + + + ItemType + Output + + + + + nErrID + UDINT + 32 + 320 + + + ItemType + Output + + + + + tzID + E_TimeZoneID + 16 + 352 + + + ItemType + Output + + + + + tzInfo + ST_TimeZoneInformation + 864 + 384 + + + ItemType + Output + + + + + fbAdsRead + ADSREAD + 1248 + 1248 + + + .PORT + 10000 + + + .IDXGRP + 400 + + + .IDXOFFS + 6 + + + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 2496 + + + conditionalshow + + + + + state + BYTE + 8 + 2560 + + + conditionalshow + + + + + res + ST_AmsGetTimeZoneInformation + 896 + 2592 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ADSWRITE + ADS write command. + 1216 + + NETID + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + PORT + T_AmsPort + Ads communication port + 16 + 224 + + + ItemType + Input + + + + + IDXGRP + UDINT + Index group + 32 + 256 + + + ItemType + Input + + + + + IDXOFFS + UDINT + Index offset + 32 + 288 + + + ItemType + Input + + + + + LEN + UDINT + Max. number of data bytes to write (LEN <= max. size of source buffer) + 32 + 320 + + + ItemType + Input + + + + + SRCADDR + PVOID + Pointer to source buffer + 32 + 352 + + + ItemType + Input + + + TcIgnorePersistent + + + + + WRITE + BOOL + Rising edge starts command execution + 8 + 384 + + + ItemType + Input + + + + + TMOUT + TIME + Maximum time allowed for the execution of this ADS command + 32 + 416 + + 5000 + + + + ItemType + Input + + + + + BUSY + BOOL + Busy flag + 8 + 448 + + + ItemType + Output + + + + + ERR + BOOL + Error flag + 8 + 456 + + + ItemType + Output + + + + + ERRID + UDINT + ADS error code + 32 + 480 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + NT_SetTimeToRTCTime + 12032 + + NETID + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 32 + + + ItemType + Input + + + + + SET + BOOL + Rising edge on this input activates the fb execution + 8 + 224 + + + ItemType + Input + + + + + TMOUT + TIME + Max fb execution time + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + BUSY + BOOL + 8 + 288 + + + ItemType + Output + + + + + ERR + BOOL + 8 + 296 + + + ItemType + Output + + + + + ERRID + UDINT + 32 + 320 + + + ItemType + Output + + + + + fbAdsWrite + ADSWRITE + 1216 + 352 + + + .PORT + 10000 + + + .IDXGRP + 4 + + + .IDXOFFS + 0 + + + + + conditionalshow + + + + + fbRegQuery + FB_RegQueryValue + 10304 + 1568 + + + .sSubKey + Software\Beckhoff\TwinCAT3\System + + + .sValName + NumOfCPUs + + + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 11872 + + + conditionalshow + + + + + bTmp + DWORD + 32 + 11936 + + 0 + + + + conditionalshow + + + + + state + BYTE + 8 + 11968 + + 0 + + + + conditionalshow + + + + + bInit + BOOL + 8 + 11976 + + 1 + + + + conditionalshow + + + + + numOfCPUs + DWORD + 32 + 12000 + + 0 + + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FW_GetCpuCounter + 96 + + dwCpuCntLo + UDINT + 32 + 32 + + + ItemType + Output + + + + + dwCpuCntHi + UDINT + 32 + 64 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + conditionalshow + + + + + GETCPUCOUNTER + The CPU cycle counter can be read with this function block. The numerical value is a relative 64 bit integer, which, independently of the CPUs internal clock rate, is output in a form converted into 100ns ticks. The number is refreshed to a precision of 100ns with every call by the PLC system, and can be used, for instance, for timing tasks. - One unit is equivalent to 100 ns. ]]>192cpuCntLoDWUDINT3232ItemTypeOutputcpuCntHiDWUDINT3264ItemTypeOutputfbGetCpuCounterFW_GetCpuCounter9696conditionalshowPouTypeFunctionBlockconditionalshow_all_localsRTC_EX2896ENBOOL832ItemTypeInputPDTTIMESTRUCT12848ItemTypeInputPMICRODWORD32192ItemTypeInputQBOOL Output time is valid, FALSE => Output time is invalid ]]>8224ItemTypeOutputCDTTIMESTRUCT128240.wYear1970.wMonth1.wDay1.wDayOfWeek4ItemTypeOutputCMICRODWORD32384ItemTypeOutputfbGetCpuCounterGETCPUCOUNTER192416conditionalshowrisingEdgeR_TRIG64608conditionalshowoldTickDWORD32672conditionalshowcurrTickDWORD32704conditionalshownanoDiffDWORD32736conditionalshownanoRestDWORD32768conditionalshowsecDiffDWORD32800conditionalshowdateTimeDATE_AND_TIME32832conditionalshowbInitializedBOOL8864conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_LocalSystemTime19040sNetIDT_AmsNetID19232ItemTypeInputbEnableBOOL8224ItemTypeInputdwCycleDWORD (1..86400)322565ItemTypeInputdwOptDWORD Synchronize Windows Time to RTC time ]]>322881ItemTypeInputtTimeoutTIME323205000ItemTypeInputbValidBOOL The systemTime and tzID output is valid, FALSE => systemTime and tzID is not valid ]]>8352ItemTypeOutputsystemTimeTIMESTRUCT128368ItemTypeOutputtzIDE_TimeZoneID16496-1ItemTypeOutputrtrigR_TRIG64512conditionalshowstateBYTE8576conditionalshowfbNTNT_GetTime1728608conditionalshowfbTZFB_GetTimeZoneInformation34882336conditionalshowfbSETNT_SetTimeToRTCTime120325824conditionalshowfbRTCRTC_EX289617856conditionalshowtimerTON22418752conditionalshownSyncDWORD3218976conditionalshowbNotSupBOOL819008conditionalshowPouTypeFunctionBlockconditionalshow_all_localsT_FILETIME64dwLowDateTimeDWORD320dwHighDateTimeDWORD3232T_ULARGE_INTEGER64dwLowPartDWORD320dwHighPartDWORD3232FB_TranslateLocalTimeToUtcByZoneID2400inT_FILETIME6432ItemTypeInputtzInfoST_TimeZoneInformation86496ItemTypeInputwDldYearWORD not used (default) else used only if tzInfo.daylightDate.wYear = 0. ]]>169600ItemTypeInputwStdYearWORD not used (default) else used only if tzInfo.standardDate.wYear = 0. ]]>169760ItemTypeInputoutT_FILETIME64992ItemTypeOutputeTzIDE_TimeZoneID1610560ItemTypeOutputbBBOOL A time, TRUE => B time]]>81072ItemTypeOutputbiasDINT321088ItemTypeOutputinLocalTIMESTRUCT1281120tziSommerTIMESTRUCT1281248tziWinterTIMESTRUCT1281376tziLocalSommerT_FILETIME641504tziLocalWinterT_FILETIME641568tziLocalSommerJumpT_FILETIME641632tziLocalWinterJumpT_FILETIME641696ui64LocalInT_ULARGE_INTEGER641760ui64LocalSommerT_ULARGE_INTEGER641824ui64LocalWinterT_ULARGE_INTEGER641888in_to_sDINT321952in_to_wDINT321984s_to_wDINT322016in_to_s_jumpDINT322048in_to_w_jumpDINT322080iStandardBiasDINT322112iDaylightBiasDINT322144ui64PreviousInT_ULARGE_INTEGER642176ui64FallDiffT_ULARGE_INTEGER642240bFallDiffBOOL82304dtSommerJumpDATE_AND_TIME322336dtWinterJumpDATE_AND_TIME322368A_ResetPouTypeFunctionBlockconditionalshowFB_TzSpecificLocalTimeToSystemTime3584inTIMESTRUCT12832ItemTypeInputtzInfoST_TimeZoneInformation864160ItemTypeInputoutTIMESTRUCT1281024ItemTypeOutputeTzIDE_TimeZoneID1611520ItemTypeOutputbBBOOL A time, TRUE => B time]]>81168ItemTypeOutputfbBaseFB_TranslateLocalTimeToUtcByZoneID24001184conditionalshowA_ResetPouTypeFunctionBlockconditionalshow_all_localsFB_JsonSaxWriter + 192 + + cpuCntLoDW + UDINT + Contains the low-value 4 bytes of the numerical value + 32 + 32 + + + ItemType + Output + + + + + cpuCntHiDW + UDINT + Contains the high-value 4 bytes of the numerical value + 32 + 64 + + + ItemType + Output + + + + + fbGetCpuCounter + FW_GetCpuCounter + 96 + 96 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + RTC_EX2 + Software RTC (real time clock), returns time in structured system time format + microseconds (microsecond resolution) + 896 + + EN + BOOL + Enable/set clock + 8 + 32 + + + ItemType + Input + + + + + PDT + TIMESTRUCT + Preset/set time in system time format (struct) + 128 + 48 + + + ItemType + Input + + + + + PMICRO + DWORD + Preset microseconds + 32 + 192 + + + ItemType + Input + + + + + Q + BOOL + TRUE => Output time is valid, FALSE => Output time is invalid + 8 + 224 + + + ItemType + Output + + + + + CDT + TIMESTRUCT + Current time in system time format (struct) + 128 + 240 + + + .wYear + 1970 + + + .wMonth + 1 + + + .wDay + 1 + + + .wDayOfWeek + 4 + + + + + ItemType + Output + + + + + CMICRO + DWORD + Current microseconds + 32 + 384 + + + ItemType + Output + + + + + fbGetCpuCounter + GETCPUCOUNTER + 192 + 416 + + + conditionalshow + + + + + risingEdge + R_TRIG + 64 + 608 + + + conditionalshow + + + + + oldTick + DWORD + 32 + 672 + + + conditionalshow + + + + + currTick + DWORD + 32 + 704 + + + conditionalshow + + + + + nanoDiff + DWORD + 32 + 736 + + + conditionalshow + + + + + nanoRest + DWORD + 32 + 768 + + + conditionalshow + + + + + secDiff + DWORD + 32 + 800 + + + conditionalshow + + + + + dateTime + DATE_AND_TIME + 32 + 832 + + + conditionalshow + + + + + bInitialized + BOOL + 8 + 864 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_LocalSystemTime + This function block synchronizes cyclically to and returns the Local Windows System Time. + 19040 + + sNetID + T_AmsNetID + The target TwinCAT system network address + 192 + 32 + + + + + + ItemType + Input + + + + + bEnable + BOOL + Enable/start cyclic time synchronisation (output is synchronized to Local Windows System Time) + 8 + 224 + + + ItemType + Input + + + + + dwCycle + DWORD (1..86400) + Time synchronisation cycle (seconds) + 32 + 256 + + 5 + + + + ItemType + Input + + + + + dwOpt + DWORD + Additional option flags: If bit 0 is set => Synchronize Windows Time to RTC time + 32 + 288 + + 1 + + + + ItemType + Input + + + + + tTimeout + TIME + Max. ADS function block execution time (internal communication timeout). + 32 + 320 + + 5000 + + + + ItemType + Input + + + + + bValid + BOOL + TRUE => The systemTime and tzID output is valid, FALSE => systemTime and tzID is not valid + 8 + 352 + + + ItemType + Output + + + + + systemTime + TIMESTRUCT + Local Windows System Time struct + 128 + 368 + + + ItemType + Output + + + + + tzID + E_TimeZoneID + Daylight/standard time zone information + 16 + 496 + + -1 + + + + ItemType + Output + + + + + rtrig + R_TRIG + 64 + 512 + + + conditionalshow + + + + + state + BYTE + 8 + 576 + + + conditionalshow + + + + + fbNT + NT_GetTime + 1728 + 608 + + + conditionalshow + + + + + fbTZ + FB_GetTimeZoneInformation + 3488 + 2336 + + + conditionalshow + + + + + fbSET + NT_SetTimeToRTCTime + 12032 + 5824 + + + conditionalshow + + + + + fbRTC + RTC_EX2 + 896 + 17856 + + + conditionalshow + + + + + timer + TON + 224 + 18752 + + + conditionalshow + + + + + nSync + DWORD + 32 + 18976 + + + conditionalshow + + + + + bNotSup + BOOL + 8 + 19008 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + T_FILETIME + The FILETIME structure is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC). + 64 + + dwLowDateTime + DWORD + Specifies the low-order 32 bits of the file time. + 32 + 0 + + + dwHighDateTime + DWORD + Specifies the high-order 32 bits of the file time. + 32 + 32 + + + + T_ULARGE_INTEGER + 64 bit unsigned integer + 64 + + dwLowPart + DWORD + Lower double word + 32 + 0 + + + dwHighPart + DWORD + Higher double word + 32 + 32 + + + + FB_TranslateLocalTimeToUtcByZoneID + Internal helper function block. Detects time zone ID, bias and B time flag and translates the local file time to UTC file time time + 2400 + + in + T_FILETIME + Time to be converted (Local file time format) + 64 + 32 + + + ItemType + Input + + + + + tzInfo + ST_TimeZoneInformation + Time zone information + 864 + 96 + + + ItemType + Input + + + + + wDldYear + WORD + Optional daylightDate.wYear value. If 0 => not used (default) else used only if tzInfo.daylightDate.wYear = 0. + 16 + 960 + + 0 + + + + ItemType + Input + + + + + wStdYear + WORD + Optional standardDate.wYear value. If 0 => not used (default) else used only if tzInfo.standardDate.wYear = 0. + 16 + 976 + + 0 + + + + ItemType + Input + + + + + out + T_FILETIME + Converted time (UTC file time format) + 64 + 992 + + + ItemType + Output + + + + + eTzID + E_TimeZoneID + Detected daylight saving time information + 16 + 1056 + + 0 + + + + ItemType + Output + + + + + bB + BOOL + FALSE => A time, TRUE => B time + 8 + 1072 + + + ItemType + Output + + + + + bias + DINT + Bias value in minutes + 32 + 1088 + + + ItemType + Output + + + + + inLocal + TIMESTRUCT + 128 + 1120 + + + tziSommer + TIMESTRUCT + 128 + 1248 + + + tziWinter + TIMESTRUCT + 128 + 1376 + + + tziLocalSommer + T_FILETIME + 64 + 1504 + + + tziLocalWinter + T_FILETIME + 64 + 1568 + + + tziLocalSommerJump + T_FILETIME + 64 + 1632 + + + tziLocalWinterJump + T_FILETIME + 64 + 1696 + + + ui64LocalIn + T_ULARGE_INTEGER + 64 + 1760 + + + ui64LocalSommer + T_ULARGE_INTEGER + 64 + 1824 + + + ui64LocalWinter + T_ULARGE_INTEGER + 64 + 1888 + + + in_to_s + DINT + 32 + 1952 + + + in_to_w + DINT + 32 + 1984 + + + s_to_w + DINT + 32 + 2016 + + + in_to_s_jump + DINT + 32 + 2048 + + + in_to_w_jump + DINT + 32 + 2080 + + + iStandardBias + DINT + 32 + 2112 + + + iDaylightBias + DINT + 32 + 2144 + + + ui64PreviousIn + T_ULARGE_INTEGER + 64 + 2176 + + + ui64FallDiff + T_ULARGE_INTEGER + 64 + 2240 + + + bFallDiff + BOOL + 8 + 2304 + + + dtSommerJump + DATE_AND_TIME + 32 + 2336 + + + dtWinterJump + DATE_AND_TIME + 32 + 2368 + + + A_Reset + + + + PouType + FunctionBlock + + + conditionalshow + + + + + FB_TzSpecificLocalTimeToSystemTime + Converts time zone's specific local system time to Coordinated Universal Time (UTC) system time + 3584 + + in + TIMESTRUCT + Time zone's specific local system time. Structure that specifies the system time since January 1, 1601 + 128 + 32 + + + ItemType + Input + + + + + tzInfo + ST_TimeZoneInformation + Time zone settings + 864 + 160 + + + ItemType + Input + + + + + out + TIMESTRUCT + Coordinated Universal Time (UTC) in system time format + 128 + 1024 + + + ItemType + Output + + + + + eTzID + E_TimeZoneID + Daylight saving time information + 16 + 1152 + + 0 + + + + ItemType + Output + + + + + bB + BOOL + FALSE => A time, TRUE => B time + 8 + 1168 + + + ItemType + Output + + + + + fbBase + FB_TranslateLocalTimeToUtcByZoneID + 2400 + 1184 + + + conditionalshow + + + + + A_Reset + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_JsonSaxWriter + | Provides the functionality to create a JSON document. | Steps of documentation creation: | 1. StartObject() to start a new object in the document. | 2. Add several keys/values via AddKeyString() and the other methods. | 3. EndObject() to finish object. | 4. GetDocument() in order to get the full document as string. - | 5. ResetDocument() if a new document should be created with the same SaxWriter instance.]]>256initStatusHRESULT3232-1743714536ItemTypeOutputipWriterITcJsonSaxWriter3264ipWriter2ITcJsonSaxWriter23296CLSID_TcJsonSaxWriterCLSID128128.Data13870298264.Data256256.Data317669.Data4[0]158.Data4[1]60.Data4[2]93.Data4[3]248.Data4[4]70.Data4[5]150.Data4[6]7.Data4[7]196AddKeyNumberkeySTRING(80)32ItemTypeInOutvalueDINT32AddStringvalueSTRING(80)32ItemTypeInOutAddKeyFileTimekeySTRING(80)32ItemTypeInOutvalueFILETIME64IsCompleteBOOL8AddUdintvalueUDINT32AddHexBinarypBytesBYTE32nBytesDINT32AddLintvalueLINT64AddLrealvalueLREAL64AddKeykeySTRING(80)32ItemTypeInOutResetDocumentHRESULT32AddKeyLrealkeySTRING(80)32ItemTypeInOutvalueLREAL64StartObjectHRESULT32GetDocumentLengthUDINT32hrErrorCodeHRESULT32ItemTypeOutputnUDINT32pSTRING(80)32AddKeyDcTimekeySTRING(80)32ItemTypeInOutvalueDCTIME64AddDateTimevalueDATE_AND_TIME32AddRawObjectrawJsonSTRING(80)32ItemTypeInOutSetMaxDecimalPlacesHRESULT32decimalPlacesDINT32__get_ipWriterITcJsonSaxWriter32_ipWriterITcJsonSaxWriter32propertyAddKeyBoolkeySTRING(80)32ItemTypeInOutvalueBOOL8GetDocumentSTRING(255)2048hrErrorCodeHRESULT32ItemTypeOutputpSINT32nUDINT32AddDintvalueDINT32AddRawArrayBOOL8rawJsonSTRING(80)32ItemTypeInOutAddKeyStringkeySTRING(80)32ItemTypeInOutvalueSTRING(80)32ItemTypeInOutCopyDocumentUDINT32pDocSTRING(80)32ItemTypeInOutnDocUDINT32hrErrorCodeHRESULT32ItemTypeOutputAddUlintvalueULINT64GetMaxDecimalPlacesDINT32dpDINT32AddFileTimevalueFILETIME64AddNullAddKeyDateTimekeySTRING(80)32ItemTypeInOutvalueDATE_AND_TIME32AddBoolvalueBOOL8AddBase64pBytesBYTE32nBytesDINT32AddDcTimevalueDCTIME64AddKeyNullkeySTRING(80)32ItemTypeInOutEndArrayHRESULT32EndObjectHRESULT32StartArrayHRESULT32AddRealvalueREAL32PouTypeFunctionBlockno_explicit_calldo not call this POU directlyTcEventSeverity16INT01234plcAttribute_qualified_onlyplcAttribute_strictE_Subsystem16WORDNILVALUE0VACUUM1MPS2MOTION3FIELDBUS4SDS5OPTICS6I_ArgumentsChangeListener32PVOIDOnArgumentsChangedITcAsyncResult32ITcUnknownGetIsBusyHRESULT32bIsBusyBOOL3232GetHasErrorHRESULT32bErrorBOOL3232GetErrorCodeHRESULT32hresultHRESULT32FB_AsyncStrResult64bBusyBOOL8162794920bErrorBOOL8162794956hrErrorCodeHRESULT32162794964nStringSizeUDINT32162794944sResultSTRING(255)2048162794960__getbBusyBOOL8bBusyBOOL8b32IsBusyBOOL3232propertymonitoringcallInitipResultITcAsyncStringResult32conditionalshowGetStringBOOL8sResultSTRING(80)32nResultUDINT32__getnStringSizeUDINT32nStringSizeUDINT32pEmptySTRING(80)32propertymonitoringcallClear__getbErrorBOOL8bErrorBOOL8b32HasErrorBOOL3232propertymonitoringcall__getsResultSTRING(255)2048sResultSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__gethrErrorCodeHRESULT32hrErrorCodeHRESULT32hrErrorHRESULT32propertymonitoringcallPouTypeFunctionBlockenable_dynamic_creationconditionalshow_all_localsno_explicit_calldo not call this POU directlyTcSourceInfoType32UDINT0124plcAttribute_qualified_onlyplcAttribute_strictTcSerializedSourceInfoType96eTypeTcSourceInfoType320obDataUDINT3232cbDataUDINT3264ITcSourceInfo32ITcUnknownGetNumTypesHRESULT32nCountUDINT32GetTypesHRESULT32ppSourceInfoTypesTcSerializedSourceInfoType32GetDataSizeHRESULT32cbDataUDINT32GetDataHRESULT32ppDataPVOID32ITcEvent32ITcUnknownGetEventClassHRESULT32eventClassGUID32GetEventIdHRESULT32eventIdUDINT32GetSeverityHRESULT32severityTcEventSeverity32GetSourceInfoHRESULT32pipSourceInfoITcSourceInfo32GetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32nJsonAttributeUDINT32GetTextHRESULT32nLangIdDINT32pipResultITcAsyncStringResult32GetEventClassNameHRESULT32nLangIdDINT32pipResultITcAsyncStringResult32I_TcSourceInfo32PVOID__getguidGUID128property__getipDataITcSourceInfo32propertyconditionalshow__getnIdUDINT32propertymonitoringcall__getsNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8EqualsToBOOL8ipOtherI_TcSourceInfo32TcEventEntry192uuidEventClassGUID1280nEventIdUDINT32128eSeverityTcEventSeverity16160I_TcEventBase32PVOID__geteSeverityTcEventSeverity16propertymonitoringcall__getEventClassGUID128property__getipSourceInfoI_TcSourceInfo32propertymonitoringcall__getnEventIdUDINT32propertymonitoringcall__getsEventClassNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__getsEventTextSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__getstEventEntryTcEventEntry192propertyEqualsToBOOL8ipOtherI_TcEventBase32EqualsToEventClassBOOL8OtherEventClassGUID128EqualsToEventEntryBOOL8OtherEventClassGUID128nOtherEventIDUDINT32eOtherSeverityTcEventSeverity16EqualsToEventEntryExBOOL8stOtherTcEventEntry192GetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32nJsonAttributeUDINT32RequestEventClassNameBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputRequestEventTextBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputIQueryInterface32PVOID__GetInterfacePointerBOOL8pRefDWORD32__GetInterfaceReferenceBOOL8nInterfaceIdDINT32pRefDWORD32TcEventArgumentType16INT012345678910111213141516171819plcAttribute_qualified_onlyplcAttribute_strictITcArguments32ITcUnknownCountHRESULT32nCountUDINT32AddArgumentHRESULT32eTypeTcEventArgumentType16pDataPVOID32cbDataUDINT32GetHRESULT32nIndexUDINT32eTypeTcEventArgumentType32ppDataPVOID32ClearHRESULT32GetArgumentTypesHRESULT32pArgumentTypesTcEventArgumentType32GetDataSizeHRESULT32cbDataUDINT32GetDataHRESULT32pDataBYTE32I_TcArguments32IQueryInterface__getipDataITcArguments32propertyconditionalshow__getnCountUDINT32propertyAddBlobI_TcArguments32pDataPVOID32cbDataUINT16AddBoolI_TcArguments32valueBOOL8AddByteI_TcArguments32valueBYTE8AddDIntI_TcArguments32valueDINT32AddDWordI_TcArguments32valueDWORD32AddEventReferenceExI_TcArguments32stEventEntryTcEventEntry192AddEventReferenceIdI_TcArguments32nEventIdUDINT32AddEventReferenceIdGuidI_TcArguments32nEventIdUDINT32EventClassGUID128AddIntI_TcArguments32valueINT16AddLIntI_TcArguments32valueLINT64AddLRealI_TcArguments32valueLREAL64AddRealI_TcArguments32valueREAL32AddSIntI_TcArguments32valueSINT8AddStringI_TcArguments32valueSTRING(80)32ItemTypeInOutAddStringByValueI_TcArguments32valueT_MaxString2048AddUDIntI_TcArguments32valueUDINT32AddUIntI_TcArguments32valueUINT16AddULIntI_TcArguments32valueULINT64AddUSIntI_TcArguments32valueUSINT8AddUtf8EncodedStringI_TcArguments32valueSTRING(80)32ItemTypeInOutAddWordI_TcArguments32valueWORD16AddWStringI_TcArguments32valueWSTRING(80)32ItemTypeInOutAddWStringByValueI_TcArguments32valueWSTRING(255)4096ClearI_TcArguments32ITcEventUniqueIdProvider32ITcUnknownGetUniqueIdHRESULT32idUDINT32FB_TcSourceInfo2848I_TcSourceInfonIdUDINT32162794860162794884sNameSTRING(255)2048162794900162794912ExtendNameBOOL8sExtensionSTRING(255)2048__getipDataITcSourceInfo32ipDataITcSourceInfo32propertyconditionalshow__getnIdUDINT32nIdUDINT32propertymonitoringcallResetToDefaultHRESULT32Clear__setnIdnIdUDINT32monitoringcallpropertymonitoringcall__setguidguidGUID128propertyEqualsToBOOL8ipOtherI_TcSourceInfo32__getguidGUID128guidGUID128property__getsNameSTRING(255)2048sNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__setsNamesNameSTRING(255)2048monitoringcallTcEncodingUTF-8propertymonitoringcallTcEncodingUTF-8PouTypeFunctionBlockno_explicit_calldo not call this POU directlyFB_TcEventBase3424I_ArgumentsChangeListenerfbSourceInfoFB_TcSourceInfo2848256conditionalshow__REQUESTEVENTCLASSNAME__FBRESULTFB_AsyncStrResult643232conditionalshow__REQUESTEVENTCLASSNAME__BBUSYBOOL83296conditionalshow__REQUESTEVENTTEXT__FBRESULTFB_AsyncStrResult643328conditionalshow__REQUESTEVENTTEXT__BBUSYBOOL83392conditionalshoweSeverityTcEventSeverity16162795012ipSourceInfoI_TcSourceInfo32162794992nEventIdUDINT32162795080nUniqueIdUDINT32162795084sEventClassNameSTRING(255)2048162795040sEventTextSTRING(255)2048162795088EqualsToEventClassBOOL8OtherEventClassGUID128_EventClassGUID128GetEventClassNameHRESULT32nLangIdDINT32fbResultFB_AsyncStrResult32ItemTypeInOutipTmpEventITcEvent32ipResultITcAsyncStringResult32hrHRESULT32ReleaseHRESULT32UpdateLangId__getipSourceInfoI_TcSourceInfo32ipSourceInfoI_TcSourceInfo32propertymonitoringcallEqualsToBOOL8ipOtherI_TcEventBase32__getipEventITcEvent32ipEventITcEvent32propertyconditionalshow__getEventClassGUID128EventClassGUID128ipTmpEventITcEvent32property__geteSeverityTcEventSeverity16eSeverityTcEventSeverity16ipTmpEventITcEvent32propertymonitoringcall__getstEventEntryTcEventEntry192stEventEntryTcEventEntry192propertyOnCreateHRESULT32EqualsToEventEntryBOOL8OtherEventClassGUID128nOtherEventIDUDINT32eOtherSeverityTcEventSeverity16RequestEventTextBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputfbResultFB_AsyncStrResult64uselocation__REQUESTEVENTTEXT__FBRESULTbBusyBOOL8uselocation__REQUESTEVENTTEXT__BBUSYOnArgumentsChanged__getsEventClassNameSTRING(255)2048sEventClassNameSTRING(255)2048propertymonitoringcallTcEncodingUTF-8__getipArgumentsI_TcArguments32ipArgumentsI_TcArguments32propertyGetEventTextHRESULT32nLangIdDINT32fbResultFB_AsyncStrResult32ItemTypeInOutipTmpEventITcEvent32ipResultITcAsyncStringResult32hrHRESULT32GetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32nJsonAttributeUDINT32ipTmpEventITcEvent32RequestEventClassNameBOOL8nLangIdDINT32sResultSTRING(80)32nResultSizeUDINT32bErrorBOOL8ItemTypeOutputhrErrorCodeHRESULT32ItemTypeOutputfbResultFB_AsyncStrResult64uselocation__REQUESTEVENTCLASSNAME__FBRESULTbBusyBOOL8uselocation__REQUESTEVENTCLASSNAME__BBUSYEqualsToEventEntryExBOOL8stOtherTcEventEntry192__getnEventIdUDINT32nEventIdUDINT32ipTmpEventITcEvent32propertymonitoringcall__getnUniqueIdUDINT32nUniqueIdUDINT32ipTmpEventITcEvent32ipProviderITcEventUniqueIdProvider32propertymonitoringcall__getsEventTextSTRING(255)2048sEventTextSTRING(255)2048propertymonitoringcallTcEncodingUTF-8PouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyI_TcMessage32I_TcEventBaseSendHRESULT32nTimeStampULINT64ITcMessage32ITcEventSetJsonAttributeHRESULT32sJsonAttributePCCH32GetArgumentsHRESULT32pipArgumentsITcArguments32SendHRESULT32timeStampULINT64ITcMessage232ITcMessageGetTimeSentHRESULT32timeStampULINT32FB_TcMessage3488FB_TcEventBaseI_TcMessagenTimeSentULINT64162795112SetJsonAttributeHRESULT32sJsonAttributeSTRING(80)32ItemTypeInOutCreateExHRESULT32stEventEntryTcEventEntry192ipSourceInfoI_TcSourceInfo32InitipMessageITcMessage32ipArgumentsITcArguments32ipSourceInfoITcSourceInfo32conditionalshow__getnTimeSentULINT64nTimeSentULINT64ipMessage2ITcMessage232nTimeStampULINT64propertymonitoringcallTcDisplayTypeGUID18071995-0000-0000-0000-000000000046CreateHRESULT32eventClassGUID128nEventIdUDINT32eSeverityTcEventSeverity16ipSourceInfoI_TcSourceInfo32hrHRESULT32ipArgumentsITcArguments32__getipEventITcEvent32ipEventITcEvent32propertyconditionalshowSendHRESULT32nTimeStampULINT64ReleaseHRESULT32PouTypeFunctionBlockreflectionconditionalshow_all_localsno_explicit_calldo not call this POU directlyFB_LogMessage81984sMsgT_MaxString204832ItemTypeInputeSevrTcEventSeverity1620800ItemTypeInputeSubsystemE_Subsystem162096ItemTypeInputsJsonSTRING(7000)560082112{}ItemTypeInputnMinTimeViolationAcceptableINT16581285ItemTypeInputnLocalTripThresholdTIME32581441ItemTypeInputnTrickleTripThresholdTIME> LocalTripThreshold]]>3258176100ItemTypeInputnTripResetPeriodTIME3258208600000ItemTypeInputbEnableAutoResetBOOL8582401ItemTypeInputbInitializedBOOL8582480bInitFailedBOOL8582560sSubsystemSourceSTRING(80)64858264fbMessageFB_TcMessage3258912fbMessagesFB_TcMessage051744058944fbSourceFB_TcSourceInfo284876384ipResultMessageI_TcMessage3279232hrHRESULT3279264hrLastInternalErrorHRESULT3279296eTraceLevelTcEventSeverity16793280bFirstCallBOOL8793441sPathT_MaxString204879352instance-pathnoinitnTotalEventsUINT1681408nTimesViolatedINT1681424LastCallTimeULINT6481472CurrentCallTimeULINT6481536DeltaSinceLastCallULINT6481600WhenTripsClearedULINT6481664ftTrippedReleasedF_TRIG6481728bLocalTrickleTrippedBOOL881792bLocalTrippedBOOL881800bTrippedBOOL881808pytmc + | 5. ResetDocument() if a new document should be created with the same SaxWriter instance. + 256 + + initStatus + HRESULT + 32 + 32 + + -1743714536 + + + + ItemType + Output + + + + + ipWriter + ITcJsonSaxWriter + 32 + 64 + + + ipWriter2 + ITcJsonSaxWriter2 + 32 + 96 + + + CLSID_TcJsonSaxWriter + CLSID + 128 + 128 + + + .Data1 + 3870298264 + + + .Data2 + 56256 + + + .Data3 + 17669 + + + .Data4[0] + 158 + + + .Data4[1] + 60 + + + .Data4[2] + 93 + + + .Data4[3] + 248 + + + .Data4[4] + 70 + + + .Data4[5] + 150 + + + .Data4[6] + 7 + + + .Data4[7] + 196 + + + + + AddKeyNumber + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + DINT + 32 + + + + AddString + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + AddKeyFileTime + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + FILETIME + 64 + + + + IsComplete + BOOL + 8 + + + AddUdint + + value + UDINT + 32 + + + + AddHexBinary + + pBytes + BYTE + 32 + + + nBytes + DINT + 32 + + + + AddLint + + value + LINT + 64 + + + + AddLreal + + value + LREAL + 64 + + + + AddKey + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + + ResetDocument + HRESULT + 32 + + + AddKeyLreal + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + LREAL + 64 + + + + StartObject + HRESULT + 32 + + + GetDocumentLength + UDINT + 32 + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + n + UDINT + 32 + + + p + STRING(80) + 32 + + + + AddKeyDcTime + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + DCTIME + 64 + + + + AddDateTime + + value + DATE_AND_TIME + 32 + + + + AddRawObject + + rawJson + STRING(80) + 32 + + + ItemType + InOut + + + + + + SetMaxDecimalPlaces + HRESULT + 32 + + decimalPlaces + DINT + 32 + + + + __get_ipWriter + ITcJsonSaxWriter + 32 + + _ipWriter + ITcJsonSaxWriter + 32 + + + + property + + + + + AddKeyBool + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + BOOL + 8 + + + + GetDocument + STRING(255) + 2048 + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + p + SINT + 32 + + + n + UDINT + 32 + + + + AddDint + + value + DINT + 32 + + + + AddRawArray + BOOL + 8 + + rawJson + STRING(80) + 32 + + + ItemType + InOut + + + + + + AddKeyString + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + CopyDocument + UDINT + 32 + + pDoc + target string buffer where the document should be copied to + STRING(80) + 32 + + + ItemType + InOut + + + + + nDoc + size in bytes of the target string buffer + UDINT + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + AddUlint + + value + ULINT + 64 + + + + GetMaxDecimalPlaces + DINT + 32 + + dp + DINT + 32 + + + + AddFileTime + + value + FILETIME + 64 + + + + AddNull + + + AddKeyDateTime + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + value + DATE_AND_TIME + 32 + + + + AddBool + + value + BOOL + 8 + + + + AddBase64 + + pBytes + BYTE + 32 + + + nBytes + DINT + 32 + + + + AddDcTime + + value + DCTIME + 64 + + + + AddKeyNull + + key + STRING(80) + 32 + + + ItemType + InOut + + + + + + EndArray + HRESULT + 32 + + + EndObject + HRESULT + 32 + + + StartArray + HRESULT + 32 + + + AddReal + + value + REAL + 32 + + + + + PouType + FunctionBlock + + + no_explicit_call + do not call this POU directly + + + + + TcEventSeverity + 16 + INT + + TCEVENTSEVERITY_Verbose + 0 + + + TCEVENTSEVERITY_Info + 1 + + + TCEVENTSEVERITY_Warning + 2 + + + TCEVENTSEVERITY_Error + 3 + + + TCEVENTSEVERITY_Critical + 4 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + + + + + E_Subsystem + 16 + WORD + + NILVALUE + 0 + Undefined system + + + VACUUM + 1 + Vacuum control system + + + MPS + 2 + Machine protection system + + + MOTION + 3 + Motion control systems + + + FIELDBUS + 4 + EtherCAT networks + + + SDS + 5 + Sample delivery system + + + OPTICS + 6 + Optics control system + + + + I_ArgumentsChangeListener + 32 + PVOID + + OnArgumentsChanged + + + + ITcAsyncResult + 32 + ITcUnknown + + GetIsBusy + HRESULT + 32 + + bIsBusy + BOOL32 + 32 + + + + GetHasError + HRESULT + 32 + + bError + BOOL32 + 32 + + + + GetErrorCode + HRESULT + 32 + + hresult + HRESULT + 32 + + + + + FB_AsyncStrResult + 64 + + bBusy + BOOL + 8 + 162794920 + + + bError + BOOL + 8 + 162794956 + + + hrErrorCode + HRESULT + 32 + 162794964 + + + nStringSize + UDINT + 32 + 162794944 + + + sResult + STRING(255) + 2048 + 162794960 + + + __getbBusy + BOOL + 8 + + bBusy + BOOL + 8 + + + b32IsBusy + BOOL32 + 32 + + + + property + + + monitoring + call + + + + + Init + + ipResult + ITcAsyncStringResult + 32 + + + + conditionalshow + + + + + GetString + BOOL + 8 + + sResult + STRING(80) + 32 + + + nResult + buffer size in bytes + UDINT + 32 + + + + __getnStringSize + UDINT + 32 + + nStringSize + UDINT + 32 + + + pEmpty + STRING(80) + 32 + + + + property + + + monitoring + call + + + + + Clear + + + __getbError + BOOL + 8 + + bError + BOOL + 8 + + + b32HasError + BOOL32 + 32 + + + + property + + + monitoring + call + + + + + __getsResult + STRING(255) + 2048 + + sResult + STRING(255) + 2048 + + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + __gethrErrorCode + HRESULT + 32 + + hrErrorCode + HRESULT + 32 + + + hrError + HRESULT + 32 + + + + property + + + monitoring + call + + + + + + PouType + FunctionBlock + + + enable_dynamic_creation + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + TcSourceInfoType + 32 + UDINT + + Undefined + 0 + + + Id + 1 + + + Guid + 2 + + + Name + 4 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + + + + TcSerializedSourceInfoType + 96 + + eType + TcSourceInfoType + 32 + 0 + + + obData + UDINT + 32 + 32 + + + cbData + UDINT + 32 + 64 + + + + ITcSourceInfo + 32 + ITcUnknown + + GetNumTypes + HRESULT + 32 + + nCount + UDINT + 32 + + + + GetTypes + HRESULT + 32 + + ppSourceInfoTypes + TcSerializedSourceInfoType + 32 + + + + GetDataSize + HRESULT + 32 + + cbData + UDINT + 32 + + + + GetData + HRESULT + 32 + + ppData + PVOID + 32 + + + + + ITcEvent + 32 + ITcUnknown + + GetEventClass + HRESULT + 32 + + eventClass + GUID + 32 + + + + GetEventId + HRESULT + 32 + + eventId + UDINT + 32 + + + + GetSeverity + HRESULT + 32 + + severity + TcEventSeverity + 32 + + + + GetSourceInfo + HRESULT + 32 + + pipSourceInfo + ITcSourceInfo + 32 + + + + GetJsonAttribute + HRESULT + 32 + + sJsonAttribute + STRING(80) + 32 + + + nJsonAttribute + UDINT + 32 + + + + GetText + HRESULT + 32 + + nLangId + DINT + 32 + + + pipResult + ITcAsyncStringResult + 32 + + + + GetEventClassName + HRESULT + 32 + + nLangId + DINT + 32 + + + pipResult + ITcAsyncStringResult + 32 + + + + + I_TcSourceInfo + 32 + PVOID + + __getguid + GUID + 128 + + + property + + + + + __getipData + ITcSourceInfo + 32 + + + property + + + conditionalshow + + + + + __getnId + UDINT + 32 + + + property + + + monitoring + call + + + + + __getsName + STRING(255) + 2048 + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + EqualsTo + BOOL + 8 + + ipOther + I_TcSourceInfo + 32 + + + + + TcEventEntry + 192 + + uuidEventClass + GUID + 128 + 0 + + + nEventId + UDINT + 32 + 128 + + + eSeverity + TcEventSeverity + 16 + 160 + + + + I_TcEventBase + 32 + PVOID + + __geteSeverity + TcEventSeverity + 16 + + + property + + + monitoring + call + + + + + __getEventClass + GUID + 128 + + + property + + + + + __getipSourceInfo + I_TcSourceInfo + 32 + + + property + + + monitoring + call + + + + + __getnEventId + UDINT + 32 + + + property + + + monitoring + call + + + + + __getsEventClassName + STRING(255) + 2048 + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + __getsEventText + STRING(255) + 2048 + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + __getstEventEntry + TcEventEntry + 192 + + + property + + + + + EqualsTo + BOOL + 8 + + ipOther + I_TcEventBase + 32 + + + + EqualsToEventClass + BOOL + 8 + + OtherEventClass + GUID + 128 + + + + EqualsToEventEntry + BOOL + 8 + + OtherEventClass + GUID + 128 + + + nOtherEventID + UDINT + 32 + + + eOtherSeverity + TcEventSeverity + 16 + + + + EqualsToEventEntryEx + BOOL + 8 + + stOther + TcEventEntry + 192 + + + + GetJsonAttribute + HRESULT + 32 + + sJsonAttribute + STRING(80) + 32 + + + nJsonAttribute + UDINT + 32 + + + + RequestEventClassName + BOOL + 8 + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + sResult + buffer for result text + STRING(80) + 32 + + + nResultSize + size of buffer in bytes + UDINT + 32 + + + bError + BOOL + 8 + + + ItemType + Output + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + RequestEventText + BOOL + 8 + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + sResult + buffer for result text + STRING(80) + 32 + + + nResultSize + size of buffer in bytes + UDINT + 32 + + + bError + BOOL + 8 + + + ItemType + Output + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + + IQueryInterface + 32 + PVOID + + __GetInterfacePointer + BOOL + 8 + + pRef + DWORD + 32 + + + + __GetInterfaceReference + BOOL + 8 + + nInterfaceId + DINT + 32 + + + pRef + DWORD + 32 + + + + + TcEventArgumentType + 16 + INT + + Undefined + 0 + + + Boolean + 1 + + + Int8 + 2 + + + Int16 + 3 + + + Int32 + 4 + + + Int64 + 5 + + + UInt8 + 6 + + + UInt16 + 7 + + + UInt32 + 8 + + + UInt64 + 9 + + + Float + 10 + + + Double + 11 + + + Char + 12 + + + WChar + 13 + + + StringType + 14 + + + WStringType + 15 + + + EventReference + 16 + + + FormatString + 17 + + + ExternalTimestamp + 18 + + + Blob + 19 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + + + + ITcArguments + 32 + ITcUnknown + + Count + HRESULT + 32 + + nCount + UDINT + 32 + + + + AddArgument + HRESULT + 32 + + eType + TcEventArgumentType + 16 + + + pData + PVOID + 32 + + + cbData + UDINT + 32 + + + + Get + HRESULT + 32 + + nIndex + UDINT + 32 + + + eType + TcEventArgumentType + 32 + + + ppData + PVOID + 32 + + + + Clear + HRESULT + 32 + + + GetArgumentTypes + HRESULT + 32 + + pArgumentTypes + TcEventArgumentType + 32 + + + + GetDataSize + HRESULT + 32 + + cbData + UDINT + 32 + + + + GetData + HRESULT + 32 + + pData + BYTE + 32 + + + + + I_TcArguments + 32 + IQueryInterface + + __getipData + ITcArguments + 32 + + + property + + + conditionalshow + + + + + __getnCount + UDINT + 32 + + + property + + + + + AddBlob + I_TcArguments + 32 + + pData + PVOID + 32 + + + cbData + UINT + 16 + + + + AddBool + I_TcArguments + 32 + + value + BOOL + 8 + + + + AddByte + I_TcArguments + 32 + + value + BYTE + 8 + + + + AddDInt + I_TcArguments + 32 + + value + DINT + 32 + + + + AddDWord + I_TcArguments + 32 + + value + DWORD + 32 + + + + AddEventReferenceEx + I_TcArguments + 32 + + stEventEntry + TcEventEntry + 192 + + + + AddEventReferenceId + I_TcArguments + 32 + + nEventId + UDINT + 32 + + + + AddEventReferenceIdGuid + I_TcArguments + 32 + + nEventId + UDINT + 32 + + + EventClass + GUID + 128 + + + + AddInt + I_TcArguments + 32 + + value + INT + 16 + + + + AddLInt + I_TcArguments + 32 + + value + LINT + 64 + + + + AddLReal + I_TcArguments + 32 + + value + LREAL + 64 + + + + AddReal + I_TcArguments + 32 + + value + REAL + 32 + + + + AddSInt + I_TcArguments + 32 + + value + SINT + 8 + + + + AddString + I_TcArguments + 32 + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + AddStringByValue + I_TcArguments + 32 + + value + T_MaxString + 2048 + + + + AddUDInt + I_TcArguments + 32 + + value + UDINT + 32 + + + + AddUInt + I_TcArguments + 32 + + value + UINT + 16 + + + + AddULInt + I_TcArguments + 32 + + value + ULINT + 64 + + + + AddUSInt + I_TcArguments + 32 + + value + USINT + 8 + + + + AddUtf8EncodedString + I_TcArguments + 32 + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + AddWord + I_TcArguments + 32 + + value + WORD + 16 + + + + AddWString + I_TcArguments + 32 + + value + WSTRING(80) + 32 + + + ItemType + InOut + + + + + + AddWStringByValue + I_TcArguments + 32 + + value + WSTRING(255) + 4096 + + + + Clear + I_TcArguments + 32 + + + + ITcEventUniqueIdProvider + 32 + ITcUnknown + + GetUniqueId + HRESULT + 32 + + id + UDINT + 32 + + + + + FB_TcSourceInfo + 2848 + I_TcSourceInfo + + nId + UDINT + 32 + 162794860 + 162794884 + + + sName + STRING(255) + 2048 + 162794900 + 162794912 + + + ExtendName + BOOL + 8 + + sExtension + STRING(255) + 2048 + + + + __getipData + ITcSourceInfo + 32 + + ipData + ITcSourceInfo + 32 + + + + property + + + conditionalshow + + + + + __getnId + UDINT + 32 + + nId + UDINT + 32 + + + + property + + + monitoring + call + + + + + ResetToDefault + HRESULT + 32 + + + Clear + + + __setnId + + nId + UDINT + 32 + + + monitoring + call + + + + + + property + + + monitoring + call + + + + + __setguid + + guid + GUID + 128 + + + + property + + + + + EqualsTo + BOOL + 8 + + ipOther + I_TcSourceInfo + 32 + + + + __getguid + GUID + 128 + + guid + GUID + 128 + + + + property + + + + + __getsName + STRING(255) + 2048 + + sName + STRING(255) + 2048 + + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + __setsName + + sName + STRING(255) + 2048 + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + + PouType + FunctionBlock + + + no_explicit_call + do not call this POU directly + + + + + FB_TcEventBase + 3424 + I_ArgumentsChangeListener + + fbSourceInfo + FB_TcSourceInfo + 2848 + 256 + + + conditionalshow + + + + + __REQUESTEVENTCLASSNAME__FBRESULT + FB_AsyncStrResult + 64 + 3232 + + + conditionalshow + + + + + __REQUESTEVENTCLASSNAME__BBUSY + BOOL + 8 + 3296 + + + conditionalshow + + + + + __REQUESTEVENTTEXT__FBRESULT + FB_AsyncStrResult + 64 + 3328 + + + conditionalshow + + + + + __REQUESTEVENTTEXT__BBUSY + BOOL + 8 + 3392 + + + conditionalshow + + + + + eSeverity + TcEventSeverity + 16 + 162795012 + + + ipSourceInfo + I_TcSourceInfo + 32 + 162794992 + + + nEventId + UDINT + 32 + 162795080 + + + nUniqueId + UDINT + 32 + 162795084 + + + sEventClassName + STRING(255) + 2048 + 162795040 + + + sEventText + STRING(255) + 2048 + 162795088 + + + EqualsToEventClass + BOOL + 8 + + OtherEventClass + GUID + 128 + + + _EventClass + GUID + 128 + + + + GetEventClassName + HRESULT + 32 + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + fbResult + FB_AsyncStrResult + 32 + + + ItemType + InOut + + + + + ipTmpEvent + ITcEvent + 32 + + + ipResult + ITcAsyncStringResult + 32 + + + hr + HRESULT + 32 + + + + Release + HRESULT + 32 + + + UpdateLangId + + + __getipSourceInfo + I_TcSourceInfo + 32 + + ipSourceInfo + I_TcSourceInfo + 32 + + + + property + + + monitoring + call + + + + + EqualsTo + BOOL + 8 + + ipOther + I_TcEventBase + 32 + + + + __getipEvent + ITcEvent + 32 + + ipEvent + ITcEvent + 32 + + + + property + + + conditionalshow + + + + + __getEventClass + GUID + 128 + + EventClass + GUID + 128 + + + ipTmpEvent + ITcEvent + 32 + + + + property + + + + + __geteSeverity + TcEventSeverity + 16 + + eSeverity + TcEventSeverity + 16 + + + ipTmpEvent + ITcEvent + 32 + + + + property + + + monitoring + call + + + + + __getstEventEntry + TcEventEntry + 192 + + stEventEntry + TcEventEntry + 192 + + + + property + + + + + OnCreate + HRESULT + 32 + + + EqualsToEventEntry + BOOL + 8 + + OtherEventClass + GUID + 128 + + + nOtherEventID + UDINT + 32 + + + eOtherSeverity + TcEventSeverity + 16 + + + + RequestEventText + BOOL + 8 + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + sResult + buffer for result text + STRING(80) + 32 + + + nResultSize + size of buffer in bytes + UDINT + 32 + + + bError + BOOL + 8 + + + ItemType + Output + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + fbResult + FB_AsyncStrResult + 64 + + + uselocation + __REQUESTEVENTTEXT__FBRESULT + + + + + bBusy + BOOL + 8 + + + uselocation + __REQUESTEVENTTEXT__BBUSY + + + + + + OnArgumentsChanged + + + __getsEventClassName + STRING(255) + 2048 + + sEventClassName + STRING(255) + 2048 + + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + __getipArguments + I_TcArguments + 32 + + ipArguments + I_TcArguments + 32 + + + + property + + + + + GetEventText + HRESULT + 32 + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + fbResult + FB_AsyncStrResult + 32 + + + ItemType + InOut + + + + + ipTmpEvent + ITcEvent + 32 + + + ipResult + ITcAsyncStringResult + 32 + + + hr + HRESULT + 32 + + + + GetJsonAttribute + HRESULT + 32 + + sJsonAttribute + STRING(80) + 32 + + + nJsonAttribute + UDINT + 32 + + + ipTmpEvent + ITcEvent + 32 + + + + RequestEventClassName + BOOL + 8 + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + sResult + buffer for result text + STRING(80) + 32 + + + nResultSize + size of buffer in bytes + UDINT + 32 + + + bError + BOOL + 8 + + + ItemType + Output + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + fbResult + FB_AsyncStrResult + 64 + + + uselocation + __REQUESTEVENTCLASSNAME__FBRESULT + + + + + bBusy + BOOL + 8 + + + uselocation + __REQUESTEVENTCLASSNAME__BBUSY + + + + + + EqualsToEventEntryEx + BOOL + 8 + + stOther + TcEventEntry + 192 + + + + __getnEventId + UDINT + 32 + + nEventId + UDINT + 32 + + + ipTmpEvent + ITcEvent + 32 + + + + property + + + monitoring + call + + + + + __getnUniqueId + UDINT + 32 + + nUniqueId + UDINT + 32 + + + ipTmpEvent + ITcEvent + 32 + + + ipProvider + ITcEventUniqueIdProvider + 32 + + + + property + + + monitoring + call + + + + + __getsEventText + STRING(255) + 2048 + + sEventText + STRING(255) + 2048 + + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + I_TcMessage + 32 + I_TcEventBase + + Send + HRESULT + 32 + + nTimeStamp + ULINT + 64 + + + + + ITcMessage + 32 + ITcEvent + + SetJsonAttribute + HRESULT + 32 + + sJsonAttribute + PCCH + 32 + + + + GetArguments + HRESULT + 32 + + pipArguments + ITcArguments + 32 + + + + Send + HRESULT + 32 + + timeStamp + ULINT + 64 + + + + + ITcMessage2 + 32 + ITcMessage + + GetTimeSent + HRESULT + 32 + + timeStamp + ULINT + 32 + + + + + FB_TcMessage + 3488 + FB_TcEventBase + I_TcMessage + + nTimeSent + ULINT + 64 + 162795112 + + + SetJsonAttribute + HRESULT + 32 + + sJsonAttribute + STRING(80) + 32 + + + ItemType + InOut + + + + + + CreateEx + HRESULT + 32 + + stEventEntry + TcEventEntry + 192 + + + ipSourceInfo + optional (otherwise a default source info is taken) + I_TcSourceInfo + 32 + + + + Init + + ipMessage + ITcMessage + 32 + + + ipArguments + ITcArguments + 32 + + + ipSourceInfo + ITcSourceInfo + 32 + + + + conditionalshow + + + + + __getnTimeSent + ULINT + 64 + + nTimeSent + ULINT + 64 + + + ipMessage2 + ITcMessage2 + 32 + + + nTimeStamp + ULINT + 64 + + + + property + + + monitoring + call + + + TcDisplayTypeGUID + 18071995-0000-0000-0000-000000000046 + + + + + Create + HRESULT + 32 + + eventClass + GUID + 128 + + + nEventId + UDINT + 32 + + + eSeverity + TcEventSeverity + 16 + + + ipSourceInfo + optional (otherwise a default source info is taken) + I_TcSourceInfo + 32 + + + hr + HRESULT + 32 + + + ipArguments + ITcArguments + 32 + + + + __getipEvent + ITcEvent + 32 + + ipEvent + ITcEvent + 32 + + + + property + + + conditionalshow + + + + + Send + HRESULT + 32 + + nTimeStamp + set 0 to get the current time automatically + ULINT + 64 + + + + Release + HRESULT + 32 + + + + PouType + FunctionBlock + + + reflection + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + FB_LogMessage + 81984 + + sMsg + T_MaxString + Message to send + 2048 + 32 + + + ItemType + Input + + + + + eSevr + TcEventSeverity + 16 + 2080 + + 0 + + + + ItemType + Input + + + + + eSubsystem + E_Subsystem + Subsystem + 16 + 2096 + + + ItemType + Input + + + + + sJson + STRING(7000) + JSON to add to the message + 56008 + 2112 + + {} + + + + ItemType + Input + + + + + nMinTimeViolationAcceptable + INT + How many times the min. time can be violated before the CB trips + 16 + 58128 + + 5 + + + + ItemType + Input + + + + + nLocalTripThreshold + TIME + Minimum time between calls allowed, pairs with nMinTimeViolationAcceptable + 32 + 58144 + + 1 + + + + ItemType + Input + + + + + nTrickleTripThreshold + TIME + Trickle trip, activated by global threshold, should be >> LocalTripThreshold + 32 + 58176 + + 100 + + + + ItemType + Input + + + + + nTripResetPeriod + TIME + Time for auto-reset + 32 + 58208 + + 600000 + + + + ItemType + Input + + + + + bEnableAutoReset + BOOL + Enable circuit breaker auto-reset (true by default) + 8 + 58240 + + 1 + + + + ItemType + Input + + + + + bInitialized + BOOL + 8 + 58248 + + 0 + + + + bInitFailed + BOOL + 8 + 58256 + + 0 + + + + sSubsystemSource + STRING(80) + 648 + 58264 + + + fbMessage + FB_TcMessage + 32 + 58912 + + + fbMessages + FB_TcMessage + + 0 + 5 + + 17440 + 58944 + + + fbSource + FB_TcSourceInfo + 2848 + 76384 + + + ipResultMessage + I_TcMessage + 32 + 79232 + + + hr + HRESULT + 32 + 79264 + + + hrLastInternalError + HRESULT + 32 + 79296 + + + eTraceLevel + TcEventSeverity + 16 + 79328 + + 0 + + + + bFirstCall + BOOL + 8 + 79344 + + 1 + + + + sPath + T_MaxString + 2048 + 79352 + + + instance-path + + + noinit + + + + + nTotalEvents + UINT + //////////////////////////// + 16 + 81408 + + + nTimesViolated + INT + 16 + 81424 + + + LastCallTime + ULINT + 64 + 81472 + + + CurrentCallTime + ULINT + 64 + 81536 + + + DeltaSinceLastCall + ULINT + 64 + 81600 + + + WhenTripsCleared + ULINT + 64 + 81664 + + + ftTrippedReleased + F_TRIG + 64 + 81728 + + + bLocalTrickleTripped + BOOL + 8 + 81792 + + + bLocalTripped + BOOL + 8 + 81800 + + + bTripped + BOOL + Won't emit messages if true + 8 + 81808 + + + pytmc + pv: Tripped io: i field: DESC Log message FB tripped - bResetBreakerBOOL881816pytmc + + + + + + bResetBreaker + BOOL + 8 + 81816 + + + pytmc + pv: Reset io: o field: DESC Rising-edge reset of trip - rtResetBreakerR_TRIG6481824rtTrippedR_TRIG6481888CircuitBreakerPouTypeFunctionBlockreflectionFB_HardwareFFOutput495296FF_ARRAY_UPPER_BOUNDUINT163250i_xResetBOOL848ItemTypeInputpytmc + + + + + + rtResetBreaker + R_TRIG + 64 + 81824 + + + rtTripped + R_TRIG + 64 + 81888 + + + CircuitBreaker + + + + PouType + FunctionBlock + + + reflection + + + + + FB_HardwareFFOutput + 495296 + + FF_ARRAY_UPPER_BOUND + UINT + 16 + 32 + + 50 + + + + i_xReset + BOOL + 8 + 48 + + + ItemType + Input + + + pytmc + pv: ClearFault io: o field: DESC Might be overidden by PLC writes - i_xVetoBOOL856ItemTypeInputpytmc + + + + + + i_xVeto + BOOL + 8 + 56 + + + ItemType + Input + + + pytmc + pv: EnableVeto io: o - bAutoResetBOOL8640ItemTypeInputi_sNetIDT_AmsNetID19272ItemTypeInputq_xFastFaultOutBOOL8264ItemTypeOutputpytmc + + + + + + bAutoReset + BOOL + Set true for the FFO to automatically permit beam again after all fast faults are cleared + 8 + 64 + + 0 + + + + ItemType + Input + + + + + i_sNetID + T_AmsNetID + Set to the Arbiter AmsNetID to be used for the synchronisation. An empty string means the system will sue local time + 192 + 72 + + + + + + ItemType + Input + + + + + q_xFastFaultOut + BOOL + 8 + 264 + + + ItemType + Output + + + pytmc + pv: FaultHWO io: i field: DESC Hardware Output Status - TcAddressTypeOutputq_xValidSyncTimeBOOL8272ItemTypeOutputastFFST_FF150384000288pytmc + + + + TcAddressType + Output + + + + + q_xValidSyncTime + BOOL + system time bValid output True when sync is successful + 8 + 272 + + + ItemType + Output + + + + + astFF + ST_FF + + 1 + 50 + + 384000 + 288 + + + pytmc + pv: FF - xFastFaultRegFailBOOL83842880pytmc + + + + + + xFastFaultRegFail + BOOL + Set true if a fast fault fails to register. Holds beam off. + 8 + 384288 + + 0 + + + + pytmc + pv: RegistrationFailure io: io - tFFRegFailF_TRIG64384320sPathT_MaxString2048384384instance-pathnoinitxOKBOOL83864321pytmc + + + + + + tFFRegFail + F_TRIG + 64 + 384320 + + + sPath + T_MaxString + 2048 + 384384 + + + instance-path + + + noinit + + + + + xOK + BOOL + Current internal state of FFO, indicates if FFO will accept a reset + 8 + 386432 + + 1 + + + + pytmc + pv: OK io: i - rtResetR_TRIG64386464rtResetandOKR_TRIG64386528nIndexUINT163865921IdxOKBOOL8386608fbTimeFB_LocalSystemTime19040386624.bEnable1.dwCycle1fbTime_to_UTCFB_TzSpecificLocalTimeToSystemTime3584405664fbGetTimeZoneFB_GetTimeZoneInformation3488409248fbJsonFB_JsonSaxWriter256412736pmpsTypeCodeUDINT324129920fbLoggerFB_LogMessage81984413056.eSevr4.eSubsystem2.nMinTimeViolationAcceptable50__EXECUTELOGGING__HELLOTIMERTOF224495040.PT86400000ExecuteNoLogEvaluateOutputExecuteEvaluateVetosBOOL8obsoleteUse EvaluateOverrides instead.EvaluateOverridesBOOL8FFST_FF32EvalIdxDINT32MaxTimeDINT32no_checkExecuteLoggingBOOL8FFST_FF32logIdxDINT32HelloTimerTOF224uselocation__EXECUTELOGGING__HELLOTIMERno_checkRegisterBOOL8stFFInfoST_FFInfo6832FFONameT_MaxString2048ItemTypeOutputIdxUINT16ItemTypeOutputno_checkIdxCheckInBOOL8IdxDINT32OKBOOL8ResetBOOL8stFFST_FF7680BeamPermittedBOOL8no_checkFormulateLogJsonSTRING(80)648FFST_FF7680PouTypeFunctionBlockreflectionno_checkFB_GetLocalAmsNetId10848bExecuteBOOL832ItemTypeInputtTimeOutTIME32645000ItemTypeInputbBusyBOOL896ItemTypeOutputbErrorBOOL8104ItemTypeOutputnErrIdUDINT32128ItemTypeOutputAddrStringT_AmsNetID1921600.0.0.0.0.0ItemTypeOutputAddrBytesT_AmsNetIdArr48352[0]0[1]0[2]0[3]0[4]0[5]0ItemTypeOutputfbRegQueryValueFB_RegQueryValue10304416.sNetId.sSubKeySOFTWARE\Beckhoff\TwinCAT3\System.sValNameAmsNetIdconditionalshowfbTriggerR_TRIG6410720conditionalshowstateBYTE810784conditionalshowtmpBytesT_AmsNetIdArr4810792conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_JsonDomParserBase128ipDomITcJsonDomParser3232conditionalshowipDom2ITcJsonDomParser23264conditionalshowipXFAITcDomParserFileAccess3296conditionalshowGetHexBinaryDINT32vSJsonValue32pPVOID32nDINT32HasMemberBOOL8vSJsonValue32memberSTRING(80)32ItemTypeInOutSetDateTimeSJsonValue32vSJsonValue32valueDATE_AND_TIME32SetBoolSJsonValue32vSJsonValue32valueBOOL8SetJsonSJsonValue32vSJsonValue32rawJsonSTRING(80)32ItemTypeInOutIsNullBOOL8vSJsonValue32PushbackFileTimeValueSJsonValue32vSJsonValue32valueFILETIME64PushbackIntValueSJsonValue32vSJsonValue32valueDINT32AddFileTimeMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueFILETIME64RemoveMemberByNameBOOL8vSJsonValue32memberSTRING(80)32ItemTypeInOutkeepOrderBOOL8AddArrayMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutreserveUDINT32SetNullSJsonValue32vSJsonValue32SetStringSJsonValue32vSJsonValue32valueSTRING(80)32ItemTypeInOutMemberEndSJsonIterator32vSJsonValue32PushbackUintValueSJsonValue32vSJsonValue32valueUDINT32ParseDocumentSJsonValue32sJsonSTRING(80)32ItemTypeInOutAddIntMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueDINT32ArrayEndSJsonAIterator32vSJsonValue32SetDoubleSJsonValue32vSJsonValue32valueLREAL64PushbackBoolValueSJsonValue32vSJsonValue32valueBOOL8AddHexBinaryMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutpPVOID32nDINT32GetBase64DINT32vSJsonValue32pPVOID32nDINT32GetMemberValueSJsonValue32iSJsonIterator32SetObjectSJsonValue32vSJsonValue32AddDateTimeMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueDATE_AND_TIME32GetIntDINT32vSJsonValue32PushbackUint64ValueSJsonValue32vSJsonValue32valueULINT64ClearArrayBOOL8vSJsonValue32iSJsonAIterator32RemoveAllMembersBOOL8vSJsonValue32ExceptionRaisedBOOL8IsISO8601TimeFormatBOOL8vSJsonValue32GetArraySizeUDINT32vSJsonValue32GetInt64LINT64vSJsonValue32IsBoolBOOL8vSJsonValue32AddInt64MemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueLINT64FindMemberPathSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutSetDcTimeSJsonValue32vSJsonValue32valueDCTIME64SetArraySJsonValue32vSJsonValue32reserveUDINT32GetFileTimeFILETIME64vSJsonValue32GetStringLengthUDINT32vSJsonValue32pBYTE32lUDINT32SaveDocumentToFileBOOL8sFileSTRING(80)32ItemTypeInOutbExecBOOL32hrErrorCodeHRESULT32ItemTypeOutputPushbackBase64ValueSJsonValue32vSJsonValue32pPVOID32nDINT32IsBase64BOOL8vSJsonValue32IsTrueBOOL8vSJsonValue32IsIntBOOL8vSJsonValue32GetDocumentRootSJsonValue32CopyDocumentUDINT32pDocSTRING(80)32ItemTypeInOutnDocUDINT32GetTypeEJsonType32vSJsonValue32PushbackDcTimeValueSJsonValue32vSJsonValue32valueDCTIME64GetMemberNameSTRING(80)648iSJsonIterator32pSTRING(80)32IsNumberBOOL8vSJsonValue32AddObjectMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutIsInt64BOOL8vSJsonValue32IsUint64BOOL8vSJsonValue32SetFileTimeSJsonValue32vSJsonValue32valueFILETIME64CopyStringUDINT32vSJsonValue32pStrSTRING(80)32ItemTypeInOutnStrUDINT32pBYTE32qBYTE32lUDINT32SetBase64SJsonValue32vSJsonValue32pPVOID32nDINT32GetJsonLengthUDINT32vSJsonValue32pSTRING(80)32SwapBOOL8vSJsonValue32wSJsonValue32SetUint64SJsonValue32vSJsonValue32valueULINT64IsHexBinaryBOOL8vSJsonValue32AddUint64MemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueULINT64IsFalseBOOL8vSJsonValue32SetAdsProviderBOOL8oidOTCID32MemberBeginSJsonIterator32vSJsonValue32NewDocumentSJsonValue32GetStringSTRING(255)2048vSJsonValue32pSTRING(255)32IsUintBOOL8vSJsonValue32NextMemberSJsonIterator32iSJsonIterator32ArrayBeginSJsonAIterator32vSJsonValue32IsStringBOOL8vSJsonValue32PopbackValueBOOL8vSJsonValue32AddJsonMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutrawJsonSTRING(80)32ItemTypeInOutLoadDocumentFromFileBOOL8sFileSTRING(80)32ItemTypeInOutbExecBOOL32hrErrorCodeHRESULT32ItemTypeOutputGetDateTimeDATE_AND_TIME32vSJsonValue32IsObjectBOOL8vSJsonValue32PushbackStringValueSJsonValue32vSJsonValue32valueSTRING(80)32ItemTypeInOutRemoveMemberBOOL8vSJsonValue32iSJsonIterator32keepOrderBOOL8RemoveArrayBOOL8vSJsonValue32iSJsonAIterator32AddDcTimeMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueDCTIME64SetMaxDecimalPlacesdpDINT32FindMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutPushbackDateTimeValueSJsonValue32vSJsonValue32valueDATE_AND_TIME32PushbackInt64ValueSJsonValue32vSJsonValue32valueLINT64AddBase64MemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutpPVOID32nDINT32SetUintSJsonValue32vSJsonValue32valueUDINT32SetHexBinarySJsonValue32vSJsonValue32pPVOID32nDINT32GetArrayValueByIdxSJsonValue32vSJsonValue32idxUDINT32PushbackHexBinaryValueSJsonValue32vSJsonValue32pPVOID32nDINT32AddDoubleMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueLREAL64PushbackNullValueSJsonValue32vSJsonValue32AddBoolMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueBOOL8GetDcTimeDCTIME64vSJsonValue32AddUintMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueUDINT32CopyJsonUDINT32vSJsonValue32pDocSTRING(80)32ItemTypeInOutnDocUDINT32SetInt64SJsonValue32vSJsonValue32valueLINT64CopyFromSJsonValue32vSJsonValue32wSJsonValue32AddStringMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutvalueSTRING(80)32ItemTypeInOutGetBoolBOOL8vSJsonValue32GetDoubleLREAL64vSJsonValue32GetMaxDecimalPlacesDINT32GetArrayValueSJsonValue32iSJsonAIterator32NextArraySJsonAIterator32iSJsonAIterator32GetDocumentSTRING(255)2048pBYTE32qBYTE32tSTRING(255)32lengthUDINT32SetIntSJsonValue32vSJsonValue32valueDINT32PushbackDoubleValueSJsonValue32vSJsonValue32valueLREAL64GetUintUDINT32vSJsonValue32GetUint64ULINT64vSJsonValue32GetDocumentLengthUDINT32pSTRING(80)32GetJsonSTRING(255)2048vSJsonValue32pBYTE32qBYTE32tSTRING(255)32lengthUDINT32IsArrayBOOL8vSJsonValue32PushbackJsonValueSJsonValue32vSJsonValue32rawJsonSTRING(80)32ItemTypeInOutIsDoubleBOOL8vSJsonValue32AddNullMemberSJsonValue32vSJsonValue32memberSTRING(80)32ItemTypeInOutPouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyFB_JsonDomParser288FB_JsonDomParserBaseinitStatusHRESULT32128-1743714536ItemTypeOutputCLSID_TcJsonDomParserCLSID128160.Data11337382113.Data245876.Data323182.Data4[0]166.Data4[1]151.Data4[2]186.Data4[3]40.Data4[4]25.Data4[5]175.Data4[6]202.Data4[7]216conditionalshowPouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyE_OpenPath16UINTPATH_GENERIC1PATH_BOOTPRJ2PATH_BOOTDATA3PATH_BOOTPATH4PATH_USERPATH111PATH_USERPATH212PATH_USERPATH313PATH_USERPATH414PATH_USERPATH515PATH_USERPATH616PATH_USERPATH717PATH_USERPATH818PATH_USERPATH919FB_FileOpen3456sNetIdT_AmsNetID19232ItemTypeInputsPathNameT_MaxString2048224ItemTypeInputnModeDWORD322272ItemTypeInputePathE_OpenPath1623041ItemTypeInputbExecuteBOOL82320ItemTypeInputtTimeoutTIME3223365000ItemTypeInputbBusyBOOL82368ItemTypeOutputbErrorBOOL82376ItemTypeOutputnErrIdUDINT322400ItemTypeOutputhFileUINT162432ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_FileClose1184sNetIdT_AmsNetID19232ItemTypeInputhFileUINT16224ItemTypeInputbExecuteBOOL8240ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIdUDINT32320ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_FileRead1440sNetIdT_AmsNetID19232ItemTypeInputhFileUINT16224ItemTypeInputpReadBuffPVOID32256ItemTypeInputTcIgnorePersistentcbReadLenUDINT32288ItemTypeInputbExecuteBOOL8320ItemTypeInputtTimeoutTIME323525000ItemTypeInputbBusyBOOL8384ItemTypeOutputbErrorBOOL8392ItemTypeOutputnErrIdUDINT32416ItemTypeOutputcbReadUDINT32448ItemTypeOutputbEOFBOOL8480ItemTypeOutputPouTypeFunctionBlockhide_all_localsFB_FastFault + + + + + rtReset + R_TRIG + 64 + 386464 + + + rtResetandOK + R_TRIG + 64 + 386528 + + + nIndex + UINT + 16 + 386592 + + 1 + + + + IdxOK + BOOL + 8 + 386608 + + + fbTime + FB_LocalSystemTime + Get current system time, used for override + 19040 + 386624 + + + .bEnable + 1 + + + .dwCycle + 1 + + + + + fbTime_to_UTC + FB_TzSpecificLocalTimeToSystemTime + 3584 + 405664 + + + fbGetTimeZone + FB_GetTimeZoneInformation + 3488 + 409248 + + + fbJson + FB_JsonSaxWriter + 256 + 412736 + + + pmpsTypeCode + UDINT + shows up in json as pmps_typecode + 32 + 412992 + + 0 + + + + fbLogger + FB_LogMessage + 81984 + 413056 + + + .eSevr + 4 + + + .eSubsystem + 2 + + + .nMinTimeViolationAcceptable + 50 + + + + + __EXECUTELOGGING__HELLOTIMER + TOF + 224 + 495040 + + + .PT + 86400000 + + + + + ExecuteNoLog + + + EvaluateOutput + + + Execute + + + EvaluateVetos + BOOL + 8 + + + obsolete + Use EvaluateOverrides instead. + + + + + EvaluateOverrides + BOOL + 8 + + FF + ST_FF + 32 + + + EvalIdx + DINT + 32 + + + MaxTime + 49.7 days + DINT + 32 + + + + no_check + + + + + ExecuteLogging + BOOL + 8 + + FF + ST_FF + 32 + + + logIdx + DINT + 32 + + + HelloTimer + TOF + 224 + + + uselocation + __EXECUTELOGGING__HELLOTIMER + + + + + + no_check + + + + + Register + BOOL + 8 + + stFFInfo + ST_FFInfo + 6832 + + + FFOName + T_MaxString + 2048 + + + ItemType + Output + + + + + Idx + UINT + 16 + + + ItemType + Output + + + + + + no_check + + + + + IdxCheckIn + BOOL + 8 + + Idx + DINT + 32 + + + OK + BOOL + 8 + + + Reset + BOOL + 8 + + + stFF + ST_FF + 7680 + + + BeamPermitted + BOOL + 8 + + + + no_check + + + + + FormulateLogJson + STRING(80) + 648 + + FF + ST_FF + 7680 + + + + + PouType + FunctionBlock + + + reflection + + + no_check + + + + + FB_GetLocalAmsNetId + Reads the local AmsNetId (local TwinCAT-specific network address) + 10848 + + bExecute + BOOL + Rising edge on this input activates the fb execution + 8 + 32 + + + ItemType + Input + + + + + tTimeOut + TIME + Max fb execution time + 32 + 64 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 96 + + + ItemType + Output + + + + + bError + BOOL + 8 + 104 + + + ItemType + Output + + + + + nErrId + UDINT + 32 + 128 + + + ItemType + Output + + + + + AddrString + T_AmsNetID + TwinCAT -specific network address as string + 192 + 160 + + 0.0.0.0.0.0 + + + + ItemType + Output + + + + + AddrBytes + T_AmsNetIdArr + TwinCAT-specific network address as array of byte + 48 + 352 + + + [0] + 0 + + + [1] + 0 + + + [2] + 0 + + + [3] + 0 + + + [4] + 0 + + + [5] + 0 + + + + + ItemType + Output + + + + + fbRegQueryValue + FB_RegQueryValue + 10304 + 416 + + + .sNetId + + + + .sSubKey + SOFTWARE\Beckhoff\TwinCAT3\System + + + .sValName + AmsNetId + + + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 10720 + + + conditionalshow + + + + + state + BYTE + 8 + 10784 + + + conditionalshow + + + + + tmpBytes + T_AmsNetIdArr + 48 + 10792 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_JsonDomParserBase + 128 + + ipDom + ITcJsonDomParser + 32 + 32 + + + conditionalshow + + + + + ipDom2 + ITcJsonDomParser2 + 32 + 64 + + + conditionalshow + + + + + ipXFA + ITcDomParserFileAccess + 32 + 96 + + + conditionalshow + + + + + GetHexBinary + DINT + 32 + + v + SJsonValue + 32 + + + p + PVOID + 32 + + + n + DINT + 32 + + + + HasMember + BOOL + 8 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + + SetDateTime + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + DATE_AND_TIME + 32 + + + + SetBool + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + BOOL + 8 + + + + SetJson + SJsonValue + 32 + + v + SJsonValue + 32 + + + rawJson + STRING(80) + 32 + + + ItemType + InOut + + + + + + IsNull + BOOL + 8 + + v + SJsonValue + 32 + + + + PushbackFileTimeValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + FILETIME + 64 + + + + PushbackIntValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + DINT + 32 + + + + AddFileTimeMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + FILETIME + 64 + + + + RemoveMemberByName + BOOL + 8 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + keepOrder + BOOL + 8 + + + + AddArrayMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + reserve + UDINT + 32 + + + + SetNull + SJsonValue + 32 + + v + SJsonValue + 32 + + + + SetString + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + MemberEnd + SJsonIterator + 32 + + v + SJsonValue + 32 + + + + PushbackUintValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + UDINT + 32 + + + + ParseDocument + SJsonValue + 32 + + sJson + STRING(80) + 32 + + + ItemType + InOut + + + + + + AddIntMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + DINT + 32 + + + + ArrayEnd + SJsonAIterator + 32 + + v + SJsonValue + 32 + + + + SetDouble + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + LREAL + 64 + + + + PushbackBoolValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + BOOL + 8 + + + + AddHexBinaryMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + p + PVOID + 32 + + + n + DINT + 32 + + + + GetBase64 + DINT + 32 + + v + SJsonValue + 32 + + + p + PVOID + 32 + + + n + DINT + 32 + + + + GetMemberValue + SJsonValue + 32 + + i + SJsonIterator + 32 + + + + SetObject + SJsonValue + 32 + + v + SJsonValue + 32 + + + + AddDateTimeMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + DATE_AND_TIME + 32 + + + + GetInt + DINT + 32 + + v + SJsonValue + 32 + + + + PushbackUint64Value + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + ULINT + 64 + + + + ClearArray + BOOL + 8 + + v + SJsonValue + 32 + + + i + SJsonAIterator + 32 + + + + RemoveAllMembers + BOOL + 8 + + v + SJsonValue + 32 + + + + ExceptionRaised + BOOL + 8 + + + IsISO8601TimeFormat + BOOL + 8 + + v + SJsonValue + 32 + + + + GetArraySize + UDINT + 32 + + v + SJsonValue + 32 + + + + GetInt64 + LINT + 64 + + v + SJsonValue + 32 + + + + IsBool + BOOL + 8 + + v + SJsonValue + 32 + + + + AddInt64Member + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + LINT + 64 + + + + FindMemberPath + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + member of v seperatet by '/' without leading '/' ('/' in a member name will be encoded as "~1" and '~' as "~0") + STRING(80) + 32 + + + ItemType + InOut + + + + + + SetDcTime + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + DCTIME + 64 + + + + SetArray + SJsonValue + 32 + + v + SJsonValue + 32 + + + reserve + UDINT + 32 + + + + GetFileTime + FILETIME + 64 + + v + SJsonValue + 32 + + + + GetStringLength + UDINT + 32 + + v + SJsonValue + 32 + + + p + BYTE + 32 + + + l + UDINT + 32 + + + + SaveDocumentToFile + BOOL + 8 + + sFile + file path + STRING(80) + 32 + + + ItemType + InOut + + + + + bExec + a rising edge triggers the saving. + BOOL + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + PushbackBase64Value + SJsonValue + 32 + + v + SJsonValue + 32 + + + p + PVOID + 32 + + + n + DINT + 32 + + + + IsBase64 + BOOL + 8 + + v + SJsonValue + 32 + + + + IsTrue + BOOL + 8 + + v + SJsonValue + 32 + + + + IsInt + BOOL + 8 + + v + SJsonValue + 32 + + + + GetDocumentRoot + SJsonValue + 32 + + + CopyDocument + UDINT + 32 + + pDoc + target string buffer where the document should be copied to + STRING(80) + 32 + + + ItemType + InOut + + + + + nDoc + size in bytes of target string buffer + UDINT + 32 + + + + GetType + EJsonType + 32 + + v + SJsonValue + 32 + + + + PushbackDcTimeValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + DCTIME + 64 + + + + GetMemberName + STRING(80) + 648 + + i + SJsonIterator + 32 + + + p + STRING(80) + 32 + + + + IsNumber + BOOL + 8 + + v + SJsonValue + 32 + + + + AddObjectMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + + IsInt64 + BOOL + 8 + + v + SJsonValue + 32 + + + + IsUint64 + BOOL + 8 + + v + SJsonValue + 32 + + + + SetFileTime + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + FILETIME + 64 + + + + CopyString + UDINT + 32 + + v + SJsonValue + 32 + + + pStr + STRING(80) + 32 + + + ItemType + InOut + + + + + nStr + UDINT + 32 + + + p + BYTE + 32 + + + q + BYTE + 32 + + + l + UDINT + 32 + + + + SetBase64 + SJsonValue + 32 + + v + SJsonValue + 32 + + + p + PVOID + 32 + + + n + DINT + 32 + + + + GetJsonLength + UDINT + 32 + + v + SJsonValue + 32 + + + p + STRING(80) + 32 + + + + Swap + BOOL + 8 + + v + SJsonValue + 32 + + + w + SJsonValue + 32 + + + + SetUint64 + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + ULINT + 64 + + + + IsHexBinary + BOOL + 8 + + v + SJsonValue + 32 + + + + AddUint64Member + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + ULINT + 64 + + + + IsFalse + BOOL + 8 + + v + SJsonValue + 32 + + + + SetAdsProvider + BOOL + 8 + + oid + OTCID + 32 + + + + MemberBegin + SJsonIterator + 32 + + v + SJsonValue + 32 + + + + NewDocument + SJsonValue + 32 + + + GetString + STRING(255) + 2048 + + v + SJsonValue + 32 + + + p + STRING(255) + 32 + + + + IsUint + BOOL + 8 + + v + SJsonValue + 32 + + + + NextMember + SJsonIterator + 32 + + i + SJsonIterator + 32 + + + + ArrayBegin + SJsonAIterator + 32 + + v + SJsonValue + 32 + + + + IsString + BOOL + 8 + + v + SJsonValue + 32 + + + + PopbackValue + BOOL + 8 + + v + SJsonValue + 32 + + + + AddJsonMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + rawJson + STRING(80) + 32 + + + ItemType + InOut + + + + + + LoadDocumentFromFile + BOOL + 8 + + sFile + file path + STRING(80) + 32 + + + ItemType + InOut + + + + + bExec + a rising edge triggers the load. + BOOL + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + GetDateTime + DATE_AND_TIME + 32 + + v + SJsonValue + 32 + + + + IsObject + BOOL + 8 + + v + SJsonValue + 32 + + + + PushbackStringValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + RemoveMember + BOOL + 8 + + v + SJsonValue + 32 + + + i + SJsonIterator + 32 + + + keepOrder + BOOL + 8 + + + + RemoveArray + BOOL + 8 + + v + SJsonValue + 32 + + + i + SJsonAIterator + 32 + + + + AddDcTimeMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + DCTIME + 64 + + + + SetMaxDecimalPlaces + + dp + DINT + 32 + + + + FindMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + + PushbackDateTimeValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + DATE_AND_TIME + 32 + + + + PushbackInt64Value + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + LINT + 64 + + + + AddBase64Member + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + p + PVOID + 32 + + + n + DINT + 32 + + + + SetUint + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + UDINT + 32 + + + + SetHexBinary + SJsonValue + 32 + + v + SJsonValue + 32 + + + p + PVOID + 32 + + + n + DINT + 32 + + + + GetArrayValueByIdx + SJsonValue + 32 + + v + SJsonValue + 32 + + + idx + UDINT + 32 + + + + PushbackHexBinaryValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + p + PVOID + 32 + + + n + DINT + 32 + + + + AddDoubleMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + LREAL + 64 + + + + PushbackNullValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + + AddBoolMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + BOOL + 8 + + + + GetDcTime + DCTIME + 64 + + v + SJsonValue + 32 + + + + AddUintMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + UDINT + 32 + + + + CopyJson + UDINT + 32 + + v + SJsonValue + 32 + + + pDoc + target string buffer where the document should be copied to + STRING(80) + 32 + + + ItemType + InOut + + + + + nDoc + size in bytes of target string buffer + UDINT + 32 + + + + SetInt64 + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + LINT + 64 + + + + CopyFrom + SJsonValue + 32 + + v + SJsonValue + 32 + + + w + SJsonValue + 32 + + + + AddStringMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + value + STRING(80) + 32 + + + ItemType + InOut + + + + + + GetBool + BOOL + 8 + + v + SJsonValue + 32 + + + + GetDouble + LREAL + 64 + + v + SJsonValue + 32 + + + + GetMaxDecimalPlaces + DINT + 32 + + + GetArrayValue + SJsonValue + 32 + + i + SJsonAIterator + 32 + + + + NextArray + SJsonAIterator + 32 + + i + SJsonAIterator + 32 + + + + GetDocument + STRING(255) + 2048 + + p + BYTE + 32 + + + q + BYTE + 32 + + + t + STRING(255) + 32 + + + length + UDINT + 32 + + + + SetInt + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + DINT + 32 + + + + PushbackDoubleValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + value + LREAL + 64 + + + + GetUint + UDINT + 32 + + v + SJsonValue + 32 + + + + GetUint64 + ULINT + 64 + + v + SJsonValue + 32 + + + + GetDocumentLength + UDINT + 32 + + p + STRING(80) + 32 + + + + GetJson + STRING(255) + 2048 + + v + SJsonValue + 32 + + + p + BYTE + 32 + + + q + BYTE + 32 + + + t + STRING(255) + 32 + + + length + UDINT + 32 + + + + IsArray + BOOL + 8 + + v + SJsonValue + 32 + + + + PushbackJsonValue + SJsonValue + 32 + + v + SJsonValue + 32 + + + rawJson + STRING(80) + 32 + + + ItemType + InOut + + + + + + IsDouble + BOOL + 8 + + v + SJsonValue + 32 + + + + AddNullMember + SJsonValue + 32 + + v + SJsonValue + 32 + + + member + STRING(80) + 32 + + + ItemType + InOut + + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + FB_JsonDomParser + 288 + FB_JsonDomParserBase + + initStatus + HRESULT + 32 + 128 + + -1743714536 + + + + ItemType + Output + + + + + CLSID_TcJsonDomParser + CLSID + 128 + 160 + + + .Data1 + 1337382113 + + + .Data2 + 45876 + + + .Data3 + 23182 + + + .Data4[0] + 166 + + + .Data4[1] + 151 + + + .Data4[2] + 186 + + + .Data4[3] + 40 + + + .Data4[4] + 25 + + + .Data4[5] + 175 + + + .Data4[6] + 202 + + + .Data4[7] + 216 + + + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + E_OpenPath + 16 + UINT + + PATH_GENERIC + 1 + Search/open/create files in selected/generic folder + + + PATH_BOOTPRJ + 2 + Search/open/create files in TwinCAT boot project folder and adds the *.wbp extension + + + PATH_BOOTDATA + 3 + Reserved for future use + + + PATH_BOOTPATH + 4 + Refers to the TwinCAT/Boot directory without adding an extension (.wbp) + + + PATH_USERPATH1 + 11 + Reserved for future use + + + PATH_USERPATH2 + 12 + Reserved for future use + + + PATH_USERPATH3 + 13 + Reserved for future use + + + PATH_USERPATH4 + 14 + Reserved for future use + + + PATH_USERPATH5 + 15 + Reserved for future use + + + PATH_USERPATH6 + 16 + Reserved for future use + + + PATH_USERPATH7 + 17 + Reserved for future use + + + PATH_USERPATH8 + 18 + Reserved for future use + + + PATH_USERPATH9 + 19 + Reserved for future use + + + + FB_FileOpen + Open and/or create a file. + 3456 + + sNetId + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + sPathName + T_MaxString + Max filename length = 255 + 2048 + 224 + + + ItemType + Input + + + + + nMode + DWORD + Open mode flags + 32 + 2272 + + + ItemType + Input + + + + + ePath + E_OpenPath + Default: Open generic file + 16 + 2304 + + 1 + + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge starts command execution + 8 + 2320 + + + ItemType + Input + + + + + tTimeout + TIME + Maximum time allowed for the execution of this ADS command + 32 + 2336 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + Busy flag + 8 + 2368 + + + ItemType + Output + + + + + bError + BOOL + Error flag + 8 + 2376 + + + ItemType + Output + + + + + nErrId + UDINT + ADS error code + 32 + 2400 + + + ItemType + Output + + + + + hFile + UINT + File handle + 16 + 2432 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + FB_FileClose + Closes a file stream. + 1184 + + sNetId + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + hFile + UINT + File handle obtained through 'open' + 16 + 224 + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge starts command execution + 8 + 240 + + + ItemType + Input + + + + + tTimeout + TIME + Maximum time allowed for the execution of this ADS command + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + Busy flag + 8 + 288 + + + ItemType + Output + + + + + bError + BOOL + Error flag + 8 + 296 + + + ItemType + Output + + + + + nErrId + UDINT + ADS error code + 32 + 320 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + FB_FileRead + Reads data from a stream. + 1440 + + sNetId + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + hFile + UINT + File handle + 16 + 224 + + + ItemType + Input + + + + + pReadBuff + PVOID + Buffer address for read + 32 + 256 + + + ItemType + Input + + + TcIgnorePersistent + + + + + cbReadLen + UDINT + Count of bytes for read + 32 + 288 + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge starts command execution + 8 + 320 + + + ItemType + Input + + + + + tTimeout + TIME + Maximum time allowed for the execution of this ADS command + 32 + 352 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + Busy flag + 8 + 384 + + + ItemType + Output + + + + + bError + BOOL + Error flag + 8 + 392 + + + ItemType + Output + + + + + nErrId + UDINT + ADS error code + 32 + 416 + + + ItemType + Output + + + + + cbRead + UDINT + Count of bytes actually read + 32 + 448 + + + ItemType + Output + + + + + bEOF + BOOL + End of file + 8 + 480 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + FB_FastFault + Fast Fault 2019-9-13 A. Wallace Use this block to generate a beam-off fault. Connects to a fast fault hardware output @@ -419,31 +18521,3095 @@ function block to contribute to the state of the fast fault output (FFO). If the i_xOK goes false, the associated FFO will go false, despite the state of any other contributing fast faults, unless the FFO is currently vetoed. -]]>25088i_xOKBOOL832ItemTypeInputi_xResetBOOL840ItemTypeInputi_xAutoResetBOOL8480ItemTypeInputi_xVetoableBOOL8561ItemTypeInputi_DevNameT_MaxString204864ItemTypeInputi_DescT_MaxString20482112ItemTypeInputi_TypeCodeUINT164160ItemTypeInputo_xFFLineBOOL84176ItemTypeOutputio_fbFFHWOFB_HardwareFFOutput324192ItemTypeInOutsPathT_MaxString20484224instance-pathnoinitFFInfoST_FFInfo68326272RegistrationIdxUINT16131041xInitBOOL8131201InfoStringFmtrFB_FormatString784013152InUseT_MaxString204820992AutoResetT_MaxString204823040PouTypeFunctionBlockreflectionFB_JsonFileToJsonDoc928512bExecuteBOOL832ItemTypeInputsPLCNameSTRING(80)64840ItemTypeInputsSrcNetIdT_AmsNetID192688ItemTypeInputsSrcPathNameT_MaxString2048880ItemTypeInputPMPS_jsonDocSJsonValue322944ItemTypeOutputbHasPLCBOOL82976ItemTypeOutputbBusyBOOL82984ItemTypeOutputbErrorBOOL82992ItemTypeOutputnErrIdUDINT323008ItemTypeOutputsErrMsgSTRING(80)6483040ItemTypeOutputio_fbFFHWOFB_HardwareFFOutput323712ItemTypeInOutfb_GetLocalAmsNetIdFB_GetLocalAmsNetId108483744fbJsonFB_JsonDomParser28814592jsonDocSJsonValue3214880jsonPropSJsonValue3214912fbFileOpenFB_FileOpen345614944fbFileCloseFB_FileClose118418400fbFileReadFB_FileRead144019584hSrcFileUINT16210240StepINT1621040indexDINT3221056RisingEdgeR_TRIG6421088sbuffReadSTRING(100000)80000821152cbReadLengthUDINT328211840nFileLengthUDINT328212160bfbJsonExceptionRaisedBOOL8821248tTimeOutTIME328212805000bInitBOOL8821312tNewMessageR_TRIG64821344fbLoggerFB_LogMessage81984821440.eSubsystem2.nMinTimeViolationAcceptable10FFOFB_FastFault25088903424.i_DescFault occurs when there is an error reading json file.i_TypeCode65299ACT_FFOACT_LoggerPouTypeFunctionBlockFB_Standard_PMPSDB27744io_fbFFHWOFB_HardwareFFOutput3232ItemTypeInOutbEnableBOOL864ItemTypeInputsPlcNameSTRING(80)64872ItemTypeInputbRefreshBOOL8720ItemTypeInputpytmc + + 25088 + + i_xOK + BOOL + Connect to fast-fault condition (false produces fault) + 8 + 32 + + + ItemType + Input + + + + + i_xReset + BOOL + Resets when i_xOK is true and this is true + 8 + 40 + + + ItemType + Input + + + + + i_xAutoReset + BOOL + Automatically clear fast fault (latching vs non-latching) + 8 + 48 + + 0 + + + + ItemType + Input + + + + + i_xVetoable + BOOL + Mask this fast fault if the FFO veto device is true + 8 + 56 + + 1 + + + + ItemType + Input + + + + + i_DevName + T_MaxString + Device name for diagnostic + 2048 + 64 + + + + + + ItemType + Input + + + + + i_Desc + T_MaxString + Description of fast fault (you should set at init) + 2048 + 2112 + + + + + + ItemType + Input + + + + + i_TypeCode + UINT + Error code for classifying fast faults + 16 + 4160 + + + ItemType + Input + + + + + o_xFFLine + BOOL + Connect to HW output or another FF input if you like (Optional) + 8 + 4176 + + + ItemType + Output + + + + + io_fbFFHWO + FB_HardwareFFOutput + Point to FB_HardwareFFOutput of your choice + 32 + 4192 + + + ItemType + InOut + + + + + sPath + T_MaxString + 2048 + 4224 + + + instance-path + + + noinit + + + + + FFInfo + ST_FFInfo + 6832 + 6272 + + + RegistrationIdx + UINT + The index this FF was registered in the FFO + 16 + 13104 + + 1 + + + + xInit + BOOL + 8 + 13120 + + 1 + + + + InfoStringFmtr + FB_FormatString + 7840 + 13152 + + + InUse + T_MaxString + 2048 + 20992 + + + AutoReset + T_MaxString + 2048 + 23040 + + + + PouType + FunctionBlock + + + reflection + + + + + FB_JsonFileToJsonDoc + 928512 + + bExecute + BOOL + Rising Edge + 8 + 32 + + + ItemType + Input + + + + + sPLCName + STRING(80) + 648 + 40 + + + ItemType + Input + + + + + sSrcNetId + T_AmsNetID + 192 + 688 + + + ItemType + Input + + + + + sSrcPathName + T_MaxString + 2048 + 880 + + + ItemType + Input + + + + + PMPS_jsonDoc + SJsonValue + 32 + 2944 + + + ItemType + Output + + + + + bHasPLC + BOOL + 8 + 2976 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 2984 + + + ItemType + Output + + + + + bError + BOOL + 8 + 2992 + + + ItemType + Output + + + + + nErrId + UDINT + 32 + 3008 + + + ItemType + Output + + + + + sErrMsg + STRING(80) + 648 + 3040 + + + ItemType + Output + + + + + io_fbFFHWO + FB_HardwareFFOutput + 32 + 3712 + + + ItemType + InOut + + + + + fb_GetLocalAmsNetId + FB_GetLocalAmsNetId + Get AMS Net ID + 10848 + 3744 + + + fbJson + FB_JsonDomParser + JSON + 288 + 14592 + + + jsonDoc + SJsonValue + 32 + 14880 + + + jsonProp + SJsonValue + 32 + 14912 + + + fbFileOpen + FB_FileOpen + File + 3456 + 14944 + + + fbFileClose + FB_FileClose + 1184 + 18400 + + + fbFileRead + FB_FileRead + 1440 + 19584 + + + hSrcFile + UINT + File handle of the source file + 16 + 21024 + + 0 + + + + Step + INT + 16 + 21040 + + + index + DINT + 32 + 21056 + + + RisingEdge + R_TRIG + 64 + 21088 + + + sbuffRead + STRING(100000) + Buffer + 800008 + 21152 + + + cbReadLength + UDINT + 32 + 821184 + + 0 + + + + nFileLength + UDINT + 32 + 821216 + + 0 + + + + bfbJsonExceptionRaised + BOOL + 8 + 821248 + + + tTimeOut + TIME + 32 + 821280 + + 5000 + + + + bInit + BOOL + 8 + 821312 + + + tNewMessage + R_TRIG + Logger + 64 + 821344 + + + fbLogger + FB_LogMessage + 81984 + 821440 + + + .eSubsystem + 2 + + + .nMinTimeViolationAcceptable + 10 + + + + + FFO + FB_FastFault + FFO + 25088 + 903424 + + + .i_Desc + Fault occurs when there is an error reading json file + + + .i_TypeCode + 65299 + + + + + ACT_FFO + + + ACT_Logger + + + + PouType + FunctionBlock + + + + + FB_Standard_PMPSDB + 27744 + + io_fbFFHWO + FB_HardwareFFOutput + 32 + 32 + + + ItemType + InOut + + + + + bEnable + BOOL + If TRUE, FB will run. Reads when enable goes TRUE. + 8 + 64 + + + ItemType + Input + + + + + sPlcName + STRING(80) + E.g. lfe-motion + 648 + 72 + + + ItemType + Input + + + + + bRefresh + BOOL + Set to TRUE to cause an extra read. + 8 + 720 + + + ItemType + Input + + + pytmc + pv: REFRESH io: io - sDirectorySTRING(80)648728/Hard Disk/ftp/PMPS/ItemTypeInputnLastRefreshTimeDINT321376ItemTypeOutputpytmc + + + + + + sDirectory + STRING(80) + Directory where the DB is stored. + 648 + 728 + + /Hard Disk/ftp/PMPS/ + + + + ItemType + Input + + + + + nLastRefreshTime + DINT + 32 + 1376 + + + ItemType + Output + + + pytmc + pv: LAST_REFRESH io: i - bExecuteBOOL81408rtEnableR_TRIG641440rtRefreshR_TRIG641504ftBusyF_TRIG641568fbTimeFB_LocalSystemTime190401632.bEnable1.dwCycle1fbTime_to_UTCFB_TzSpecificLocalTimeToSystemTime358420672fbGetTimeZoneFB_GetTimeZoneInformation348824256PouTypeFunctionBlockST_System88xSwAlmRstBOOL80xAtVacuumBOOL88xFirstScanBOOL816xOverrideModeBOOL824xIOStateBOOL832I_EcatMaster1AMSNETID4840namingomitTcAddressTypeInputST_LibVersion288iMajorUINT160iMinorUINT1616iBuildUINT1632iRevisionUINT1648nFlagsDWORD3264sVersionSTRING(23)19296E_WATCHDOG_TIME_CONFIG16INTeWATCHDOG_TIME_DISABLED0eWATCHDOG_TIME_SECONDS1eWATCHDOG_TIME_MINUTES2E_HashPrefixTypes16INTHASHPREFIX_IEC0HASHPREFIX_STDC1E_SBCSType16INTeSBCS_WesternEuropean1eSBCS_CentralEuropean2E_RouteTransportType16UINTeRouteTransport_None0eRouteTransport_TCP_IP1eRouteTransport_IIO_LIGHTBUS2eRouteTransport_PROFIBUS_DP3eRouteTransport_PCI_ISA_BUS4eRouteTransport_ADS_UDP5eRouteTransport_FATP_UDP6eRouteTransport_COM_PORT7eRouteTransport_USB8eRouteTransport_CAN_OPEN9eRouteTransport_DEVICE_NET10eRouteTransport_SSB11eRouteTransport_SOAP12ST_AmsRouteEntry1184sNameSTRING(31)2560sNetIDT_AmsNetID192256sAddressSTRING(79)640448eTransportE_RouteTransportType161088tTimeoutTIME321120dwFlagsDWORD321152T_ThrottleTimes416TIME013hideUINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites)16UINTLowerBorder0UpperBorder1000UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16UINTLowerBorder0UpperBorder100E_AssertionType8BYTEType_UNDEFINED0Type_ANY1Type_BOOL2Type_BYTE3Type_DATE4Type_DATE_AND_TIME5Type_DINT6Type_DWORD7Type_INT8Type_LINT9Type_LREAL10Type_LTIME11Type_LWORD12Type_REAL13Type_SINT14Type_STRING15Type_TIME16Type_TIME_OF_DAY17Type_UDINT18Type_UINT19Type_ULINT20Type_USINT21Type_WORD22Type_WSTRING23Type_Array2D_LREAL24Type_Array2D_REAL25Type_Array3D_LREAL26Type_Array3D_REAL27Type_Array_BOOL28Type_Array_BYTE29Type_Array_DINT30Type_Array_DWORD31Type_Array_INT32Type_Array_LINT33Type_Array_LREAL34Type_Array_LWORD35Type_Array_REAL36Type_Array_SINT37Type_Array_UDINT38Type_Array_UINT39Type_Array_ULINT40Type_Array_USINT41Type_Array_WORD42ST_TestCaseResult6192TestNameT_MaxString20480TestClassNameT_MaxString20482048TestIsFailedBOOL84096TestIsSkippedBOOL84104FailureMessageT_MaxString20484112FailureTypeE_AssertionType86160NumberOfAssertsUINT166176ST_TestSuiteResult621296NameT_MaxString20480IdentityUINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites)162048NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162064NumberOfFailedTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162080TestCaseResultsST_TestCaseResult11006192002096ST_TestSuiteResults621296064NumberOfTestSuitesUINT160NumberOfTestCasesUINT1616NumberOfSuccessfulTestCasesUINT1632NumberOfFailedTestCasesUINT1648TestSuiteResultsST_TestSuiteResult1100062129600064I_TestResults32PVOIDGetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16UINTLowerBorder1UpperBorder1000FB_TestResults621296256I_TestResultsTestSuiteResultsST_TestSuiteResults62129606464StoringTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16621296128StoringTestSuiteTriggerR_TRIG64621296160StoredTestSuiteResultsBOOL8621296224StoredGeneralTestResultsBOOL8621296232GetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32PouTypeFunctionBlockI_TestResultLogger32PVOIDLogTestSuiteResultsUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16UINTLowerBorder1UpperBorder100FB_AdsTestResultLogger + + + + + bExecute + BOOL + 8 + 1408 + + + rtEnable + R_TRIG + 64 + 1440 + + + rtRefresh + R_TRIG + 64 + 1504 + + + ftBusy + F_TRIG + 64 + 1568 + + + fbTime + FB_LocalSystemTime + Time tracking liften from Arbiter PLCs + 19040 + 1632 + + + .bEnable + 1 + + + .dwCycle + 1 + + + + + fbTime_to_UTC + FB_TzSpecificLocalTimeToSystemTime + 3584 + 20672 + + + fbGetTimeZone + FB_GetTimeZoneInformation + 3488 + 24256 + + + + PouType + FunctionBlock + + + + + ST_System + Defacto system structure, must be included in all projects + 88 + + xSwAlmRst + BOOL + Global Alarm Reset - EPICS Command + 8 + 0 + + + xAtVacuum + BOOL + System At Vacuum + 8 + 8 + + + xFirstScan + BOOL + This boolean is true for the first scan, and is false thereafter, use for initialization of stuff + 8 + 16 + + + xOverrideMode + BOOL + This bit is set when using the override features of the system + 8 + 24 + + + xIOState + BOOL + ECat Bus Health + 8 + 32 + + + I_EcatMaster1 + AMSNETID + AMS Net ID used for FB_EcatDiag, among others + 48 + 40 + + + naming + omit + + + TcAddressType + Input + + + + + + ST_LibVersion + 288 + + iMajor + UINT + 16 + 0 + + + iMinor + UINT + 16 + 16 + + + iBuild + UINT + 16 + 32 + + + iRevision + UINT + 16 + 48 + + + nFlags + DWORD + 32 + 64 + + + sVersion + STRING(23) + 192 + 96 + + + + E_WATCHDOG_TIME_CONFIG + 16 + INT + + eWATCHDOG_TIME_DISABLED + 0 + + + eWATCHDOG_TIME_SECONDS + 1 + + + eWATCHDOG_TIME_MINUTES + 2 + + + + E_HashPrefixTypes + 16 + INT + + HASHPREFIX_IEC + 0 + 2#, 8#, 16# + + + HASHPREFIX_STDC + 1 + 0 for octal type, 0x, 0X for hex else none + + + + E_SBCSType + 16 + INT + + eSBCS_WesternEuropean + 1 + Windows 1252 (default) + + + eSBCS_CentralEuropean + 2 + Windows 1251 + + + + E_RouteTransportType + 16 + UINT + + eRouteTransport_None + 0 + + + eRouteTransport_TCP_IP + 1 + + + eRouteTransport_IIO_LIGHTBUS + 2 + + + eRouteTransport_PROFIBUS_DP + 3 + + + eRouteTransport_PCI_ISA_BUS + 4 + + + eRouteTransport_ADS_UDP + 5 + + + eRouteTransport_FATP_UDP + 6 + + + eRouteTransport_COM_PORT + 7 + + + eRouteTransport_USB + 8 + + + eRouteTransport_CAN_OPEN + 9 + + + eRouteTransport_DEVICE_NET + 10 + + + eRouteTransport_SSB + 11 + + + eRouteTransport_SOAP + 12 + + + + ST_AmsRouteEntry + TwinCAT AMS route entry struct + 1184 + + sName + STRING(31) + String containing route name + 256 + 0 + + + sNetID + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 256 + + + sAddress + STRING(79) + String containing route network Ipv4 address or host name. + 640 + 448 + + + eTransport + E_RouteTransportType + Route transport type + 16 + 1088 + + + tTimeout + TIME + Route timeout + 32 + 1120 + + + dwFlags + DWORD + Additional flags + 32 + 1152 + + + + T_ThrottleTimes + 416 + TIME + + 0 + 13 + + + + hide + + + + + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + UINT + + + LowerBorder + 0 + + + UpperBorder + 1000 + + + + + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + UINT + + + LowerBorder + 0 + + + UpperBorder + 100 + + + + + E_AssertionType + 8 + BYTE + + Type_UNDEFINED + 0 + + + Type_ANY + 1 + + + Type_BOOL + 2 + Primitive types + + + Type_BYTE + 3 + + + Type_DATE + 4 + + + Type_DATE_AND_TIME + 5 + + + Type_DINT + 6 + + + Type_DWORD + 7 + + + Type_INT + 8 + + + Type_LINT + 9 + + + Type_LREAL + 10 + + + Type_LTIME + 11 + + + Type_LWORD + 12 + + + Type_REAL + 13 + + + Type_SINT + 14 + + + Type_STRING + 15 + + + Type_TIME + 16 + + + Type_TIME_OF_DAY + 17 + + + Type_UDINT + 18 + + + Type_UINT + 19 + + + Type_ULINT + 20 + + + Type_USINT + 21 + + + Type_WORD + 22 + + + Type_WSTRING + 23 + + + Type_Array2D_LREAL + 24 + Array types + + + Type_Array2D_REAL + 25 + + + Type_Array3D_LREAL + 26 + + + Type_Array3D_REAL + 27 + + + Type_Array_BOOL + 28 + + + Type_Array_BYTE + 29 + + + Type_Array_DINT + 30 + + + Type_Array_DWORD + 31 + + + Type_Array_INT + 32 + + + Type_Array_LINT + 33 + + + Type_Array_LREAL + 34 + + + Type_Array_LWORD + 35 + + + Type_Array_REAL + 36 + + + Type_Array_SINT + 37 + + + Type_Array_UDINT + 38 + + + Type_Array_UINT + 39 + + + Type_Array_ULINT + 40 + + + Type_Array_USINT + 41 + + + Type_Array_WORD + 42 + + + + ST_TestCaseResult + 6192 + + TestName + T_MaxString + 2048 + 0 + + + TestClassName + T_MaxString + 2048 + 2048 + + + TestIsFailed + BOOL + 8 + 4096 + + + TestIsSkipped + BOOL + 8 + 4104 + + + FailureMessage + T_MaxString + 2048 + 4112 + + + FailureType + E_AssertionType + 8 + 6160 + + + NumberOfAsserts + UINT + 16 + 6176 + + + + ST_TestSuiteResult + 621296 + + Name + T_MaxString + Full class name + 2048 + 0 + + + Identity + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites) + Should be 0..GVL_Param_TcUnit.MaxNumberOfTestSuites-1 but gives unknown compiler error + 16 + 2048 + + + NumberOfTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + 2064 + + + NumberOfFailedTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + 2080 + + + TestCaseResults + ST_TestCaseResult + + 1 + 100 + + 619200 + 2096 + + + + ST_TestSuiteResults + 621296064 + + NumberOfTestSuites + UINT + The total number of test suites + 16 + 0 + + + NumberOfTestCases + UINT + The total number of test cases (for all test suites) + 16 + 16 + + + NumberOfSuccessfulTestCases + UINT + The total number of test cases that had all ASSERTS successful + 16 + 32 + + + NumberOfFailedTestCases + UINT + The total number of test cases that had at least one ASSERT failed + 16 + 48 + + + TestSuiteResults + ST_TestSuiteResult + + 1 + 1000 + + Test results for each individiual test suite + 621296000 + 64 + + + + I_TestResults + 32 + PVOID + + GetAreTestResultsAvailable + BOOL + 8 + + + GetTestSuiteResults + ST_TestSuiteResults + 32 + + + + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + UINT + + + LowerBorder + 1 + + + UpperBorder + 1000 + + + + + FB_TestResults + This function block holds results of the complete test run, i.e. results for all test suites + 621296256 + I_TestResults + + TestSuiteResults + ST_TestSuiteResults + 621296064 + 64 + + + StoringTestSuiteResultNumber + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + 621296128 + + + StoringTestSuiteTrigger + R_TRIG + 64 + 621296160 + + + StoredTestSuiteResults + BOOL + 8 + 621296224 + + + StoredGeneralTestResults + BOOL + 8 + 621296232 + + + GetAreTestResultsAvailable + BOOL + 8 + + + GetTestSuiteResults + ST_TestSuiteResults + 32 + + + + PouType + FunctionBlock + + + + + I_TestResultLogger + 32 + PVOID + + LogTestSuiteResults + + + + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + UINT + + + LowerBorder + 1 + + + UpperBorder + 100 + + + + + FB_AdsTestResultLogger + This function block reports the results from the tests using the built-in ADSLOGSTR functionality provided by the Tc2_System library. This sends the result using ADS, which is consumed by the "Error List" of Visual Studio (which can print Errors, Warnings and Messages). -]]>224I_TestResultLoggerTestResultsI_TestResults3264PrintingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)1696PrintingTestSuiteTriggerR_TRIG64128PrintedFinalTestResultsBOOL8192PrintedTestSuitesResultsBOOL8200LogTestSuiteResultsTcUnitTestResultsST_TestSuiteResults32StringToPrintT_MaxString2048TestsInTestSuiteCounterUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648PouTypeFunctionBlockRTS_IEC_RESULT32UDINTACCESS_MODE32UDINTAM_READ0AM_WRITE1AM_APPEND2AM_READ_PLUS3AM_WRITE_PLUS4AM_APPEND_PLUS5RTS_IEC_SIZE32BYTERTS_IEC_HANDLE32BYTEFB_FileControl + 224 + I_TestResultLogger + + TestResults + I_TestResults + 32 + 64 + + + PrintingTestSuiteResultNumber + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + 96 + + + PrintingTestSuiteTrigger + R_TRIG + 64 + 128 + + + PrintedFinalTestResults + BOOL + 8 + 192 + + + PrintedTestSuitesResults + BOOL + 8 + 200 + + + LogTestSuiteResults + + TcUnitTestResults + ST_TestSuiteResults + 32 + + + StringToPrint + T_MaxString + 2048 + + + TestsInTestSuiteCounter + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + TEST_STATUS_SKIP + STRING(80) + 648 + + + TEST_STATUS_PASS + STRING(80) + 648 + + + TEST_STATUS_FAIL + STRING(80) + 648 + + + + + PouType + FunctionBlock + + + + + RTS_IEC_RESULT + 32 + UDINT + + + ACCESS_MODE + 32 + UDINT + + AM_READ + 0 + Open an existing file with Read access. If file does not exist, Open fails + + + AM_WRITE + 1 + Create new file with Write access. If file does exist, content is discarded + + + AM_APPEND + 2 + Open an existing file with Append (only write) access. If file does not exist, Open fails + + + AM_READ_PLUS + 3 + Open an existing file with Read/Write access. If file does not exist, Open fails + + + AM_WRITE_PLUS + 4 + Create new file with Read/Write access. If file does exist, content is discarded + + + AM_APPEND_PLUS + 5 + Open an existing file with Append (read/write) access. If file does not exist, Open creates a new file + + + + RTS_IEC_SIZE + 32 + BYTE + + + RTS_IEC_HANDLE + 32 + BYTE + + + FB_FileControl + This functionblock can open, close, read, write and delete files on the local filesystem -]]>96FileAccessModeACCESS_MODE32325FileHandleRTS_IEC_HANDLE3264ReadRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32FileSizeRTS_IEC_SIZE32ItemTypeOutputCloseRTS_IEC_RESULT32OpenRTS_IEC_RESULT32FileNameT_MaxString2048FileAccessModeACCESS_MODE32DeleteRTS_IEC_RESULT32FileNameT_MaxString2048WriteRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32PouTypeFunctionBlockE_XmlError8BYTEOk0ErrorMaxBufferLen1ErrorStringLen2Error3FB_StreamBuffer + 96 + + FileAccessMode + ACCESS_MODE + 32 + 32 + + 5 + + + + FileHandle + RTS_IEC_HANDLE + 32 + 64 + + + Read + RTS_IEC_RESULT + 32 + + BufferPointer + Call with ADR(); + BYTE + 32 + + + Size + Call with SIZEOF(); + UDINT + 32 + + + FileSize + RTS_IEC_SIZE + 32 + + + ItemType + Output + + + + + + Close + RTS_IEC_RESULT + 32 + + + Open + RTS_IEC_RESULT + 32 + + FileName + File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) + T_MaxString + 2048 + + + FileAccessMode + ACCESS_MODE + 32 + + + + Delete + RTS_IEC_RESULT + 32 + + FileName + File name can contain an absolute or relative path to the file. Path entries must be separated with a forward slash (/) + T_MaxString + 2048 + + + + Write + RTS_IEC_RESULT + 32 + + BufferPointer + Call with ADR(); + BYTE + 32 + + + Size + Call with SIZEOF(); + UDINT + 32 + + + + + PouType + FunctionBlock + + + + + E_XmlError + 8 + BYTE + + Ok + 0 + + + ErrorMaxBufferLen + 1 + + + ErrorStringLen + 2 + + + Error + 3 + + + + FB_StreamBuffer + This functionblock acts as a stream buffer for use with FB_XmlControl -]]>128_PointerToStringBufferBYTE3232_BufferSizeUDINT3264_LengthUDINT3296CutOffT_MaxString2048StartPosUDINT32CutLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCutBYTE32PointerToByteBufferBYTE32FindUDINT32SearchStringSTRING(80)648StartPosUDINT32LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32FindBackUDINT32SearchStringT_MaxString2048LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32__getLengthUDINT32LengthUDINT32propertyClearCountUDINT32__setAppendAppendT_MaxString2048ByteInBYTE32ByteBufferBYTE32property__getBufferSizeUDINT32BufferSizeUDINT32property__setLengthLengthUDINT32propertySetBufferBOOL8PointerToBufferAddressBYTE32SizeOfBufferUDINT32CopyT_MaxString2048StartPosUDINT32EndPosUDINT32CopyLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCopyBYTE32PointerToBufferBYTE32CurPosUDINT32PouTypeFunctionBlockFB_XmlControl + 128 + + _PointerToStringBuffer + BYTE + 32 + 32 + + + _BufferSize + UDINT + 32 + 64 + + + _Length + UDINT + 32 + 96 + + + CutOff + T_MaxString + 2048 + + StartPos + UDINT + 32 + + + CutLen + UDINT + 32 + + + ItemType + Output + + + + + XmlError + E_XmlError + 8 + + + ItemType + Output + + + + + Loop + UDINT + 32 + + + PointerToByteToCut + BYTE + 32 + + + PointerToByteBuffer + BYTE + 32 + + + + Find + UDINT + 32 + + SearchString + STRING(80) + 648 + + + StartPos + UDINT + 32 + + + Loop + UDINT + 32 + + + Search + UDINT + 32 + + + PointerToBuffer + BYTE + 32 + + + PointerToSearch + BYTE + 32 + + + + FindBack + UDINT + 32 + + SearchString + T_MaxString + 2048 + + + Loop + UDINT + 32 + + + Search + UDINT + 32 + + + PointerToBuffer + BYTE + 32 + + + PointerToSearch + BYTE + 32 + + + + __getLength + UDINT + 32 + + Length + UDINT + 32 + + + + property + + + + + Clear + + Count + UDINT + 32 + + + + __setAppend + + Append + T_MaxString + 2048 + + + ByteIn + BYTE + 32 + + + ByteBuffer + BYTE + 32 + + + + property + + + + + __getBufferSize + UDINT + 32 + + BufferSize + UDINT + 32 + + + + property + + + + + __setLength + + Length + UDINT + 32 + + + + property + + + + + SetBuffer + BOOL + 8 + + PointerToBufferAddress + Set buffer address (ADR ...) + BYTE + 32 + + + SizeOfBuffer + Set buffer size (SIZEOF ...) + UDINT + 32 + + + + Copy + T_MaxString + 2048 + + StartPos + UDINT + 32 + + + EndPos + UDINT + 32 + + + CopyLen + UDINT + 32 + + + ItemType + Output + + + + + XmlError + E_XmlError + 8 + + + ItemType + Output + + + + + Loop + UDINT + 32 + + + PointerToByteToCopy + BYTE + 32 + + + PointerToBuffer + BYTE + 32 + + + CurPos + UDINT + 32 + + + + + PouType + FunctionBlock + + + + + FB_XmlControl + Organizes parsing and composing of XML data. Data can be treated as STRING or char array. Buffer size of file can be set via GVL_Param_TcUnit (xUnitBufferSize) -]]>5696XmlBufferFB_StreamBuffer12832TagListBufferFB_StreamBuffer128160TagsT_MaxString2048288TagListSeekBufferFB_StreamBuffer1282336TagsSeekSTRING(80)6482464TagBufferFB_StreamBuffer1283136TagT_MaxString20483264TagOpenBOOL85312SelectUDINT325344SearchPositionUDINT325376TAG_OPENSTRING(1)165408<TAG_CLOSESTRING(1)165424>END_TAG_CLOSESTRING(2)245440/>SPACESTRING(1)165464 EQUALSSTRING(1)165480=QUOTESTRING(1)165496"BACK_SLASHSTRING(1)165512\FORWARD_SLASHSTRING(1)165528/OPEN_COMMENTSTRING(5)485544<!-- CLOSE_COMMENTSTRING(4)405592 -->TABSTRING(2)245632 CR_LFSTRING(4)405656 -NewParameterNameT_MaxString2048ValueT_MaxString2048NewTagNameT_MaxString2048CloseTagT_MaxString2048ClosedTagT_MaxString2048WriteDocumentHeaderHeaderT_MaxString2048NewCommentCommentT_MaxString2048__getLengthUDINT32LengthUDINT32propertyNewTagDataDataT_MaxString2048SetBufferPointerToBufferBYTE32SizeOfBufferUDINT32ClearBufferToStartBufferPouTypeFunctionBlockFB_xUnitXmlPublisher + 5696 + + XmlBuffer + FB_StreamBuffer + 128 + 32 + + + TagListBuffer + FB_StreamBuffer + 128 + 160 + + + Tags + T_MaxString + 2048 + 288 + + + TagListSeekBuffer + FB_StreamBuffer + 128 + 2336 + + + TagsSeek + STRING(80) + 648 + 2464 + + + TagBuffer + FB_StreamBuffer + 128 + 3136 + + + Tag + T_MaxString + 2048 + 3264 + + + TagOpen + BOOL + 8 + 5312 + + + Select + UDINT + 32 + 5344 + + + SearchPosition + UDINT + 32 + 5376 + + + TAG_OPEN + STRING(1) + 16 + 5408 + + < + + + + TAG_CLOSE + STRING(1) + 16 + 5424 + + > + + + + END_TAG_CLOSE + STRING(2) + 24 + 5440 + + /> + + + + SPACE + STRING(1) + 16 + 5464 + + + + + + EQUALS + STRING(1) + 16 + 5480 + + = + + + + QUOTE + STRING(1) + 16 + 5496 + + " + + + + BACK_SLASH + STRING(1) + 16 + 5512 + + \ + + + + FORWARD_SLASH + STRING(1) + 16 + 5528 + + / + + + + OPEN_COMMENT + STRING(5) + 48 + 5544 + + <!-- + + + + CLOSE_COMMENT + STRING(4) + 40 + 5592 + + --> + + + + TAB + STRING(2) + 24 + 5632 + + + + + + CR_LF + STRING(4) + 40 + 5656 + + + + + + + NewParameter + + Name + T_MaxString + 2048 + + + Value + T_MaxString + 2048 + + + + NewTag + + Name + T_MaxString + 2048 + + + + CloseTag + T_MaxString + 2048 + + ClosedTag + T_MaxString + 2048 + + + + WriteDocumentHeader + + Header + T_MaxString + 2048 + + + + NewComment + + Comment + T_MaxString + 2048 + + + + __getLength + UDINT + 32 + + Length + UDINT + 32 + + + + property + + + + + NewTagData + + Data + T_MaxString + 2048 + + + + SetBuffer + + PointerToBuffer + ADR(..) + BYTE + 32 + + + SizeOfBuffer + SIZEOF(..) + UDINT + 32 + + + + ClearBuffer + + + ToStartBuffer + + + + PouType + FunctionBlock + + + + + FB_xUnitXmlPublisher + Publishes test results into an xUnit compatible Xml file -]]>530304I_TestResultLoggerTestResultsI_TestResults3264AccessModeACCESS_MODE32964FileFB_FileControl96128XmlFB_XmlControl5696224BufferInitialisedBOOL859200BufferBYTE0655355242805928WritingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16530208PublishTriggerR_TRIG64530240DeleteOpenWriteCloseRTS_IEC_RESULT32LogTestSuiteResultsUnitTestResultsST_TestSuiteResults32CurrentSuiteNumberUINT16CurrentTestCountUINT16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648InitialisedBOOL8PouTypeFunctionBlockFB_TcUnitRunner + 530304 + I_TestResultLogger + + TestResults + I_TestResults + 32 + 64 + + + AccessMode + ACCESS_MODE + 32 + 96 + + 4 + + + + File + FB_FileControl + 96 + 128 + + + Xml + FB_XmlControl + 5696 + 224 + + + BufferInitialised + BOOL + 8 + 5920 + + 0 + + + + Buffer + BYTE + + 0 + 65535 + + 524280 + 5928 + + + WritingTestSuiteResultNumber + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + 530208 + + + PublishTrigger + R_TRIG + 64 + 530240 + + + DeleteOpenWriteClose + RTS_IEC_RESULT + 32 + + + LogTestSuiteResults + + UnitTestResults + ST_TestSuiteResults + 32 + + + CurrentSuiteNumber + UINT + 16 + + + CurrentTestCount + UINT + 16 + + + TEST_STATUS_SKIP + STRING(80) + 648 + + + TEST_STATUS_PASS + STRING(80) + 648 + + + TEST_STATUS_FAIL + STRING(80) + 648 + + + + Initialised + BOOL + 8 + + + + PouType + FunctionBlock + + + + + FB_TcUnitRunner + This function block is responsible for holding track of the tests and executing them. -]]>621826944AllTestSuitesFinishedBOOL8320TestResultsFB_TestResults62129625664AdsTestResultLoggerFB_AdsTestResultLogger224621296320old_input_assignmentsTestResultLoggerI_TestResultLogger32621296544AbortRunningTestSuitesBOOL8621296576xUnitXmlPublisherFB_xUnitXmlPublisher530304621296608old_input_assignmentsXmlTestResultPublisherI_TestResultLogger32621826912AbortRunningTestSuiteTestsRunTestSuiteTestsCounterUINT16BusyPrintingBOOL8NumberOfTestSuitesFinishedUINT16PouTypeFunctionBlockTYPE_CLASS32DWORDTYPE_BOOL0TYPE_BIT1TYPE_BYTE2TYPE_WORD3TYPE_DWORD4TYPE_LWORD5TYPE_SINT6TYPE_INT7TYPE_DINT8TYPE_LINT9TYPE_USINT10TYPE_UINT11TYPE_UDINT12TYPE_ULINT13TYPE_REAL14TYPE_LREAL15TYPE_STRING16TYPE_WSTRING17TYPE_TIME18TYPE_DATE19TYPE_DATEANDTIME20TYPE_TIMEOFDAY21TYPE_POINTER22TYPE_REFERENCE23TYPE_SUBRANGE24TYPE_ENUM25TYPE_ARRAY26TYPE_PARAMS27TYPE_USERDEF28TYPE_NONE29TYPE_ANY30TYPE_ANYBIT31TYPE_ANYDATE32TYPE_ANYINT33TYPE_ANYNUM34TYPE_ANYREAL35TYPE_LAZY36TYPE_LTIME37TYPE_BITCONST38AnyType96pValueBYTE320diSizeDINT3232TypeClassTYPE_CLASS3264linkalwaysFB_Test + 621826944 + + AllTestSuitesFinished + BOOL + 8 + 32 + + 0 + + + + TestResults + FB_TestResults + 621296256 + 64 + + + AdsTestResultLogger + FB_AdsTestResultLogger + 224 + 621296320 + + + old_input_assignments + + + + + TestResultLogger + I_TestResultLogger + 32 + 621296544 + + + AbortRunningTestSuites + BOOL + 8 + 621296576 + + + xUnitXmlPublisher + FB_xUnitXmlPublisher + 530304 + 621296608 + + + old_input_assignments + + + + + XmlTestResultPublisher + I_TestResultLogger + 32 + 621826912 + + + AbortRunningTestSuiteTests + + + RunTestSuiteTests + + Counter + UINT + 16 + + + BusyPrinting + BOOL + 8 + + + NumberOfTestSuitesFinished + UINT + 16 + + + + + PouType + FunctionBlock + + + + + TYPE_CLASS + 32 + DWORD + + TYPE_BOOL + 0 + + + TYPE_BIT + 1 + + + TYPE_BYTE + 2 + + + TYPE_WORD + 3 + + + TYPE_DWORD + 4 + + + TYPE_LWORD + 5 + + + TYPE_SINT + 6 + + + TYPE_INT + 7 + + + TYPE_DINT + 8 + + + TYPE_LINT + 9 + + + TYPE_USINT + 10 + + + TYPE_UINT + 11 + + + TYPE_UDINT + 12 + + + TYPE_ULINT + 13 + + + TYPE_REAL + 14 + + + TYPE_LREAL + 15 + + + TYPE_STRING + 16 + + + TYPE_WSTRING + 17 + + + TYPE_TIME + 18 + + + TYPE_DATE + 19 + + + TYPE_DATEANDTIME + 20 + + + TYPE_TIMEOFDAY + 21 + + + TYPE_POINTER + 22 + + + TYPE_REFERENCE + 23 + + + TYPE_SUBRANGE + 24 + + + TYPE_ENUM + 25 + + + TYPE_ARRAY + 26 + + + TYPE_PARAMS + 27 + + + TYPE_USERDEF + 28 + + + TYPE_NONE + 29 + + + TYPE_ANY + 30 + + + TYPE_ANYBIT + 31 + + + TYPE_ANYDATE + 32 + + + TYPE_ANYINT + 33 + + + TYPE_ANYNUM + 34 + + + TYPE_ANYREAL + 35 + + + TYPE_LAZY + 36 + + + TYPE_LTIME + 37 + + + TYPE_BITCONST + 38 + + + + AnyType + 96 + + pValue + BYTE + 32 + 0 + + + diSize + DINT + 32 + 32 + + + TypeClass + TYPE_CLASS + 32 + 64 + + + + linkalways + + + + + FB_Test + This function block holds all data that defines a test. -]]>4192TestNameT_MaxString204832TestIsFinishedBOOL82080TestIsSkippedBOOL82088NumberOfAssertionsUINT162096TestIsFailedBOOL82112AssertionMessageT_MaxString20482120AssertionTypeE_AssertionType84168GetAssertionTypeE_AssertionType8SetFailedSetNameNameT_MaxString2048GetNameT_MaxString2048SetNumberOfAssertionsNoOfAssertionsUINT16IsSkippedBOOL8SetFinishedBOOL8GetAssertionMessageT_MaxString2048SetSkippedSetAssertionMessageAssertMessageT_MaxString2048SetAssertionTypeAssertTypeE_AssertionType8IsFinishedBOOL8GetNumberOfAssertionsUINT16IsFailedBOOL8PouTypeFunctionBlockUINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16UINTLowerBorder1UpperBorder100TypeClass16INTTYPE_BOOL0TYPE_BIT1TYPE_BYTE2TYPE_WORD3TYPE_DWORD4TYPE_LWORD5TYPE_SINT6TYPE_INT7TYPE_DINT8TYPE_LINT9TYPE_USINT10TYPE_UINT11TYPE_UDINT12TYPE_ULINT13TYPE_REAL14TYPE_LREAL15TYPE_STRING16TYPE_WSTRING17TYPE_TIME18TYPE_DATE19TYPE_DATEANDTIME20TYPE_TIMEOFDAY21TYPE_POINTER22TYPE_REFERENCE23TYPE_SUBRANGE24TYPE_ENUM25TYPE_ARRAY26TYPE_PARAMS27TYPE_USERDEF28TYPE_NONE29TYPE_ANY30TYPE_ANYBIT31TYPE_ANYDATE32TYPE_ANYINT33TYPE_ANYNUM34TYPE_ANYREAL35TYPE_LAZY36TYPE_LTIME37TYPE_BITCONST38TYPE_INTERFACE-4096U_ExpectedOrActual4096boolExpectedOrActualBOOL80bitExpectedOrActualBIT80byteExpectedOrActualBYTE80sintExpectedOrActualSINT80usintExpectedOrActualUSINT80intExpectedOrActualINT160uintExpectedOrActualUINT160wordExpectedOrActualWORD160dwordExpectedOrActualDWORD320dateandtimeExpectedOrActualDATE_AND_TIME320dintExpectedOrActualDINT320realExpectedOrActualREAL320timeExpectedOrActualTIME320dateExpectedOrActualDATE320udintExpectedOrActualUDINT320timeofdayExpectedOrActualTIME_OF_DAY320lwordExpectedOrActualLWORD640lintExpectedOrActualLINT640ulintExpectedOrActualULINT640lrealExpectedOrActualLREAL640ltimeExpectedOrActualLTIME640stringExpectedOrActualT_MaxString20480wstringExpectedOrActualWSTRING(255)40960ST_AssertResult12288ExpectedU_ExpectedOrActual40960ActualU_ExpectedOrActual40964096MessageT_MaxString20488192TestInstancePathT_MaxString204810240ST_AssertResultInstances12352AssertResultST_AssertResult122880DetectionCountUINT1612288DetectionCountThisCycleUINT1612304FB_AssertResultStatic + 4192 + + TestName + T_MaxString + 2048 + 32 + + + TestIsFinished + BOOL + 8 + 2080 + + + TestIsSkipped + BOOL + 8 + 2088 + + + NumberOfAssertions + UINT + 16 + 2096 + + + TestIsFailed + BOOL + 8 + 2112 + + + AssertionMessage + T_MaxString + 2048 + 2120 + + + AssertionType + E_AssertionType + 8 + 4168 + + + GetAssertionType + E_AssertionType + 8 + + + SetFailed + + + SetName + + Name + T_MaxString + 2048 + + + + GetName + T_MaxString + 2048 + + + SetNumberOfAssertions + + NoOfAssertions + UINT + 16 + + + + IsSkipped + BOOL + 8 + + + SetFinished + BOOL + 8 + + + GetAssertionMessage + T_MaxString + 2048 + + + SetSkipped + + + SetAssertionMessage + + AssertMessage + T_MaxString + 2048 + + + + SetAssertionType + + AssertType + E_AssertionType + 8 + + + + IsFinished + BOOL + 8 + + + GetNumberOfAssertions + UINT + 16 + + + IsFailed + BOOL + 8 + + + + PouType + FunctionBlock + + + + + UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + UINT + + + LowerBorder + 1 + + + UpperBorder + 100 + + + + + TypeClass + 16 + INT + + TYPE_BOOL + 0 + + + TYPE_BIT + 1 + + + TYPE_BYTE + 2 + + + TYPE_WORD + 3 + + + TYPE_DWORD + 4 + + + TYPE_LWORD + 5 + + + TYPE_SINT + 6 + + + TYPE_INT + 7 + + + TYPE_DINT + 8 + + + TYPE_LINT + 9 + + + TYPE_USINT + 10 + + + TYPE_UINT + 11 + + + TYPE_UDINT + 12 + + + TYPE_ULINT + 13 + + + TYPE_REAL + 14 + + + TYPE_LREAL + 15 + + + TYPE_STRING + 16 + + + TYPE_WSTRING + 17 + + + TYPE_TIME + 18 + + + TYPE_DATE + 19 + + + TYPE_DATEANDTIME + 20 + + + TYPE_TIMEOFDAY + 21 + + + TYPE_POINTER + 22 + + + TYPE_REFERENCE + 23 + + + TYPE_SUBRANGE + 24 + + + TYPE_ENUM + 25 + + + TYPE_ARRAY + 26 + + + TYPE_PARAMS + 27 + + + TYPE_USERDEF + 28 + + + TYPE_NONE + 29 + + + TYPE_ANY + 30 + + + TYPE_ANYBIT + 31 + + + TYPE_ANYDATE + 32 + + + TYPE_ANYINT + 33 + + + TYPE_ANYNUM + 34 + + + TYPE_ANYREAL + 35 + + + TYPE_LAZY + 36 + + + TYPE_LTIME + 37 + + + TYPE_BITCONST + 38 + + + TYPE_INTERFACE + -4096 + + + + U_ExpectedOrActual + 4096 + + boolExpectedOrActual + BOOL + 8 + 0 + + + bitExpectedOrActual + BIT + 8 + 0 + + + byteExpectedOrActual + BYTE + 8 + 0 + + + sintExpectedOrActual + SINT + 8 + 0 + + + usintExpectedOrActual + USINT + 8 + 0 + + + intExpectedOrActual + INT + 16 + 0 + + + uintExpectedOrActual + UINT + 16 + 0 + + + wordExpectedOrActual + WORD + 16 + 0 + + + dwordExpectedOrActual + DWORD + 32 + 0 + + + dateandtimeExpectedOrActual + DATE_AND_TIME + 32 + 0 + + + dintExpectedOrActual + DINT + 32 + 0 + + + realExpectedOrActual + REAL + 32 + 0 + + + timeExpectedOrActual + TIME + 32 + 0 + + + dateExpectedOrActual + DATE + 32 + 0 + + + udintExpectedOrActual + UDINT + 32 + 0 + + + timeofdayExpectedOrActual + TIME_OF_DAY + 32 + 0 + + + lwordExpectedOrActual + LWORD + 64 + 0 + + + lintExpectedOrActual + LINT + 64 + 0 + + + ulintExpectedOrActual + ULINT + 64 + 0 + + + lrealExpectedOrActual + LREAL + 64 + 0 + + + ltimeExpectedOrActual + LTIME + 64 + 0 + + + stringExpectedOrActual + T_MaxString + 2048 + 0 + + + wstringExpectedOrActual + WSTRING(255) + 4096 + 0 + + + + ST_AssertResult + 12288 + + Expected + U_ExpectedOrActual + 4096 + 0 + + + Actual + U_ExpectedOrActual + 4096 + 4096 + + + Message + T_MaxString + 2048 + 8192 + + + TestInstancePath + T_MaxString + 2048 + 10240 + + + + ST_AssertResultInstances + 12352 + + AssertResult + ST_AssertResult + 12288 + 0 + + + DetectionCount + UINT + Number of instances of the "AssertResult" + 16 + 12288 + + + DetectionCountThisCycle + UINT + Number of instance of the "AssertResult" in this specific PLC-cycle + 16 + 12304 + + + + FB_AssertResultStatic + This function block is responsible for keeping track of which asserts that have been made. The reason we need to keep track of these is because if the user does the same assert twice (because of running a test suite over several PLC-cycles) we want to know it so we don't print several times (if the assert fails). @@ -452,7 +21618,451 @@ contributing fast faults, unless the FFO is currently vetoed. - Value of actual - Message (string) - Test instance path (string) -]]>24640320AssertResultsST_AssertResult110001228800064TotalAssertsUINT16122880640GetCurrentTaskIndexGETCURTASKINDEX12812288096AssertResultInstancesST_AssertResultInstances110001235200012288256CycleCountUDINT3224640256FirstCycleExecutedBOOL824640288CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16GetNumberOfAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfAssertsUINT16CreateAssertResultInstanceExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8AddAssertResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockST_AssertArrayResult4224ExpectedsSizeUDINT320ExpectedsTypeClassTypeClass1632ActualsSizeUDINT3264ActualsTypeClassTypeClass1696MessageT_MaxString2048112TestInstancePathT_MaxString20482160ST_AssertArrayResultInstances4256AssertArrayResultST_AssertArrayResult42240DetectionCountUINT164224DetectionCountThisCycleUINT164240FB_AssertArrayResultStatic + 24640320 + + AssertResults + ST_AssertResult + + 1 + 1000 + + 12288000 + 64 + + + TotalAsserts + UINT + 16 + 12288064 + + 0 + + + + GetCurrentTaskIndex + GETCURTASKINDEX + 128 + 12288096 + + + AssertResultInstances + ST_AssertResultInstances + + 1 + 1000 + + 12352000 + 12288256 + + + CycleCount + UDINT + 32 + 24640256 + + + FirstCycleExecuted + BOOL + 8 + 24640288 + + + CopyDetectionCountAndResetDetectionCountInThisCycle + + IteratorCounter + UINT + 16 + + + + GetNumberOfAssertsForTest + UINT + 16 + + CompleteTestInstancePath + T_MaxString + 2048 + + + Counter + UINT + 16 + + + NumberOfAsserts + UINT + 16 + + + + CreateAssertResultInstance + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCountThisCycle + UINT + 16 + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCount + UINT + 16 + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + ReportResult + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + ItemType + Output + + + + + LocationIndex + UINT + 16 + + + DataTypesNotEquals + BOOL + 8 + + + DataSizeNotEquals + BOOL + 8 + + + DataContentNotEquals + BOOL + 8 + + + CurrentCycleCount + UDINT + 32 + + + IteratorCounter + UINT + 16 + + + DetectionCountTemp + UINT + 16 + + + FoundOne + BOOL + 8 + + + AdditionalIdenticalAssert + BOOL + 8 + + + + AddAssertResult + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + + + PouType + FunctionBlock + + + + + ST_AssertArrayResult + 4224 + + ExpectedsSize + UDINT + Size in bytes of the expecteds-array + 32 + 0 + + + ExpectedsTypeClass + TypeClass + The data type of the expecteds-array + 16 + 32 + + + ActualsSize + UDINT + Size in bytes of the actuals-array + 32 + 64 + + + ActualsTypeClass + TypeClass + The data type of the actuals-array + 16 + 96 + + + Message + T_MaxString + 2048 + 112 + + + TestInstancePath + T_MaxString + 2048 + 2160 + + + + ST_AssertArrayResultInstances + 4256 + + AssertArrayResult + ST_AssertArrayResult + 4224 + 0 + + + DetectionCount + UINT + Number of instances of the "AssertArrayResult" + 16 + 4224 + + + DetectionCountThisCycle + UINT + Number of instance of the "AssertArrayResult" in this specific PLC-cycle + 16 + 4240 + + + + FB_AssertArrayResultStatic + This function block is responsible for keeping track of which array-asserts that have been made. The reason we need to keep track of these is because if the user does the same assert twice (because of running a test suite over several PLC-cycles) we want to know it so we don't print several times @@ -463,88 +22073,6633 @@ contributing fast faults, unless the FFO is currently vetoed. - Datatype of the actuals - Message (string) - Test instance path (string) -]]>8480256AssertArrayResultsST_AssertArrayResult11000422400032TotalArrayAssertsUINT1642240320GetCurrentTaskIndexGETCURTASKINDEX1284224064AssertArrayResultInstancesST_AssertArrayResultInstances1100042560004224192CycleCountUDINT328480192FirstCycleExecutedBOOL88480224CreateAssertResultInstanceExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8GetNumberOfArrayAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfArrayAssertsUINT16CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16AddAssertArrayResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockI_AssertMessageFormatter32PVOIDLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048FB_AdjustAssertFailureMessageToMax253CharLength + 8480256 + + AssertArrayResults + ST_AssertArrayResult + + 1 + 1000 + + 4224000 + 32 + + + TotalArrayAsserts + UINT + 16 + 4224032 + + 0 + + + + GetCurrentTaskIndex + GETCURTASKINDEX + 128 + 4224064 + + + AssertArrayResultInstances + ST_AssertArrayResultInstances + + 1 + 1000 + + 4256000 + 4224192 + + + CycleCount + UDINT + 32 + 8480192 + + + FirstCycleExecuted + BOOL + 8 + 8480224 + + + CreateAssertResultInstance + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCountThisCycle + UINT + 16 + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCount + UINT + 16 + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + ReportResult + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + ItemType + Output + + + + + LocationIndex + UINT + 16 + + + DataTypesNotEquals + BOOL + 8 + + + DataSizeNotEquals + BOOL + 8 + + + DataContentNotEquals + BOOL + 8 + + + CurrentCycleCount + UDINT + 32 + + + IteratorCounter + UINT + 16 + + + DetectionCountTemp + UINT + 16 + + + FoundOne + BOOL + 8 + + + AdditionalIdenticalAssert + BOOL + 8 + + + + GetNumberOfArrayAssertsForTest + UINT + 16 + + CompleteTestInstancePath + T_MaxString + 2048 + + + Counter + UINT + 16 + + + NumberOfArrayAsserts + UINT + 16 + + + + CopyDetectionCountAndResetDetectionCountInThisCycle + + IteratorCounter + UINT + 16 + + + + AddAssertArrayResult + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + + + PouType + FunctionBlock + + + + + I_AssertMessageFormatter + 32 + PVOID + + LogAssertFailure + + Expected + T_MaxString + 2048 + + + Actual + T_MaxString + 2048 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + + + FB_AdjustAssertFailureMessageToMax253CharLength + This function block is responsible for making sure that the asserted test instance path and test message are not loo long. The total printed message can not be more than 253 characters long. -]]>11584MsgFmtStringT_MaxString204832ItemTypeInputStringArgT_MaxString20482080ItemTypeInputMsgFmtStringProcessedT_MaxString20484128ItemTypeOutputStringArgProcessedT_MaxString20486176ItemTypeOutputMsgFmtStringTempT_MaxString20488224TestNameTooLongSTRING(80)64810272...TestName too longTestMsgTooLongSTRING(80)64810920...TestMsg too longMSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERSINT1611568253PouTypeFunctionBlockFB_AdsAssertMessageFormatter + 11584 + + MsgFmtString + T_MaxString + Test instance path + 2048 + 32 + + + ItemType + Input + + + + + StringArg + T_MaxString + Test message + 2048 + 2080 + + + ItemType + Input + + + + + MsgFmtStringProcessed + T_MaxString + 2048 + 4128 + + + ItemType + Output + + + + + StringArgProcessed + T_MaxString + 2048 + 6176 + + + ItemType + Output + + + + + MsgFmtStringTemp + T_MaxString + 2048 + 8224 + + + TestNameTooLong + STRING(80) + 648 + 10272 + + ...TestName too long + + + + TestMsgTooLong + STRING(80) + 648 + 10920 + + ...TestMsg too long + + + + MSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERS + INT + 16 + 11568 + + 253 + + + + + PouType + FunctionBlock + + + + + FB_AdsAssertMessageFormatter + This function block is responsible for printing the results of the assertions using the built-in ADSLOGSTR functionality provided by the Tc2_System library. This sends the result using ADS, which is consumed by the error list of Visual Studio. -]]>64I_AssertMessageFormatterLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AdjustAssertFailureMessageToMax253CharLengthFB_AdjustAssertFailureMessageToMax253CharLength11584TestInstancePathCleanedT_MaxString2048TestInstancePathFinalT_MaxString2048ReturnValueDINT32TestInstancePathProcessedT_MaxString2048MessageProcessedT_MaxString2048PouTypeFunctionBlockFB_TestSuite + 64 + I_AssertMessageFormatter + + LogAssertFailure + + Expected + T_MaxString + 2048 + + + Actual + T_MaxString + 2048 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AdjustAssertFailureMessageToMax253CharLength + FB_AdjustAssertFailureMessageToMax253CharLength + 11584 + + + TestInstancePathCleaned + T_MaxString + 2048 + + + TestInstancePathFinal + T_MaxString + 2048 + + + ReturnValue + DINT + 32 + + + TestInstancePathProcessed + T_MaxString + 2048 + + + MessageProcessed + T_MaxString + 2048 + + + + + PouType + FunctionBlock + + + + + FB_TestSuite + This function block is responsible for holding the internal state of the test suite. Every test suite can have one or more tests, and every test can do one or more asserts. It's also responsible for providing all the assert-methods for asserting different data types. Only failed assertions are recorded. -]]>33551744InstancePathT_MaxString204832instance-pathnoinitGetCurrentTaskIndexGETCURTASKINDEX1282080NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)1622080TestsFB_Test11004192002240TestDuplicateNameTriggerR_TRIG11006400421440TestCycleCountIndexUDINT11003200427840AssertResultsFB_AssertResultStatic24640320431040AssertArrayResultsFB_AssertArrayResultStatic848025625071360AdsAssertMessageFormatterFB_AdsAssertMessageFormatter6433551616AssertMessageFormatterI_AssertMessageFormatter3233551680AssertArrayEquals_REALExpectedsREAL32variable_length_arrayDimensions1ActualsREAL32variable_length_arrayDimensions1DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_BOOLExpectedBOOL8ActualBOOL8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertArrayEquals_WORDExpectedsWORD32variable_length_arrayDimensions1ActualsWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_STRINGExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_ULINTExpectedULINT64ActualULINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_USINTExpectedsUSINT32variable_length_arrayDimensions1ActualsUSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32CalculateAndSetNumberOfAssertsForTestTestNameT_MaxString2048TestInstancePathT_MaxString2048TotalNumberOfAssertsUINT16NumberOfAssertsUINT16NumberOfArrayAssertsUINT16IteratorCounterUINT16AssertArrayEquals_BYTEExpectedsBYTE32variable_length_arrayDimensions1ActualsBYTE32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedByteStringSTRING(80)648ActualByteStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32SetTestFailedAssertionTypeE_AssertionType8AssertionMessageT_MaxString2048IteratorCounterUINT16AssertEquals_WORDExpectedWORD16ActualWORD16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8SetTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16AssertArrayEquals_ULINTExpectedsULINT32variable_length_arrayDimensions1ActualsULINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32IsTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16AssertEquals_LINTExpectedLINT64ActualLINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEqualsExpectedAnyType96anytypeclassANYActualAnyType96anytypeclassANYMessageT_MaxString2048CountDINT32ExpectedDataStringT_MaxString2048ActualDataStringT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8boolExpectedBOOL8boolActualBOOL8byteExpectedBYTE8byteActualBYTE8dateExpectedDATE32dateActualDATE32dateAndTimeExpectedDATE_AND_TIME32dateAndTimeActualDATE_AND_TIME32dintExpectedDINT32dintActualDINT32dwordExpectedDWORD32dwordActualDWORD32intExpectedINT16intActualINT16lintExpectedLINT64lintActualLINT64lrealExpectedLREAL64lrealActualLREAL64ltimeExpectedLTIME64ltimeActualLTIME64lwordExpectedLWORD64lwordActualLWORD64realExpectedREAL32realActualREAL32sintExpectedSINT8sintActualSINT8stringExpectedT_MaxString2048stringActualT_MaxString2048wstringExpectedWSTRING(255)4096wstringActualWSTRING(255)4096timeExpectedTIME32timeActualTIME32timeOfDayExpectedTIME_OF_DAY32timeOfDayActualTIME_OF_DAY32udintExpectedUDINT32udintActualUDINT32uintExpectedUINT16uintActualUINT16ulintExpectedULINT64ulintActualULINT64usintExpectedUSINT8usintActualUSINT8wordExpectedWORD16wordActualWORD16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8IteratorCounterDINT32hasanytypeAssertEquals_TIME_OF_DAYExpectedTIME_OF_DAY32ActualTIME_OF_DAY32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_USINTExpectedUSINT8ActualUSINT8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertArrayEquals_DINTExpectedsDINT32variable_length_arrayDimensions1ActualsDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_SINTExpectedSINT8ActualSINT8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetNumberOfTestsUINT16AssertEquals_LREALExpectedLREAL64ActualLREAL64DeltaLREAL64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_WSTRINGExpectedWSTRING(255)4096ActualWSTRING(255)4096MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_REALExpectedsREAL32variable_length_arrayDimensions2ActualsREAL32variable_length_arrayDimensions2DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedREAL32ActualREAL32__Index__0DINT32AddTestNameToInstancePathT_MaxString2048TestInstancePathT_MaxString2048CompleteTestInstancePathT_MaxString2048AssertTrueConditionBOOL8MessageT_MaxString2048AssertArray3dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions3ActualsLREAL32variable_length_arrayDimensions3DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertEquals_INTExpectedINT16ActualINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_DATEExpectedDATE32ActualDATE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_DWORDExpectedDWORD32ActualDWORD32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_REALExpectedREAL32ActualREAL32DeltaREAL32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_UDINTExpectedUDINT32ActualUDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_LTIMEExpectedLTIME64ActualLTIME64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_SINTExpectedsSINT32variable_length_arrayDimensions1ActualsSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_TIMEExpectedTIME32ActualTIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_DATE_AND_TIMEExpectedDATE_AND_TIME32ActualDATE_AND_TIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray3dEquals_REALExpectedsREAL32variable_length_arrayDimensions3ActualsREAL32variable_length_arrayDimensions3DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedREAL32ActualREAL32ExpectedValueStringT_MaxString2048ActualValueStringT_MaxString2048FormatStringFB_FormatString7840__Index__0DINT32AssertEquals_DINTExpectedDINT32ActualDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_UDINTExpectedsUDINT32variable_length_arrayDimensions1ActualsUDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_INTExpectedsINT32variable_length_arrayDimensions1ActualsINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertFalseConditionBOOL8MessageT_MaxString2048GetNumberOfFailedTestsUINT16CounterUINT16FailedTestsCountUINT16AssertArrayEquals_LINTExpectedsLINT32variable_length_arrayDimensions1ActualsLINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_LWORDExpectedsLWORD32variable_length_arrayDimensions1ActualsLWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedLWordStringSTRING(80)648ActualLWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32GetTestByPositionFB_Test4192PositionUINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AssertEquals_LWORDExpectedLWORD64ActualLWORD64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions2ActualsLREAL32variable_length_arrayDimensions2DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertArrayEquals_BOOLExpectedsBOOL32variable_length_arrayDimensions1ActualsBOOL32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AreAllTestsFinishedBOOL8CounterUINT16GetCurTaskIndexGETCURTASKINDEX128AddTestTestNameT_MaxString2048IteratorCounterUINT16ErrorMessageT_MaxString2048TestInstancePathT_MaxString2048FunctionCallResultDINT32CycleCountUDINT32TestWithThisNameAlreadyExistsBOOL8LowerCasedTestNameT_MaxString2048TrimmedTestNameT_MaxString2048IgnoreCurrentTestCaseBOOL8AssertArrayEquals_DWORDExpectedsDWORD32variable_length_arrayDimensions1ActualsDWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32FindTestSuiteInstancePathT_MaxString2048AssertEquals_BYTEExpectedBYTE8ActualBYTE8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_UINTExpectedUINT16ActualUINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetInstancePathT_MaxString2048GetNumberOfSkippedTestsUINT16CounterUINT16SkippedTestsCountUINT16AssertArrayEquals_UINTExpectedsUINT32variable_length_arrayDimensions1ActualsUINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_LREALExpectedsLREAL32variable_length_arrayDimensions1ActualsLREAL32variable_length_arrayDimensions1DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32GetNumberOfSuccessfulTestsUINT16PouTypeFunctionBlockcall_after_initreflectionST_AdsLogStringMessage4128MsgCtrlMaskDWORD320MsgFmtStrT_MaxString204832StrArgT_MaxString20482080pack_mode1FB_MemRingBuffer + 33551744 + + InstancePath + T_MaxString + 2048 + 32 + + + instance-path + + + noinit + + + + + GetCurrentTaskIndex + GETCURTASKINDEX + 128 + 2080 + + + NumberOfTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + 2208 + + 0 + + + + Tests + FB_Test + + 1 + 100 + + 419200 + 2240 + + + TestDuplicateNameTrigger + R_TRIG + + 1 + 100 + + 6400 + 421440 + + + TestCycleCountIndex + UDINT + + 1 + 100 + + 3200 + 427840 + + + AssertResults + FB_AssertResultStatic + 24640320 + 431040 + + + AssertArrayResults + FB_AssertArrayResultStatic + 8480256 + 25071360 + + + AdsAssertMessageFormatter + FB_AdsAssertMessageFormatter + 64 + 33551616 + + + AssertMessageFormatter + I_AssertMessageFormatter + 32 + 33551680 + + + AssertArrayEquals_REAL + + Expecteds + REAL array with expected values + REAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + REAL array with actual values + REAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_BOOL + + Expected + BOOL expected value + BOOL + 8 + + + Actual + BOOL actual value + BOOL + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + + AssertArrayEquals_WORD + + Expecteds + WORD array with expected values + WORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + WORD array with actual values + WORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedDWordString + STRING(80) + 648 + + + ActualDWordString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_STRING + + Expected + STRING expected value + T_MaxString + 2048 + + + Actual + STRING actual value + T_MaxString + 2048 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_ULINT + + Expected + ULINT expected value + ULINT + 64 + + + Actual + ULINT actual value + ULINT + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_USINT + + Expecteds + USINT array with expected values + USINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + USINT array with actual values + USINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + CalculateAndSetNumberOfAssertsForTest + + TestName + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + TotalNumberOfAsserts + UINT + 16 + + + NumberOfAsserts + UINT + 16 + + + NumberOfArrayAsserts + UINT + 16 + + + IteratorCounter + UINT + 16 + + + + AssertArrayEquals_BYTE + + Expecteds + BYTE array with expected values + BYTE + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + BYTE array with actual values + BYTE + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedByteString + STRING(80) + 648 + + + ActualByteString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + SetTestFailed + + AssertionType + E_AssertionType + 8 + + + AssertionMessage + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + AssertEquals_WORD + + Expected + WORD expected value + WORD + 16 + + + Actual + WORD actual value + WORD + 16 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + SetTestFinished + BOOL + 8 + + TestName + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + AssertArrayEquals_ULINT + + Expecteds + ULINT array with expected values + ULINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + ULINT array with actual values + ULINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + IsTestFinished + BOOL + 8 + + TestName + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + AssertEquals_LINT + + Expected + LINT expected value + LINT + 64 + + + Actual + LINT actual value + LINT + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals + + Expected + Expected value + AnyType + 96 + + + anytypeclass + ANY + + + + + Actual + The value to check against expected + AnyType + 96 + + + anytypeclass + ANY + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Count + DINT + 32 + + + ExpectedDataString + T_MaxString + 2048 + + + ActualDataString + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + boolExpected + BOOL + 8 + + + boolActual + BOOL + 8 + + + byteExpected + BYTE + 8 + + + byteActual + BYTE + 8 + + + dateExpected + DATE + 32 + + + dateActual + DATE + 32 + + + dateAndTimeExpected + DATE_AND_TIME + 32 + + + dateAndTimeActual + DATE_AND_TIME + 32 + + + dintExpected + DINT + 32 + + + dintActual + DINT + 32 + + + dwordExpected + DWORD + 32 + + + dwordActual + DWORD + 32 + + + intExpected + INT + 16 + + + intActual + INT + 16 + + + lintExpected + LINT + 64 + + + lintActual + LINT + 64 + + + lrealExpected + LREAL + 64 + + + lrealActual + LREAL + 64 + + + ltimeExpected + LTIME + 64 + + + ltimeActual + LTIME + 64 + + + lwordExpected + LWORD + 64 + + + lwordActual + LWORD + 64 + + + realExpected + REAL + 32 + + + realActual + REAL + 32 + + + sintExpected + SINT + 8 + + + sintActual + SINT + 8 + + + stringExpected + T_MaxString + 2048 + + + stringActual + T_MaxString + 2048 + + + wstringExpected + WSTRING(255) + 4096 + + + wstringActual + WSTRING(255) + 4096 + + + timeExpected + TIME + 32 + + + timeActual + TIME + 32 + + + timeOfDayExpected + TIME_OF_DAY + 32 + + + timeOfDayActual + TIME_OF_DAY + 32 + + + udintExpected + UDINT + 32 + + + udintActual + UDINT + 32 + + + uintExpected + UINT + 16 + + + uintActual + UINT + 16 + + + ulintExpected + ULINT + 64 + + + ulintActual + ULINT + 64 + + + usintExpected + USINT + 8 + + + usintActual + USINT + 8 + + + wordExpected + WORD + 16 + + + wordActual + WORD + 16 + + + DataTypesNotEquals + BOOL + 8 + + + DataSizeNotEquals + BOOL + 8 + + + DataContentNotEquals + BOOL + 8 + + + IteratorCounter + DINT + 32 + + + + hasanytype + + + + + AssertEquals_TIME_OF_DAY + + Expected + TIME_OF_DAY expected value + TIME_OF_DAY + 32 + + + Actual + TIME_OF_DAY actual value + TIME_OF_DAY + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_USINT + + Expected + USINT expected value + USINT + 8 + + + Actual + USINT actual value + USINT + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + + AssertArrayEquals_DINT + + Expecteds + DINT array with expected values + DINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + DINT array with actual values + DINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_SINT + + Expected + SINT expected value + SINT + 8 + + + Actual + SINT actual value + SINT + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + GetNumberOfTests + UINT + 16 + + + AssertEquals_LREAL + + Expected + LREAL expected value + LREAL + 64 + + + Actual + LREAL actual value + LREAL + 64 + + + Delta + The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_WSTRING + + Expected + WSTRING expected value + WSTRING(255) + 4096 + + + Actual + WSTRING actual value + WSTRING(255) + 4096 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArray2dEquals_REAL + + Expecteds + REAL 2d array with expected values + REAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Actuals + REAL 2d array with actual values + REAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + USINT + 8 + + + LowerBoundExpecteds + DINT + + 1 + 2 + + 64 + + + UpperBoundExpecteds + DINT + + 1 + 2 + + 64 + + + LowerBoundActuals + DINT + + 1 + 2 + + 64 + + + UpperBoundActuals + DINT + + 1 + 2 + + 64 + + + SizeOfExpecteds + DINT + + 1 + 2 + + 64 + + + SizeOfActuals + DINT + + 1 + 2 + + 64 + + + Offset + DINT + + 1 + 2 + + 64 + + + ExpectedArrayIndex + DINT + + 1 + 2 + + 64 + + + ActualArrayIndex + DINT + + 1 + 2 + + 64 + + + Expected + REAL + 32 + + + Actual + REAL + 32 + + + __Index__0 + DINT + 32 + + + + AddTestNameToInstancePath + T_MaxString + 2048 + + TestInstancePath + T_MaxString + 2048 + + + CompleteTestInstancePath + T_MaxString + 2048 + + + + AssertTrue + + Condition + Condition to be checked + BOOL + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + + AssertArray3dEquals_LREAL + + Expecteds + LREAL 3d array with expected values + LREAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Actuals + LREAL 3d array with actual values + LREAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + USINT + 8 + + + LowerBoundExpecteds + DINT + + 1 + 3 + + 96 + + + UpperBoundExpecteds + DINT + + 1 + 3 + + 96 + + + LowerBoundActuals + DINT + + 1 + 3 + + 96 + + + UpperBoundActuals + DINT + + 1 + 3 + + 96 + + + SizeOfExpecteds + DINT + + 1 + 3 + + 96 + + + SizeOfActuals + DINT + + 1 + 3 + + 96 + + + Offset + DINT + + 1 + 3 + + 96 + + + ExpectedArrayIndex + DINT + + 1 + 3 + + 96 + + + ActualArrayIndex + DINT + + 1 + 3 + + 96 + + + Expected + LREAL + 64 + + + Actual + LREAL + 64 + + + __Index__0 + DINT + 32 + + + + AssertEquals_INT + + Expected + INT expected value + INT + 16 + + + Actual + INT actual value + INT + 16 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_DATE + + Expected + DATE expected value + DATE + 32 + + + Actual + DATE actual value + DATE + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_DWORD + + Expected + DWORD expected value + DWORD + 32 + + + Actual + DWORD actual value + DWORD + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_REAL + + Expected + REAL expected value + REAL + 32 + + + Actual + REAL actual value + REAL + 32 + + + Delta + The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_UDINT + + Expected + UDINT expected value + UDINT + 32 + + + Actual + UDINT actual value + UDINT + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_LTIME + + Expected + LTIME expected value + LTIME + 64 + + + Actual + LTIME actual value + LTIME + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_SINT + + Expecteds + SINT array with expected values + SINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + SINT array with actual values + SINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_TIME + + Expected + TIME expected value + TIME + 32 + + + Actual + TIME actual value + TIME + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_DATE_AND_TIME + + Expected + DATE_AND_TIME expected value + DATE_AND_TIME + 32 + + + Actual + DATE_AND_TIME actual value + DATE_AND_TIME + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArray3dEquals_REAL + + Expecteds + REAL 3d array with expected values + REAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Actuals + REAL 3d array with actual values + REAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + USINT + 8 + + + LowerBoundExpecteds + DINT + + 1 + 3 + + 96 + + + UpperBoundExpecteds + DINT + + 1 + 3 + + 96 + + + LowerBoundActuals + DINT + + 1 + 3 + + 96 + + + UpperBoundActuals + DINT + + 1 + 3 + + 96 + + + SizeOfExpecteds + DINT + + 1 + 3 + + 96 + + + SizeOfActuals + DINT + + 1 + 3 + + 96 + + + Offset + DINT + + 1 + 3 + + 96 + + + ExpectedArrayIndex + DINT + + 1 + 3 + + 96 + + + ActualArrayIndex + DINT + + 1 + 3 + + 96 + + + Expected + REAL + 32 + + + Actual + REAL + 32 + + + ExpectedValueString + T_MaxString + 2048 + + + ActualValueString + T_MaxString + 2048 + + + FormatString + FB_FormatString + 7840 + + + __Index__0 + DINT + 32 + + + + AssertEquals_DINT + + Expected + DINT expected value + DINT + 32 + + + Actual + DINT actual value + DINT + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_UDINT + + Expecteds + UDINT array with expected values + UDINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + UDINT array with actual values + UDINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertArrayEquals_INT + + Expecteds + INT array with expected values + INT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + INT array with actual values + INT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertFalse + + Condition + Condition to be checked + BOOL + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + + GetNumberOfFailedTests + UINT + 16 + + Counter + UINT + 16 + + + FailedTestsCount + UINT + 16 + + + + AssertArrayEquals_LINT + + Expecteds + LINT array with expected values + LINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + LINT array with actual values + LINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertArrayEquals_LWORD + + Expecteds + LWORD array with expected values + LWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + LWORD array with actual values + LWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedLWordString + STRING(80) + 648 + + + ActualLWordString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + GetTestByPosition + FB_Test + 4192 + + Position + UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + + AssertEquals_LWORD + + Expected + LWORD expected value + LWORD + 64 + + + Actual + LWORD actual value + LWORD + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArray2dEquals_LREAL + + Expecteds + LREAL 2d array with expected values + LREAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Actuals + LREAL 2d array with actual values + LREAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + USINT + 8 + + + LowerBoundExpecteds + DINT + + 1 + 2 + + 64 + + + UpperBoundExpecteds + DINT + + 1 + 2 + + 64 + + + LowerBoundActuals + DINT + + 1 + 2 + + 64 + + + UpperBoundActuals + DINT + + 1 + 2 + + 64 + + + SizeOfExpecteds + DINT + + 1 + 2 + + 64 + + + SizeOfActuals + DINT + + 1 + 2 + + 64 + + + Offset + DINT + + 1 + 2 + + 64 + + + ExpectedArrayIndex + DINT + + 1 + 2 + + 64 + + + ActualArrayIndex + DINT + + 1 + 2 + + 64 + + + Expected + LREAL + 64 + + + Actual + LREAL + 64 + + + __Index__0 + DINT + 32 + + + + AssertArrayEquals_BOOL + + Expecteds + BOOL array with expected values + BOOL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + BOOL array with actual values + BOOL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AreAllTestsFinished + BOOL + 8 + + Counter + UINT + 16 + + + GetCurTaskIndex + GETCURTASKINDEX + 128 + + + + AddTest + + TestName + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + ErrorMessage + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + FunctionCallResult + DINT + 32 + + + CycleCount + UDINT + 32 + + + TestWithThisNameAlreadyExists + BOOL + 8 + + + LowerCasedTestName + T_MaxString + 2048 + + + TrimmedTestName + T_MaxString + 2048 + + + IgnoreCurrentTestCase + BOOL + 8 + + + + AssertArrayEquals_DWORD + + Expecteds + DWORD array with expected values + DWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + DWORD array with actual values + DWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedDWordString + STRING(80) + 648 + + + ActualDWordString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + FindTestSuiteInstancePath + T_MaxString + 2048 + + + AssertEquals_BYTE + + Expected + BYTE expected value + BYTE + 8 + + + Actual + BYTE actual value + BYTE + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_UINT + + Expected + UINT expected value + UINT + 16 + + + Actual + UINT actual value + UINT + 16 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + GetInstancePath + T_MaxString + 2048 + + + GetNumberOfSkippedTests + UINT + 16 + + Counter + UINT + 16 + + + SkippedTestsCount + UINT + 16 + + + + AssertArrayEquals_UINT + + Expecteds + UINT array with expected values + UINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + UINT array with actual values + UINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertArrayEquals_LREAL + + Expecteds + LREAL array with expected values + LREAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + LREAL array with actual values + LREAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + GetNumberOfSuccessfulTests + UINT + 16 + + + + PouType + FunctionBlock + + + call_after_init + + + reflection + + + + + ST_AdsLogStringMessage + 4128 + + MsgCtrlMask + DWORD + 32 + 0 + + + MsgFmtStr + T_MaxString + 2048 + 32 + + + StrArg + T_MaxString + 2048 + 2080 + + + + pack_mode + 1 + + + + + FB_MemRingBuffer + This function block implements ring buffer fifo functionality. A_AddTail adds new entry, A_GetHead gets first (oldest) entry - A_RemoveHead gets and removes first (oldest) entry. Use A_Reset to clear all fifo data. ]]>544pWriteBYTE3232ItemTypeInputcbWriteUDINT3264ItemTypeInputpReadBYTE3296ItemTypeInputcbReadUDINT32128ItemTypeInputpBufferBYTE32160ItemTypeInputcbBufferUDINT32192ItemTypeInputbOkBOOL8224ItemTypeOutputnCountUDINT322560ItemTypeOutputcbSizeUDINT322880ItemTypeOutputcbReturnUDINT Number of recend realy returned (removed or get) data bytes - If bOk == FALSE and cbReturn <> 0 => Number of required read buffer data bytes (cbRead underflow) ]]>323200ItemTypeOutputidxLastDWORD323520conditionalshowidxFirstDWORD323840conditionalshowidxGetDWORD32416conditionalshowpTmpBYTE32448conditionalshowcbTmpDWORD32480conditionalshowcbCopiedDWORD32512conditionalshowA_ResetA_AddTailA_RemoveHeadA_GetHeadPouTypeFunctionBlockconditionalshow_all_localsFB_AdsLogStringMessageFifoQueue + 544 + + pWrite + BYTE + Pointer to write data + 32 + 32 + + + ItemType + Input + + + + + cbWrite + UDINT + Byte size of write data + 32 + 64 + + + ItemType + Input + + + + + pRead + BYTE + Pointer to read data buffer + 32 + 96 + + + ItemType + Input + + + + + cbRead + UDINT + Byte size of read data buffer + 32 + 128 + + + ItemType + Input + + + + + pBuffer + BYTE + Pointer to ring buffer data bytes + 32 + 160 + + + ItemType + Input + + + + + cbBuffer + UDINT + Max. ring buffer byte size + 32 + 192 + + + ItemType + Input + + + + + bOk + BOOL + TRUE = new entry added or removed succesfully, FALSE = fifo overflow or fifo empty + 8 + 224 + + + ItemType + Output + + + + + nCount + UDINT + Number of fifo entries + 32 + 256 + + 0 + + + + ItemType + Output + + + + + cbSize + UDINT + Current byte length of fifo data + 32 + 288 + + 0 + + + + ItemType + Output + + + + + cbReturn + UDINT + If bOk == TRUE => Number of recend realy returned (removed or get) data bytes + If bOk == FALSE and cbReturn <> 0 => Number of required read buffer data bytes (cbRead underflow) + 32 + 320 + + 0 + + + + ItemType + Output + + + + + idxLast + DWORD + 32 + 352 + + 0 + + + + conditionalshow + + + + + idxFirst + DWORD + 32 + 384 + + 0 + + + + conditionalshow + + + + + idxGet + DWORD + 32 + 416 + + + conditionalshow + + + + + pTmp + BYTE + 32 + 448 + + + conditionalshow + + + + + cbTmp + DWORD + 32 + 480 + + + conditionalshow + + + + + cbCopied + DWORD + 32 + 512 + + + conditionalshow + + + + + A_Reset + + + A_AddTail + + + A_RemoveHead + + + A_GetHead + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_AdsLogStringMessageFifoQueue + This function block is responsible for making sure that the ADSLOGSTR-messages to the ADS-router are transmitted cyclically and not in a burst. The reason this is necessary is because that if too many messages are sent at the same time some get lost and are never printed to the error list output -]]>8320864ArrayBufferBYTE01040000832000032MemRingBufferFB_MemRingBuffer5448320032TimerBetweenMessagesTON2248320576.IN1.PT10MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORDUSINT883208004TIME_BETWEEN_MESSAGESTIME32832083210GetLogCountUDINT32WriteLogMsgCtrlMaskDWORD32MsgFmtStrT_MaxString2048StrArgT_MaxString2048ErrorBOOL8ItemTypeOutputAdsLogStringMessageST_AdsLogStringMessage4128GetAndRemoveLogFromQueueAdsLogStringMessageST_AdsLogStringMessage4128ItemTypeOutputErrorBOOL8ItemTypeOutputPouTypeFunctionBlockST_PMPS_Attenuator_IO64nTranREAL320xAttOKUINT1632ST_PMPS_Attenuator64ST_PMPS_Attenuator_IOST_PMPS_Aperture_IO96WidthREAL320plcAttribute_pytmcpv: Width + + 8320864 + + ArrayBuffer + BYTE + + 0 + 1040000 + + 8320000 + 32 + + + MemRingBuffer + FB_MemRingBuffer + 544 + 8320032 + + + TimerBetweenMessages + TON + 224 + 8320576 + + + .IN + 1 + + + .PT + 10 + + + + + MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORD + USINT + 8 + 8320800 + + 4 + + + + TIME_BETWEEN_MESSAGES + TIME + 32 + 8320832 + + 10 + + + + GetLogCount + UDINT + 32 + + + WriteLog + + MsgCtrlMask + DWORD + 32 + + + MsgFmtStr + T_MaxString + 2048 + + + StrArg + T_MaxString + 2048 + + + Error + Buffer overflow + BOOL + 8 + + + ItemType + Output + + + + + AdsLogStringMessage + ST_AdsLogStringMessage + 4128 + + + + GetAndRemoveLogFromQueue + + AdsLogStringMessage + ST_AdsLogStringMessage + 4128 + + + ItemType + Output + + + + + Error + Buffer empty + BOOL + 8 + + + ItemType + Output + + + + + + + PouType + FunctionBlock + + + + + ST_PMPS_Attenuator_IO + 64 + + nTran + REAL + 32 + 0 + + + xAttOK + UINT + 16 + 32 + + + + + + + + + + + + + + + ST_PMPS_Attenuator + 64 + ST_PMPS_Attenuator_IO + + + ST_PMPS_Aperture_IO + 96 + + Width + REAL + distance between horizontal slits (x) + 32 + 0 + + + plcAttribute_pytmc + pv: Width io: i - field: EGU mmHeightREAL3232plcAttribute_pytmcpv: Height + field: EGU mm + + + + + Height + REAL + distance between vertical slits (y) + 32 + 32 + + + plcAttribute_pytmc + pv: Height io: i - field: EGU mmxOKBOOL864plcAttribute_pytmcpv: OK - io: iST_PMPS_Aperture96ST_PMPS_Aperture_IOST_BeamParams1760nTranREAL3200pytmcpv: Transmission + field: EGU mm + + + + + xOK + BOOL + status of aperture, false if error or in motion + 8 + 64 + + + plcAttribute_pytmc + pv: OK + io: i + + + + + + ST_PMPS_Aperture + 96 + ST_PMPS_Aperture_IO + + + ST_BeamParams + 1760 + + nTran + REAL + Requested pre-optic attenuation % + 32 + 0 + + 0 + + + + pytmc + pv: Transmission io: i field: HOPR 1; field: LOPR 0; field: PREC 2; - nRateUDINT32320pytmcpv: Rate + + + + + + nRate + UDINT + Pulse-rate + 32 + 32 + + 0 + + + + pytmc + pv: Rate io: i field: EGU Hz - neVRangeDWORD32640pytmcpv: eVRanges + + + + + + neVRange + DWORD + Photon energy ranges + 32 + 64 + + 0 + + + + pytmc + pv: eVRanges io: i - field: EGU eVdisplaymodebinaryneVREAL32960pytmcpv: PhotonEnergy + field: EGU eV + + + displaymode + binary + + + + + neV + REAL + Photon energy + 32 + 96 + + 0 + + + + pytmc + pv: PhotonEnergy io: i - field: EGU eVnBCRangeWORD161280pytmcpv: BeamClassRanges - io: idisplaymodebinarynBeamClassUSINT81440pytmcpv: BeamClass - io: inMachineModeUSINT81523pytmcpv: MachineMode - io: iastAttenuatorsST_PMPS_Attenuator1161024160pytmcpv: AuxAtt - io: iaVetoDevicesBOOL1161281184pytmcpv: Veto - io: iastAperturesST_PMPS_Aperture143841312[1].Width1000[1].Height1000[2].Width1000[2].Height1000[3].Width1000[3].Height1000[4].Width1000[4].Height1000pytmcpv: Apt - io: ixValidToggleBOOL81696xValidBOOL81704pytmcpv: Valid - io: inCohortIntUDINT321728pytmcpv: Cohort + field: EGU eV + + + + + nBCRange + WORD + Beamclass ranges + 16 + 128 + + 0 + + + + pytmc + pv: BeamClassRanges + io: i + + + displaymode + binary + + + + + nBeamClass + USINT + Beamclass + 8 + 144 + + 0 + + + + pytmc + pv: BeamClass + io: i + + + + + nMachineMode + USINT + Machine Mode + 8 + 152 + + 3 + + + + pytmc + pv: MachineMode + io: i + + + + + astAttenuators + ST_PMPS_Attenuator + + 1 + 16 + + Beamline attenuators + 1024 + 160 + + + pytmc + pv: AuxAtt + io: i + + + + + aVetoDevices + BOOL + + 1 + 16 + + Stoppers + 128 + 1184 + + + pytmc + pv: Veto + io: i + + + + + astApertures + ST_PMPS_Aperture + + 1 + 4 + + Apertures + 384 + 1312 + + + [1].Width + 1000 + + + [1].Height + 1000 + + + [2].Width + 1000 + + + [2].Height + 1000 + + + [3].Width + 1000 + + + [3].Height + 1000 + + + [4].Width + 1000 + + + [4].Height + 1000 + + + + + pytmc + pv: Apt + io: i + + + + + xValidToggle + BOOL + Toggle for watchdog + 8 + 1696 + + + xValid + BOOL + Beam parameter set is valid (if readback), or acknowledged (if request) + 8 + 1704 + + + pytmc + pv: Valid + io: i + + + + + nCohortInt + UDINT + Cohort index. Identifies which cohort this BP set was included in arbitration + 32 + 1728 + + + pytmc + pv: Cohort io: i field: DESC Cohort inc on each arb cycle - PE_Ranges + + + + + + PE_Ranges + Does nothing other than set the gvl for photon energy bitmask to one of two constants, K or L. Workaround for compile defines not fully working for libraries at the time of writing this. - Otherwise I would have just used the compile define in the GVL declaration.]]>32PouTypeFunctionBlockE_AssertionType8BYTEType_UNDEFINED0Type_ANY1Type_BOOL2Type_BYTE3Type_DATE4Type_DATE_AND_TIME5Type_DINT6Type_DWORD7Type_INT8Type_LINT9Type_LREAL10Type_LTIME11Type_LWORD12Type_REAL13Type_SINT14Type_STRING15Type_TIME16Type_TIME_OF_DAY17Type_UDINT18Type_UINT19Type_ULINT20Type_USINT21Type_WORD22Type_WSTRING23Type_Array2D_LREAL24Type_Array2D_REAL25Type_Array3D_LREAL26Type_Array3D_REAL27Type_Array_BOOL28Type_Array_BYTE29Type_Array_DINT30Type_Array_DWORD31Type_Array_INT32Type_Array_LINT33Type_Array_LREAL34Type_Array_LWORD35Type_Array_REAL36Type_Array_SINT37Type_Array_UDINT38Type_Array_UINT39Type_Array_ULINT40Type_Array_USINT41Type_Array_WORD42ST_TestCaseResult6192TestNameT_MaxString20480TestClassNameT_MaxString20482048TestIsFailedBOOL84096TestIsSkippedBOOL84104FailureMessageT_MaxString20484112FailureTypeE_AssertionType86160NumberOfAssertsUINT166176ST_TestSuiteResult621296NameT_MaxString20480IdentityUINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites)162048NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162064NumberOfFailedTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)162080TestCaseResultsST_TestCaseResult11006192002096ST_TestSuiteResults621296064NumberOfTestSuitesUINT160NumberOfTestCasesUINT1616NumberOfSuccessfulTestCasesUINT1632NumberOfFailedTestCasesUINT1648TestSuiteResultsST_TestSuiteResult1100062129600064I_TestResults32PVOIDGetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32FB_TestResults621296256I_TestResultsTestSuiteResultsST_TestSuiteResults62129606464StoringTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16621296128StoringTestSuiteTriggerR_TRIG64621296160StoredTestSuiteResultsBOOL8621296224StoredGeneralTestResultsBOOL8621296232NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16621296240GetAreTestResultsAvailableBOOL8GetTestSuiteResultsST_TestSuiteResults32PouTypeFunctionBlockI_TestResultLogger32PVOIDLogTestSuiteResultsFB_AdsTestResultLogger + 32 + + + PouType + FunctionBlock + + + + + E_AssertionType + 8 + BYTE + + Type_UNDEFINED + 0 + + + Type_ANY + 1 + + + Type_BOOL + 2 + Primitive types + + + Type_BYTE + 3 + + + Type_DATE + 4 + + + Type_DATE_AND_TIME + 5 + + + Type_DINT + 6 + + + Type_DWORD + 7 + + + Type_INT + 8 + + + Type_LINT + 9 + + + Type_LREAL + 10 + + + Type_LTIME + 11 + + + Type_LWORD + 12 + + + Type_REAL + 13 + + + Type_SINT + 14 + + + Type_STRING + 15 + + + Type_TIME + 16 + + + Type_TIME_OF_DAY + 17 + + + Type_UDINT + 18 + + + Type_UINT + 19 + + + Type_ULINT + 20 + + + Type_USINT + 21 + + + Type_WORD + 22 + + + Type_WSTRING + 23 + + + Type_Array2D_LREAL + 24 + Array types + + + Type_Array2D_REAL + 25 + + + Type_Array3D_LREAL + 26 + + + Type_Array3D_REAL + 27 + + + Type_Array_BOOL + 28 + + + Type_Array_BYTE + 29 + + + Type_Array_DINT + 30 + + + Type_Array_DWORD + 31 + + + Type_Array_INT + 32 + + + Type_Array_LINT + 33 + + + Type_Array_LREAL + 34 + + + Type_Array_LWORD + 35 + + + Type_Array_REAL + 36 + + + Type_Array_SINT + 37 + + + Type_Array_UDINT + 38 + + + Type_Array_UINT + 39 + + + Type_Array_ULINT + 40 + + + Type_Array_USINT + 41 + + + Type_Array_WORD + 42 + + + + ST_TestCaseResult + 6192 + + TestName + T_MaxString + 2048 + 0 + + + TestClassName + T_MaxString + 2048 + 2048 + + + TestIsFailed + BOOL + 8 + 4096 + + + TestIsSkipped + BOOL + 8 + 4104 + + + FailureMessage + T_MaxString + 2048 + 4112 + + + FailureType + E_AssertionType + 8 + 6160 + + + NumberOfAsserts + UINT + 16 + 6176 + + + + ST_TestSuiteResult + 621296 + + Name + T_MaxString + Full class name + 2048 + 0 + + + Identity + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestSuites) + Should be 0..GVL_Param_TcUnit.MaxNumberOfTestSuites-1 but gives unknown compiler error + 16 + 2048 + + + NumberOfTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + 2064 + + + NumberOfFailedTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + 2080 + + + TestCaseResults + ST_TestCaseResult + + 1 + 100 + + 619200 + 2096 + + + + ST_TestSuiteResults + 621296064 + + NumberOfTestSuites + UINT + The total number of test suites + 16 + 0 + + + NumberOfTestCases + UINT + The total number of test cases (for all test suites) + 16 + 16 + + + NumberOfSuccessfulTestCases + UINT + The total number of test cases that had all ASSERTS successful + 16 + 32 + + + NumberOfFailedTestCases + UINT + The total number of test cases that had at least one ASSERT failed + 16 + 48 + + + TestSuiteResults + ST_TestSuiteResult + + 1 + 1000 + + Test results for each individiual test suite + 621296000 + 64 + + + + I_TestResults + 32 + PVOID + + GetAreTestResultsAvailable + BOOL + 8 + + + GetTestSuiteResults + ST_TestSuiteResults + 32 + + + + FB_TestResults + This function block holds results of the complete test run, i.e. results for all test suites + 621296256 + I_TestResults + + TestSuiteResults + ST_TestSuiteResults + Test results + 621296064 + 64 + + + StoringTestSuiteResultNumber + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + Misc variables + 16 + 621296128 + + + StoringTestSuiteTrigger + R_TRIG + 64 + 621296160 + + + StoredTestSuiteResults + BOOL + 8 + 621296224 + + + StoredGeneralTestResults + BOOL + 8 + 621296232 + + + NumberOfTestsToAnalyse + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + 621296240 + + + GetAreTestResultsAvailable + BOOL + 8 + + + GetTestSuiteResults + ST_TestSuiteResults + 32 + + + + PouType + FunctionBlock + + + + + I_TestResultLogger + 32 + PVOID + + LogTestSuiteResults + + + + FB_AdsTestResultLogger + This function block reports the results from the tests using the built-in ADSLOGSTR functionality provided by the Tc2_System library. This sends the result using ADS, which is consumed by the "Error List" of Visual Studio (which can print Errors, Warnings and Messages). -]]>224I_TestResultLoggerTestResultsI_TestResults3264PrintingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)1696PrintingTestSuiteTriggerR_TRIG64128PrintedFinalTestResultsBOOL8192PrintedTestSuitesResultsBOOL8200LogTestSuiteResultsTcUnitTestResultsST_TestSuiteResults32StringToPrintT_MaxString2048TestsInTestSuiteCounterUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16MaxNumberOfTestsToPrintUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648PouTypeFunctionBlockFB_FileControl + 224 + I_TestResultLogger + + TestResults + I_TestResults + 32 + 64 + + + PrintingTestSuiteResultNumber + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + 96 + + + PrintingTestSuiteTrigger + R_TRIG + 64 + 128 + + + PrintedFinalTestResults + BOOL + This flag is set once the final end result has printed + 8 + 192 + + + PrintedTestSuitesResults + BOOL + This flag is set once the test suites result have been printed + 8 + 200 + + + LogTestSuiteResults + + TcUnitTestResults + ST_TestSuiteResults + 32 + + + StringToPrint + T_MaxString + 2048 + + + TestsInTestSuiteCounter + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + MaxNumberOfTestsToPrint + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + TEST_STATUS_SKIP + STRING(80) + 648 + + + TEST_STATUS_PASS + STRING(80) + 648 + + + TEST_STATUS_FAIL + STRING(80) + 648 + + + + + PouType + FunctionBlock + + + + + FB_FileControl + This functionblock can open, close, read, write and delete files on the local filesystem -]]>96FileAccessModeACCESS_MODE32325FileHandleRTS_IEC_HANDLE3264ReadRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32FileSizeRTS_IEC_SIZE32ItemTypeOutputCloseRTS_IEC_RESULT32OpenRTS_IEC_RESULT32FileNameT_MaxString2048FileAccessModeACCESS_MODE32DeleteRTS_IEC_RESULT32FileNameT_MaxString2048WriteRTS_IEC_RESULT32BufferPointerBYTE32SizeUDINT32PouTypeFunctionBlockE_XmlError8BYTEOk0ErrorMaxBufferLen1ErrorStringLen2Error3FB_StreamBuffer + 96 + + FileAccessMode + ACCESS_MODE + Append_Plus creates the file if it doesn't exist yet. + 32 + 32 + + 5 + + + + FileHandle + RTS_IEC_HANDLE + 32 + 64 + + + Read + RTS_IEC_RESULT + 32 + + BufferPointer + Call with ADR(); + BYTE + 32 + + + Size + Call with SIZEOF(); + UDINT + 32 + + + FileSize + RTS_IEC_SIZE + 32 + + + ItemType + Output + + + + + + Close + RTS_IEC_RESULT + 32 + + + Open + RTS_IEC_RESULT + 32 + + FileName + File name can contain an absolute or relative path to the file. Path entries must be separated with a Slash (/) + T_MaxString + 2048 + + + FileAccessMode + ACCESS_MODE + 32 + + + + Delete + RTS_IEC_RESULT + 32 + + FileName + File name can contain an absolute or relative path to the file. Path entries must be separated with a forward slash (/) + T_MaxString + 2048 + + + + Write + RTS_IEC_RESULT + 32 + + BufferPointer + Call with ADR(); + BYTE + 32 + + + Size + Call with SIZEOF(); + UDINT + 32 + + + + + PouType + FunctionBlock + + + + + E_XmlError + 8 + BYTE + + Ok + 0 + + + ErrorMaxBufferLen + 1 + + + ErrorStringLen + 2 + + + Error + 3 + + + + FB_StreamBuffer + This functionblock acts as a stream buffer for use with FB_XmlControl -]]>128_PointerToStringBufferBYTE3232_BufferSizeUDINT3264_LengthUDINT3296CutOffT_MaxString2048StartPosUDINT32CutLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCutBYTE32PointerToByteBufferBYTE32FindUDINT32SearchStringSTRING(80)648StartPosUDINT32LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32FindBackUDINT32SearchStringT_MaxString2048LoopUDINT32SearchUDINT32PointerToBufferBYTE32PointerToSearchBYTE32__getLengthUDINT32LengthUDINT32propertyClearCountUDINT32__setAppendAppend + 128 + + _PointerToStringBuffer + BYTE + 32 + 32 + + + _BufferSize + UDINT + 32 + 64 + + + _Length + UDINT + 32 + 96 + + + CutOff + T_MaxString + 2048 + + StartPos + UDINT + 32 + + + CutLen + UDINT + 32 + + + ItemType + Output + + + + + XmlError + E_XmlError + 8 + + + ItemType + Output + + + + + Loop + UDINT + 32 + + + PointerToByteToCut + BYTE + 32 + + + PointerToByteBuffer + BYTE + 32 + + + + Find + UDINT + 32 + + SearchString + STRING(80) + 648 + + + StartPos + UDINT + 32 + + + Loop + UDINT + 32 + + + Search + UDINT + 32 + + + PointerToBuffer + BYTE + 32 + + + PointerToSearch + BYTE + 32 + + + + FindBack + UDINT + 32 + + SearchString + T_MaxString + 2048 + + + Loop + UDINT + 32 + + + Search + UDINT + 32 + + + PointerToBuffer + BYTE + 32 + + + PointerToSearch + BYTE + 32 + + + + __getLength + UDINT + 32 + + Length + UDINT + 32 + + + + property + + + + + Clear + + Count + UDINT + 32 + + + + __setAppend + + Append + Appends a string to the buffer -]]>T_MaxString2048ByteInBYTE32ByteBufferBYTE32property__getBufferSizeUDINT32BufferSizeUDINT32property__setLengthLength + T_MaxString + 2048 + + + ByteIn + BYTE + 32 + + + ByteBuffer + BYTE + 32 + + + + property + + + + + __getBufferSize + UDINT + 32 + + BufferSize + UDINT + 32 + + + + property + + + + + __setLength + + Length + Gets/Sets the current length (in bytes) of the streambuffer -]]>UDINT32propertySetBufferBOOL8PointerToBufferAddressBYTE32SizeOfBufferUDINT32CopyT_MaxString2048StartPosUDINT32EndPosUDINT32CopyLenUDINT32ItemTypeOutputXmlErrorE_XmlError8ItemTypeOutputLoopUDINT32PointerToByteToCopyBYTE32PointerToBufferBYTE32CurPosUDINT32PouTypeFunctionBlockFB_XmlControl + UDINT + 32 + + + + property + + + + + SetBuffer + BOOL + 8 + + PointerToBufferAddress + Set buffer address (ADR ...) + BYTE + 32 + + + SizeOfBuffer + Set buffer size (SIZEOF ...) + UDINT + 32 + + + + Copy + T_MaxString + 2048 + + StartPos + UDINT + 32 + + + EndPos + UDINT + 32 + + + CopyLen + UDINT + 32 + + + ItemType + Output + + + + + XmlError + E_XmlError + 8 + + + ItemType + Output + + + + + Loop + UDINT + 32 + + + PointerToByteToCopy + BYTE + 32 + + + PointerToBuffer + BYTE + 32 + + + CurPos + UDINT + 32 + + + + + PouType + FunctionBlock + + + + + FB_XmlControl + Organizes parsing and composing of XML data. Data can be treated as STRING or char array. Buffer size of file can be set via GVL_Param_TcUnit (xUnitBufferSize) -]]>5696XmlBufferFB_StreamBuffer12832TagListBufferFB_StreamBuffer128160TagsT_MaxString2048288TagListSeekBufferFB_StreamBuffer1282336TagsSeekSTRING(80)6482464TagBufferFB_StreamBuffer1283136TagT_MaxString20483264TagOpenBOOL85312SelectUDINT325344SearchPositionUDINT325376TAG_OPENSTRING(1)165408<TAG_CLOSESTRING(1)165424>END_TAG_CLOSESTRING(2)245440/>SPACESTRING(1)165464 EQUALSSTRING(1)165480=QUOTESTRING(1)165496"BACK_SLASHSTRING(1)165512\FORWARD_SLASHSTRING(1)165528/OPEN_COMMENTSTRING(5)485544<!-- CLOSE_COMMENTSTRING(4)405592 -->TABSTRING(2)245632 CR_LFSTRING(4)405656 -NewParameterNameT_MaxString2048ValueT_MaxString2048NewTagNameT_MaxString2048CloseTagT_MaxString2048ClosedTagT_MaxString2048WriteDocumentHeaderHeaderT_MaxString2048NewCommentCommentT_MaxString2048__getLengthUDINT32LengthUDINT32propertyNewTagDataDataT_MaxString2048SetBufferPointerToBufferBYTE32SizeOfBufferUDINT32ClearBufferToStartBufferPouTypeFunctionBlockFB_xUnitXmlPublisher + 5696 + + XmlBuffer + FB_StreamBuffer + 128 + 32 + + + TagListBuffer + FB_StreamBuffer + 128 + 160 + + + Tags + T_MaxString + 2048 + 288 + + + TagListSeekBuffer + FB_StreamBuffer + 128 + 2336 + + + TagsSeek + STRING(80) + 648 + 2464 + + + TagBuffer + FB_StreamBuffer + 128 + 3136 + + + Tag + T_MaxString + 2048 + 3264 + + + TagOpen + BOOL + 8 + 5312 + + + Select + UDINT + 32 + 5344 + + + SearchPosition + UDINT + 32 + 5376 + + + TAG_OPEN + STRING(1) + 16 + 5408 + + < + + + + TAG_CLOSE + STRING(1) + 16 + 5424 + + > + + + + END_TAG_CLOSE + STRING(2) + 24 + 5440 + + /> + + + + SPACE + STRING(1) + 16 + 5464 + + + + + + EQUALS + STRING(1) + 16 + 5480 + + = + + + + QUOTE + STRING(1) + 16 + 5496 + + " + + + + BACK_SLASH + STRING(1) + 16 + 5512 + + \ + + + + FORWARD_SLASH + STRING(1) + 16 + 5528 + + / + + + + OPEN_COMMENT + STRING(5) + 48 + 5544 + + <!-- + + + + CLOSE_COMMENT + STRING(4) + 40 + 5592 + + --> + + + + TAB + STRING(2) + 24 + 5632 + + + + + + CR_LF + STRING(4) + 40 + 5656 + + + + + + + NewParameter + + Name + T_MaxString + 2048 + + + Value + T_MaxString + 2048 + + + + NewTag + + Name + T_MaxString + 2048 + + + + CloseTag + T_MaxString + 2048 + + ClosedTag + T_MaxString + 2048 + + + + WriteDocumentHeader + + Header + T_MaxString + 2048 + + + + NewComment + + Comment + T_MaxString + 2048 + + + + __getLength + UDINT + 32 + + Length + UDINT + 32 + + + + property + + + + + NewTagData + + Data + T_MaxString + 2048 + + + + SetBuffer + + PointerToBuffer + ADR(..) + BYTE + 32 + + + SizeOfBuffer + SIZEOF(..) + UDINT + 32 + + + + ClearBuffer + + + ToStartBuffer + + + + PouType + FunctionBlock + + + + + FB_xUnitXmlPublisher + Publishes test results into an xUnit compatible Xml file -]]>530304I_TestResultLoggerTestResultsI_TestResults3264AccessModeACCESS_MODE32964FileFB_FileControl96128XmlFB_XmlControl5696224BufferInitialisedBOOL859200BufferBYTE0655355242805928WritingTestSuiteResultNumberUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16530208PublishTriggerR_TRIG64530240DeleteOpenWriteCloseRTS_IEC_RESULT32LogTestSuiteResultsUnitTestResultsST_TestSuiteResults32CurrentSuiteNumberUINT16CurrentTestCountUINT16TEST_STATUS_SKIPSTRING(80)648TEST_STATUS_PASSSTRING(80)648TEST_STATUS_FAILSTRING(80)648InitialisedBOOL8PouTypeFunctionBlockFB_TcUnitRunner + 530304 + I_TestResultLogger + + TestResults + I_TestResults + Dependancy Injection via FB_Init + 32 + 64 + + + AccessMode + ACCESS_MODE + File access mode + 32 + 96 + + 4 + + + + File + FB_FileControl + 96 + 128 + + + Xml + FB_XmlControl + 5696 + 224 + + + BufferInitialised + BOOL + 8 + 5920 + + 0 + + + + Buffer + BYTE + + 0 + 65535 + + 524280 + 5928 + + + WritingTestSuiteResultNumber + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + 530208 + + + PublishTrigger + R_TRIG + 64 + 530240 + + + DeleteOpenWriteClose + RTS_IEC_RESULT + 32 + + + LogTestSuiteResults + + UnitTestResults + ST_TestSuiteResults + 32 + + + CurrentSuiteNumber + UINT + 16 + + + CurrentTestCount + UINT + 16 + + + TEST_STATUS_SKIP + STRING(80) + 648 + + + TEST_STATUS_PASS + STRING(80) + 648 + + + TEST_STATUS_FAIL + STRING(80) + 648 + + + + Initialised + BOOL + 8 + + + + PouType + FunctionBlock + + + + + FB_TcUnitRunner + This function block is responsible for holding track of the tests and executing them. -]]>621827200AllTestSuitesFinishedBOOL8320TestResultsFB_TestResults62129625664AdsTestResultLoggerFB_AdsTestResultLogger224621296320old_input_assignmentsTestResultLoggerI_TestResultLogger32621296544AbortRunningTestSuitesBOOL8621296576xUnitXmlPublisherFB_xUnitXmlPublisher530304621296608old_input_assignmentsXmlTestResultPublisherI_TestResultLogger32621826912__RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITEUINT166218269441__RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITESTOF224621826976AbortRunningTestSuiteTestsRunTestSuiteTestsInSequenceTimeBetweenTestSuitesExecutionTIME32BusyPrintingBOOL8NumberOfTestSuitesFinished + 621827200 + + AllTestSuitesFinished + BOOL + Indication of whether all test suites have reported that they are finished + 8 + 32 + + 0 + + + + TestResults + FB_TestResults + Test result information + 621296256 + 64 + + + AdsTestResultLogger + FB_AdsTestResultLogger + Prints the results to ADS so that Visual Studio can display the results. + This test result formatter can be replaced with something else than ADS + 224 + 621296320 + + + old_input_assignments + + + + + TestResultLogger + I_TestResultLogger + 32 + 621296544 + + + AbortRunningTestSuites + BOOL + If this flag is set, it means that some external event triggered the + request to abort running the test suites + 8 + 621296576 + + + xUnitXmlPublisher + FB_xUnitXmlPublisher + Publishes a xUnit compatible XML file + 530304 + 621296608 + + + old_input_assignments + + + + + XmlTestResultPublisher + I_TestResultLogger + 32 + 621826912 + + + __RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITE + UINT + This variable holds which current test suite is being called, as we are running + each one in a sequence (one by one) + 16 + 621826944 + + 1 + + + + __RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITES + TOF + 224 + 621826976 + + + AbortRunningTestSuiteTests + + + RunTestSuiteTestsInSequence + + TimeBetweenTestSuitesExecution + Time delay between a test suite is finished and the next test suite starts + TIME + 32 + + + BusyPrinting + BOOL + 8 + + + NumberOfTestSuitesFinished + We need to hold a temporary state of the statistics as we don't consider the tests to be completely finished until all test suites have executed completely. The reason we want to do it this way is because a test suite can run over several cycles. Only once all tests - are finished (which might take many cycles), do we gather correct statistics ]]>UINT16CurrentlyRunningTestSuiteUINT16uselocation__RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITETimerBetweenExecutionOfTestSuitesTOF224uselocation__RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITESRunTestSuiteTestsCounterUINT16BusyPrintingBOOL8NumberOfTestSuitesFinished + UINT + 16 + + + CurrentlyRunningTestSuite + This variable holds which current test suite is being called, as we are running + each one in a sequence (one by one) + UINT + 16 + + + uselocation + __RUNTESTSUITETESTSINSEQUENCE__CURRENTLYRUNNINGTESTSUITE + + + + + TimerBetweenExecutionOfTestSuites + TOF + 224 + + + uselocation + __RUNTESTSUITETESTSINSEQUENCE__TIMERBETWEENEXECUTIONOFTESTSUITES + + + + + + RunTestSuiteTests + + Counter + UINT + 16 + + + BusyPrinting + BOOL + 8 + + + NumberOfTestSuitesFinished + We need to hold a temporary state of the statistics as we don't consider the tests to be completely finished until all test suites have executed completely. The reason we want to do it this way is because a test suite can run over several cycles. Only once all tests - are finished (which might take many cycles), do we gather correct statistics ]]>UINT16PouTypeFunctionBlockFB_Test + UINT + 16 + + + + + PouType + FunctionBlock + + + + + FB_Test + This function block holds all data that defines a test. -]]>4192TestNameT_MaxString204832TestIsFinishedBOOL82080TestIsSkippedBOOL82088NumberOfAssertionsUINT162096TestOrderNumberUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 4192 + + TestName + T_MaxString + 2048 + 32 + + + TestIsFinished + BOOL + 8 + 2080 + + + TestIsSkipped + BOOL + This is set to true, if test is disabled (by putting the string "disabled_" in front of the test name + 8 + 2088 + + + NumberOfAssertions + UINT + 16 + 2096 + + + TestOrderNumber + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + In which order/sequence relative to the order tests should this test be executed/evaluated. A value of 0 means it is not defined by TEST_ORDERED() but by un-ordered test (TEST()). - A value <> 0 tells in which order this test will be executed/evaluated. The lower the number, the earlier it will execute. ]]>162112TestIsFailedBOOL82128AssertionMessageT_MaxString20482136AssertionTypeE_AssertionType84184GetAssertionTypeE_AssertionType8SetFailedSetNameNameT_MaxString2048GetNameT_MaxString2048SetNumberOfAssertionsNoOfAssertionsUINT16SetTestOrderOrderNumberUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16IsSkippedBOOL8GetNumberOfAssertionsUINT16SetFinishedBOOL8GetAssertionMessageT_MaxString2048SetSkippedSetAssertionMessageAssertMessageT_MaxString2048SetAssertionTypeAssertTypeE_AssertionType8IsFinishedBOOL8GetTestOrderUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16IsFailedBOOL8PouTypeFunctionBlockU_ExpectedOrActual4096boolExpectedOrActualBOOL80bitExpectedOrActualBIT80byteExpectedOrActualBYTE80sintExpectedOrActualSINT80usintExpectedOrActualUSINT80intExpectedOrActualINT160uintExpectedOrActualUINT160wordExpectedOrActualWORD160dwordExpectedOrActualDWORD320dateandtimeExpectedOrActualDATE_AND_TIME320dintExpectedOrActualDINT320realExpectedOrActualREAL320timeExpectedOrActualTIME320dateExpectedOrActualDATE320udintExpectedOrActualUDINT320timeofdayExpectedOrActualTIME_OF_DAY320lwordExpectedOrActualLWORD640lintExpectedOrActualLINT640ulintExpectedOrActualULINT640lrealExpectedOrActualLREAL640ltimeExpectedOrActualLTIME640stringExpectedOrActualT_MaxString20480wstringExpectedOrActualWSTRING(255)40960ST_AssertResult12288ExpectedU_ExpectedOrActual40960ActualU_ExpectedOrActual40964096MessageT_MaxString20488192TestInstancePathT_MaxString204810240ST_AssertResultInstances12352AssertResultST_AssertResult122880DetectionCountUINT1612288DetectionCountThisCycleUINT1612304FB_AssertResultStatic + 16 + 2112 + + + TestIsFailed + BOOL + Indication of whether this test has at least one failed assert + 8 + 2128 + + + AssertionMessage + T_MaxString + Assertion message for the first assertion in this test + 2048 + 2136 + + + AssertionType + E_AssertionType + Assertion type for the first assertion in this test + 8 + 4184 + + + GetAssertionType + E_AssertionType + 8 + + + SetFailed + + + SetName + + Name + T_MaxString + 2048 + + + + GetName + T_MaxString + 2048 + + + SetNumberOfAssertions + + NoOfAssertions + UINT + 16 + + + + SetTestOrder + + OrderNumber + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + + IsSkipped + BOOL + 8 + + + GetNumberOfAssertions + UINT + 16 + + + SetFinished + BOOL + 8 + + + GetAssertionMessage + T_MaxString + 2048 + + + SetSkipped + + + SetAssertionMessage + + AssertMessage + T_MaxString + 2048 + + + + SetAssertionType + + AssertType + E_AssertionType + 8 + + + + IsFinished + BOOL + 8 + + + GetTestOrder + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + IsFailed + BOOL + 8 + + + + PouType + FunctionBlock + + + + + U_ExpectedOrActual + 4096 + + boolExpectedOrActual + BOOL + 8 + 0 + + + bitExpectedOrActual + BIT + 8 + 0 + + + byteExpectedOrActual + BYTE + 8 + 0 + + + sintExpectedOrActual + SINT + 8 + 0 + + + usintExpectedOrActual + USINT + 8 + 0 + + + intExpectedOrActual + INT + 16 + 0 + + + uintExpectedOrActual + UINT + 16 + 0 + + + wordExpectedOrActual + WORD + 16 + 0 + + + dwordExpectedOrActual + DWORD + 32 + 0 + + + dateandtimeExpectedOrActual + DATE_AND_TIME + 32 + 0 + + + dintExpectedOrActual + DINT + 32 + 0 + + + realExpectedOrActual + REAL + 32 + 0 + + + timeExpectedOrActual + TIME + 32 + 0 + + + dateExpectedOrActual + DATE + 32 + 0 + + + udintExpectedOrActual + UDINT + 32 + 0 + + + timeofdayExpectedOrActual + TIME_OF_DAY + 32 + 0 + + + lwordExpectedOrActual + LWORD + 64 + 0 + + + lintExpectedOrActual + LINT + 64 + 0 + + + ulintExpectedOrActual + ULINT + 64 + 0 + + + lrealExpectedOrActual + LREAL + 64 + 0 + + + ltimeExpectedOrActual + LTIME + 64 + 0 + + + stringExpectedOrActual + T_MaxString + 2048 + 0 + + + wstringExpectedOrActual + WSTRING(255) + 4096 + 0 + + + + ST_AssertResult + 12288 + + Expected + U_ExpectedOrActual + 4096 + 0 + + + Actual + U_ExpectedOrActual + 4096 + 4096 + + + Message + T_MaxString + 2048 + 8192 + + + TestInstancePath + T_MaxString + 2048 + 10240 + + + + ST_AssertResultInstances + 12352 + + AssertResult + ST_AssertResult + 12288 + 0 + + + DetectionCount + UINT + Number of instances of the "AssertResult" + 16 + 12288 + + + DetectionCountThisCycle + UINT + Number of instance of the "AssertResult" in this specific PLC-cycle + 16 + 12304 + + + + FB_AssertResultStatic + This function block is responsible for keeping track of which asserts that have been made. The reason we need to keep track of these is because if the user does the same assert twice (because of running a test suite over several PLC-cycles) we want to know it so we don't print several times (if the assert fails). @@ -553,7 +28708,457 @@ contributing fast faults, unless the FFO is currently vetoed. - Value of actual - Message (string) - Test instance path (string) -]]>24640320AssertResultsST_AssertResult110001228800064TotalAssertsUINT16122880640GetCurrentTaskIndexGETCURTASKINDEX12812288096AssertResultInstancesST_AssertResultInstances110001235200012288256CycleCountUDINT3224640256FirstCycleExecutedBOOL824640288CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16GetNumberOfAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfAssertsUINT16CreateAssertResultInstanceExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8AddAssertResultExpectedSizeUDINT32ExpectedTypeClassTypeClass16ExpectedValueBYTE32ActualSizeUDINT32ActualTypeClassTypeClass16ActualValueBYTE32MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockST_AssertArrayResult4224ExpectedsSizeUDINT320ExpectedsTypeClassTypeClass1632ActualsSizeUDINT3264ActualsTypeClassTypeClass1696MessageT_MaxString2048112TestInstancePathT_MaxString20482160ST_AssertArrayResultInstances4256AssertArrayResultST_AssertArrayResult42240DetectionCountUINT164224DetectionCountThisCycleUINT164240FB_AssertArrayResultStatic + 24640320 + + AssertResults + ST_AssertResult + + 1 + 1000 + + The total number of instances of each of the "AssertResults" + 12288000 + 64 + + + TotalAsserts + UINT + The total number of unique asserts + 16 + 12288064 + + 0 + + + + GetCurrentTaskIndex + GETCURTASKINDEX + Function block to get the current task cycle + 128 + 12288096 + + + AssertResultInstances + ST_AssertResultInstances + + 1 + 1000 + + The total number of instances of each of the "AssertResults" + 12352000 + 12288256 + + + CycleCount + UDINT + The last PLC cycle count + 32 + 24640256 + + + FirstCycleExecuted + BOOL + Only run first cycle + 8 + 24640288 + + + CopyDetectionCountAndResetDetectionCountInThisCycle + + IteratorCounter + UINT + 16 + + + + GetNumberOfAssertsForTest + UINT + 16 + + CompleteTestInstancePath + T_MaxString + 2048 + + + Counter + UINT + 16 + + + NumberOfAsserts + UINT + 16 + + + + CreateAssertResultInstance + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCountThisCycle + UINT + 16 + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCount + UINT + 16 + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + ReportResult + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + ItemType + Output + + + + + LocationIndex + UINT + 16 + + + DataTypesNotEquals + BOOL + 8 + + + DataSizeNotEquals + BOOL + 8 + + + DataContentNotEquals + BOOL + 8 + + + CurrentCycleCount + UDINT + 32 + + + IteratorCounter + UINT + 16 + + + DetectionCountTemp + UINT + 16 + + + FoundOne + BOOL + 8 + + + AdditionalIdenticalAssert + BOOL + 8 + + + + AddAssertResult + + ExpectedSize + UDINT + 32 + + + ExpectedTypeClass + TypeClass + 16 + + + ExpectedValue + BYTE + 32 + + + ActualSize + UDINT + 32 + + + ActualTypeClass + TypeClass + 16 + + + ActualValue + BYTE + 32 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + + + PouType + FunctionBlock + + + + + ST_AssertArrayResult + 4224 + + ExpectedsSize + UDINT + Size in bytes of the expecteds-array + 32 + 0 + + + ExpectedsTypeClass + TypeClass + The data type of the expecteds-array + 16 + 32 + + + ActualsSize + UDINT + Size in bytes of the actuals-array + 32 + 64 + + + ActualsTypeClass + TypeClass + The data type of the actuals-array + 16 + 96 + + + Message + T_MaxString + 2048 + 112 + + + TestInstancePath + T_MaxString + 2048 + 2160 + + + + ST_AssertArrayResultInstances + 4256 + + AssertArrayResult + ST_AssertArrayResult + 4224 + 0 + + + DetectionCount + UINT + Number of instances of the "AssertArrayResult" + 16 + 4224 + + + DetectionCountThisCycle + UINT + Number of instance of the "AssertArrayResult" in this specific PLC-cycle + 16 + 4240 + + + + FB_AssertArrayResultStatic + This function block is responsible for keeping track of which array-asserts that have been made. The reason we need to keep track of these is because if the user does the same assert twice (because of running a test suite over several PLC-cycles) we want to know it so we don't print several times @@ -564,172 +29169,14045 @@ contributing fast faults, unless the FFO is currently vetoed. - Datatype of the actuals - Message (string) - Test instance path (string) -]]>8480256AssertArrayResultsST_AssertArrayResult11000422400032TotalArrayAssertsUINT1642240320GetCurrentTaskIndexGETCURTASKINDEX1284224064AssertArrayResultInstancesST_AssertArrayResultInstances1100042560004224192CycleCountUDINT328480192FirstCycleExecutedBOOL88480224CreateAssertResultInstanceExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountThisCycleUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16GetDetectionCountUINT16ExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048IteratorCounterUINT16ReportResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8ItemTypeOutputLocationIndexUINT16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8CurrentCycleCountUDINT32IteratorCounterUINT16DetectionCountTempUINT16FoundOneBOOL8AdditionalIdenticalAssertBOOL8GetNumberOfArrayAssertsForTestUINT16CompleteTestInstancePathT_MaxString2048CounterUINT16NumberOfArrayAssertsUINT16CopyDetectionCountAndResetDetectionCountInThisCycleIteratorCounterUINT16AddAssertArrayResultExpectedsSizeUDINT32ExpectedsTypeClassTypeClass16ActualsSizeUDINT32ActualsTypeClassTypeClass16MessageT_MaxString2048TestInstancePathT_MaxString2048PouTypeFunctionBlockI_AssertMessageFormatter32PVOIDLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048FB_AdjustAssertFailureMessageToMax253CharLength + 8480256 + + AssertArrayResults + ST_AssertArrayResult + + 1 + 1000 + + The total number of instances of each of the "AssertArrayResults" + 4224000 + 32 + + + TotalArrayAsserts + UINT + The total number of unique asserts + 16 + 4224032 + + 0 + + + + GetCurrentTaskIndex + GETCURTASKINDEX + Function block to get the current task cycle + 128 + 4224064 + + + AssertArrayResultInstances + ST_AssertArrayResultInstances + + 1 + 1000 + + The total number of instances of each of the "AssertArrayResults" + 4256000 + 4224192 + + + CycleCount + UDINT + The last PLC cycle count + 32 + 8480192 + + + FirstCycleExecuted + BOOL + Only run first cycle + 8 + 8480224 + + + CreateAssertResultInstance + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCountThisCycle + UINT + 16 + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + GetDetectionCount + UINT + 16 + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + + ReportResult + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + ItemType + Output + + + + + LocationIndex + UINT + 16 + + + DataTypesNotEquals + BOOL + 8 + + + DataSizeNotEquals + BOOL + 8 + + + DataContentNotEquals + BOOL + 8 + + + CurrentCycleCount + UDINT + 32 + + + IteratorCounter + UINT + 16 + + + DetectionCountTemp + UINT + 16 + + + FoundOne + BOOL + 8 + + + AdditionalIdenticalAssert + BOOL + 8 + + + + GetNumberOfArrayAssertsForTest + UINT + 16 + + CompleteTestInstancePath + T_MaxString + 2048 + + + Counter + UINT + 16 + + + NumberOfArrayAsserts + UINT + 16 + + + + CopyDetectionCountAndResetDetectionCountInThisCycle + + IteratorCounter + UINT + 16 + + + + AddAssertArrayResult + + ExpectedsSize + UDINT + 32 + + + ExpectedsTypeClass + TypeClass + 16 + + + ActualsSize + UDINT + 32 + + + ActualsTypeClass + TypeClass + 16 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + + + PouType + FunctionBlock + + + + + I_AssertMessageFormatter + 32 + PVOID + + LogAssertFailure + + Expected + T_MaxString + 2048 + + + Actual + T_MaxString + 2048 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + + + FB_AdjustAssertFailureMessageToMax253CharLength + This function block is responsible for making sure that the asserted test instance path and test message are not loo long. The total printed message can not be more than 253 characters long. -]]>11584MsgFmtStringT_MaxString204832ItemTypeInputStringArgT_MaxString20482080ItemTypeInputMsgFmtStringProcessedT_MaxString20484128ItemTypeOutputStringArgProcessedT_MaxString20486176ItemTypeOutputMsgFmtStringTempT_MaxString20488224TestNameTooLongSTRING(80)64810272...TestName too longTestMsgTooLongSTRING(80)64810920...TestMsg too longMSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERSINT1611568253PouTypeFunctionBlockFB_AdsAssertMessageFormatter + 11584 + + MsgFmtString + T_MaxString + Test instance path + 2048 + 32 + + + ItemType + Input + + + + + StringArg + T_MaxString + Test message + 2048 + 2080 + + + ItemType + Input + + + + + MsgFmtStringProcessed + T_MaxString + 2048 + 4128 + + + ItemType + Output + + + + + StringArgProcessed + T_MaxString + 2048 + 6176 + + + ItemType + Output + + + + + MsgFmtStringTemp + T_MaxString + 2048 + 8224 + + + TestNameTooLong + STRING(80) + 648 + 10272 + + ...TestName too long + + + + TestMsgTooLong + STRING(80) + 648 + 10920 + + ...TestMsg too long + + + + MSG_FMT_STRING_MAX_NUMBER_OF_CHARACTERS + INT + This is actually 254, but if StrArg-argument is used (which it is in TcUnit) it is 253. + 16 + 11568 + + 253 + + + + + PouType + FunctionBlock + + + + + FB_AdsAssertMessageFormatter + This function block is responsible for printing the results of the assertions using the built-in ADSLOGSTR functionality provided by the Tc2_System library. This sends the result using ADS, which is consumed by the error list of Visual Studio. -]]>64I_AssertMessageFormatterLogAssertFailureExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AdjustAssertFailureMessageToMax253CharLengthFB_AdjustAssertFailureMessageToMax253CharLength11584TestInstancePathCleanedT_MaxString2048TestInstancePathFinalT_MaxString2048ReturnValueDINT32TestInstancePathProcessedT_MaxString2048MessageProcessedT_MaxString2048PouTypeFunctionBlockFB_TestSuite + 64 + I_AssertMessageFormatter + + LogAssertFailure + + Expected + T_MaxString + 2048 + + + Actual + T_MaxString + 2048 + + + Message + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AdjustAssertFailureMessageToMax253CharLength + FB_AdjustAssertFailureMessageToMax253CharLength + 11584 + + + TestInstancePathCleaned + T_MaxString + 2048 + + + TestInstancePathFinal + T_MaxString + 2048 + + + ReturnValue + DINT + 32 + + + TestInstancePathProcessed + T_MaxString + 2048 + + + MessageProcessed + T_MaxString + 2048 + + + + + PouType + FunctionBlock + + + + + FB_TestSuite + This function block is responsible for holding the internal state of the test suite. Every test suite can have one or more tests, and every test can do one or more asserts. It's also responsible for providing all the assert-methods for asserting different data types. Only failed assertions are recorded. -]]>33551744InstancePathT_MaxString204832instance-pathnoinitGetCurrentTaskIndexGETCURTASKINDEX + 33551744 + + InstancePath + T_MaxString + 2048 + 32 + + + instance-path + + + noinit + + + + + GetCurrentTaskIndex + GETCURTASKINDEX + We need to have access to specific information of the current task that this test suite is executed in. This is for instance necessary when we need to know whether a test is defined already. The definition of a test that is defined already is that we call on it - with the same name twice in the same cycle ]]>1282080NumberOfTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)1622080TestsFB_Test11004192002240TestDuplicateNameTriggerR_TRIG11006400421440TestCycleCountIndexUDINT11003200427840AssertResultsFB_AssertResultStatic24640320431040AssertArrayResultsFB_AssertArrayResultStatic848025625071360AdsAssertMessageFormatterFB_AdsAssertMessageFormatter6433551616AssertMessageFormatterI_AssertMessageFormatter3233551680HasStartedRunningBOOL833551712NumberOfOrderedTestsUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)1633551728AssertEquals_LINTExpectedLINT64ActualLINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetNumberOfSuccessfulTestsUINT16AssertArrayEquals_ULINTExpectedsULINT32variable_length_arrayDimensions1ActualsULINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32FindTestSuiteInstancePathT_MaxString2048AssertEquals_TIMEExpectedTIME32ActualTIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_TIME_OF_DAYExpectedTIME_OF_DAY32ActualTIME_OF_DAY32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_BYTEExpectedBYTE8ActualBYTE8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetNumberOfFailedTestsUINT16CounterUINT16FailedTestsCountUINT16NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16NumberOfTestOverArrayLimitUINT16AssertEquals_DATE_AND_TIMEExpectedDATE_AND_TIME32ActualDATE_AND_TIME32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8GetTestByPositionFB_Test4192PositionUINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AssertArrayEquals_BOOLExpectedsBOOL32variable_length_arrayDimensions1ActualsBOOL32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_BYTEExpectedsBYTE32variable_length_arrayDimensions1ActualsBYTE32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedByteStringSTRING(80)648ActualByteStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_DATEExpectedDATE32ActualDATE32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_WORDExpectedWORD16ActualWORD16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_LINTExpectedsLINT32variable_length_arrayDimensions1ActualsLINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_LTIMEExpectedLTIME64ActualLTIME64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_UINTExpectedsUINT32variable_length_arrayDimensions1ActualsUINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_LREALExpectedLREAL64ActualLREAL64DeltaLREAL64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_LWORDExpectedsLWORD32variable_length_arrayDimensions1ActualsLWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedLWordStringSTRING(80)648ActualLWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertEqualsExpectedAnyType96anytypeclassANYActualAnyType96anytypeclassANYMessageT_MaxString2048CountDINT32ExpectedDataStringT_MaxString2048ActualDataStringT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8boolExpectedBOOL8boolActualBOOL8byteExpectedBYTE8byteActualBYTE8dateExpectedDATE32dateActualDATE32dateAndTimeExpectedDATE_AND_TIME32dateAndTimeActualDATE_AND_TIME32dintExpectedDINT32dintActualDINT32dwordExpectedDWORD32dwordActualDWORD32intExpectedINT16intActualINT16lintExpectedLINT64lintActualLINT64lrealExpectedLREAL64lrealActualLREAL64ltimeExpectedLTIME64ltimeActualLTIME64lwordExpectedLWORD64lwordActualLWORD64realExpectedREAL32realActualREAL32sintExpectedSINT8sintActualSINT8stringExpectedT_MaxString2048stringActualT_MaxString2048wstringExpectedWSTRING(255)4096wstringActualWSTRING(255)4096timeExpectedTIME32timeActualTIME32timeOfDayExpectedTIME_OF_DAY32timeOfDayActualTIME_OF_DAY32udintExpectedUDINT32udintActualUDINT32uintExpectedUINT16uintActualUINT16ulintExpectedULINT64ulintActualULINT64usintExpectedUSINT8usintActualUSINT8wordExpectedWORD16wordActualWORD16DataTypesNotEqualsBOOL8DataSizeNotEqualsBOOL8DataContentNotEqualsBOOL8IteratorCounterDINT32hasanytypeAssertFalseConditionBOOL8MessageT_MaxString2048AssertEquals_SINTExpectedSINT8ActualSINT8MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions2ActualsLREAL32variable_length_arrayDimensions2DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertEquals_ULINTExpectedULINT64ActualULINT64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_BOOLExpectedBOOL8ActualBOOL8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertEquals_USINTExpectedUSINT8ActualUSINT8MessageT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048AssertEquals_LWORDExpectedLWORD64ActualLWORD64MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_USINTExpectedsUSINT32variable_length_arrayDimensions1ActualsUSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32SetHasStartedRunningSetTestFailedAssertionTypeE_AssertionType8AssertionMessageT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16GetInstancePathT_MaxString2048GetTestOrderNumberUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16TestNameT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16GetNumberOfTestsUINT16AssertArrayEquals_DWORDExpectedsDWORD32variable_length_arrayDimensions1ActualsDWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32GetHasStartedRunningBOOL8AssertArrayEquals_LREALExpectedsLREAL32variable_length_arrayDimensions1ActualsLREAL32variable_length_arrayDimensions1DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_WSTRINGExpectedWSTRING(255)4096ActualWSTRING(255)4096MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8IsTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AssertArrayEquals_REALExpectedsREAL32variable_length_arrayDimensions1ActualsREAL32variable_length_arrayDimensions1DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_DINTExpectedDINT32ActualDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_DINTExpectedsDINT32variable_length_arrayDimensions1ActualsDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertEquals_STRINGExpectedT_MaxString2048ActualT_MaxString2048MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8SetTestFinishedBOOL8TestNameT_MaxString2048IteratorCounterUINT16NumberOfTestsToAnalyseUINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite)16AreAllTestsFinishedBOOL8CounterUINT16GetCurTaskIndexGETCURTASKINDEX128NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16AssertArrayEquals_WORDExpectedsWORD32variable_length_arrayDimensions1ActualsWORD32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedDWordStringSTRING(80)648ActualDWordStringSTRING(80)648ExpectedsIndexDINT32ActualsIndexDINT32AssertArray3dEquals_LREALExpectedsLREAL32variable_length_arrayDimensions3ActualsLREAL32variable_length_arrayDimensions3DeltaLREAL64MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedLREAL64ActualLREAL64__Index__0DINT32AssertArrayEquals_INTExpectedsINT32variable_length_arrayDimensions1ActualsINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32CalculateAndSetNumberOfAssertsForTestTestNameT_MaxString2048TestInstancePathT_MaxString2048TotalNumberOfAssertsUINT16NumberOfAssertsUINT16NumberOfArrayAssertsUINT16IteratorCounterUINT16GetNumberOfSkippedTestsUINT16CounterUINT16SkippedTestsCountUINT16NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16AssertEquals_DWORDExpectedDWORD32ActualDWORD32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertTrueConditionBOOL8MessageT_MaxString2048AssertEquals_INTExpectedINT16ActualINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_UINTExpectedUINT16ActualUINT16MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArray2dEquals_REALExpectedsREAL32variable_length_arrayDimensions2ActualsREAL32variable_length_arrayDimensions2DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1264UpperBoundExpectedsDINT1264LowerBoundActualsDINT1264UpperBoundActualsDINT1264SizeOfExpectedsDINT1264SizeOfActualsDINT1264OffsetDINT1264ExpectedArrayIndexDINT1264ActualArrayIndexDINT1264ExpectedREAL32ActualREAL32__Index__0DINT32AddTestTestNameT_MaxString2048IsTestOrderedBOOL8IteratorCounterUINT16ErrorMessageT_MaxString2048TestInstancePathT_MaxString2048FunctionCallResultDINT32CycleCountUDINT32TestWithThisNameAlreadyExistsBOOL8LowerCasedTestNameT_MaxString2048TrimmedTestNameT_MaxString2048IgnoreCurrentTestCaseBOOL8NumberOfTestsToAnalyseUINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites)16AssertArray3dEquals_REALExpectedsREAL32variable_length_arrayDimensions3ActualsREAL32variable_length_arrayDimensions3DeltaREAL32MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048DimensionIndexUSINT8LowerBoundExpectedsDINT1396UpperBoundExpectedsDINT1396LowerBoundActualsDINT1396UpperBoundActualsDINT1396SizeOfExpectedsDINT1396SizeOfActualsDINT1396OffsetDINT1396ExpectedArrayIndexDINT1396ActualArrayIndexDINT1396ExpectedREAL32ActualREAL32ExpectedValueStringT_MaxString2048ActualValueStringT_MaxString2048FormatStringFB_FormatString7840__Index__0DINT32AddTestNameToInstancePathT_MaxString2048TestInstancePathT_MaxString2048CompleteTestInstancePathT_MaxString2048AssertEquals_UDINTExpectedUDINT32ActualUDINT32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertEquals_REALExpectedREAL32ActualREAL32DeltaREAL32MessageT_MaxString2048TestInstancePathT_MaxString2048AlreadyReportedBOOL8AssertArrayEquals_SINTExpectedsSINT32variable_length_arrayDimensions1ActualsSINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32AssertArrayEquals_UDINTExpectedsUDINT32variable_length_arrayDimensions1ActualsUDINT32variable_length_arrayDimensions1MessageT_MaxString2048EqualsBOOL8SizeEqualsBOOL8IndexDINT32ExpectedStringT_MaxString2048ActualStringT_MaxString2048AlreadyReportedBOOL8TestInstancePathT_MaxString2048SizeOfExpectedsDINT32SizeOfActualsDINT32ExpectedsIndexDINT32ActualsIndexDINT32PouTypeFunctionBlockcall_after_initreflectionST_AdsLogStringMessage4128MsgCtrlMaskDWORD320MsgFmtStrT_MaxString204832StrArgT_MaxString20482080pack_mode1FB_AdsLogStringMessageFifoQueue + 128 + 2080 + + + NumberOfTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + 2208 + + 0 + + + + Tests + FB_Test + + 1 + 100 + + 419200 + 2240 + + + TestDuplicateNameTrigger + R_TRIG + + 1 + 100 + + Rising trigger of whether we have already notified the user of that the test name pointed to by the current + position is a duplicate + 6400 + 421440 + + + TestCycleCountIndex + UDINT + + 1 + 100 + + Last cycle count index for a specific test. Used to detect whether this test has already been defined in the + current test suite + 3200 + 427840 + + + AssertResults + FB_AssertResultStatic + 24640320 + 431040 + + + AssertArrayResults + FB_AssertArrayResultStatic + 8480256 + 25071360 + + + AdsAssertMessageFormatter + FB_AdsAssertMessageFormatter + Prints the failed asserts to ADS so that Visual Studio can display the assert message. + This assert formatter can be replaced with something else than ADS + 64 + 33551616 + + + AssertMessageFormatter + I_AssertMessageFormatter + 32 + 33551680 + + + HasStartedRunning + BOOL + Indication whether this test suite has started running its tests + 8 + 33551712 + + + NumberOfOrderedTests + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + Number of ordered tests (created by TEST_ORDERED()) that this test suite contains + 16 + 33551728 + + + AssertEquals_LINT + + Expected + LINT expected value + LINT + 64 + + + Actual + LINT actual value + LINT + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + GetNumberOfSuccessfulTests + UINT + 16 + + + AssertArrayEquals_ULINT + + Expecteds + ULINT array with expected values + ULINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + ULINT array with actual values + ULINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + FindTestSuiteInstancePath + T_MaxString + 2048 + + + AssertEquals_TIME + + Expected + TIME expected value + TIME + 32 + + + Actual + TIME actual value + TIME + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_TIME_OF_DAY + + Expected + TIME_OF_DAY expected value + TIME_OF_DAY + 32 + + + Actual + TIME_OF_DAY actual value + TIME_OF_DAY + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_BYTE + + Expected + BYTE expected value + BYTE + 8 + + + Actual + BYTE actual value + BYTE + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + GetNumberOfFailedTests + UINT + 16 + + Counter + UINT + 16 + + + FailedTestsCount + UINT + 16 + + + NumberOfTestsToAnalyse + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + + + NumberOfTestOverArrayLimit + UINT + 16 + + + + AssertEquals_DATE_AND_TIME + + Expected + DATE_AND_TIME expected value + DATE_AND_TIME + 32 + + + Actual + DATE_AND_TIME actual value + DATE_AND_TIME + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + GetTestByPosition + FB_Test + 4192 + + Position + UINT (1..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + + AssertArrayEquals_BOOL + + Expecteds + BOOL array with expected values + BOOL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + BOOL array with actual values + BOOL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertArrayEquals_BYTE + + Expecteds + BYTE array with expected values + BYTE + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + BYTE array with actual values + BYTE + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedByteString + STRING(80) + 648 + + + ActualByteString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_DATE + + Expected + DATE expected value + DATE + 32 + + + Actual + DATE actual value + DATE + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_WORD + + Expected + WORD expected value + WORD + 16 + + + Actual + WORD actual value + WORD + 16 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_LINT + + Expecteds + LINT array with expected values + LINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + LINT array with actual values + LINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_LTIME + + Expected + LTIME expected value + LTIME + 64 + + + Actual + LTIME actual value + LTIME + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_UINT + + Expecteds + UINT array with expected values + UINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + UINT array with actual values + UINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_LREAL + + Expected + LREAL expected value + LREAL + 64 + + + Actual + LREAL actual value + LREAL + 64 + + + Delta + The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_LWORD + + Expecteds + LWORD array with expected values + LWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + LWORD array with actual values + LWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedLWordString + STRING(80) + 648 + + + ActualLWordString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals + + Expected + Expected value + AnyType + 96 + + + anytypeclass + ANY + + + + + Actual + The value to check against expected + AnyType + 96 + + + anytypeclass + ANY + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Count + DINT + 32 + + + ExpectedDataString + T_MaxString + 2048 + + + ActualDataString + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + boolExpected + BOOL + 8 + + + boolActual + BOOL + 8 + + + byteExpected + BYTE + 8 + + + byteActual + BYTE + 8 + + + dateExpected + DATE + 32 + + + dateActual + DATE + 32 + + + dateAndTimeExpected + DATE_AND_TIME + 32 + + + dateAndTimeActual + DATE_AND_TIME + 32 + + + dintExpected + DINT + 32 + + + dintActual + DINT + 32 + + + dwordExpected + DWORD + 32 + + + dwordActual + DWORD + 32 + + + intExpected + INT + 16 + + + intActual + INT + 16 + + + lintExpected + LINT + 64 + + + lintActual + LINT + 64 + + + lrealExpected + LREAL + 64 + + + lrealActual + LREAL + 64 + + + ltimeExpected + LTIME + 64 + + + ltimeActual + LTIME + 64 + + + lwordExpected + LWORD + 64 + + + lwordActual + LWORD + 64 + + + realExpected + REAL + 32 + + + realActual + REAL + 32 + + + sintExpected + SINT + 8 + + + sintActual + SINT + 8 + + + stringExpected + T_MaxString + 2048 + + + stringActual + T_MaxString + 2048 + + + wstringExpected + WSTRING(255) + 4096 + + + wstringActual + WSTRING(255) + 4096 + + + timeExpected + TIME + 32 + + + timeActual + TIME + 32 + + + timeOfDayExpected + TIME_OF_DAY + 32 + + + timeOfDayActual + TIME_OF_DAY + 32 + + + udintExpected + UDINT + 32 + + + udintActual + UDINT + 32 + + + uintExpected + UINT + 16 + + + uintActual + UINT + 16 + + + ulintExpected + ULINT + 64 + + + ulintActual + ULINT + 64 + + + usintExpected + USINT + 8 + + + usintActual + USINT + 8 + + + wordExpected + WORD + 16 + + + wordActual + WORD + 16 + + + DataTypesNotEquals + The data type of the two ANY input parameters are not equal + BOOL + 8 + + + DataSizeNotEquals + The data size of the two ANY input parameters are not equal + BOOL + 8 + + + DataContentNotEquals + The data content of the two ANY input parameters are not equal + BOOL + 8 + + + IteratorCounter + DINT + 32 + + + + hasanytype + + + + + AssertFalse + + Condition + Condition to be checked + BOOL + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + + AssertEquals_SINT + + Expected + SINT expected value + SINT + 8 + + + Actual + SINT actual value + SINT + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArray2dEquals_LREAL + + Expecteds + LREAL 2d array with expected values + LREAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Actuals + LREAL 2d array with actual values + LREAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + Index when looping through Dimensions + USINT + 8 + + + LowerBoundExpecteds + Lower bounds of Expecteds array in each dimension + DINT + + 1 + 2 + + 64 + + + UpperBoundExpecteds + Upper bounds of Expecteds array in each dimension + DINT + + 1 + 2 + + 64 + + + LowerBoundActuals + Lower bounds of Actuals array in each dimension + DINT + + 1 + 2 + + 64 + + + UpperBoundActuals + Upper bounds of Actuals array in each dimension + DINT + + 1 + 2 + + 64 + + + SizeOfExpecteds + Size of Expecteds array in each dimension + DINT + + 1 + 2 + + 64 + + + SizeOfActuals + Size of Actuals array in each dimension + DINT + + 1 + 2 + + 64 + + + Offset + Current Array index offsets from Lower Bound in each dimension + DINT + + 1 + 2 + + 64 + + + ExpectedArrayIndex + Array of current Expected array indexes when looping through arrays + DINT + + 1 + 2 + + 64 + + + ActualArrayIndex + Array of current Actual array indexes when looping through arrays + DINT + + 1 + 2 + + 64 + + + Expected + Single expected value + LREAL + 64 + + + Actual + Single actual value + LREAL + 64 + + + __Index__0 + DINT + 32 + + + + AssertEquals_ULINT + + Expected + ULINT expected value + ULINT + 64 + + + Actual + ULINT actual value + ULINT + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_BOOL + + Expected + BOOL expected value + BOOL + 8 + + + Actual + BOOL actual value + BOOL + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + + AssertEquals_USINT + + Expected + USINT expected value + USINT + 8 + + + Actual + USINT actual value + USINT + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + + AssertEquals_LWORD + + Expected + LWORD expected value + LWORD + 64 + + + Actual + LWORD actual value + LWORD + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_USINT + + Expecteds + USINT array with expected values + USINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + USINT array with actual values + USINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + SetHasStartedRunning + + + SetTestFailed + + AssertionType + E_AssertionType + 8 + + + AssertionMessage + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + NumberOfTestsToAnalyse + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + + GetInstancePath + T_MaxString + 2048 + + + GetTestOrderNumber + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + TestName + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + NumberOfTestsToAnalyse + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + + + + GetNumberOfTests + UINT + 16 + + + AssertArrayEquals_DWORD + + Expecteds + DWORD array with expected values + DWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + DWORD array with actual values + DWORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedDWordString + STRING(80) + 648 + + + ActualDWordString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + GetHasStartedRunning + BOOL + 8 + + + AssertArrayEquals_LREAL + + Expecteds + LREAL array with expected values + LREAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + LREAL array with actual values + LREAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_WSTRING + + Expected + WSTRING expected value + WSTRING(255) + 4096 + + + Actual + WSTRING actual value + WSTRING(255) + 4096 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + IsTestFinished + BOOL + 8 + + TestName + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + NumberOfTestsToAnalyse + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + + AssertArrayEquals_REAL + + Expecteds + REAL array with expected values + REAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + REAL array with actual values + REAL + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_DINT + + Expected + DINT expected value + DINT + 32 + + + Actual + DINT actual value + DINT + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_DINT + + Expecteds + DINT array with expected values + DINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + DINT array with actual values + DINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertEquals_STRING + + Expected + STRING expected value + T_MaxString + 2048 + + + Actual + STRING actual value + T_MaxString + 2048 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + SetTestFinished + BOOL + 8 + + TestName + T_MaxString + 2048 + + + IteratorCounter + UINT + 16 + + + NumberOfTestsToAnalyse + UINT (0..GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite) + 16 + + + + AreAllTestsFinished + BOOL + 8 + + Counter + UINT + 16 + + + GetCurTaskIndex + GETCURTASKINDEX + 128 + + + NumberOfTestsToAnalyse + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + + + + AssertArrayEquals_WORD + + Expecteds + WORD array with expected values + WORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + WORD array with actual values + WORD + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedDWordString + STRING(80) + 648 + + + ActualDWordString + STRING(80) + 648 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertArray3dEquals_LREAL + + Expecteds + LREAL 3d array with expected values + LREAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Actuals + LREAL 3d array with actual values + LREAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + LREAL + 64 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + Index when looping through Dimensions + USINT + 8 + + + LowerBoundExpecteds + Lower bounds of Expecteds array in each dimension + DINT + + 1 + 3 + + 96 + + + UpperBoundExpecteds + Upper bounds of Expecteds array in each dimension + DINT + + 1 + 3 + + 96 + + + LowerBoundActuals + Lower bounds of Actuals array in each dimension + DINT + + 1 + 3 + + 96 + + + UpperBoundActuals + Upper bounds of Actuals array in each dimension + DINT + + 1 + 3 + + 96 + + + SizeOfExpecteds + Size of Expecteds array in each dimension + DINT + + 1 + 3 + + 96 + + + SizeOfActuals + Size of Actuals array in each dimension + DINT + + 1 + 3 + + 96 + + + Offset + Current Array index offsets from Lower Bound in each dimension + DINT + + 1 + 3 + + 96 + + + ExpectedArrayIndex + Array of current Expected array indexes when looping through arrays + DINT + + 1 + 3 + + 96 + + + ActualArrayIndex + Array of current Actual array indexes when looping through arrays + DINT + + 1 + 3 + + 96 + + + Expected + Single expected value + LREAL + 64 + + + Actual + Single actual value + LREAL + 64 + + + __Index__0 + DINT + 32 + + + + AssertArrayEquals_INT + + Expecteds + INT array with expected values + INT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + INT array with actual values + INT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + CalculateAndSetNumberOfAssertsForTest + + TestName + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + TotalNumberOfAsserts + UINT + 16 + + + NumberOfAsserts + UINT + 16 + + + NumberOfArrayAsserts + UINT + 16 + + + IteratorCounter + UINT + 16 + + + + GetNumberOfSkippedTests + UINT + 16 + + Counter + UINT + 16 + + + SkippedTestsCount + UINT + 16 + + + NumberOfTestsToAnalyse + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + + + + AssertEquals_DWORD + + Expected + DWORD expected value + DWORD + 32 + + + Actual + DWORD actual value + DWORD + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertTrue + + Condition + Condition to be checked + BOOL + 8 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + + AssertEquals_INT + + Expected + INT expected value + INT + 16 + + + Actual + INT actual value + INT + 16 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_UINT + + Expected + UINT expected value + UINT + 16 + + + Actual + UINT actual value + UINT + 16 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArray2dEquals_REAL + + Expecteds + REAL 2d array with expected values + REAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Actuals + REAL 2d array with actual values + REAL + 32 + + + variable_length_array + + + Dimensions + 2 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + Index when looping through Dimensions + USINT + 8 + + + LowerBoundExpecteds + Lower bounds of Expecteds array in each dimension + DINT + + 1 + 2 + + 64 + + + UpperBoundExpecteds + Upper bounds of Expecteds array in each dimension + DINT + + 1 + 2 + + 64 + + + LowerBoundActuals + Lower bounds of Actuals array in each dimension + DINT + + 1 + 2 + + 64 + + + UpperBoundActuals + Upper bounds of Actuals array in each dimension + DINT + + 1 + 2 + + 64 + + + SizeOfExpecteds + Size of Expecteds array in each dimension + DINT + + 1 + 2 + + 64 + + + SizeOfActuals + Size of Actuals array in each dimension + DINT + + 1 + 2 + + 64 + + + Offset + Current Array index offsets from Lower Bound in each dimension + DINT + + 1 + 2 + + 64 + + + ExpectedArrayIndex + Array of current Expected array indexes when looping through arrays + DINT + + 1 + 2 + + 64 + + + ActualArrayIndex + Array of current Actual array indexes when looping through arrays + DINT + + 1 + 2 + + 64 + + + Expected + Single expected value + REAL + 32 + + + Actual + Single actual value + REAL + 32 + + + __Index__0 + DINT + 32 + + + + AddTest + + TestName + T_MaxString + 2048 + + + IsTestOrdered + BOOL + 8 + + + IteratorCounter + UINT + 16 + + + ErrorMessage + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + FunctionCallResult + DINT + 32 + + + CycleCount + UDINT + 32 + + + TestWithThisNameAlreadyExists + BOOL + 8 + + + LowerCasedTestName + T_MaxString + 2048 + + + TrimmedTestName + T_MaxString + 2048 + + + IgnoreCurrentTestCase + BOOL + 8 + + + NumberOfTestsToAnalyse + UINT (UINT#1..GVL_Param_TcUnit.MaxNumberOfTestSuites) + 16 + + + + AssertArray3dEquals_REAL + + Expecteds + REAL 3d array with expected values + REAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Actuals + REAL 3d array with actual values + REAL + 32 + + + variable_length_array + + + Dimensions + 3 + + + + + Delta + The maximum delta between the value of expected and actual for which both numbers are still considered equal, proportional to the expected value in that array cell + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + DimensionIndex + Index when looping through Dimensions + USINT + 8 + + + LowerBoundExpecteds + Lower bounds of Expecteds array in each dimension + DINT + + 1 + 3 + + 96 + + + UpperBoundExpecteds + Upper bounds of Expecteds array in each dimension + DINT + + 1 + 3 + + 96 + + + LowerBoundActuals + Lower bounds of Actuals array in each dimension + DINT + + 1 + 3 + + 96 + + + UpperBoundActuals + Upper bounds of Actuals array in each dimension + DINT + + 1 + 3 + + 96 + + + SizeOfExpecteds + Size of Expecteds array in each dimension + DINT + + 1 + 3 + + 96 + + + SizeOfActuals + Size of Actuals array in each dimension + DINT + + 1 + 3 + + 96 + + + Offset + Current Array index offsets from Lower Bound in each dimension + DINT + + 1 + 3 + + 96 + + + ExpectedArrayIndex + Array of current Expected array indexes when looping through arrays + DINT + + 1 + 3 + + 96 + + + ActualArrayIndex + Array of current Actual array indexes when looping through arrays + DINT + + 1 + 3 + + 96 + + + Expected + Single expected value + REAL + 32 + + + Actual + Single actual value + REAL + 32 + + + ExpectedValueString + T_MaxString + 2048 + + + ActualValueString + T_MaxString + 2048 + + + FormatString + String formatter for output messages + FB_FormatString + 7840 + + + __Index__0 + DINT + 32 + + + + AddTestNameToInstancePath + T_MaxString + 2048 + + TestInstancePath + T_MaxString + 2048 + + + CompleteTestInstancePath + T_MaxString + 2048 + + + + AssertEquals_UDINT + + Expected + UDINT expected value + UDINT + 32 + + + Actual + UDINT actual value + UDINT + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertEquals_REAL + + Expected + REAL expected value + REAL + 32 + + + Actual + REAL actual value + REAL + 32 + + + Delta + The maximum delta between the absolute value of expected and actual for which both numbers are still considered equal + REAL + 32 + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + TestInstancePath + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + + AssertArrayEquals_SINT + + Expecteds + SINT array with expected values + SINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + SINT array with actual values + SINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + AssertArrayEquals_UDINT + + Expecteds + UDINT array with expected values + UDINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Actuals + UDINT array with actual values + UDINT + 32 + + + variable_length_array + + + Dimensions + 1 + + + + + Message + The identifying message for the assertion error + T_MaxString + 2048 + + + Equals + BOOL + 8 + + + SizeEquals + BOOL + 8 + + + Index + DINT + 32 + + + ExpectedString + T_MaxString + 2048 + + + ActualString + T_MaxString + 2048 + + + AlreadyReported + BOOL + 8 + + + TestInstancePath + T_MaxString + 2048 + + + SizeOfExpecteds + DINT + 32 + + + SizeOfActuals + DINT + 32 + + + ExpectedsIndex + DINT + 32 + + + ActualsIndex + DINT + 32 + + + + + PouType + FunctionBlock + + + call_after_init + + + reflection + + + + + ST_AdsLogStringMessage + 4128 + + MsgCtrlMask + DWORD + 32 + 0 + + + MsgFmtStr + T_MaxString + 2048 + 32 + + + StrArg + T_MaxString + 2048 + 2080 + + + + pack_mode + 1 + + + + + FB_AdsLogStringMessageFifoQueue + This function block is responsible for making sure that the ADSLOGSTR-messages to the ADS-router are transmitted cyclically and not in a burst. The reason this is necessary is because that if too many messages are sent at the same time some get lost and are never printed to the error list output -]]>8320864ArrayBufferBYTE01040000832000032MemRingBufferFB_MemRingBuffer5448320032TimerBetweenMessagesTON2248320576.IN1.PT10MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORDUSINT883208004TIME_BETWEEN_MESSAGESTIME32832083210GetLogCountUDINT32WriteLogMsgCtrlMaskDWORD32MsgFmtStrT_MaxString2048StrArgT_MaxString2048ErrorBOOL8ItemTypeOutputAdsLogStringMessageST_AdsLogStringMessage4128GetAndRemoveLogFromQueueAdsLogStringMessageST_AdsLogStringMessage4128ItemTypeOutputErrorBOOL8ItemTypeOutputPouTypeFunctionBlock_ST_NCADS_IDXOFFS_AxisParameter1632PARAMSTRUCTUDINT3200IDUDINT32321NAMEUDINT32642AXISTYPEUDINT32963CYCLETIMEUDINT321284UNITNAMEUDINT321605VELOREFSEARCHUDINT321926VELOSYNCSEARCHUDINT322247VELOSLOWMANUALUDINT322568VELOFASTMANUALUDINT322889VELOFASTUDINT3232010POSAREAENABLEUDINT3235215POSAREARANGEUDINT3238416MOTCNTRLENABLEUDINT3241617MOTCNTRLTIMEUDINT3244818LOOPENABLEUDINT3248019LOOPDISTANCEUDINT3251220TARGETPOSENAUDINT3254421TARGETPOSRANGEUDINT3257622TARGETPOSTIMEUDINT3260823PULSDISTPOSUDINT3264024PULSDISTNEGUDINT3267225FADINGACCELERATIONUDINT3270429FASTAXISSTOPSIGNALTYPEUDINT3273630UNITFLAGSUDINT3276838VELOMAXIMUMUDINT3280039MOTCNTRLRANGEUDINT3283240PEHCONTROLENAUDINT3286441PEHCONTROLTIMEUDINT3289642BACKLASHCOMPENAUDINT3292843BACKLASHUDINT3296044DATAPERSISTENCEUDINT3299248HWAMSADDRUDINT32102449HWCHNNOUDINT32105650APPLICATIONREQUESTUDINT32108851ACCUDINT321120257DECUDINT321152258JERKUDINT321184259DELAYUDINT321216260OVERRIDETYPEUDINT321248261VELOJUMPFACTORUDINT321280262REDUCTIONFEEDBACKUDINT321312263TOLERANCEBALLAUXAXISUDINT321344264MAXPOSDEVIATIONAUXAXISUDINT321376265FASTACCUDINT321408266FASTDECUDINT321440267FASTJERKUDINT321472268REF_POSUDINT32150465795ENCSEARCHDIRUDINT32153665793ENCSYNCDIRUDINT32156865794ENCREFMODEUDINT32160065799conditionalshow_ST_NCADS_AxisParameter1664IDXGRPUDINT32016384IDXOFFS_ST_NCADS_IDXOFFS_AxisParameter163232conditionalshow_ST_NCADS_IDXOFFS_AxisState800ONLINESTRUCTUDINT3200ERRORUDINT32321SETTASKCYCLEUDINT + 8320864 + + ArrayBuffer + BYTE + + 0 + 1040000 + + 8320000 + 32 + + + MemRingBuffer + FB_MemRingBuffer + 544 + 8320032 + + + TimerBetweenMessages + TON + 224 + 8320576 + + + .IN + 1 + + + .PT + 10 + + + + + MEM_RING_BUFFER_INTERNAL_USE_PER_DATA_RECORD + USINT + 8 + 8320800 + + 4 + + + + TIME_BETWEEN_MESSAGES + TIME + 32 + 8320832 + + 10 + + + + GetLogCount + UDINT + 32 + + + WriteLog + + MsgCtrlMask + DWORD + 32 + + + MsgFmtStr + T_MaxString + 2048 + + + StrArg + T_MaxString + 2048 + + + Error + Buffer overflow + BOOL + 8 + + + ItemType + Output + + + + + AdsLogStringMessage + ST_AdsLogStringMessage + 4128 + + + + GetAndRemoveLogFromQueue + + AdsLogStringMessage + ST_AdsLogStringMessage + 4128 + + + ItemType + Output + + + + + Error + Buffer empty + BOOL + 8 + + + ItemType + Output + + + + + + + PouType + FunctionBlock + + + + + _ST_NCADS_IDXOFFS_AxisParameter + 1632 + + PARAMSTRUCT + UDINT + NC ADS Index Offsets for Axis Parameters + 32 + 0 + + 0 + + + + ID + UDINT + 32 + 32 + + 1 + + + + NAME + UDINT + 32 + 64 + + 2 + + + + AXISTYPE + UDINT + 32 + 96 + + 3 + + + + CYCLETIME + UDINT + 32 + 128 + + 4 + + + + UNITNAME + UDINT + 32 + 160 + + 5 + + + + VELOREFSEARCH + UDINT + 32 + 192 + + 6 + + + + VELOSYNCSEARCH + UDINT + 32 + 224 + + 7 + + + + VELOSLOWMANUAL + UDINT + 32 + 256 + + 8 + + + + VELOFASTMANUAL + UDINT + 32 + 288 + + 9 + + + + VELOFAST + UDINT + 32 + 320 + + 10 + + + + POSAREAENABLE + UDINT + 32 + 352 + + 15 + + + + POSAREARANGE + UDINT + 32 + 384 + + 16 + + + + MOTCNTRLENABLE + UDINT + 32 + 416 + + 17 + + + + MOTCNTRLTIME + UDINT + 32 + 448 + + 18 + + + + LOOPENABLE + UDINT + 32 + 480 + + 19 + + + + LOOPDISTANCE + UDINT + 32 + 512 + + 20 + + + + TARGETPOSENA + UDINT + 32 + 544 + + 21 + + + + TARGETPOSRANGE + UDINT + 32 + 576 + + 22 + + + + TARGETPOSTIME + UDINT + 32 + 608 + + 23 + + + + PULSDISTPOS + UDINT + 32 + 640 + + 24 + + + + PULSDISTNEG + UDINT + 32 + 672 + + 25 + + + + FADINGACCELERATION + UDINT + 32 + 704 + + 29 + + + + FASTAXISSTOPSIGNALTYPE + UDINT + 32 + 736 + + 30 + + + + UNITFLAGS + UDINT + 32 + 768 + + 38 + + + + VELOMAXIMUM + UDINT + 32 + 800 + + 39 + + + + MOTCNTRLRANGE + UDINT + 32 + 832 + + 40 + + + + PEHCONTROLENA + UDINT + 32 + 864 + + 41 + + + + PEHCONTROLTIME + UDINT + 32 + 896 + + 42 + + + + BACKLASHCOMPENA + UDINT + 32 + 928 + + 43 + + + + BACKLASH + UDINT + 32 + 960 + + 44 + + + + DATAPERSISTENCE + UDINT + 32 + 992 + + 48 + + + + HWAMSADDR + UDINT + 32 + 1024 + + 49 + + + + HWCHNNO + UDINT + 32 + 1056 + + 50 + + + + APPLICATIONREQUEST + UDINT + 32 + 1088 + + 51 + + + + ACC + UDINT + 32 + 1120 + + 257 + + + + DEC + UDINT + 32 + 1152 + + 258 + + + + JERK + UDINT + 32 + 1184 + + 259 + + + + DELAY + UDINT + 32 + 1216 + + 260 + + + + OVERRIDETYPE + UDINT + 32 + 1248 + + 261 + + + + VELOJUMPFACTOR + UDINT + 32 + 1280 + + 262 + + + + REDUCTIONFEEDBACK + UDINT + 32 + 1312 + + 263 + + + + TOLERANCEBALLAUXAXIS + UDINT + 32 + 1344 + + 264 + + + + MAXPOSDEVIATIONAUXAXIS + UDINT + 32 + 1376 + + 265 + + + + FASTACC + UDINT + 32 + 1408 + + 266 + + + + FASTDEC + UDINT + 32 + 1440 + + 267 + + + + FASTJERK + UDINT + 32 + 1472 + + 268 + + + + REF_POS + UDINT + 32 + 1504 + + 65795 + + + + ENCSEARCHDIR + UDINT + 32 + 1536 + + 65793 + + + + ENCSYNCDIR + UDINT + 32 + 1568 + + 65794 + + + + ENCREFMODE + UDINT + 32 + 1600 + + 65799 + + + + + conditionalshow + + + + + _ST_NCADS_AxisParameter + 1664 + + IDXGRP + UDINT + 32 + 0 + + 16384 + + + + IDXOFFS + _ST_NCADS_IDXOFFS_AxisParameter + 1632 + 32 + + + + conditionalshow + + + + + _ST_NCADS_IDXOFFS_AxisState + 800 + + ONLINESTRUCT + UDINT + 32 + 0 + + 0 + + + + ERROR + UDINT + 32 + 32 + + 1 + + + + SETTASKCYCLE + UDINT + ACTPOS = TCNC_IDXOFFS_AXmappedENC | 0x00000002; // 0x00010002; ACTVELO = TCNC_IDXOFFS_AXmappedENC | 0x00000005; // 0x00010005; ACTACC = TCNC_IDXOFFS_AXmappedENC | 0x00000006; // 0x00010006; MODULOACTPOS = TCNC_IDXOFFS_AXmappedENC | 0x00000003; // 0x00010003; MODULOACTTURNS = TCNC_IDXOFFS_AXmappedENC | 0x00000004; // 0x00010004; ACTINCREMENTS = TCNC_IDXOFFS_AXmappedENC | 0x00000007; // 0x00010007; -]]>32649SETPOSUDINT329610SETVELOUDINT3212814SETACCUDINT3216015MODULOSETPOSUDINT3219211MODULOSETTURNSUDINT3222412SETDIRUDINT3225613TARGETPOSITIONUDINT3228819REMAININGTIMEANDPOSUDINT3232020STOPINFORMATIONUDINT3235224SETTASKCYCLE_WITHOUTCORRUDINT3238425SETPOS_WITHOUTCORRUDINT3241626SETVELO_WITHOUTCORRUDINT3244830SETACC_WITHOUTCORRUDINT3248031SETDIR_WITHOUTCORRUDINT3251229COUPLESTATEUDINT3254432CPLPARAMSUDINT3257634CPLFACTORUDINT3260835AXISCTRLLOOPIDXUDINT3264036AXISSETPOINTGENIDXUDINT3267237CPLCHARACVALUESUDINT3270438CAMINFOUDINT3273639CAMSTATUSUDINT3276840conditionalshow_ST_NCADS_AxisState832IDXGRPUDINT32016640IDXOFFS_ST_NCADS_IDXOFFS_AxisState80032conditionalshow_ST_NCADS_IDXOFFS_AxisFunctions1792RESETUDINT3201STOPUDINT32322CLEARUDINT32643EMERGENCYSTOPUDINT32964PARAMETRIZEDSTOPUDINT321285INITIALIZEUDINT321607ORIENTEDSTOPUDINT321929CALIBRUDINT3222416NEWTARGPOSUDINT3225617NEWTARGPOSANDVELOUDINT3228818CHANGEDYNAMICPARAMUDINT3232021UNIVERSALSTARTUDINT3235222SLAVEUNIVERSALSTARTUDINT3238423RELEASEAXISLOCKUDINT3241624SETEXTERNALERRORUDINT3244825SETPOSUDINT3248026SETCALFLAGUDINT3251227SETACTPOSUDINT3254428SETDRIVEPOSUDINT3257629SETENCODERSCALINGUDINT3260830SETPOSONTHEFLYUDINT3264031STARTUDINT3267232STARTEXTUDINT3270433STARTVELOCHANGEUDINT3273634ENABLEEXTGENUDINT3276835DISABLEEXTGENUDINT3280036REVERSINGSEQUENCEUDINT3283237STARTDRVOUTUDINT3286438STOPDRVOUTUDINT3289639CHANGEDRVOUTUDINT3292840JUMPTOOVERRIDEUDINT3296041EXTSETGENUNIVERSALSTARTUDINT3299243UNIVERSALTORQUESTARTUDINT32102445STARTSCOMUDINT32105648STOPSCOMUDINT32108849PHASINGREQEUSTUDINT32112052CPLUDINT32115264DECPLUDINT32118465CPLCHANGEUDINT32121666TABCPLCHANGEUDINT32124867STOPSLAVEUDINT32128068CPLTABUDINT32131269TABSLVACTIVCORUDINT32134470TABSLVLEAVECYCUDINT32137671TABSLVCOROFFSETUDINT32140872TABSLVSCALINGUDINT32144073CPLSOLOTABUDINT32147274CPLSYNCHRONIZINGUDINT32150475CAMSCALINGUDINT32153677DISABLEUDINT32156880ENABLEUDINT32160081CHANGEAXISCTRLLOOPUDINT32163282DRIVEDISABLEUDINT32166496DRIVEENABLEUDINT32169697RELEASEBRAKEUDINT32172898RECONFIGURATEUDINT321760112conditionalshow_ST_NCADS_AxisFunctions1824IDXGRPUDINT32016896IDXOFFS_ST_NCADS_IDXOFFS_AxisFunctions179232conditionalshow_ST_NCADS_Axis4320Parameter_ST_NCADS_AxisParameter16640State_ST_NCADS_AxisState8321664Functions_ST_NCADS_AxisFunctions18242496conditionalshow_ST_NCADS_IDXOFFS_TableParameter192MFREADCHARACVALUESUDINT32080WRITETABROWSUDINT323216777216WRITEMFTABROWSUDINT326483886080MFREADTABUDINT329634READSLAVEDYNAMICSUDINT3212835READMASTERPOSITIONUDINT3216036conditionalshow_ST_NCADS_TableParameter224IDXGRPUDINT32040960IDXOFFS_ST_NCADS_IDXOFFS_TableParameter19232conditionalshow_ST_NCADS_IDXOFFS_TableFunctions96CREATETABUDINT32065536CREATEMOTIONTABUDINT323265552DELETETABUDINT3264131072conditionalshow_ST_NCADS_TableFunctions128IDXGRPUDINT32041472IDXOFFS_ST_NCADS_IDXOFFS_TableFunctions9632conditionalshow_ST_NCADS_Table352Parameter_ST_NCADS_TableParameter2240Functions_ST_NCADS_TableFunctions128224conditionalshowADSRDDEVINFO1280NETIDT_AmsNetID19232ItemTypeInputPORTT_AmsPort16224ItemTypeInputRDINFOBOOL8240ItemTypeInputTMOUTTIME322565000ItemTypeInputBUSYBOOL8288ItemTypeOutputERRBOOL8296ItemTypeOutputERRIDUDINT32320ItemTypeOutputDEVNAMESTRING(19)160352ItemTypeOutputDEVVERUDINT32512ItemTypeOutputPouTypeFunctionBlockhide_all_locals_TCMCGLOBAL6976NCPORT_TCMCUINT1632500ItemTypeInputNCPORT_TCMC_COUPLINGUINT1648500ItemTypeInputNCNETID_TCMCT_AmsNetID19264ItemTypeInputNCPORT_TCMC_CAMUINT16256500ItemTypeInputNCPORT_TCMC_CAM_FASTUINT16272500ItemTypeInputNCNETID_TCMC_CAMT_AmsNetID192288ItemTypeInputNCPORT_TCMC_SUPERPOSITIONUINT16480501ItemTypeInputNcDeviceInfoTcMainVersionDWORD32512ItemTypeOutputNcDeviceInfoTcSubVersionDWORD32544ItemTypeOutputNcDeviceInfoNcDriverVersionDWORD32576ItemTypeOutputNcDeviceInfoNcVersionDWORD32608ItemTypeOutputNcDeviceInfoNcNameSTRING(19)160640ItemTypeOutputAxis_ST_NCADS_Axis4320800ItemTypeOutputsuppress_warning_0C0228Table_ST_NCADS_Table3525120ItemTypeOutputsuppress_warning_0C0228NCPORT_TCNCCAMMING_TABLEFUNCTIONUINT165472500tTargetPosTimeOutTIME3255046000tADSTimeOutTIME3255361000tStopMonitoringTimeOutTIME325568100NCTOPLC_FEEDBACK_MAXWAITCYCLESINT16560010fbADSRDDEVINFOADSRDDEVINFO12805632DeviceVersionDWORD326912InitBOOL86944ReadDeviceInfoPouTypeFunctionBlockconditionalshowST_CTRL_CYCLE_TIME_INTERPRETATION128bInterpretCycleTimeAsTicksBOOL80fBaseTimeLREAL6464hideTcEventConfirmationState16INT01234plcAttribute_qualified_onlyplcAttribute_strictITcAlarm32ITcEventSetJsonAttributeHRESULT32sJsonAttributePCCH32GetArgumentsHRESULT32pipArgumentsITcArguments32GetIsRaisedHRESULT32bIsRaisedBOOL3232RaiseHRESULT32timeStampULINT64ClearHRESULT32timeStampULINT64bResetConfirmationBOOL3232GetConfirmationStateHRESULT32stateTcEventConfirmationState32ConfirmHRESULT32timeStampULINT64ITcAlarm232ITcAlarmGetTimeRaisedHRESULT32timeStampULINT32GetTimeConfirmedHRESULT32timeStampULINT32GetTimeClearedHRESULT32timeStampULINT32FB_TcEvent3584FB_TcEventBaseI_TcEventBasenTimestampULINT64162800660__getnTimestampULINT64nTimestampULINT64propertymonitoringcallTcDisplayTypeGUID18071995-0000-0000-0000-000000000046ReleaseHRESULT32InitipEventITcEvent32nTimestampULINT64ipMessageITcMessage232ipAlarmITcAlarm232conditionalshowobsoleteInit is obsolete, use Init2 instead!__getipEventITcEvent32ipEventITcEvent32propertyconditionalshowInit2ipEventITcEvent32nTimestampULINT64ipArgumentsITcArguments32ipMessageITcMessage32ipAlarmITcAlarm32ipSourceInfoITcSourceInfo32conditionalshowPouTypeFunctionBlockreflectionconditionalshow_all_localsno_explicit_calldo not call this POU directlyI_Listener32PVOIDOnAlarmClearedfbEventFB_TcEvent32OnAlarmConfirmedfbEventFB_TcEvent32OnAlarmDisposedfbEventFB_TcEvent32OnAlarmRaisedfbEventFB_TcEvent32OnMessageSentfbEventFB_TcEvent32ITcEventFilterConfig32ITcUnknownAddEventClassHRESULT32eventClassGUID32severityTcEventSeverity16RemoveEventClassHRESULT32eventClassGUID32AddSourceInfoHRESULT32ipSourceInfoITcSourceInfo32severityTcEventSeverity16RemoveSourceInfoHRESULT32ipSourceInfoITcSourceInfo32ITcMessageListener32ITcUnknownOnMessageSentHRESULT32ipEventITcEvent32ITcAlarmListener32ITcUnknownOnAlarmRaisedHRESULT32ipEventITcEvent32OnAlarmClearedHRESULT32ipEventITcEvent32OnAlarmConfirmedHRESULT32ipEventITcEvent32OnAlarmDisposedHRESULT32ipEventITcEvent32FB_ListenerWrapper3840ITcMessageListenerITcAlarmListenerTcAddRefUDINT32c++_compatiblepack_mode4showminimal_input_size4OnAlarmRaisedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4UnsubscribeHRESULT32hrHRESULT32OnAlarmClearedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4TcQueryInterfaceHRESULT32iidIID32pipItfPVOID32ipMessageListenerITcMessageListener32ipAlarmListenerITcAlarmListener32c++_compatiblepack_mode4showminimal_input_size4OnMessageSentHRESULT32ipEventITcEvent32ipMessage2ITcMessage232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4SubscribeHRESULT32pipMessageFilterConfigITcEventFilterConfig32pipAlarmFilterConfigITcEventFilterConfig32hrHRESULT32TcReleaseUDINT32c++_compatiblepack_mode4showminimal_input_size4OnAlarmConfirmedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4OnAlarmDisposedHRESULT32ipEventITcEvent32ipAlarmITcAlarm232nTimeStampULINT64showc++_compatibleminimal_input_size4pack_mode4ExecuteHRESULT32ipListenerI_Listener32hrHRESULT32PouTypeFunctionBlockc++_compatibleenable_dynamic_creationconditionalshow_all_localsno_explicit_calldo not call this POU directlyFB_ListenerBase96I_Listener_pListenerWrapperFB_ListenerWrapper3264OnAlarmRaisedfbEventFB_TcEvent32UnsubscribeHRESULT32hrHRESULT32OnAlarmClearedfbEventFB_TcEvent32OnMessageSentfbEventFB_TcEvent32SubscribeHRESULT32ipMessageFilterConfigITcEventFilterConfig32ipAlarmFilterConfigITcEventFilterConfig32hrHRESULT32OnAlarmConfirmedfbEventFB_TcEvent32OnAlarmDisposedfbEventFB_TcEvent32ExecuteHRESULT32hrHRESULT32PouTypeFunctionBlockno_explicit_calldo not call this POU directlyE_LogEventType16INT0123plcAttribute_qualified_onlyplcAttribute_strictST_LoggingEventInfo86272schemaSTRING(80) + 32 + 64 + + 9 + + + + SETPOS + UDINT + 32 + 96 + + 10 + + + + SETVELO + UDINT + 32 + 128 + + 14 + + + + SETACC + UDINT + 32 + 160 + + 15 + + + + MODULOSETPOS + UDINT + 32 + 192 + + 11 + + + + MODULOSETTURNS + UDINT + 32 + 224 + + 12 + + + + SETDIR + UDINT + 32 + 256 + + 13 + + + + TARGETPOSITION + UDINT + 32 + 288 + + 19 + + + + REMAININGTIMEANDPOS + UDINT + 32 + 320 + + 20 + + + + STOPINFORMATION + UDINT + 32 + 352 + + 24 + + + + SETTASKCYCLE_WITHOUTCORR + UDINT + 32 + 384 + + 25 + + + + SETPOS_WITHOUTCORR + UDINT + 32 + 416 + + 26 + + + + SETVELO_WITHOUTCORR + UDINT + 32 + 448 + + 30 + + + + SETACC_WITHOUTCORR + UDINT + 32 + 480 + + 31 + + + + SETDIR_WITHOUTCORR + UDINT + 32 + 512 + + 29 + + + + COUPLESTATE + UDINT + 32 + 544 + + 32 + + + + CPLPARAMS + UDINT + 32 + 576 + + 34 + + + + CPLFACTOR + UDINT + 32 + 608 + + 35 + + + + AXISCTRLLOOPIDX + UDINT + 32 + 640 + + 36 + + + + AXISSETPOINTGENIDX + UDINT + 32 + 672 + + 37 + + + + CPLCHARACVALUES + UDINT + 32 + 704 + + 38 + + + + CAMINFO + UDINT + 32 + 736 + + 39 + + + + CAMSTATUS + UDINT + activation status etc. + 32 + 768 + + 40 + + + + + conditionalshow + + + + + _ST_NCADS_AxisState + 832 + + IDXGRP + UDINT + 32 + 0 + + 16640 + + + + IDXOFFS + _ST_NCADS_IDXOFFS_AxisState + 800 + 32 + + + + conditionalshow + + + + + _ST_NCADS_IDXOFFS_AxisFunctions + 1792 + + RESET + UDINT + 32 + 0 + + 1 + + + + STOP + UDINT + 32 + 32 + + 2 + + + + CLEAR + UDINT + 32 + 64 + + 3 + + + + EMERGENCYSTOP + UDINT + 32 + 96 + + 4 + + + + PARAMETRIZEDSTOP + UDINT + 32 + 128 + + 5 + + + + INITIALIZE + UDINT + Initialize Axis + 32 + 160 + + 7 + + + + ORIENTEDSTOP + UDINT + 19.04.04 issue #2470 + 32 + 192 + + 9 + + + + CALIBR + UDINT + 32 + 224 + + 16 + + + + NEWTARGPOS + UDINT + 32 + 256 + + 17 + + + + NEWTARGPOSANDVELO + UDINT + 32 + 288 + + 18 + + + + CHANGEDYNAMICPARAM + UDINT + NEU: Neue Dynamikparameter (Acc;Dec) fuer Positionierung + 32 + 320 + + 21 + + + + UNIVERSALSTART + UDINT + 05.03.07: new 'axis start and restart' command with buffer mode (issue #2786+#3276) + 32 + 352 + + 22 + + + + SLAVEUNIVERSALSTART + UDINT + 24.02.09: decoupling command with succeding universal axis start commanded to a slave axis + 32 + 384 + + 23 + + + + RELEASEAXISLOCK + UDINT + 10.12.18 release axis lock for motion commands + 32 + 416 + + 24 + + + + SETEXTERNALERROR + UDINT + 06.10.04: Externen Achsfehler setzen (Laufzeitfehler) issue #2665 + 32 + 448 + + 25 + + + + SETPOS + UDINT + 32 + 480 + + 26 + + + + SETCALFLAG + UDINT + "ist referenziert"-Flag setzen + 32 + 512 + + 27 + + + + SETACTPOS + UDINT + nur Istwertsetzen ohne Sollwertaenderung !!! + 32 + 544 + + 28 + + + + SETDRIVEPOS + UDINT + antriebsseitiges Istwertsetzen + 32 + 576 + + 29 + + + + SETENCODERSCALING + UDINT + 17.07.08: "Fliegende Änderung des Skalierungsfaktors" + 32 + 608 + + 30 + + + + SETPOSONTHEFLY + UDINT + 29.11.05: "Fliegendes Istwert Setzen" (betrifft Ist - und Sollwert) (issue #3017) + 32 + 640 + + 31 + + + + START + UDINT + 32 + 672 + + 32 + + + + STARTEXT + UDINT + 32 + 704 + + 33 + + + + STARTVELOCHANGE + UDINT + special function for MMW + 32 + 736 + + 34 + + + + ENABLEEXTGEN + UDINT + enable/start external setpoint values + 32 + 768 + + 35 + + + + DISABLEEXTGEN + UDINT + disable/stop external setpoint values + 32 + 800 + + 36 + + + + REVERSINGSEQUENCE + UDINT + 32 + 832 + + 37 + + + + STARTDRVOUT + UDINT + 32 + 864 + + 38 + + + + STOPDRVOUT + UDINT + 32 + 896 + + 39 + + + + CHANGEDRVOUT + UDINT + 32 + 928 + + 40 + + + + JUMPTOOVERRIDE + UDINT + 04.11.04: jump to actual override value and froze them until change (issue #2697) + 32 + 960 + + 41 + + + + EXTSETGENUNIVERSALSTART + UDINT + 23.11.10: deactivation of external setpoint generator with succeding universal axis start command + 32 + 992 + + 43 + + + + UNIVERSALTORQUESTART + UDINT + 20181210 Fap - new 'axis torque control start and restart' command with buffer mode + 32 + 1024 + + 45 + + + + STARTSCOM + UDINT + start superposition (position compensation) - 21.12.04: nun auch als 'ReadWrite'-Kommando + 32 + 1056 + + 48 + + + + STOPSCOM + UDINT + stop superposition (position compensation) + 32 + 1088 + + 49 + + + + PHASINGREQEUST + UDINT + start/stop the additional phasing set point generator used for a master/slave phase shift + 32 + 1120 + + 52 + + + + CPL + UDINT + Achse koppeln + 32 + 1152 + + 64 + + + + DECPL + UDINT + Achse entkoppeln (und optional neue Endposition mit neuer Geschwindigkeit) + 32 + 1184 + + 65 + + + + CPLCHANGE + UDINT + Achse Koppelparams ändern + 32 + 1216 + + 66 + + + + TABCPLCHANGE + UDINT + 3x TabSlaveAxe Tabelle-Koppelparams ändern + 32 + 1248 + + 67 + + + + STOPSLAVE + UDINT + Slave-Stop (Diagonal-Slave / Flying Saw) + 32 + 1280 + + 68 + + + + CPLTAB + UDINT + TabSlaveAxe Koppelparams setzen + 32 + 1312 + + 69 + + + + TABSLVACTIVCOR + UDINT + 2x TabSlaveAxe Korrekturtabelle aktivieren (mit/ohne Aktivierungsposition) + 32 + 1344 + + 70 + + + + TABSLVLEAVECYC + UDINT + TabSlaveAxe Monozyklische Tabelle beenden + 32 + 1376 + + 71 + + + + TABSLVCOROFFSET + UDINT + TabSlaveAxe Letzter Korrektur Offset + 32 + 1408 + + 72 + + + + TABSLVSCALING + UDINT + NEU: Slave-Skalierung der Solo-Tabellenkopplung setzen + 32 + 1440 + + 73 + + + + CPLSOLOTAB + UDINT + Solo Tabellen Kopplung + 32 + 1472 + + 74 + + + + CPLSYNCHRONIZING + UDINT + Slave Synchronizing Generator ('GearInPos' and 'GearInVelo') + 32 + 1504 + + 75 + + + + CAMSCALING + UDINT + Slave Change CAM Scaling (Aenderung der Tabellenskalierung) (issue #2514) + 32 + 1536 + + 77 + + + + DISABLE + UDINT + Achse sperren + 32 + 1568 + + 80 + + + + ENABLE + UDINT + Achse reaktivieren + 32 + 1600 + + 81 + + + + CHANGEAXISCTRLLOOP + UDINT + NEU: Aenderung des aktiven Achsregelkreises + 32 + 1632 + + 82 + + + + DRIVEDISABLE + UDINT + Drive-Output der Achse sperren + 32 + 1664 + + 96 + + + + DRIVEENABLE + UDINT + Drive-Output der Achse reaktivieren + 32 + 1696 + + 97 + + + + RELEASEBRAKE + UDINT + Feststellbremse loesen (Eil/Schleich-Gruppe) + 32 + 1728 + + 98 + + + + RECONFIGURATE + UDINT + Achse zurueckfuehren in eigene PTP-Gruppe + 32 + 1760 + + 112 + + + + + conditionalshow + + + + + _ST_NCADS_AxisFunctions + 1824 + + IDXGRP + UDINT + 32 + 0 + + 16896 + + + + IDXOFFS + _ST_NCADS_IDXOFFS_AxisFunctions + 1792 + 32 + + + + conditionalshow + + + + + _ST_NCADS_Axis + 4320 + + Parameter + _ST_NCADS_AxisParameter + 1664 + 0 + + + State + _ST_NCADS_AxisState + 832 + 1664 + + + Functions + _ST_NCADS_AxisFunctions + 1824 + 2496 + + + + conditionalshow + + + + + _ST_NCADS_IDXOFFS_TableParameter + 192 + + MFREADCHARACVALUES + UDINT + read characteristic values of a motion function + 32 + 0 + + 80 + + + + WRITETABROWS + UDINT + write table + 32 + 32 + + 16777216 + + + + WRITEMFTABROWS + UDINT + write motion function table + 32 + 64 + + 83886080 + + + + MFREADTAB + UDINT + read motion function as data table + 32 + 96 + + 34 + + + + READSLAVEDYNAMICS + UDINT + read slave table position, velocity and acceleration related to a master position + 32 + 128 + + 35 + + + + READMASTERPOSITION + UDINT + read master table position related to slave position + 32 + 160 + + 36 + + + + + conditionalshow + + + + + _ST_NCADS_TableParameter + 224 + + IDXGRP + UDINT + 32 + 0 + + 40960 + + + + IDXOFFS + _ST_NCADS_IDXOFFS_TableParameter + 192 + 32 + + + + conditionalshow + + + + + _ST_NCADS_IDXOFFS_TableFunctions + 96 + + CREATETAB + UDINT + create table + 32 + 0 + + 65536 + + + + CREATEMOTIONTAB + UDINT + create motion function table + 32 + 32 + + 65552 + + + + DELETETAB + UDINT + delete tables + 32 + 64 + + 131072 + + + + + conditionalshow + + + + + _ST_NCADS_TableFunctions + 128 + + IDXGRP + UDINT + 32 + 0 + + 41472 + + + + IDXOFFS + _ST_NCADS_IDXOFFS_TableFunctions + 96 + 32 + + + + conditionalshow + + + + + _ST_NCADS_Table + 352 + + Parameter + _ST_NCADS_TableParameter + 224 + 0 + + + Functions + _ST_NCADS_TableFunctions + 128 + 224 + + + + conditionalshow + + + + + ADSRDDEVINFO + ADS read device info command. + 1280 + + NETID + T_AmsNetID + Ams net id + 192 + 32 + + + ItemType + Input + + + + + PORT + T_AmsPort + Ads communication port + 16 + 224 + + + ItemType + Input + + + + + RDINFO + BOOL + Rising edge starts command execution + 8 + 240 + + + ItemType + Input + + + + + TMOUT + TIME + Maximum time allowed for the execution of this ADS command + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + BUSY + BOOL + Busy flag + 8 + 288 + + + ItemType + Output + + + + + ERR + BOOL + Error flag + 8 + 296 + + + ItemType + Output + + + + + ERRID + UDINT + ADS error code + 32 + 320 + + + ItemType + Output + + + + + DEVNAME + STRING(19) + Device name + 160 + 352 + + + ItemType + Output + + + + + DEVVER + UDINT + Device version + 32 + 512 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + hide_all_locals + + + + + _TCMCGLOBAL + Global constants and parameters + 6976 + + NCPORT_TCMC + UINT + 20110511 type changed from INT to UINT + 16 + 32 + + 500 + + + + ItemType + Input + + + + + NCPORT_TCMC_COUPLING + UINT + 20110511 type changed from INT to UINT + 16 + 48 + + 500 + + + + ItemType + Input + + + + + NCNETID_TCMC + T_AmsNetID + 192 + 64 + + + + + + ItemType + Input + + + + + NCPORT_TCMC_CAM + UINT + 20110511 type changed from INT to UINT + 16 + 256 + + 500 + + + + ItemType + Input + + + + + NCPORT_TCMC_CAM_FAST + UINT + 20150728 KSt added + 16 + 272 + + 500 + + + + ItemType + Input + + + + + NCNETID_TCMC_CAM + T_AmsNetID + 192 + 288 + + + + + + ItemType + Input + + + + + NCPORT_TCMC_SUPERPOSITION + UINT + 20140930 KSt added + 16 + 480 + + 501 + + + + ItemType + Input + + + + + NcDeviceInfoTcMainVersion + DWORD + 32 + 512 + + + ItemType + Output + + + + + NcDeviceInfoTcSubVersion + DWORD + 32 + 544 + + + ItemType + Output + + + + + NcDeviceInfoNcDriverVersion + DWORD + 32 + 576 + + + ItemType + Output + + + + + NcDeviceInfoNcVersion + DWORD + 32 + 608 + + + ItemType + Output + + + + + NcDeviceInfoNcName + STRING(19) + 160 + 640 + + + ItemType + Output + + + + + Axis + _ST_NCADS_Axis + IDXGRP and IDXOFFS constants of axis parameter/status/functions + 4320 + 800 + + + ItemType + Output + + + suppress_warning_0 + C0228 + + + + + Table + _ST_NCADS_Table + IDXGRP and IDXOFFS constants of table parameter/status/functions + 352 + 5120 + + + ItemType + Output + + + suppress_warning_0 + C0228 + + + + + NCPORT_TCNCCAMMING_TABLEFUNCTION + UINT + 16 + 5472 + + 500 + + + + tTargetPosTimeOut + TIME + 32 + 5504 + + 6000 + + + + tADSTimeOut + TIME + 32 + 5536 + + 1000 + + + + tStopMonitoringTimeOut + TIME + 32 + 5568 + + 100 + + + + NCTOPLC_FEEDBACK_MAXWAITCYCLES + INT + 16 + 5600 + + 10 + + + + fbADSRDDEVINFO + ADSRDDEVINFO + 1280 + 5632 + + + DeviceVersion + DWORD + 32 + 6912 + + + Init + BOOL + 8 + 6944 + + + ReadDeviceInfo + + + + PouType + FunctionBlock + + + conditionalshow + + + + + ST_CTRL_CYCLE_TIME_INTERPRETATION + 128 + + bInterpretCycleTimeAsTicks + BOOL + 8 + 0 + + + fBaseTime + LREAL + 64 + 64 + + + + hide + + + + + TcEventConfirmationState + 16 + INT + + NotSupported + 0 + + + NotRequired + 1 + + + WaitForConfirmation + 2 + + + Confirmed + 3 + + + Reset + 4 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + + + + ITcAlarm + 32 + ITcEvent + + SetJsonAttribute + HRESULT + 32 + + sJsonAttribute + PCCH + 32 + + + + GetArguments + HRESULT + 32 + + pipArguments + ITcArguments + 32 + + + + GetIsRaised + HRESULT + 32 + + bIsRaised + BOOL32 + 32 + + + + Raise + HRESULT + 32 + + timeStamp + ULINT + 64 + + + + Clear + HRESULT + 32 + + timeStamp + ULINT + 64 + + + bResetConfirmation + BOOL32 + 32 + + + + GetConfirmationState + HRESULT + 32 + + state + TcEventConfirmationState + 32 + + + + Confirm + HRESULT + 32 + + timeStamp + ULINT + 64 + + + + + ITcAlarm2 + 32 + ITcAlarm + + GetTimeRaised + HRESULT + 32 + + timeStamp + ULINT + 32 + + + + GetTimeConfirmed + HRESULT + 32 + + timeStamp + ULINT + 32 + + + + GetTimeCleared + HRESULT + 32 + + timeStamp + ULINT + 32 + + + + + FB_TcEvent + 3584 + FB_TcEventBase + I_TcEventBase + + nTimestamp + ULINT + 64 + 162800660 + + + __getnTimestamp + ULINT + 64 + + nTimestamp + ULINT + 64 + + + + property + + + monitoring + call + + + TcDisplayTypeGUID + 18071995-0000-0000-0000-000000000046 + + + + + Release + HRESULT + 32 + + + Init + + ipEvent + ITcEvent + 32 + + + nTimestamp + ULINT + 64 + + + ipMessage + ITcMessage2 + 32 + + + ipAlarm + ITcAlarm2 + 32 + + + + conditionalshow + + + obsolete + Init is obsolete, use Init2 instead! + + + + + __getipEvent + ITcEvent + 32 + + ipEvent + ITcEvent + 32 + + + + property + + + conditionalshow + + + + + Init2 + + ipEvent + ITcEvent + 32 + + + nTimestamp + ULINT + 64 + + + ipArguments + ITcArguments + 32 + + + ipMessage + ITcMessage + 32 + + + ipAlarm + ITcAlarm + 32 + + + ipSourceInfo + ITcSourceInfo + 32 + + + + conditionalshow + + + + + + PouType + FunctionBlock + + + reflection + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + I_Listener + 32 + PVOID + + OnAlarmCleared + + fbEvent + FB_TcEvent + 32 + + + + OnAlarmConfirmed + + fbEvent + FB_TcEvent + 32 + + + + OnAlarmDisposed + + fbEvent + FB_TcEvent + 32 + + + + OnAlarmRaised + + fbEvent + FB_TcEvent + 32 + + + + OnMessageSent + + fbEvent + FB_TcEvent + 32 + + + + + ITcEventFilterConfig + 32 + ITcUnknown + + AddEventClass + HRESULT + 32 + + eventClass + GUID + 32 + + + severity + TcEventSeverity + 16 + + + + RemoveEventClass + HRESULT + 32 + + eventClass + GUID + 32 + + + + AddSourceInfo + HRESULT + 32 + + ipSourceInfo + ITcSourceInfo + 32 + + + severity + TcEventSeverity + 16 + + + + RemoveSourceInfo + HRESULT + 32 + + ipSourceInfo + ITcSourceInfo + 32 + + + + + ITcMessageListener + 32 + ITcUnknown + + OnMessageSent + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + + + ITcAlarmListener + 32 + ITcUnknown + + OnAlarmRaised + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + + OnAlarmCleared + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + + OnAlarmConfirmed + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + + OnAlarmDisposed + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + + + FB_ListenerWrapper + 3840 + ITcMessageListener + ITcAlarmListener + + TcAddRef + UDINT + 32 + + + c++_compatible + + + pack_mode + 4 + + + show + + + minimal_input_size + 4 + + + + + OnAlarmRaised + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + ipAlarm + ITcAlarm2 + 32 + + + nTimeStamp + ULINT + 64 + + + + show + + + c++_compatible + + + minimal_input_size + 4 + + + pack_mode + 4 + + + + + Unsubscribe + HRESULT + 32 + + hr + HRESULT + 32 + + + + OnAlarmCleared + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + ipAlarm + ITcAlarm2 + 32 + + + nTimeStamp + ULINT + 64 + + + + show + + + c++_compatible + + + minimal_input_size + 4 + + + pack_mode + 4 + + + + + TcQueryInterface + HRESULT + 32 + + iid + IID + 32 + + + pipItf + PVOID + 32 + + + ipMessageListener + ITcMessageListener + 32 + + + ipAlarmListener + ITcAlarmListener + 32 + + + + c++_compatible + + + pack_mode + 4 + + + show + + + minimal_input_size + 4 + + + + + OnMessageSent + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + ipMessage2 + ITcMessage2 + 32 + + + nTimeStamp + ULINT + 64 + + + + show + + + c++_compatible + + + minimal_input_size + 4 + + + pack_mode + 4 + + + + + Subscribe + HRESULT + 32 + + pipMessageFilterConfig + ITcEventFilterConfig + 32 + + + pipAlarmFilterConfig + ITcEventFilterConfig + 32 + + + hr + HRESULT + 32 + + + + TcRelease + UDINT + 32 + + + c++_compatible + + + pack_mode + 4 + + + show + + + minimal_input_size + 4 + + + + + OnAlarmConfirmed + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + ipAlarm + ITcAlarm2 + 32 + + + nTimeStamp + ULINT + 64 + + + + show + + + c++_compatible + + + minimal_input_size + 4 + + + pack_mode + 4 + + + + + OnAlarmDisposed + HRESULT + 32 + + ipEvent + ITcEvent + 32 + + + ipAlarm + ITcAlarm2 + 32 + + + nTimeStamp + ULINT + 64 + + + + show + + + c++_compatible + + + minimal_input_size + 4 + + + pack_mode + 4 + + + + + Execute + HRESULT + 32 + + ipListener + I_Listener + 32 + + + hr + HRESULT + 32 + + + + + PouType + FunctionBlock + + + c++_compatible + + + enable_dynamic_creation + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + FB_ListenerBase + 96 + I_Listener + + _pListenerWrapper + FB_ListenerWrapper + 32 + 64 + + + OnAlarmRaised + + fbEvent + FB_TcEvent + 32 + + + + Unsubscribe + HRESULT + 32 + + hr + HRESULT + 32 + + + + OnAlarmCleared + + fbEvent + FB_TcEvent + 32 + + + + OnMessageSent + + fbEvent + FB_TcEvent + 32 + + + + Subscribe + HRESULT + 32 + + ipMessageFilterConfig + ITcEventFilterConfig + 32 + + + ipAlarmFilterConfig + ITcEventFilterConfig + 32 + + + hr + HRESULT + 32 + + + + OnAlarmConfirmed + + fbEvent + FB_TcEvent + 32 + + + + OnAlarmDisposed + + fbEvent + FB_TcEvent + 32 + + + + Execute + HRESULT + 32 + + hr + HRESULT + 32 + + + + + PouType + FunctionBlock + + + no_explicit_call + do not call this POU directly + + + + + E_LogEventType + 16 + INT + + ALARMCLEARED + 0 + + + ALARMCONFIRMED + 1 + + + ALARMRAISED + 2 + + + MESSAGESENT + 3 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + ST_LoggingEventInfo + 86272 + + schema + STRING(80) + Message or Alarm{Cleared,Confirmed,Raised} event information Note that elements here do not follow the usual Hungarian notation / variable-type-prefixing naming convention due to the member names being - used directly in the generation of the JSON document.]]>6480plcAttribute_pytmcpv: Schema + used directly in the generation of the JSON document. + 648 + 0 + + twincat-event-0 + + + + plcAttribute_pytmc + pv: Schema io: i - field: DESC Schema stringtsLREAL64704plcAttribute_pytmcpv: Timestamp + field: DESC Schema string + + + + + ts + LREAL + 64 + 704 + + + plcAttribute_pytmc + pv: Timestamp io: i - field: DESC Unix timestampplcSTRING(80)648768plcAttribute_pytmcpv: Hostname + field: DESC Unix timestamp + + + + + plc + STRING(80) + 648 + 768 + + + plcAttribute_pytmc + pv: Hostname io: i - field: DESC PLC HostnameseverityTcEventSeverity161424plcAttribute_pytmcpv: Severity + field: DESC PLC Hostname + + + + + severity + TcEventSeverity + 16 + 1424 + + + plcAttribute_pytmc + pv: Severity io: i field: DESC TcEventSeverity field: ZRST Verbose field: ONST Info field: TWST Warning - field: THST ErroridUDINT321440plcAttribute_pytmcpv: MessageID + field: THST Error + + + + + id + UDINT + 32 + 1440 + + + plcAttribute_pytmc + pv: MessageID io: i - field: DESC TwinCAT Message IDevent_classSTRING(80)6481472plcAttribute_pytmcpv: EventClass + field: DESC TwinCAT Message ID + + + + + event_class + STRING(80) + 648 + 1472 + + + plcAttribute_pytmc + pv: EventClass io: i - field: DESC TwinCAT Event classmsgSTRING(255)20482120plcAttribute_pytmcpv: Message - io: isourceSTRING(255)20484168plcAttribute_pytmcpv: Source - io: ievent_typeE_LogEventType166224plcAttribute_pytmcpv: EventType + field: DESC TwinCAT Event class + + + + + msg + STRING(255) + 2048 + 2120 + + + plcAttribute_pytmc + pv: Message + io: i + + + + + source + STRING(255) + This is actually: T_MaxString + which has been expanded due to requirements for pinning global data types. + 2048 + 4168 + + + plcAttribute_pytmc + pv: Source + io: i + + + + + event_type + E_LogEventType + This is actually: STRING(Tc3_EventLogger.ParameterList.cSourceNameSize - 1) + which has been expanded due to requirements for pinning global data types. + 16 + 6224 + + + plcAttribute_pytmc + pv: EventType io: i - field: DESC The event typejsonSTRING(10000)800086240plcAttribute_pytmcpv: MessageJSON + field: DESC The event type + + + + + json + STRING(10000) + 80008 + 6240 + + + plcAttribute_pytmc + pv: MessageJSON io: i - field: DESC Metadata with the messageITcEventFilter32ITcUnknownITcEventListener32ITcUnknownITcAsyncCollection32ITcAsyncResultCountHRESULT32nCountUDINT32GetHRESULT32nIndexUDINT32pipValueITcUnknown32TcEventField16UINT0123456789101112plcAttribute_qualified_onlyplcAttribute_strictTcEventSortOrder16INT01plcAttribute_qualified_onlyplcAttribute_strictTcEventLimitType16UINT01plcAttribute_qualified_onlyplcAttribute_strictTcExportTimeFormat16UINT012345plcAttribute_qualified_onlyplcAttribute_strictTcExportTimeType16UINT01plcAttribute_qualified_onlyplcAttribute_strictTcExportTimePrecision16INT-103679plcAttribute_qualified_onlyplcAttribute_strictITcExportSettings32ITcUnknownSetSortingHRESULT32eFieldTcEventField16eOrderTcEventSortOrder16SetLimitHRESULT32eTypeTcEventLimitType16nLimitDINT32nOffsetDINT32SetTimeFormatHRESULT32eFormatTcExportTimeFormat16eTypeTcExportTimeType16ePrecisionTcExportTimePrecision16nLangIdDINT32sFormatPCCH32AddLanguageHRESULT32nLangIdDINT32sHeaderPCCH32AddFieldHRESULT32eTypeTcEventField16sHeaderPCCH32sPathPCCH32CreateFilterHRESULT32pipFilterITcEventFilter32AddFilterHRESULT32ipFilterITcEventFilter32ClearHRESULT32ITcClearLoggedEventsSettings32ITcUnknownSetSortingHRESULT32eFieldTcEventField16eOrderTcEventSortOrder16SetLimitHRESULT32eTypeTcEventLimitType16nLimitDINT32nOffsetDINT32AddFilterHRESULT32ipFilterITcEventFilter32ClearHRESULT32ITcRemoteEventLogger32ITcUnknownIsInitializedHRESULT32ConnectHRESULT32netIdAMSNETID32DisconnectHRESULT32IsConnectedHRESULT32GetAmsNetIdHRESULT32pAmsNetIdAMSNETID32ConfirmAlarmsHRESULT32timeStampULINT64ipFilterITcEventFilter32pipResultITcAsyncResult32ClearAlarmsHRESULT32timeStampULINT64bResetConfirmationBOOL3232ipFilterITcEventFilter32pipResultITcAsyncResult32AddListenerHRESULT32ipListenerITcEventListener32ipFilterITcEventFilter32RemoveListenerHRESULT32ipListenerITcEventListener32NotifyListenerHRESULT32ipListenerITcEventListener32SendTcMessageHRESULT32eventClassGUID32eventIdUDINT32severityTcEventSeverity16ipSourceInfoITcSourceInfo32timeStampULINT64ipSerializedArgumentsITcArguments32sJsonAttributePCCH32GetEventTextHRESULT32eventClassGUID32eventIdUDINT32ipSourceInfoITcSourceInfo32ipArgumentsITcArguments32nLangIdDINT32pipResultITcAsyncStringResult32GetEventClassNameHRESULT32eventClassGUID32nLangIdDINT32pipResultITcAsyncStringResult32GetCauseRemedyHRESULT32eventClassGUID32eventIdUDINT32nLangIdDINT32pipCollectionITcAsyncCollection32GetEventClassDetailsHRESULT32eventClassGUID32nLangIdDINT32pipCollectionITcAsyncCollection32GetEventDetailsHRESULT32eventClassGUID32eventIdUDINT32nLangIdDINT32pipCollectionITcAsyncCollection32GetActiveAlarmsHRESULT32pipCollectionITcAsyncCollection32GetLoggedEventsHRESULT32pipSettingsITcExportSettings32pipCollectionITcAsyncCollection32ClearLoggedEventsHRESULT32ipSettingsITcClearLoggedEventsSettings32pipResultITcAsyncResult32I_TcRemoteEventLogger32PVOID__getipDataITcRemoteEventLogger32propertyhideFB_RequestEventText96bBusyBOOL8162800364bErrorBOOL8162800408hrErrorCodeHRESULT32162800372nStringSizeUDINT32162800396sEventTextSTRING(255)2048162800416__getbBusyBOOL8bBusyBOOL8b32IsBusyBOOL3232propertymonitoringcall__gethrErrorCodeHRESULT32hrErrorCodeHRESULT32hrErrorHRESULT32propertymonitoringcallRequestRemoteHRESULT32ipRemoteLoggerI_TcRemoteEventLogger32eventClassGUID128nEventIdUDINT32nLangIdDINT32ipArgsI_TcArguments32ipTcRemoteLoggerITcRemoteEventLogger32ipArgumentsITcArguments32conditionalshowGetStringBOOL8sResultSTRING(80)32nResultUDINT32__getnStringSizeUDINT32nStringSizeUDINT32pEmptySTRING(80)32propertymonitoringcallClear__getbErrorBOOL8bErrorBOOL8b32HasErrorBOOL3232propertymonitoringcallRequestHRESULT32eventClassGUID128nEventIdUDINT32nLangIdDINT32ipArgsI_TcArguments32ipArgumentsITcArguments32__getsEventTextSTRING(255)2048sEventTextSTRING(255)2048propertymonitoringcallTcEncodingUTF-8PouTypeFunctionBlockconditionalshow_all_localsno_explicit_calldo not call this POU directlyST_PendingEvent86400stEventInfoST_LoggingEventInfo862720pytmc + field: DESC Metadata with the message + + + + + + + + + ITcEventFilter + 32 + ITcUnknown + + + ITcEventListener + 32 + ITcUnknown + + + ITcAsyncCollection + 32 + ITcAsyncResult + + Count + HRESULT + 32 + + nCount + UDINT + 32 + + + + Get + HRESULT + 32 + + nIndex + UDINT + 32 + + + pipValue + ITcUnknown + 32 + + + + + TcEventField + 16 + UINT + + Id + 0 + + + SeverityLevel + 1 + + + EventClass + 2 + + + EventClassName + 3 + + + EventId + 4 + + + EventText + 5 + + + TimeRaised + 6 + + + TimeConfirmed + 7 + + + TimeCleared + 8 + + + SourceName + 9 + + + SourceId + 10 + + + SourceGuid + 11 + + + JsonAttribute + 12 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + TcEventSortOrder + 16 + INT + + Descending + 0 + + + Ascending + 1 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + TcEventLimitType + 16 + UINT + + First + 0 + + + Last + 1 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + TcExportTimeFormat + 16 + UINT + + Filetime + 0 + + + Iso8601 + 1 + + + IecDateAndTime + 2 + + + VariantTime + 3 + + + Localized + 4 + + + Custom + 5 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + TcExportTimeType + 16 + UINT + + UTC + 0 + + + LocaleTime + 1 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + TcExportTimePrecision + 16 + INT + + Floating + -1 + + + Seconds + 0 + + + Milliseconds + 3 + + + Microseconds + 6 + + + OneHundertNanoseconds + 7 + + + Nanoseconds + 9 + + + + plcAttribute_qualified_only + + + plcAttribute_strict + + + + + ITcExportSettings + 32 + ITcUnknown + + SetSorting + HRESULT + 32 + + eField + TcEventField + 16 + + + eOrder + TcEventSortOrder + 16 + + + + SetLimit + HRESULT + 32 + + eType + TcEventLimitType + 16 + + + nLimit + DINT + 32 + + + nOffset + DINT + 32 + + + + SetTimeFormat + HRESULT + 32 + + eFormat + TcExportTimeFormat + 16 + + + eType + TcExportTimeType + 16 + + + ePrecision + TcExportTimePrecision + 16 + + + nLangId + DINT + 32 + + + sFormat + PCCH + 32 + + + + AddLanguage + HRESULT + 32 + + nLangId + DINT + 32 + + + sHeader + PCCH + 32 + + + + AddField + HRESULT + 32 + + eType + TcEventField + 16 + + + sHeader + PCCH + 32 + + + sPath + PCCH + 32 + + + + CreateFilter + HRESULT + 32 + + pipFilter + ITcEventFilter + 32 + + + + AddFilter + HRESULT + 32 + + ipFilter + ITcEventFilter + 32 + + + + Clear + HRESULT + 32 + + + + ITcClearLoggedEventsSettings + 32 + ITcUnknown + + SetSorting + HRESULT + 32 + + eField + TcEventField + 16 + + + eOrder + TcEventSortOrder + 16 + + + + SetLimit + HRESULT + 32 + + eType + TcEventLimitType + 16 + + + nLimit + DINT + 32 + + + nOffset + DINT + 32 + + + + AddFilter + HRESULT + 32 + + ipFilter + ITcEventFilter + 32 + + + + Clear + HRESULT + 32 + + + + ITcRemoteEventLogger + 32 + ITcUnknown + + IsInitialized + HRESULT + 32 + + + Connect + HRESULT + 32 + + netId + AMSNETID + 32 + + + + Disconnect + HRESULT + 32 + + + IsConnected + HRESULT + 32 + + + GetAmsNetId + HRESULT + 32 + + pAmsNetId + AMSNETID + 32 + + + + ConfirmAlarms + HRESULT + 32 + + timeStamp + ULINT + 64 + + + ipFilter + ITcEventFilter + 32 + + + pipResult + ITcAsyncResult + 32 + + + + ClearAlarms + HRESULT + 32 + + timeStamp + ULINT + 64 + + + bResetConfirmation + BOOL32 + 32 + + + ipFilter + ITcEventFilter + 32 + + + pipResult + ITcAsyncResult + 32 + + + + AddListener + HRESULT + 32 + + ipListener + ITcEventListener + 32 + + + ipFilter + ITcEventFilter + 32 + + + + RemoveListener + HRESULT + 32 + + ipListener + ITcEventListener + 32 + + + + NotifyListener + HRESULT + 32 + + ipListener + ITcEventListener + 32 + + + + SendTcMessage + HRESULT + 32 + + eventClass + GUID + 32 + + + eventId + UDINT + 32 + + + severity + TcEventSeverity + 16 + + + ipSourceInfo + ITcSourceInfo + 32 + + + timeStamp + ULINT + 64 + + + ipSerializedArguments + ITcArguments + 32 + + + sJsonAttribute + PCCH + 32 + + + + GetEventText + HRESULT + 32 + + eventClass + GUID + 32 + + + eventId + UDINT + 32 + + + ipSourceInfo + ITcSourceInfo + 32 + + + ipArguments + ITcArguments + 32 + + + nLangId + DINT + 32 + + + pipResult + ITcAsyncStringResult + 32 + + + + GetEventClassName + HRESULT + 32 + + eventClass + GUID + 32 + + + nLangId + DINT + 32 + + + pipResult + ITcAsyncStringResult + 32 + + + + GetCauseRemedy + HRESULT + 32 + + eventClass + GUID + 32 + + + eventId + UDINT + 32 + + + nLangId + DINT + 32 + + + pipCollection + ITcAsyncCollection + 32 + + + + GetEventClassDetails + HRESULT + 32 + + eventClass + GUID + 32 + + + nLangId + DINT + 32 + + + pipCollection + ITcAsyncCollection + 32 + + + + GetEventDetails + HRESULT + 32 + + eventClass + GUID + 32 + + + eventId + UDINT + 32 + + + nLangId + DINT + 32 + + + pipCollection + ITcAsyncCollection + 32 + + + + GetActiveAlarms + HRESULT + 32 + + pipCollection + ITcAsyncCollection + 32 + + + + GetLoggedEvents + HRESULT + 32 + + pipSettings + ITcExportSettings + 32 + + + pipCollection + ITcAsyncCollection + 32 + + + + ClearLoggedEvents + HRESULT + 32 + + ipSettings + ITcClearLoggedEventsSettings + 32 + + + pipResult + ITcAsyncResult + 32 + + + + + + + + I_TcRemoteEventLogger + 32 + PVOID + + __getipData + ITcRemoteEventLogger + 32 + + + property + + + hide + + + + + + FB_RequestEventText + 96 + + bBusy + BOOL + 8 + 162800364 + + + bError + BOOL + 8 + 162800408 + + + hrErrorCode + HRESULT + 32 + 162800372 + + + nStringSize + UDINT + 32 + 162800396 + + + sEventText + STRING(255) + 2048 + 162800416 + + + __getbBusy + BOOL + 8 + + bBusy + BOOL + 8 + + + b32IsBusy + BOOL32 + 32 + + + + property + + + monitoring + call + + + + + __gethrErrorCode + HRESULT + 32 + + hrErrorCode + HRESULT + 32 + + + hrError + HRESULT + 32 + + + + property + + + monitoring + call + + + + + RequestRemote + HRESULT + 32 + + ipRemoteLogger + I_TcRemoteEventLogger + 32 + + + eventClass + GUID + 128 + + + nEventId + UDINT + 32 + + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + ipArgs + I_TcArguments + 32 + + + ipTcRemoteLogger + ITcRemoteEventLogger + 32 + + + ipArguments + ITcArguments + 32 + + + + conditionalshow + + + + + GetString + BOOL + 8 + + sResult + STRING(80) + 32 + + + nResult + buffer size in bytes + UDINT + 32 + + + + __getnStringSize + UDINT + 32 + + nStringSize + UDINT + 32 + + + pEmpty + STRING(80) + 32 + + + + property + + + monitoring + call + + + + + Clear + + + __getbError + BOOL + 8 + + bError + BOOL + 8 + + + b32HasError + BOOL32 + 32 + + + + property + + + monitoring + call + + + + + Request + HRESULT + 32 + + eventClass + GUID + 128 + + + nEventId + UDINT + 32 + + + nLangId + English(US)=1033 ; German(Germay)=1031 + DINT + 32 + + + ipArgs + I_TcArguments + 32 + + + ipArguments + ITcArguments + 32 + + + + __getsEventText + STRING(255) + 2048 + + sEventText + STRING(255) + 2048 + + + + property + + + monitoring + call + + + TcEncoding + UTF-8 + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + no_explicit_call + do not call this POU directly + + + + + ST_PendingEvent + 86400 + + stEventInfo + ST_LoggingEventInfo + 86272 + 0 + + + pytmc + pv: - bInUseBOOL886272fbRequestEventTextFB_RequestEventText9686304FB_JsonReadWriteDatatype96initStatusHRESULT3232-1743714536ItemTypeOutputipJsonITcIecApplicationJson3264GetJsonFromSymbolBOOL8sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32nJsonUDINT32pJsonSTRING(80)32hrErrorCodeHRESULT32ItemTypeOutputCopyJsonStringFromSymbolPropertiesUDINT32sDatatype retrieve with GetDatatypeNameByAddress()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOutpDocSTRING(80)32ItemTypeInOutnDocUDINT32hrErrorCodeHRESULT32ItemTypeOutputpTmpSTRING(80)32CopySymbolNameByAddressUDINT32nDataUDINT32pDataPVOID32sNameSTRING(80)32ItemTypeInOutnNameUDINT32hrErrorCodeHRESULT32ItemTypeOutputpTmpSTRING(80)32GetSizeJsonStringFromSymbolUDINT32sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32GetJsonStringFromSymbolPropertiesSTRING(255)2048sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOuthrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32AddJsonKeyPropertiesFromSymbolBOOL8fbWriterFB_JsonSaxWriter32ItemTypeInOutsKeySTRING(80)32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOuthrErrorCodeHRESULT32ItemTypeOutputipWriterITcJsonSaxWriter32GetDatatypeNameByAddressSTRING(80)648nDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputlengthUDINT32dataTypeSTRING(80)648SetSymbolFromJsonBOOL8sJsonSTRING(80)32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputGetSizeJsonStringFromSymbolPropertiesUDINT32sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutsPropertiesSTRING(80)32ItemTypeInOuthrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32GetJsonStringFromSymbolSTRING(255)2048sDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputnSizeUDINT32pTmpSTRING(80)32CopyJsonStringFromSymbolUDINT32sDatatype retrieve with GetDatatypeNameByAddress()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32pDocSTRING(80)32ItemTypeInOutnDocUDINT32hrErrorCodeHRESULT32ItemTypeOutputpTmpSTRING(80)32GetSymbolNameByAddressSTRING(255)2048nDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputlengthUDINT32AddJsonValueFromSymbolBOOL8fbWriterFB_JsonSaxWriter32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputipWriterITcJsonSaxWriter32AddJsonKeyValueFromSymbolBOOL8fbWriterFB_JsonSaxWriter32ItemTypeInOutsKeySTRING(80)32ItemTypeInOutsDatatype retrieve with GetDatatypeByAddreee()]]>STRING(80)32ItemTypeInOutnDataUDINT32pDataPVOID32hrErrorCodeHRESULT32ItemTypeOutputipWriterITcJsonSaxWriter32PouTypeFunctionBlockno_explicit_calldo not call this POU directlyFB_Listener944896FB_ListenerBasenEventIdxUINT16960nPendingEventsUINT161120bLogToVisualStudioBOOL81280pytmc + + + + + + bInUse + BOOL + 8 + 86272 + + + fbRequestEventText + FB_RequestEventText + 96 + 86304 + + + + FB_JsonReadWriteDatatype + 96 + + initStatus + HRESULT + 32 + 32 + + -1743714536 + + + + ItemType + Output + + + + + ipJson + ITcIecApplicationJson + 32 + 64 + + + GetJsonFromSymbol + BOOL + 8 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of sxmbol + PVOID + 32 + + + nJson + size of json buffer + UDINT + 32 + + + pJson + json buffer + STRING(80) + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + CopyJsonStringFromSymbolProperties + UDINT + 32 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeNameByAddress() + STRING(80) + 32 + + + ItemType + InOut + + + + + sProperties + multiple Properties separated by '|' + STRING(80) + 32 + + + ItemType + InOut + + + + + pDoc + target string buffer where the document should be copied to + STRING(80) + 32 + + + ItemType + InOut + + + + + nDoc + size in bytes of target string buffer + UDINT + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + pTmp + STRING(80) + 32 + + + + CopySymbolNameByAddress + UDINT + 32 + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + sName + target string buffer where the symbol name should be copied to + STRING(80) + 32 + + + ItemType + InOut + + + + + nName + size in bytes of target string buffer + UDINT + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + pTmp + STRING(80) + 32 + + + + GetSizeJsonStringFromSymbol + UDINT + 32 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + nSize + UDINT + 32 + + + pTmp + STRING(80) + 32 + + + + GetJsonStringFromSymbolProperties + STRING(255) + 2048 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + sProperties + multiple Properties separated by '|' + STRING(80) + 32 + + + ItemType + InOut + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + nSize + UDINT + 32 + + + pTmp + STRING(80) + 32 + + + + AddJsonKeyPropertiesFromSymbol + BOOL + 8 + + fbWriter + FB_JsonSaxWriter + 32 + + + ItemType + InOut + + + + + sKey + STRING(80) + 32 + + + ItemType + InOut + + + + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + sProperties + multiple Properties separated by '|' + STRING(80) + 32 + + + ItemType + InOut + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + ipWriter + ITcJsonSaxWriter + 32 + + + + GetDatatypeNameByAddress + STRING(80) + 648 + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + length + UDINT + 32 + + + dataType + STRING(80) + 648 + + + + SetSymbolFromJson + BOOL + 8 + + sJson + json string for the symbol + STRING(80) + 32 + + + ItemType + InOut + + + + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + + GetSizeJsonStringFromSymbolProperties + UDINT + 32 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + sProperties + multiple Properties separated by '|' + STRING(80) + 32 + + + ItemType + InOut + + + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + nSize + UDINT + 32 + + + pTmp + STRING(80) + 32 + + + + GetJsonStringFromSymbol + STRING(255) + 2048 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + nSize + UDINT + 32 + + + pTmp + STRING(80) + 32 + + + + CopyJsonStringFromSymbol + UDINT + 32 + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeNameByAddress() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + pDoc + target string buffer where the document should be copied to + STRING(80) + 32 + + + ItemType + InOut + + + + + nDoc + size in bytes of target string buffer + UDINT + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + pTmp + STRING(80) + 32 + + + + GetSymbolNameByAddress + STRING(255) + 2048 + + nData + size of symbol + UDINT + 32 + + + pData + address of symbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + length + UDINT + 32 + + + + AddJsonValueFromSymbol + BOOL + 8 + + fbWriter + FB_JsonSaxWriter + 32 + + + ItemType + InOut + + + + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of sxmbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + ipWriter + ITcJsonSaxWriter + 32 + + + + AddJsonKeyValueFromSymbol + BOOL + 8 + + fbWriter + FB_JsonSaxWriter + 32 + + + ItemType + InOut + + + + + sKey + STRING(80) + 32 + + + ItemType + InOut + + + + + sDatatype + data type name of symbol - if unknown -> retrieve with GetDatatypeByAddreee() + STRING(80) + 32 + + + ItemType + InOut + + + + + nData + size of symbol + UDINT + 32 + + + pData + address of sxmbol + PVOID + 32 + + + hrErrorCode + HRESULT + 32 + + + ItemType + Output + + + + + ipWriter + ITcJsonSaxWriter + 32 + + + + + PouType + FunctionBlock + + + no_explicit_call + do not call this POU directly + + + + + FB_Listener + 944896 + FB_ListenerBase + + nEventIdx + UINT + 16 + 96 + + 0 + + + + nPendingEvents + UINT + 16 + 112 + + 0 + + + + bLogToVisualStudio + BOOL + 8 + 128 + + 0 + + + + pytmc + pv: LogToVisualStudio io: io - nCntMessagesSentUDINT321600pytmc + + + + + + nCntMessagesSent + UDINT + 32 + 160 + + 0 + + + + pytmc + pv: MessagesSent io: i - nCntAlarmsRaisedUDINT321920pytmc + + + + + + nCntAlarmsRaised + UDINT + 32 + 192 + + 0 + + + + pytmc + pv: AlarmsRaised io: i - nCntAlarmsConfirmedUDINT322240pytmc + + + + + + nCntAlarmsConfirmed + UDINT + 32 + 224 + + 0 + + + + pytmc + pv: AlarmsConfirmed io: i - nCntAlarmsClearedUDINT322560pytmc + + + + + + nCntAlarmsCleared + UDINT + 32 + 256 + + 0 + + + + pytmc + pv: AlarmsCleared io: i - eMinSeverityTcEventSeverity16288pytmc + + + + + + eMinSeverity + TcEventSeverity + 16 + 288 + + + pytmc + pv: MinSeverity io: io - stEventInfoST_LoggingEventInfo32320pytmc + + + + + + stEventInfo + ST_LoggingEventInfo + 32 + 320 + + + pytmc + pv: Log - stPendingEventsST_PendingEvent010864000384ipMessageConfigITcEventFilterConfig32864384fbSocketFB_ConnectionlessSocket32864416bConfiguredBOOL88644480nMaxEventsUINT1686446410__CONFIGURE__BSUBSCRIBEDBOOL88644800__PUBLISHEVENTS__FBJSONFB_JsonSaxWriter256864512__PUBLISHEVENTS__FBJSONDATATYPEFB_JsonReadWriteDatatype96864768__PUBLISHEVENTS__SJSONDOCSTRING(10000)80008864864OnAlarmRaisedfbEventFB_TcEvent32OnAlarmConfirmedfbEventFB_TcEvent32__getLogToVisualStudioBOOL8LogToVisualStudioBOOL8propertyOnAlarmClearedfbEventFB_TcEvent32SendMessageHRESULT32sMessageSTRING(80)32sLogStrT_MaxString2048OnMessageSentfbEventFB_TcEvent32PublishEventsHRESULT32nEventUINT16stPendingEventST_PendingEvent32stEventInfoST_LoggingEventInfo32fbRequestEventTextFB_RequestEventText32fbJsonFB_JsonSaxWriter256uselocation__PUBLISHEVENTS__FBJSONfbJsonDataTypeFB_JsonReadWriteDatatype96uselocation__PUBLISHEVENTS__FBJSONDATATYPEsJsonDocSTRING(10000)80008uselocation__PUBLISHEVENTS__SJSONDOCStoreEventHRESULT32fbEventFB_TcEvent32eEventTypeE_LogEventType16stPendingEventST_PendingEvent32stEventInfoST_LoggingEventInfo32nFailuresUINT16ConfigureHRESULT32i_EventClassGUID128i_MinSeverityTcEventSeverity16i_fbSocketFB_ConnectionlessSocket32bSubscribedBOOL8uselocation__CONFIGURE__BSUBSCRIBED__setLogToVisualStudioLogToVisualStudioBOOL8bValueBOOL8propertyPouTypeFunctionBlockFB_GetHostName3744sNetIDT_AmsNetID19232ItemTypeInputbExecuteBOOL8224ItemTypeInputtTimeoutTIME322565000ItemTypeInputbBusyBOOL8288ItemTypeOutputbErrorBOOL8296ItemTypeOutputnErrIDUDINT32320ItemTypeOutputsHostNameT_MaxString2048352ItemTypeOutputfbAdsReadADSREAD12482400.PORT10000.IDXGRP702.IDXOFFS0conditionalshowfbTriggerR_TRIG643648conditionalshowstateBYTE83712conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_GetPLCHostname6176bEnableBOOL832ItemTypeInputtRetryDelayTIME326410000ItemTypeInputsHostnameT_MaxString204896ItemTypeOutputbDoneBOOL82144ItemTypeOutputbErrorBOOL82152ItemTypeOutputfbGetHostNameFB_GetHostName37442176tRetryTON2245920bResetBOOL86144bInitializedBOOL861520PouTypeFunctionBlockFB_GetPLCIPAddress101184bEnableBOOL832ItemTypeInputtRetryDelayTIME326410000ItemTypeInputsIPAddressSTRING(15)12896ItemTypeOutputbDoneBOOL8224ItemTypeOutputbErrorBOOL8232ItemTypeOutputfbGetAdapterIPFB_GetAdaptersInfo100640256.bExecute1.sNetIDiIndexUDINT32100896tRetryTON224100928bResetBOOL8101152bInitializedBOOL81011600PouTypeFunctionBlockFB_LogHandler5784960fbTcAdsListenerFB_Listener94489664ItemTypeInputpytmc + + + + + + stPendingEvents + ST_PendingEvent + + 0 + 10 + + 864000 + 384 + + + ipMessageConfig + ITcEventFilterConfig + 32 + 864384 + + + fbSocket + FB_ConnectionlessSocket + 32 + 864416 + + + bConfigured + BOOL + 8 + 864448 + + 0 + + + + nMaxEvents + UINT + The maximum number of events allowed *per-cycle* + 16 + 864464 + + 10 + + + + __CONFIGURE__BSUBSCRIBED + BOOL + 8 + 864480 + + 0 + + + + __PUBLISHEVENTS__FBJSON + FB_JsonSaxWriter + 256 + 864512 + + + __PUBLISHEVENTS__FBJSONDATATYPE + FB_JsonReadWriteDatatype + 96 + 864768 + + + __PUBLISHEVENTS__SJSONDOC + STRING(10000) + 80008 + 864864 + + + OnAlarmRaised + + fbEvent + FB_TcEvent + 32 + + + + OnAlarmConfirmed + + fbEvent + FB_TcEvent + 32 + + + + __getLogToVisualStudio + BOOL + 8 + + LogToVisualStudio + BOOL + 8 + + + + property + + + + + OnAlarmCleared + + fbEvent + FB_TcEvent + 32 + + + + SendMessage + HRESULT + 32 + + sMessage + STRING(80) + 32 + + + sLogStr + T_MaxString + 2048 + + + + OnMessageSent + + fbEvent + FB_TcEvent + 32 + + + + PublishEvents + HRESULT + 32 + + nEvent + UINT + 16 + + + stPendingEvent + ST_PendingEvent + 32 + + + stEventInfo + ST_LoggingEventInfo + 32 + + + fbRequestEventText + FB_RequestEventText + 32 + + + fbJson + FB_JsonSaxWriter + 256 + + + uselocation + __PUBLISHEVENTS__FBJSON + + + + + fbJsonDataType + FB_JsonReadWriteDatatype + 96 + + + uselocation + __PUBLISHEVENTS__FBJSONDATATYPE + + + + + sJsonDoc + STRING(10000) + 80008 + + + uselocation + __PUBLISHEVENTS__SJSONDOC + + + + + + StoreEvent + HRESULT + 32 + + fbEvent + FB_TcEvent + 32 + + + eEventType + E_LogEventType + 16 + + + stPendingEvent + ST_PendingEvent + 32 + + + stEventInfo + ST_LoggingEventInfo + 32 + + + nFailures + UINT + 16 + + + + Configure + HRESULT + 32 + + i_EventClass + GUID + 128 + + + i_MinSeverity + TcEventSeverity + 16 + + + i_fbSocket + FB_ConnectionlessSocket + 32 + + + bSubscribed + BOOL + 8 + + + uselocation + __CONFIGURE__BSUBSCRIBED + + + + + + __setLogToVisualStudio + + LogToVisualStudio + BOOL + 8 + + + bValue + BOOL + 8 + + + + property + + + + + + PouType + FunctionBlock + + + + + FB_GetHostName + The function block returns the standard host name for the local machine. + 3744 + + sNetID + T_AmsNetID + TwinCAT network address (ams net id) + 192 + 32 + + + ItemType + Input + + + + + bExecute + BOOL + Rising edge on this input activates the fb execution + 8 + 224 + + + ItemType + Input + + + + + tTimeout + TIME + Max. fb execution time + 32 + 256 + + 5000 + + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 288 + + + ItemType + Output + + + + + bError + BOOL + 8 + 296 + + + ItemType + Output + + + + + nErrID + UDINT + 32 + 320 + + + ItemType + Output + + + + + sHostName + T_MaxString + The local host name + 2048 + 352 + + + ItemType + Output + + + + + fbAdsRead + ADSREAD + 1248 + 2400 + + + .PORT + 10000 + + + .IDXGRP + 702 + + + .IDXOFFS + 0 + + + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 3648 + + + conditionalshow + + + + + state + BYTE + 8 + 3712 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_GetPLCHostname + 6176 + + bEnable + BOOL + 8 + 32 + + + ItemType + Input + + + + + tRetryDelay + TIME + 32 + 64 + + 10000 + + + + ItemType + Input + + + + + sHostname + T_MaxString + 2048 + 96 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 2144 + + + ItemType + Output + + + + + bError + BOOL + 8 + 2152 + + + ItemType + Output + + + + + fbGetHostName + FB_GetHostName + 3744 + 2176 + + + tRetry + TON + 224 + 5920 + + + bReset + BOOL + 8 + 6144 + + + bInitialized + BOOL + 8 + 6152 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_GetPLCIPAddress + 101184 + + bEnable + BOOL + 8 + 32 + + + ItemType + Input + + + + + tRetryDelay + TIME + 32 + 64 + + 10000 + + + + ItemType + Input + + + + + sIPAddress + STRING(15) + 128 + 96 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 224 + + + ItemType + Output + + + + + bError + BOOL + 8 + 232 + + + ItemType + Output + + + + + fbGetAdapterIP + FB_GetAdaptersInfo + Acquire IP of the correct adapter + 100640 + 256 + + + .bExecute + 1 + + + .sNetID + + + + + + iIndex + UDINT + 32 + 100896 + + + tRetry + TON + 224 + 100928 + + + bReset + BOOL + 8 + 101152 + + + bInitialized + BOOL + 8 + 101160 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_LogHandler + 5784960 + + fbTcAdsListener + FB_Listener + 944896 + 64 + + + ItemType + Input + + + pytmc + pv: ADS - fbTcRouterListenerFB_Listener944896944960ItemTypeInputpytmc + + + + + + fbTcRouterListener + FB_Listener + 944896 + 944960 + + + ItemType + Input + + + pytmc + pv: Router - fbTcRTimeListenerFB_Listener9448961889856ItemTypeInputpytmc + + + + + + fbTcRTimeListener + FB_Listener + 944896 + 1889856 + + + ItemType + Input + + + pytmc + pv: RTime - fbTcSystemListenerFB_Listener9448962834752ItemTypeInputpytmc + + + + + + fbTcSystemListener + FB_Listener + 944896 + 2834752 + + + ItemType + Input + + + pytmc + pv: System - fbWindowsListenerFB_Listener9448963779648ItemTypeInputpytmc + + + + + + fbWindowsListener + FB_Listener + 944896 + 3779648 + + + ItemType + Input + + + pytmc + pv: Windows - fbLCLSListenerFB_Listener9448964724544ItemTypeInputpytmc + + + + + + fbLCLSListener + FB_Listener + 944896 + 4724544 + + + ItemType + Input + + + pytmc + pv: LCLS - bInitializedBOOL856694400bReadyToLogBOOL856694480rtFirstLogR_TRIG645669472fbGetHostNameFB_GetPLCHostname61765669536fbGetIPFB_GetPLCIPAddress1011845675712fbListenerFB_Listener325776896fbListenersFB_Listener061925776928eMinSeverityTcEventSeverity1657771200rtResetR_TRIG645777152namingomitbResetBOOL85777216fbSocketFB_ConnectionlessSocket67845777248nIUINT165784032SocketEnableBOOL85784048ctuSocketErrorCTU1285784064.PV3tRetryConnectionTON2245784192.PT3600000tofTrickleBreakerPreTOF2245784416.PT1000tonTrickleBreakerTON2245784640.PT10000bTripConBOOL85784864nNumListenersUINT1657848806DisarmCountDefaultUINT1657848965CircuitBreakerPouTypeFunctionBlockEL5042_Status0ST_RenishawAbsEnc128CountULINT640TcAddressTypeInputStatusEL5042_Status064RefULINT6464FB_GantryDiffVirtualLimitSwitch512PEncST_RenishawAbsEnc12864ItemTypeInputSEncST_RenishawAbsEnc128192ItemTypeInputGantDiffTolLINT64320ItemTypeInputPLimFwdBOOL8384ItemTypeOutputPLimBwdBOOL8392ItemTypeOutputSLimFwdBOOL8400ItemTypeOutputSLimBwdBOOL8408ItemTypeOutputGantryDiffLINT64448PouTypeFunctionBlockMC_BufferMode16UINTMC_Aborting0MC_Buffered1MC_BlendingLow18MC_BlendingPrevious19MC_BlendingNext20MC_BlendingHigh21_E_TcNC_SlaveTypes16INTTCNC_SLAVETYPE_LINEAR1TCNC_SLAVETYPE_FLYINGSAW_ONVELOCITY2TCNC_SLAVETYPE_FLYINGSAW_ONPOSITION3TCNC_SLAVETYPE_FLYINGSAW_QUADRATIC4TCNC_SLAVETYPE_SYNCHRONIZING_ONVELO5TCNC_SLAVETYPE_SYNCHRONIZING_ONPOS6TCNC_SLAVETYPE_SYNCJERKSETTER_ONVELO7TCNC_SLAVETYPE_TABULAR10TCNC_SLAVETYPE_MULTITABULAR11TCNC_SLAVETYPE_FLYINGMODULO_LINEAR12TCNC_SLAVETYPE_MOTIONFUNCTIONTABULAR13TCNC_SLAVETYPE_UNIVERSALTABULAR14TCNC_SLAVETYPE_LINEAR_CYCLICCHANGES_RAMP15TCNC_SLAVETYPE_BILINEAR16TCNC_SLAVETYPE_LINEAR_MULTIMASTER17TCNC_SLAVETYPE_CONST_SURFACEVELO_RAMP18ST_GearInOptions16SlaveType_E_TcNC_SlaveTypes160_ST_FunctionBlockResults96DoneBOOL80CommandAbortedBOOL88ErrorBOOL816ErrorIDUDINT3232displaymodehexBusyCounterUDINT3264displaymodedecconditionalshow_E_TcMC_STATES16INTSTATE_INITIALIZATION100STATE_ORDER101STATE_RUNNING102STATE_WAITING103STATE_MOTIONCOMMANDSLOCKED104_ST_TcNC_CoupleSlave384nSlaveTypeUDINT320nMasterAxisIdUDINT3232nMasterSubIdxUDINT3264nSlaveSubIdxUDINT3296fCoupleParam1LREAL64128fCoupleParam2LREAL64192fCoupleParam3LREAL64256fCoupleParam4LREAL64320conditionalshowST_GearInDynOptions8CCVmodeBOOL80MC_GearInDyn4032MasterAXIS_REF3232ItemTypeInOutSlaveAXIS_REF3264ItemTypeInOutEnableBOOL896ItemTypeInputGearRatioLREAL641281ItemTypeInputAccelerationLREAL64192ItemTypeInputDecelerationLREAL64256ItemTypeInputJerkLREAL64320ItemTypeInputBufferModeMC_BufferMode16384ItemTypeInputOptionsST_GearInDynOptions8400ItemTypeInputInGearBOOL8408ItemTypeOutputBusyBOOL8416ItemTypeOutputActiveBOOL8424ItemTypeOutputCommandAbortedBOOL8432ItemTypeOutputErrorBOOL8440ItemTypeOutputErrorIDUDINT32448ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96480ADSbusyBOOL8576iState_E_TcMC_STATES16592100iSubStateINT16608fbAdsWriteADSWRITE1216640fbAdsReadADSREAD12481856sCouple_ST_TcNC_CoupleSlave3843136v_maxLREAL643520pa_limitLREAL643584WasInGearBOOL83648iAccelerationLREAL643712conditionalshowTimerStateFeedbackTON2243776conditionalshowPouTypeFunctionBlockMC_GearIn6656MasterAXIS_REF3232ItemTypeInOutSlaveAXIS_REF3264ItemTypeInOutExecuteBOOL896ItemTypeInputRatioNumeratorLREAL641281ItemTypeInputRatioDenominatorUINT161921ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputBufferModeMC_BufferMode16448ItemTypeInputOptionsST_GearInOptions16464ItemTypeInputInGearBOOL8480ItemTypeOutputBusyBOOL8488ItemTypeOutputActiveBOOL8496ItemTypeOutputCommandAbortedBOOL8504ItemTypeOutputErrorBOOL8512ItemTypeOutputErrorIDUDINT32544ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96576ADSbusyBOOL8672iState_E_TcMC_STATES16688100fbAdsWriteADSWRITE1216704sCouple_ST_TcNC_CoupleSlave3841920fbOptGearInDynMC_GearInDyn40322304fbOnTriggerR_TRIG646336conditionalshowTimerStateFeedbackTON2246400conditionalshowActGearInDynWriteGearRatioPouTypeFunctionBlockST_GearOutOptions8reservedBOOL80conditionalshowMC_GearOut1792SlaveAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputOptionsST_GearOutOptions872ItemTypeInputDoneBOOL880ItemTypeOutputBusyBOOL888ItemTypeOutputErrorBOOL896ItemTypeOutputErrorIDUDINT32128ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96160ADSbusyBOOL8256iState_E_TcMC_STATES16272100fbAdsWriteADSWRITE1216288fbOnTriggerR_TRIG641504conditionalshowTimerStateFeedbackTON2241568conditionalshowPouTypeFunctionBlockFB_SetEnables64stMotionStageDUT_MotionStage3232ItemTypeInOutPouTypeFunctionBlockFB_GantryAutoCoupling9472nGantryTolLINT6464ItemTypeInputbGantryAlreadyCoupledBOOL8128ItemTypeOutputMasterDUT_MotionStage32160ItemTypeInOutMasterEncST_RenishawAbsEnc32192ItemTypeInOutSlaveDUT_MotionStage32224ItemTypeInOutSlaveEncST_RenishawAbsEnc32256ItemTypeInOutbExecuteCoupleBOOL32288ItemTypeInOutbExecuteDecoupleBOOL32320ItemTypeInOutgantry_diff_limitFB_GantryDiffVirtualLimitSwitch512384coupleMC_GearIn6656896decoupleMC_GearOut17927552bInitCompleteBOOL89344fbSetEnablesFB_SetEnables649376PouTypeFunctionBlockFB_RunHOMS20416nYupEncRefULINT6464ItemTypeInputnYdwnEncRefULINT64128ItemTypeInputnXupEncRefULINT64192ItemTypeInputnXdwnEncRefULINT64256ItemTypeInputnGantryTolYLINT6432050000ItemTypeInputnGantryTolXLINT6438450000ItemTypeInputbGantryAlreadyCoupledYBOOL8448ItemTypeOutputbGantryAlreadyCoupledXBOOL8456ItemTypeOutputnCurrGantryYLINT64512ItemTypeOutputnCurrGantryXLINT64576ItemTypeOutputstYupDUT_MotionStage32640ItemTypeInOutstYdwnDUT_MotionStage32672ItemTypeInOutstXupDUT_MotionStage32704ItemTypeInOutstXdwnDUT_MotionStage32736ItemTypeInOutstPitchDUT_MotionStage32768ItemTypeInOutbExecuteCoupleYBOOL32800ItemTypeInOutbExecuteCoupleXBOOL32832ItemTypeInOutbExecuteDecoupleYBOOL32864ItemTypeInOutbExecuteDecoupleXBOOL32896ItemTypeInOutbSTOEnable1BOOL8928TcAddressTypeInputbSTOEnable2BOOL8936TcAddressTypeInputstYupEncST_RenishawAbsEnc128960TcAddressTypeInputstYdwnEncST_RenishawAbsEnc1281088TcAddressTypeInputstXupEncST_RenishawAbsEnc1281216TcAddressTypeInputstXdwnEncST_RenishawAbsEnc1281344TcAddressTypeInputfbAutoCoupleYFB_GantryAutoCoupling94721472fbAutoCoupleXFB_GantryAutoCoupling947210944PouTypeFunctionBlockDUT_HOMS20672fbRunHOMSFB_RunHOMS204160bExecuteCoupleYBOOL820416pytmc + + + + + + bInitialized + BOOL + 8 + 5669440 + + 0 + + + + bReadyToLog + BOOL + 8 + 5669448 + + 0 + + + + rtFirstLog + R_TRIG + 64 + 5669472 + + + fbGetHostName + FB_GetPLCHostname + 6176 + 5669536 + + + fbGetIP + FB_GetPLCIPAddress + 101184 + 5675712 + + + fbListener + FB_Listener + 32 + 5776896 + + + fbListeners + FB_Listener + + 0 + 6 + + 192 + 5776928 + + + eMinSeverity + TcEventSeverity + Default minimum severity for subscriptions + 16 + 5777120 + + 0 + + + + rtReset + R_TRIG + Reset trigger + 64 + 5777152 + + + naming + omit + + + + + bReset + BOOL + 8 + 5777216 + + + fbSocket + FB_ConnectionlessSocket + 6784 + 5777248 + + + nI + UINT + 16 + 5784032 + + + SocketEnable + BOOL + 8 + 5784048 + + + ctuSocketError + CTU + Circuit breaker for socket errors. 3 errors before it stops. + 128 + 5784064 + + + .PV + 3 + + + + + tRetryConnection + TON + Retry after an hour + 224 + 5784192 + + + .PT + 3600000 + + + + + tofTrickleBreakerPre + TOF + 224 + 5784416 + + + .PT + 1000 + + + + + tonTrickleBreaker + TON + 224 + 5784640 + + + .PT + 10000 + + + + + bTripCon + BOOL + 8 + 5784864 + + + nNumListeners + UINT + 16 + 5784880 + + 6 + + + + DisarmCountDefault + UINT + # number of cycles to permit below threshold condition + 16 + 5784896 + + 5 + + + + CircuitBreaker + + + + PouType + FunctionBlock + + + + + EL5042_Status + 0 + + + ST_RenishawAbsEnc + Renishaw BiSS-C absolute encoder used with an EL5042 + 128 + + Count + ULINT + Connect to encoder "Position" input + 64 + 0 + + + TcAddressType + Input + + + + + Status + EL5042_Status + Status struct placeholder + 0 + 64 + + + Ref + ULINT + Encoder zero position (useful for aligned position with gantries) + 64 + 64 + + + + FB_GantryDiffVirtualLimitSwitch + 512 + + PEnc + ST_RenishawAbsEnc + Primary axis encoder (usually the upstream one) + 128 + 64 + + + ItemType + Input + + + + + SEnc + ST_RenishawAbsEnc + Secondary axis encoder (couples to the primary) + 128 + 192 + + + ItemType + Input + + + + + GantDiffTol + LINT + Gantry differenace tolerance in encoder counts + 64 + 320 + + + ItemType + Input + + + + + PLimFwd + BOOL + Primary axis forward direction enable + 8 + 384 + + + ItemType + Output + + + + + PLimBwd + BOOL + Primary axis reverse direction enable + 8 + 392 + + + ItemType + Output + + + + + SLimFwd + BOOL + Secondary axis forward direction enable + 8 + 400 + + + ItemType + Output + + + + + SLimBwd + BOOL + Secondary axis reverse direction enable + 8 + 408 + + + ItemType + Output + + + + + GantryDiff + LINT + 64 + 448 + + + + PouType + FunctionBlock + + + + + MC_BufferMode + 16 + UINT + + MC_Aborting + 0 + + + MC_Buffered + 1 + + + MC_BlendingLow + 18 + + + MC_BlendingPrevious + 19 + + + MC_BlendingNext + 20 + + + MC_BlendingHigh + 21 + + + + _E_TcNC_SlaveTypes + 16 + INT + + TCNC_SLAVETYPE_LINEAR + 1 + Lineare Kopplung (Geradengleichung) + + + TCNC_SLAVETYPE_FLYINGSAW_ONVELOCITY + 2 + diagonal synchron. Aufkoppeln schnellstens auf Geschwindigkeit + + + TCNC_SLAVETYPE_FLYINGSAW_ONPOSITION + 3 + diagonal synchron. Aufkoppeln auf Position und Geschwindigkeit + + + TCNC_SLAVETYPE_FLYINGSAW_QUADRATIC + 4 + diagonal synchron. Aufkoppeln (quadratisches Geschw.-Profil) + + + TCNC_SLAVETYPE_SYNCHRONIZING_ONVELO + 5 + synchron. Aufkoppeln instantan auf Geschwindigkeit + + + TCNC_SLAVETYPE_SYNCHRONIZING_ONPOS + 6 + synchron. Aufkoppeln auf Positionen und Geschwindigkeit + + + TCNC_SLAVETYPE_SYNCJERKSETTER_ONVELO + 7 + synchron. Aufkoppeln auf Geschwindigkeit (zeitbasiert mittels Ruck-Steller) + + + TCNC_SLAVETYPE_TABULAR + 10 + Tabellen-Kopplung ("simple/standard tabular slave") + + + TCNC_SLAVETYPE_MULTITABULAR + 11 + Tabellen-Kopplung ("multiscalable multi-tabular slave") + + + TCNC_SLAVETYPE_FLYINGMODULO_LINEAR + 12 + Modulo Kopplung auf Position und/oder Geschwindigkeit mit anschliessender Linear Kopplung ("Schuette") + + + TCNC_SLAVETYPE_MOTIONFUNCTIONTABULAR + 13 + Tabellen-Kopplung "motion functions" + + + TCNC_SLAVETYPE_UNIVERSALTABULAR + 14 + Tabellen-Kopplung, universal tabular type substitues TABULAR, MULTITABULAR and MOTIONFUNCTION - 08.07.05 + + + TCNC_SLAVETYPE_LINEAR_CYCLICCHANGES_RAMP + 15 + Lineare Kopplung (Geradengleichung) mit zyklischer Koppelfaktoraenderung + + + TCNC_SLAVETYPE_BILINEAR + 16 + 27.04.01: Zweifach Lineare Kopplung (Geradengleichung) + + + TCNC_SLAVETYPE_LINEAR_MULTIMASTER + 17 + 29.05.08: Lineare Multi-Master-Kopplung ('MC_GearInMultiMaster') + + + TCNC_SLAVETYPE_CONST_SURFACEVELO_RAMP + 18 + Verrechnete Winkelgeschwindigkeit fuer konstante Oberflaechengeschwindig. in Abhaengigkeit vom Radiusistwert des Enc.2 + + + + ST_GearInOptions + 16 + + SlaveType + _E_TcNC_SlaveTypes + 16 + 0 + + + + _ST_FunctionBlockResults + 96 + + Done + BOOL + 8 + 0 + + + CommandAborted + BOOL + 8 + 8 + + + Error + BOOL + 8 + 16 + + + ErrorID + UDINT + 32 + 32 + + + displaymode + hex + + + + + BusyCounter + UDINT + busy cycles since triggering the block - 2018-01-24 KSt + 32 + 64 + + + displaymode + dec + + + + + + conditionalshow + + + + + _E_TcMC_STATES + 16 + INT + + STATE_INITIALIZATION + 100 + + + STATE_ORDER + 101 + + + STATE_RUNNING + 102 + + + STATE_WAITING + 103 + + + STATE_MOTIONCOMMANDSLOCKED + 104 + + + + _ST_TcNC_CoupleSlave + 384 + + nSlaveType + UDINT + 32 + 0 + + + nMasterAxisId + UDINT + 32 + 32 + + + nMasterSubIdx + UDINT + 32 + 64 + + + nSlaveSubIdx + UDINT + 32 + 96 + + + fCoupleParam1 + LREAL + 64 + 128 + + + fCoupleParam2 + LREAL + 64 + 192 + + + fCoupleParam3 + LREAL + 64 + 256 + + + fCoupleParam4 + LREAL + 64 + 320 + + + + conditionalshow + + + + + ST_GearInDynOptions + 8 + + CCVmode + BOOL + constant circumference velocity mode + 8 + 0 + + + + MC_GearInDyn + 4032 + + Master + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Slave + AXIS_REF + Reference to an axis + 32 + 64 + + + ItemType + InOut + + + + + Enable + BOOL + 8 + 96 + + + ItemType + Input + + + + + GearRatio + LREAL + 64 + 128 + + 1 + + + + ItemType + Input + + + + + Acceleration + LREAL + 64 + 192 + + + ItemType + Input + + + + + Deceleration + LREAL + not used + 64 + 256 + + + ItemType + Input + + + + + Jerk + LREAL + not used + 64 + 320 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + 16 + 384 + + + ItemType + Input + + + + + Options + ST_GearInDynOptions + optional parameters + 8 + 400 + + + ItemType + Input + + + + + InGear + BOOL + 8 + 408 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 416 + + + ItemType + Output + + + + + Active + BOOL + 8 + 424 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 432 + + + ItemType + Output + + + + + Error + BOOL + 8 + 440 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 448 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 480 + + + ADSbusy + BOOL + 8 + 576 + + + iState + _E_TcMC_STATES + 16 + 592 + + 100 + + + + iSubState + INT + 16 + 608 + + + fbAdsWrite + ADSWRITE + 1216 + 640 + + + fbAdsRead + ADSREAD + 1248 + 1856 + + + sCouple + _ST_TcNC_CoupleSlave + 384 + 3136 + + + v_max + LREAL + 64 + 3520 + + + pa_limit + LREAL + 64 + 3584 + + + WasInGear + BOOL + 8 + 3648 + + + iAcceleration + LREAL + 64 + 3712 + + + conditionalshow + + + + + TimerStateFeedback + TON + 224 + 3776 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + + + MC_GearIn + 6656 + + Master + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Slave + AXIS_REF + Reference to an axis + 32 + 64 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 96 + + + ItemType + Input + + + + + RatioNumerator + LREAL + changed from INT (PLCopen) to LREAL + 64 + 128 + + 1 + + + + ItemType + Input + + + + + RatioDenominator + UINT + 16 + 192 + + 1 + + + + ItemType + Input + + + + + Acceleration + LREAL + MasterValueSource : MC_SOURCE; + not available + 64 + 256 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 320 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 384 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + 16 + 448 + + + ItemType + Input + + + + + Options + ST_GearInOptions + optional parameters + 16 + 464 + + + ItemType + Input + + + + + InGear + BOOL + 8 + 480 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 488 + + + ItemType + Output + + + + + Active + BOOL + 8 + 496 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 504 + + + ItemType + Output + + + + + Error + BOOL + 8 + 512 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 544 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 576 + + + ADSbusy + BOOL + 8 + 672 + + + iState + _E_TcMC_STATES + 16 + 688 + + 100 + + + + fbAdsWrite + ADSWRITE + 1216 + 704 + + + sCouple + _ST_TcNC_CoupleSlave + 384 + 1920 + + + fbOptGearInDyn + MC_GearInDyn + 4032 + 2304 + + + fbOnTrigger + R_TRIG + 64 + 6336 + + + conditionalshow + + + + + TimerStateFeedback + TON + 224 + 6400 + + + conditionalshow + + + + + ActGearInDyn + + + WriteGearRatio + + + + PouType + FunctionBlock + + + + + ST_GearOutOptions + 8 + + reserved + BOOL + 8 + 0 + + + conditionalshow + + + + + + MC_GearOut + 1792 + + Slave + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 64 + + + ItemType + Input + + + + + Options + ST_GearOutOptions + optional parameters + 8 + 72 + + + ItemType + Input + + + + + Done + BOOL + 8 + 80 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 88 + + + ItemType + Output + + + + + Error + BOOL + 8 + 96 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 128 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 160 + + + ADSbusy + BOOL + 8 + 256 + + + iState + _E_TcMC_STATES + 16 + 272 + + 100 + + + + fbAdsWrite + ADSWRITE + 1216 + 288 + + + fbOnTrigger + R_TRIG + 64 + 1504 + + + conditionalshow + + + + + TimerStateFeedback + TON + 224 + 1568 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + + + FB_SetEnables + 64 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + + PouType + FunctionBlock + + + + + FB_GantryAutoCoupling + 9472 + + nGantryTol + LINT + 64 + 64 + + + ItemType + Input + + + + + bGantryAlreadyCoupled + BOOL + 8 + 128 + + + ItemType + Output + + + + + Master + DUT_MotionStage + 32 + 160 + + + ItemType + InOut + + + + + MasterEnc + ST_RenishawAbsEnc + 32 + 192 + + + ItemType + InOut + + + + + Slave + DUT_MotionStage + 32 + 224 + + + ItemType + InOut + + + + + SlaveEnc + ST_RenishawAbsEnc + 32 + 256 + + + ItemType + InOut + + + + + bExecuteCouple + BOOL + 32 + 288 + + + ItemType + InOut + + + + + bExecuteDecouple + BOOL + 32 + 320 + + + ItemType + InOut + + + + + gantry_diff_limit + FB_GantryDiffVirtualLimitSwitch + 512 + 384 + + + couple + MC_GearIn + 6656 + 896 + + + decouple + MC_GearOut + 1792 + 7552 + + + bInitComplete + BOOL + 8 + 9344 + + + fbSetEnables + FB_SetEnables + 64 + 9376 + + + + PouType + FunctionBlock + + + + + FB_RunHOMS + 20416 + + nYupEncRef + ULINT + Encoder Reference Values + 64 + 64 + + + ItemType + Input + + + + + nYdwnEncRef + ULINT + 64 + 128 + + + ItemType + Input + + + + + nXupEncRef + ULINT + 64 + 192 + + + ItemType + Input + + + + + nXdwnEncRef + ULINT + 64 + 256 + + + ItemType + Input + + + + + nGantryTolY + LINT + Encoder counts = nm + 64 + 320 + + 50000 + + + + ItemType + Input + + + + + nGantryTolX + LINT + Encoder counts = nm + 64 + 384 + + 50000 + + + + ItemType + Input + + + + + bGantryAlreadyCoupledY + BOOL + Gantry coupling status + 8 + 448 + + + ItemType + Output + + + + + bGantryAlreadyCoupledX + BOOL + 8 + 456 + + + ItemType + Output + + + + + nCurrGantryY + LINT + Current gantry difference + 64 + 512 + + + ItemType + Output + + + + + nCurrGantryX + LINT + 64 + 576 + + + ItemType + Output + + + + + stYup + DUT_MotionStage + Motor Structs + 32 + 640 + + + ItemType + InOut + + + + + stYdwn + DUT_MotionStage + 32 + 672 + + + ItemType + InOut + + + + + stXup + DUT_MotionStage + 32 + 704 + + + ItemType + InOut + + + + + stXdwn + DUT_MotionStage + 32 + 736 + + + ItemType + InOut + + + + + stPitch + DUT_MotionStage + 32 + 768 + + + ItemType + InOut + + + + + bExecuteCoupleY + BOOL + Manual coupling Gantried Axes + 32 + 800 + + + ItemType + InOut + + + + + bExecuteCoupleX + BOOL + 32 + 832 + + + ItemType + InOut + + + + + bExecuteDecoupleY + BOOL + 32 + 864 + + + ItemType + InOut + + + + + bExecuteDecoupleX + BOOL + 32 + 896 + + + ItemType + InOut + + + + + bSTOEnable1 + BOOL + STO Button + 8 + 928 + + + TcAddressType + Input + + + + + bSTOEnable2 + BOOL + 8 + 936 + + + TcAddressType + Input + + + + + stYupEnc + ST_RenishawAbsEnc + Encoders + 128 + 960 + + + TcAddressType + Input + + + + + stYdwnEnc + ST_RenishawAbsEnc + 128 + 1088 + + + TcAddressType + Input + + + + + stXupEnc + ST_RenishawAbsEnc + 128 + 1216 + + + TcAddressType + Input + + + + + stXdwnEnc + ST_RenishawAbsEnc + 128 + 1344 + + + TcAddressType + Input + + + + + fbAutoCoupleY + FB_GantryAutoCoupling + Autocoupling Gantried Axes + 9472 + 1472 + + + fbAutoCoupleX + FB_GantryAutoCoupling + 9472 + 10944 + + + + PouType + FunctionBlock + + + + + DUT_HOMS + 20672 + + fbRunHOMS + FB_RunHOMS + System initializiation + 20416 + 0 + + + bExecuteCoupleY + BOOL + Couple/Decouple motors + 8 + 20416 + + + pytmc + pv: COUPLE_Y io: o - bExecuteDecoupleYBOOL820424pytmc + + + + + + bExecuteDecoupleY + BOOL + 8 + 20424 + + + pytmc + pv: DECOUPLE_Y io: o - bExecuteCoupleXBOOL820432pytmc + + + + + + bExecuteCoupleX + BOOL + 8 + 20432 + + + pytmc + pv: COUPLE_X io: o - bExecuteDecoupleXBOOL820440pytmc + + + + + + bExecuteDecoupleX + BOOL + 8 + 20440 + + + pytmc + pv: DECOUPLE_X io: o - bGantryAlreadyCoupledYBOOL820448pytmc + + + + + + bGantryAlreadyCoupledY + BOOL + Coupling status + 8 + 20448 + + + pytmc + pv: ALREADY_COUPLED_Y io: i - bGantryAlreadyCoupledXBOOL820456pytmc + + + + + + bGantryAlreadyCoupledX + BOOL + 8 + 20456 + + + pytmc + pv: ALREADY_COUPLED_X io: i - nCurrGantryYLINT6420480nCurrGantryXLINT6420544fCurrGantryY_umREAL3220608pytmc + + + + + + nCurrGantryY + LINT + encoder counts = nm + 64 + 20480 + + + nCurrGantryX + LINT + encoder counts = nm + 64 + 20544 + + + fCurrGantryY_um + REAL + Y Gantry difference in um + 32 + 20608 + + + pytmc + pv: GANTRY_Y field: EGU um io: i - fCurrGantryX_umREAL3220640pytmc + + + + + + fCurrGantryX_um + REAL + X Gantry difference in um + 32 + 20640 + + + pytmc + pv: GANTRY_X field: EGU um io: i - FB_DataBuffer288bExecuteBOOL832ItemTypeInputpInputAdrPVOID3264ItemTypeInputiInputSizeUDINT3296ItemTypeInputiElemCountUDINT32128ItemTypeInputpPartialAdrPVOID32160ItemTypeInputpOutputAdrPVOID32192ItemTypeInputbNewArrayBOOL8224ItemTypeOutputiArrayIndexUDINT322560PouTypeFunctionBlockFB_LREALBuffer128512bExecuteBOOL832ItemTypeInputfInputLREAL6464ItemTypeInputarrOutputLREAL1100064000128ItemTypeOutputbNewArrayBOOL864128ItemTypeOutputarrPartialLREAL110006400064192fbDataBufferFB_DataBuffer288128192PouTypeFunctionBlockFB_BasicStats896aSignalLREAL3232ItemTypeInputpytmc + + + + + + + FB_DataBuffer + 288 + + bExecute + BOOL + Whether or not to accumulate on this cycle + 8 + 32 + + + ItemType + Input + + + + + pInputAdr + PVOID + Address of the value to accumulate + 32 + 64 + + + ItemType + Input + + + + + iInputSize + UDINT + Size of the accumulated value + 32 + 96 + + + ItemType + Input + + + + + iElemCount + UDINT + Number of values in the output array + 32 + 128 + + + ItemType + Input + + + + + pPartialAdr + PVOID + Address of the rolling buffer to be filled every cycle + 32 + 160 + + + ItemType + Input + + + + + pOutputAdr + PVOID + Address of the output buffer to be filled when the rolling buffer is full + 32 + 192 + + + ItemType + Input + + + + + bNewArray + BOOL + Set to TRUE on the cycle that we copy the output array + 8 + 224 + + + ItemType + Output + + + + + iArrayIndex + UDINT + 32 + 256 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_LREALBuffer + 128512 + + bExecute + BOOL + If TRUE, we'll accumulate a value on this cycle. + 8 + 32 + + + ItemType + Input + + + + + fInput + LREAL + The value to accumulate. + 64 + 64 + + + ItemType + Input + + + + + arrOutput + LREAL + + 1 + 1000 + + 64000 + 128 + + + ItemType + Output + + + + + bNewArray + BOOL + 8 + 64128 + + + ItemType + Output + + + + + arrPartial + LREAL + + 1 + 1000 + + 64000 + 64192 + + + fbDataBuffer + FB_DataBuffer + 288 + 128192 + + + + PouType + FunctionBlock + + + + + FB_BasicStats + 896 + + aSignal + LREAL + Input array of floats + 32 + 32 + + + ItemType + Input + + + pytmc + pv: STATS:DATA io: i - variable_length_arrayDimensions1bAlwaysCalcBOOL864ItemTypeInputpytmcpv: STATS:ALWAYS_CALCbExecuteBOOL872ItemTypeInputpytmcpv: STATS:EXECUTEbResetBOOL880ItemTypeInputpytmcpv: STATS:RESETnElemsUDINT3296ItemTypeInputpytmc + + + + variable_length_array + + + Dimensions + 1 + + + + + bAlwaysCalc + BOOL + If TRUE, we will update the results every cycle + 8 + 64 + + + ItemType + Input + + + pytmc + pv: STATS:ALWAYS_CALC + + + + + bExecute + BOOL + On rising edge, do one calculation + 8 + 72 + + + ItemType + Input + + + pytmc + pv: STATS:EXECUTE + + + + + bReset + BOOL + If set to TRUE, reset outputs + 8 + 80 + + + ItemType + Input + + + pytmc + pv: STATS:RESET + + + + + nElems + UDINT + If nonzero, we will only pay attention to the first nElems items in aSignal + 32 + 96 + + + ItemType + Input + + + pytmc + pv: STATS:NELM io: i - fMeanLREAL64128ItemTypeOutputpytmc + + + + + + fMean + LREAL + Average of all values in the array + 64 + 128 + + + ItemType + Output + + + pytmc + pv: STATS:MEAN io: i - fStDevLREAL64192ItemTypeOutputpytmc + + + + + + fStDev + LREAL + Standard deviation of all values in the array + 64 + 192 + + + ItemType + Output + + + pytmc + pv: STATS:STDEV io: i - fMaxLREAL64256ItemTypeOutputpytmc + + + + + + fMax + LREAL + Largest value in the array + 64 + 256 + + + ItemType + Output + + + pytmc + pv: STATS:MAX io: i - fMinLREAL64320ItemTypeOutputpytmc + + + + + + fMin + LREAL + Smallest value in the array + 64 + 320 + + + ItemType + Output + + + pytmc + pv: STATS:MIN io: i - fRangeLREAL64384ItemTypeOutputpytmc + + + + + + fRange + LREAL + Largest array element subtracted by the smallest + 64 + 384 + + + ItemType + Output + + + pytmc + pv: STATS:RANGE io: i - bValidBOOL8448ItemTypeOutputpytmc + + + + + + bValid + BOOL + True if the other outputs are valid + 8 + 448 + + + ItemType + Output + + + pytmc + pv: STATS:VALID io: i - rTrigR_TRIG64480nIndexDINT32544nElemsSeenUDINT32576fSumLREAL64640fVarianceSumLREAL64704fVarianceMeanLREAL64768PouTypeFunctionBlockFB_RMSWatch386624fMaxRMSErrorLREAL64640ItemTypeOutputfMinRMSErrorLREAL641281000ItemTypeOutputstMotionStageDUT_MotionStage32192ItemTypeInOutfbDataActPosFB_LREALBuffer128512256fbDataSetPosFB_LREALBuffer128512128768bExecuteDataStorageBOOL82572801bNewEncArrayBOOL8257288fbStatsFB_BasicStats896257344fEncMeanLREAL64258240pytmc + + + + + + rTrig + R_TRIG + 64 + 480 + + + nIndex + DINT + 32 + 544 + + + nElemsSeen + UDINT + 32 + 576 + + + fSum + LREAL + 64 + 640 + + + fVarianceSum + LREAL + 64 + 704 + + + fVarianceMean + LREAL + 64 + 768 + + + + PouType + FunctionBlock + + + + + FB_RMSWatch + 386624 + + fMaxRMSError + LREAL + RMS Error + 64 + 64 + + 0 + + + + ItemType + Output + + + + + fMinRMSError + LREAL + start at something huge, FB will update with any smaller measured value + 64 + 128 + + 1000 + + + + ItemType + Output + + + + + stMotionStage + DUT_MotionStage + 32 + 192 + + + ItemType + InOut + + + + + fbDataActPos + FB_LREALBuffer + ActPos Data Acquisition FB + 128512 + 256 + + + fbDataSetPos + FB_LREALBuffer + SetPos Data Acquisition FB + 128512 + 128768 + + + bExecuteDataStorage + BOOL + Take data of both ActPos and SetPos + 8 + 257280 + + 1 + + + + bNewEncArray + BOOL + 8 + 257288 + + + fbStats + FB_BasicStats + Calculate mean/standard deviation of ActPos + 896 + 257344 + + + fEncMean + LREAL + 64 + 258240 + + + pytmc + pv: MEAN io: i - fEncStDevLREAL64258304pytmc + + + + + + fEncStDev + LREAL + 64 + 258304 + + + pytmc + pv: STDEV io: i - fCurrRMSErrorLREAL642583680pytmc + + + + + + fCurrRMSError + LREAL + 64 + 258368 + + 0 + + + + pytmc + pv: RMS io: i - nIndexDINT32258432fSumLREAL642584960fDiffLREAL642585600aEncActPosLREAL1100064000258624pytmc + + + + + + nIndex + DINT + 32 + 258432 + + + fSum + LREAL + Just for calculating rms + 64 + 258496 + + 0 + + + + fDiff + LREAL + 64 + 258560 + + 0 + + + + aEncActPos + LREAL + + 1 + 1000 + + 64000 + 258624 + + + pytmc + pv: ACTPOSARRAY io: i - aEncSetPosLREAL1100064000322624pytmc + + + + + + aEncSetPos + LREAL + + 1 + 1000 + + 64000 + 322624 + + + pytmc + pv: SETPOSARRAY io: i - PouTypeFunctionBlockFB_Index + + + + + + PouType + FunctionBlock + + + + + FB_Index + Index FB A. Wallace 2016-9-3 Why doesn't beckhoff have this as a builtin type? Use this thing to have a simple indexer with rollover. -]]>96LowerLimitINT16321ItemTypeInputnamingoffValIncINT16481ItemTypeInputUpperLimitINT16641ItemTypeInputnValINT16801namingoffDecIncDecValINT16IncValINT16PouTypeFunctionBlockST_FbDiagnostics48896asResultsT_MaxString120409600resultIdxFB_Index9640960.LowerLimit1.UpperLimit20namingomitfStringFB_FormatString784041056namingomitENUM_MotionRequest16INTWAIT0INTERRUPT1ABORT2FB_MotionRequest1600stMotionStageDUT_MotionStage3232ItemTypeInOutbExecuteBOOL864ItemTypeInputbResetBOOL872ItemTypeInputenumMotionRequestENUM_MotionRequest16800ItemTypeInputfPosLREAL64128ItemTypeInputfVelLREAL64192ItemTypeInputfAccLREAL64256ItemTypeInputfDecLREAL64320ItemTypeInputbErrorBOOL8384ItemTypeOutputnErrorIdUDINT32416ItemTypeOutputsErrorMessageSTRING(80)648448ItemTypeOutputbBusyBOOL81096ItemTypeOutputbDoneBOOL81104ItemTypeOutputrtExecR_TRIG641120ftExecF_TRIG641184rtResetR_TRIG641248ftBusyF_TRIG641312nStateUINT1613760bMyMoveBOOL81392bCausedErrorBOOL81400INITUINT1614080WAIT_EXECUINT1614241PICK_REQUESTUINT1614402WAIT_OTHER_MOVEUINT1614563STOP_OTHER_MOVEUINT1614724START_MOVEUINT1614885WAIT_MY_MOVEUINT1615046STOP_MY_MOVEUINT1615207DONE_MOVINGUINT1615368ERRORUINT1615529PouTypeFunctionBlockMC_Reset1632AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputDoneBOOL872ItemTypeOutputBusyBOOL880ItemTypeOutputErrorBOOL888ItemTypeOutputErrorIDUDINT3296ItemTypeOutputdisplaymodehexADSbusyBOOL8128iState_E_TcMC_STATES16144100LastExecutionResult_ST_FunctionBlockResults96160fbOnTriggerR_TRIG641568conditionalshowPouTypeFunctionBlockST_PowerOptions0MC_Power768AxisAXIS_REF3232ItemTypeInOutEnableBOOL864ItemTypeInputEnable_PositiveBOOL872ItemTypeInputEnable_NegativeBOOL880ItemTypeInputOverrideLREAL64128100ItemTypeInputBufferModeMC_BufferMode16192ItemTypeInputOptionsST_PowerOptions0208ItemTypeInputStatusBOOL8208ItemTypeOutputBusyBOOL8216ItemTypeOutputActiveBOOL8224ItemTypeOutputErrorBOOL8232ItemTypeOutputErrorIDUDINT32256ItemTypeOutputdisplaymodehexEnableTimeoutTON224288conditionalshowEnableOffOnDelayTP192512conditionalshowiOverrideDWORD32704conditionalshowPouTypeFunctionBlockconditionalshow_all_localsST_MoveOptions320EnableBlendingPositionBOOL80BlendingPositionLREAL6464StartVelocityLREAL64128EndVelocityLREAL64192IgnorePositionMonitoringBOOL8256EnableStopPositionMonitoringBOOL + 96 + + LowerLimit + INT + Incrementer will rollver over to this value (and initialize to this value) + 16 + 32 + + 1 + + + + ItemType + Input + + + naming + off + + + + + ValInc + INT + Incrementer increments by this value + 16 + 48 + + 1 + + + + ItemType + Input + + + + + UpperLimit + INT + Incrementer will rollover at this value to lower limit + 16 + 64 + + 1 + + + + ItemType + Input + + + + + nVal + INT + Internal incrementer value, initialized to LowerLimit + 16 + 80 + + 1 + + + + naming + off + + + + + Dec + + + Inc + + + DecVal + INT + 16 + + + IncVal + INT + 16 + + + + PouType + FunctionBlock + + + + + ST_FbDiagnostics + Stuff to log messages within function blocks + 48896 + + asResults + T_MaxString + + 1 + 20 + + Diagnostic messages, use to record state changes or other important events. + 40960 + 0 + + + resultIdx + FB_Index + Incrementer, included here to facilitate using asResults + 96 + 40960 + + + .LowerLimit + 1 + + + .UpperLimit + 20 + + + + + naming + omit + + + + + fString + FB_FormatString + Use to create good log messages, similar to C++ fstring + 7840 + 41056 + + + naming + omit + + + + + + ENUM_MotionRequest + 16 + INT + + WAIT + 0 + + + INTERRUPT + 1 + + + ABORT + 2 + + + + FB_MotionRequest + 1600 + + stMotionStage + DUT_MotionStage + Motor to move + 32 + 32 + + + ItemType + InOut + + + + + bExecute + BOOL + Start move on rising edge, stop move on falling edge + 8 + 64 + + + ItemType + Input + + + + + bReset + BOOL + Reset errors on rising edge + 8 + 72 + + + ItemType + Input + + + + + enumMotionRequest + ENUM_MotionRequest + Define behavior for when the motor is already moving + 16 + 80 + + 0 + + + + ItemType + Input + + + + + fPos + LREAL + Goal position + 64 + 128 + + + ItemType + Input + + + + + fVel + LREAL + Move velocity + 64 + 192 + + + ItemType + Input + + + + + fAcc + LREAL + Optional acceleration + 64 + 256 + + + ItemType + Input + + + + + fDec + LREAL + Optional deceleration + 64 + 320 + + + ItemType + Input + + + + + bError + BOOL + True if in error state + 8 + 384 + + + ItemType + Output + + + + + nErrorId + UDINT + Error code + 32 + 416 + + + ItemType + Output + + + + + sErrorMessage + STRING(80) + What the error code means + 648 + 448 + + + ItemType + Output + + + + + bBusy + BOOL + If TRUE, we are moving the motor + 8 + 1096 + + + ItemType + Output + + + + + bDone + BOOL + If TRUE, we are not moving the motor and our most recent move was successful + 8 + 1104 + + + ItemType + Output + + + + + rtExec + R_TRIG + 64 + 1120 + + + ftExec + F_TRIG + 64 + 1184 + + + rtReset + R_TRIG + 64 + 1248 + + + ftBusy + F_TRIG + 64 + 1312 + + + nState + UINT + 16 + 1376 + + 0 + + + + bMyMove + BOOL + 8 + 1392 + + + bCausedError + BOOL + 8 + 1400 + + + INIT + UINT + 16 + 1408 + + 0 + + + + WAIT_EXEC + UINT + 16 + 1424 + + 1 + + + + PICK_REQUEST + UINT + 16 + 1440 + + 2 + + + + WAIT_OTHER_MOVE + UINT + 16 + 1456 + + 3 + + + + STOP_OTHER_MOVE + UINT + 16 + 1472 + + 4 + + + + START_MOVE + UINT + 16 + 1488 + + 5 + + + + WAIT_MY_MOVE + UINT + 16 + 1504 + + 6 + + + + STOP_MY_MOVE + UINT + 16 + 1520 + + 7 + + + + DONE_MOVING + UINT + 16 + 1536 + + 8 + + + + ERROR + UINT + 16 + 1552 + + 9 + + + + + PouType + FunctionBlock + + + + + MC_Reset + 1632 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + B + 8 + 64 + + + ItemType + Input + + + + + Done + BOOL + B + 8 + 72 + + + ItemType + Output + + + + + Busy + BOOL + E + 8 + 80 + + + ItemType + Output + + + + + Error + BOOL + B + 8 + 88 + + + ItemType + Output + + + + + ErrorID + UDINT + B + 32 + 96 + + + ItemType + Output + + + displaymode + hex + + + + + ADSbusy + BOOL + 8 + 128 + + + iState + _E_TcMC_STATES + 16 + 144 + + 100 + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 160 + + + fbOnTrigger + R_TRIG + 64 + 1568 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + + + ST_PowerOptions + 0 + + + MC_Power + 768 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Enable + BOOL + B + 8 + 64 + + + ItemType + Input + + + + + Enable_Positive + BOOL + E + 8 + 72 + + + ItemType + Input + + + + + Enable_Negative + BOOL + E + 8 + 80 + + + ItemType + Input + + + + + Override + LREAL + in percent - Beckhoff proprietary input + 64 + 128 + + 100 + + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + V + 16 + 192 + + + ItemType + Input + + + + + Options + ST_PowerOptions + 0 + 208 + + + ItemType + Input + + + + + Status + BOOL + B + 8 + 208 + + + ItemType + Output + + + + + Busy + BOOL + V + 8 + 216 + + + ItemType + Output + + + + + Active + BOOL + V + 8 + 224 + + + ItemType + Output + + + + + Error + BOOL + B + 8 + 232 + + + ItemType + Output + + + + + ErrorID + UDINT + E + 32 + 256 + + + ItemType + Output + + + displaymode + hex + + + + + EnableTimeout + TON + 224 + 288 + + + conditionalshow + + + + + EnableOffOnDelay + TP + 192 + 512 + + + conditionalshow + + + + + iOverride + DWORD + 32 + 704 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + ST_MoveOptions + 320 + + EnableBlendingPosition + BOOL + Command activation at defined ActivationPosition - extends the buffer mode when enabled + 8 + 0 + + + BlendingPosition + LREAL + 64 + 64 + + + StartVelocity + LREAL + velocity profile options - instantaneous speed change at the beginning and at the end of the profile + 64 + 128 + + + EndVelocity + LREAL + 64 + 192 + + + IgnorePositionMonitoring + BOOL + PositionAreaMonitoring, TargetPositionMonitoring and StopMonitoring can be ignored using this flag - 20190311 + 8 + 256 + + + EnableStopPositionMonitoring + BOOL + PositionAreaMonitoring, TargetPositionMonitoring can be enabled for MC_Stop and MC_Halt commands - 20191010 Monitoring can just be enabled if the monitoring parameters of the axis are enabled as well - The default is no monitoring for both commands even if monitoring options are enabled by axis parameters ]]>8264_E_TcNC_StartPosType16UINTTCNC_START_ABSOLUTE1TCNC_START_RELATIVE2TCNC_START_ENDLESS_PLUS3TCNC_START_ENDLESS_MINUS4TCNC_START_MODULO5TCNC_START_ADDITIVE6TCNC_START_MODULO_SHORT261TCNC_START_MODULO_PLUS517TCNC_START_MODULO_MINUS773TCNC_START_MODULO_CURRENT1029TCNC_START_ABS_INTERNAL9TCNC_START_ENDLESSPLUS_SLOWMANUAL272TCNC_START_ENDLESSMINUS_SLOWMANUAL273TCNC_START_ENDLESSPLUS_FASTMANUAL528TCNC_START_ENDLESSMINUS_FASTMANUAL529TCNC_START_STOPANDLOCK4096TCNC_START_HALT8192TCNC_START_TORQUE_ABORT12288TCNC_START_TORQUE_ABSOLUTE12289TCNC_START_TORQUE_RELATIVE12290ST_TorqueControlOptions128ControlMaskUDINT320conditionalshowModeUDINT3232conditionalshowManualTorqueStartValueLREAL6464_ST_TcNC_UnversalAxisStartRequest640nStartTypeUDINT320nControlMaskUDINT3232fPosTargetLREAL6464fVeloRequLREAL64128fAccLREAL= 0) ]]>64192fDecLREAL= 0) ]]>64256fJerkLREAL= 0) ]]>64320nBufferModeUDINT32384nReservedUDINT32416fBlendingPositionLREAL64448fVeloStartLREAL64512fVeloEndLREAL64576conditionalshow_ST_TcNC_UniversalAxisTorqueStartRequest576nStartTypeUDINT320nControlMaskUDINT3232nModeUDINT3264nBufferModeUDINT3296fTorqueLREAL64128fTorqueRampLREAL64192fVelocityLimitHighLREAL64256fVelocityLimitLowLREAL64320fAccelerationLREAL= 0) ]]>64384fDecelerationLREAL= 0) ]]>64448fManualTorqueLREAL64512conditionalshow_ST_TcNC_UnversalAxisStartResponse32nCmdNoWORD160nCmdStateWORD1616conditionalshow_ST_TcNc_OperationModes128PosAreaControlDWORD3201TargetPosControlDWORD32322StopMonitoringDWORD + 8 + 264 + + + + _E_TcNC_StartPosType + 16 + UINT + + TCNC_START_ABSOLUTE + 1 + Start to absolute position + + + TCNC_START_RELATIVE + 2 + Start to relative position + + + TCNC_START_ENDLESS_PLUS + 3 + Start to endless positive position + + + TCNC_START_ENDLESS_MINUS + 4 + Start to endless negative position + + + TCNC_START_MODULO + 5 + Start to modulo position + + + TCNC_START_ADDITIVE + 6 + Start to a position relative to the last recent target position + + + TCNC_START_MODULO_SHORT + 261 + Start to modulo position + + + TCNC_START_MODULO_PLUS + 517 + Start to modulo position + + + TCNC_START_MODULO_MINUS + 773 + Start to modulo position + + + TCNC_START_MODULO_CURRENT + 1029 + start to modulo position in current direction + + + TCNC_START_ABS_INTERNAL + 9 + Start to absolute position, internal use + + + TCNC_START_ENDLESSPLUS_SLOWMANUAL + 272 + manual jog mode + + + TCNC_START_ENDLESSMINUS_SLOWMANUAL + 273 + manual jog mode + + + TCNC_START_ENDLESSPLUS_FASTMANUAL + 528 + manual jog mode + + + TCNC_START_ENDLESSMINUS_FASTMANUAL + 529 + manual jog mode + + + TCNC_START_STOPANDLOCK + 4096 + stop axis and lock against any motion commands + + + TCNC_START_HALT + 8192 + halt axis - can be interrupted by any motion commands + + + TCNC_START_TORQUE_ABORT + 12288 + 20181210 Fap - halt torque control + + + TCNC_START_TORQUE_ABSOLUTE + 12289 + 20181210 Fap - Start torque control absolute + + + TCNC_START_TORQUE_RELATIVE + 12290 + 20190108 Fap - Start torque control relative NOT IMPLEMENTED + + + + ST_TorqueControlOptions + 128 + + ControlMask + UDINT + optional: control mask + 32 + 0 + + + conditionalshow + + + + + Mode + UDINT + optional: mode (ENUM) + 32 + 32 + + + conditionalshow + + + + + ManualTorqueStartValue + LREAL + 64 + 64 + + + + _ST_TcNC_UnversalAxisStartRequest + 640 + + nStartType + UDINT + axis start TYPE (ABSOLUT, RELATIV, ENDLESS_PLUS, ENDLESS_MINUS, MODULO_SHORT, MODULO_PLUS, MODULO_MINUS) + 32 + 0 + + + nControlMask + UDINT + optional: control mask + 32 + 32 + + + fPosTarget + LREAL + target position + 64 + 64 + + + fVeloRequ + LREAL + required velocity + 64 + 128 + + + fAcc + LREAL + acceleration (>= 0) + 64 + 192 + + + fDec + LREAL + deceleration (>= 0) + 64 + 256 + + + fJerk + LREAL + jerk (>= 0) + 64 + 320 + + + nBufferMode + UDINT + optional: 'buffer mode' OR 'activation mode' FOR 'buffered commands' (issue #2786) + 32 + 384 + + + nReserved + UDINT + reserved + 32 + 416 + + + fBlendingPosition + LREAL + optional: activation position + 64 + 448 + + + fVeloStart + LREAL + optional: start velocity (0 <= fVeloStart <= fVeloRequ) Frage: erstmal weglassen ??? + 64 + 512 + + + fVeloEnd + LREAL + optional: end velocity (0 <= fVeloEnd <= fVeloRequ) Frage: erstmal weglassen ??? + 64 + 576 + + + + conditionalshow + + + + + _ST_TcNC_UniversalAxisTorqueStartRequest + 576 + + nStartType + UDINT + axis start TYPE (TORQUECONTINUOUS) + 32 + 0 + + + nControlMask + UDINT + optional: control mask + 32 + 32 + + + nMode + UDINT + optional: mode (ENUM) + 32 + 64 + + + nBufferMode + UDINT + 'buffer mode' OR 'activation mode' FOR 'buffered commands' (first Only ABORTING) + 32 + 96 + + + fTorque + LREAL + target torque [signed] + 64 + 128 + + + fTorqueRamp + LREAL + nc torque ramp + 64 + 192 + + + fVelocityLimitHigh + LREAL + velocity limit high [signed] + 64 + 256 + + + fVelocityLimitLow + LREAL + velocity limit low [signed] + 64 + 320 + + + fAcceleration + LREAL + acceleration (>= 0) + 64 + 384 + + + fDeceleration + LREAL + deceleration (>= 0) + 64 + 448 + + + fManualTorque + LREAL + optional: manual torque (sync value) + 64 + 512 + + + + conditionalshow + + + + + _ST_TcNC_UnversalAxisStartResponse + 32 + + nCmdNo + WORD + Continuous actual command number + 16 + 0 + + + nCmdState + WORD + Command state + 16 + 16 + + + + conditionalshow + + + + + _ST_TcNc_OperationModes + 128 + + PosAreaControl + DWORD + OpModeDWord in cyclic interface + 0 + 32 + 0 + + 1 + + + + TargetPosControl + DWORD + 1 + 32 + 32 + + 2 + + + + StopMonitoring + DWORD + 2 Loop : DWORD := 2#0000_0000_0000_0000_0000_0000_0000_0100; 3 MotionControl : DWORD := 2#0000_0000_0000_0000_0000_0000_0000_1000; @@ -744,7 +43222,17 @@ Use this thing to have a simple indexer with rollover. 8 SimulationAxis bits 9 .. 11 reserved for supplement products - 12 ]]>32644096AllowSlaveCommandsDWORD + 32 + 64 + + 4096 + + + + AllowSlaveCommands + DWORD + bits 13 .. 15 reserved 16 PosDiffControl : DWORD := 2#0000_0000_0000_0001_0000_0000_0000_0000; 17 @@ -755,187 +43243,12184 @@ Use this thing to have a simple indexer with rollover. SoftEndMaxControl: DWORD := 2#0000_0000_0000_1000_0000_0000_0000_0000; 20 ActPosCorrection : DWORD := 2#0000_0000_0001_0000_0000_0000_0000_0000; - 21 ]]>32962097152conditionalshow_FB_MoveUniversalGeneric7616AxisAXIS_REF3232ItemTypeInOutLastExecutionResult_ST_FunctionBlockResults3264ItemTypeInOutExecuteBOOL896ItemTypeInputStartType_E_TcNC_StartPosType16112ItemTypeInputPositionLREAL64128ItemTypeInputTorqueLREAL64192ItemTypeInputTorqueRampLREAL64256ItemTypeInputVelocityLREAL64320ItemTypeInputVelocityLimitHighLREAL64384ItemTypeInputVelocityLimitLowLREAL64448ItemTypeInputAccelerationLREAL64512ItemTypeInputDecelerationLREAL64576ItemTypeInputJerkLREAL64640ItemTypeInputBufferModeMC_BufferMode16704ItemTypeInputOptionsST_MoveOptions320768ItemTypeInputOptionsTorqueST_TorqueControlOptions1281088ItemTypeInputResetBOOL81216ItemTypeInputGotoRunStateBOOL81224ItemTypeInputDoneBOOL81232ItemTypeOutputBusyBOOL81240ItemTypeOutputActiveBOOL81248ItemTypeOutputCommandAbortedBOOL81256ItemTypeOutputErrorBOOL81264ItemTypeOutputErrorIDUDINT321280ItemTypeOutputdisplaymodehexCmdNoUINT161312ItemTypeOutputADSbusyBOOL81328ItemTypeOutputInTorqueBOOL81336ItemTypeOutputiState_E_TcMC_STATES161344100sStartRequest_ST_TcNC_UnversalAxisStartRequest6401408sTorqueStartRequest_ST_TcNC_UniversalAxisTorqueStartRequest5762048sStartResponse_ST_TcNC_UnversalAxisStartResponse322624fbAdsReadWriteADSRDWRTEX14402656ContinousModeBOOL84096InVelocityBOOL84104DiffCycleCounterUDINT324128EmptyStartResponse_ST_TcNC_UnversalAxisStartResponse324160COUNT_RUDINT324192CounterCmdNoZeroBYTE84224CounterCmdNotStartedBYTE84232DiffCmdNoINT164240InitialNcToPlcCmdNoUINT164256NcCycleCounterBYTE84272LastNcCycleCounterBYTE84280NcMappingCounterBYTE84288NcCycleCounterAvailableBOOL84296NcCycleCounterNotAvailableBOOL84304NcCyclicFeedbackExpectedBOOL84312PlcDebugCodeDWORD324320AxisIsSlaveBOOL84352GetTaskIndexGETCURTASKINDEX1284384CycleCounterUDINT324512BusyCounterUDINT324544fbTimeOutTON2244576fbStopMonitoringTimeOutTON2244800fbTimeOutMappingCounterTON2245024fbOnTriggerR_TRIG645248sTempMsgSTRING(255)20485312AccDecreasingBOOL87360AccOldLREAL647424OpMode_ST_TcNc_OperationModes1287488suppress_warning_0C0228ActMonitorStopActMonitorAbortTorqueActMonitorContinousMotionActMonitorDiscreteMotionActErrorMessageActMonitorContinuousTorqueActCalcDiffCmdNoActNcCycleCounterPouTypeFunctionBlockconditionalshowMC_Halt8576AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputDecelerationLREAL64128ItemTypeInputJerkLREAL64192ItemTypeInputBufferModeMC_BufferMode16256ItemTypeInputOptionsST_MoveOptions320320ItemTypeInputDoneBOOL8640ItemTypeOutputBusyBOOL8648ItemTypeOutputActiveBOOL8656ItemTypeOutputCommandAbortedBOOL8664ItemTypeOutputErrorBOOL8672ItemTypeOutputErrorIDUDINT32704ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96736ADSbusyBOOL8832MoveGeneric_FB_MoveUniversalGeneric7616896CmdNoUINT168512PouTypeFunctionBlockE_JogMode16INTMC_JOGMODE_STANDARD_SLOW0MC_JOGMODE_STANDARD_FAST1MC_JOGMODE_CONTINOUS2MC_JOGMODE_INCHING3MC_JOGMODE_INCHING_MODULO4MC_Direction16INTMC_Positive_Direction1MC_Shortest_Way2MC_Negative_Direction3MC_Current_Direction4MC_Undefined_Direction128MC_MoveVelocity8704AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputVelocityLREAL64128ItemTypeInputAccelerationLREAL64192ItemTypeInputDecelerationLREAL64256ItemTypeInputJerkLREAL64320ItemTypeInputDirectionMC_Direction163841ItemTypeInputBufferModeMC_BufferMode16400ItemTypeInputOptionsST_MoveOptions320448ItemTypeInputInVelocityBOOL8768ItemTypeOutputBusyBOOL8776ItemTypeOutputActiveBOOL8784ItemTypeOutputCommandAbortedBOOL8792ItemTypeOutputErrorBOOL8800ItemTypeOutputErrorIDUDINT32832ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96864ADSbusyBOOL8960MoveGeneric_FB_MoveUniversalGeneric76161024CmdNoUINT168640PouTypeFunctionBlockST_McOutputs96DoneBOOL80BusyBOOL88ActiveBOOL816CommandAbortedBOOL824ErrorBOOL832ErrorIDUDINT3264MC_MoveAbsolute8768AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputBufferModeMC_BufferMode16448ItemTypeInputOptionsST_MoveOptions320512ItemTypeInputDoneBOOL8832ItemTypeOutputBusyBOOL8840ItemTypeOutputActiveBOOL8848ItemTypeOutputCommandAbortedBOOL8856ItemTypeOutputErrorBOOL8864ItemTypeOutputErrorIDUDINT32896ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96928ADSbusyBOOL81024MoveGeneric_FB_MoveUniversalGeneric76161088CmdNoUINT168704PouTypeFunctionBlockMC_MoveRelative8768AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputDistanceLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputBufferModeMC_BufferMode16448ItemTypeInputOptionsST_MoveOptions320512ItemTypeInputDoneBOOL8832ItemTypeOutputBusyBOOL8840ItemTypeOutputActiveBOOL8848ItemTypeOutputCommandAbortedBOOL8856ItemTypeOutputErrorBOOL8864ItemTypeOutputErrorIDUDINT32896ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96928ADSbusyBOOL81024MoveGeneric_FB_MoveUniversalGeneric76161088CmdNoUINT168704PouTypeFunctionBlockMC_Jog44032AxisAXIS_REF3232ItemTypeInOutJogForwardBOOL864ItemTypeInputJogBackwardsBOOL872ItemTypeInputModeE_JogMode1680ItemTypeInputPositionLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputDoneBOOL8448ItemTypeOutputBusyBOOL8456ItemTypeOutputActiveBOOL8464ItemTypeOutputCommandAbortedBOOL8472ItemTypeOutputErrorBOOL8480ItemTypeOutputErrorIDUDINT32512ItemTypeOutputdisplaymodehexstateINT16544LastExecutionResult_ST_FunctionBlockResults96576StateDWordBOOL8672ExecuteMoveVelocityBOOL8680MoveVelocityMC_MoveVelocity8704704MoveVelocityOutST_McOutputs969408DirectionMC_Direction169504ExecuteHaltBOOL89520HaltMC_Halt85769536HaltOutST_McOutputs9618112ExecuteMoveAbsoluteBOOL818208MoveAbsoluteMC_MoveAbsolute876818240MoveAbsoluteOutST_McOutputs9627008ExecuteMoveRelativeBOOL827104MoveRelativeMC_MoveRelative876827136MoveRelativeOutST_McOutputs9635904JogMove_FB_MoveUniversalGeneric761636032LastJogMoveResult_ST_FunctionBlockResults9643648ExecuteJogMoveBOOL843744StartType_E_TcNC_StartPosType1643760JogMoveOutST_McOutputs9643776JogEndBOOL843872TargetPositionLREAL6443904moduloLREAL6443968ActJogMoveActCheckJogEndPouTypeFunctionBlockMC_MoveModulo8832AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL64128ItemTypeInputVelocityLREAL64192ItemTypeInputAccelerationLREAL64256ItemTypeInputDecelerationLREAL64320ItemTypeInputJerkLREAL64384ItemTypeInputDirectionMC_Direction16448ItemTypeInputBufferModeMC_BufferMode16464ItemTypeInputOptionsST_MoveOptions320512ItemTypeInputDoneBOOL8832ItemTypeOutputBusyBOOL8840ItemTypeOutputActiveBOOL8848ItemTypeOutputCommandAbortedBOOL8856ItemTypeOutputErrorBOOL8864ItemTypeOutputErrorIDUDINT32896ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96928ADSbusyBOOL81024MoveGeneric_FB_MoveUniversalGeneric76161088StartType_E_TcNC_StartPosType168704CmdNoUINT168720TriggerExecuteR_TRIG648736MC_MoveModuloCallPouTypeFunctionBlockMC_HomingMode16INTMC_DefaultHoming0MC_AbsSwitch1MC_LimitSwitch2MC_RefPulse3MC_Direct4MC_Absolute5MC_Block6MC_ForceCalibration7MC_ResetCalibration8E_EncoderReferenceMode32UDINTENCODERREFERENCEMODE_DEFAULT0ENCODERREFERENCEMODE_PLCCAM1ENCODERREFERENCEMODE_HARDWARESYNC2ENCODERREFERENCEMODE_HARDWARELATCHPOS3ENCODERREFERENCEMODE_HARDWARELATCHNEG4ENCODERREFERENCEMODE_SOFTWARESYNC5ENCODERREFERENCEMODE_SOFTDRIVELATCHPOS6ENCODERREFERENCEMODE_SOFTDRIVELATCHNEG7ENCODERREFERENCEMODE_APPLICATION20ST_HomingOptions320ClearPositionLagBOOL80SearchDirectionMC_Direction1616128SearchVelocityLREAL6464SyncDirectionMC_Direction16128128SyncVelocityLREAL64192ReferenceModeE_EncoderReferenceMode322560ST_SetPositionOptions32ClearPositionLagBOOL80SelectEncoderIndexBOOL88EncoderIndexUINT1616_ST_TcNC_SetPosOnTheFly256nPosSetTypeUDINT320nCtrlDWordUDINT3232fPreviousActualPosLREAL6464fNewActualPosLREAL64128nReservedDWORD1264192conditionalshowMC_SetPosition1984AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL64128ItemTypeInputModeBOOL8192ItemTypeInputOptionsST_SetPositionOptions32208ItemTypeInputDoneBOOL8240ItemTypeOutputBusyBOOL8248ItemTypeOutputErrorBOOL8256ItemTypeOutputErrorIDUDINT32288ItemTypeOutputdisplaymodehexADSbusyBOOL8320stSetPos_ST_TcNC_SetPosOnTheFly256384iState_E_TcMC_STATES16640100fbAdsWriteADSWRITE1216672fbOnTriggerR_TRIG641888conditionalshowPouTypeFunctionBlockMC_Home7168AxisAXIS_REF3232ItemTypeInOutExecuteBOOL864ItemTypeInputPositionLREAL641281E+307ItemTypeInputHomingModeMC_HomingMode16192ItemTypeInputBufferModeMC_BufferMode16208ItemTypeInputOptionsST_HomingOptions320256ItemTypeInputbCalibrationCamBOOL8576ItemTypeInputDoneBOOL8584ItemTypeOutputBusyBOOL8592ItemTypeOutputActiveBOOL8600ItemTypeOutputCommandAbortedBOOL8608ItemTypeOutputErrorBOOL8616ItemTypeOutputErrorIDUDINT32640ItemTypeOutputdisplaymodehexLastExecutionResult_ST_FunctionBlockResults96672conditionalshowADSbusyBOOL8768conditionalshowiState_E_TcMC_STATES16784100conditionalshowiSubStateINT16800conditionalshowfbAdsWriteCmdADSWRITE1216832conditionalshowfbAdsWriteParameterADSWRITE12162048conditionalshowfbAdsReadRefPosADSREAD12483264conditionalshowReferenceFlagValueUDINT324512conditionalshowfbSetPositionMC_SetPosition19844544conditionalshowCalibrationValueLREAL646528conditionalshowSearchDirectionUINT166592conditionalshowSearchVelocityLREAL646656conditionalshowSyncDirectionUINT166720conditionalshowSyncVelocityLREAL646784conditionalshowReferenceModeE_EncoderReferenceMode326848conditionalshowfbTriggerR_TRIG646880conditionalshowfbTimeOutTON2246944conditionalshowPouTypeFunctionBlockconditionalshow_all_localsFB_WriteParameterInNc_v1_001504bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataDWORD32128ItemTypeInputbBusyBOOL8160ItemTypeOutputbDoneBOOL8168ItemTypeOutputbErrorBOOL8176ItemTypeOutputnErrorIdUDINT32192ItemTypeOutputAxisAXIS_REF32224ItemTypeInOutnStateUINT16256fbADSWRITEADSWRITE1216288PouTypeFunctionBlockFB_WriteFloatParameter1536bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataLREAL64128ItemTypeInputbBusyBOOL8192ItemTypeOutputbDoneBOOL8200ItemTypeOutputbErrorBOOL8208ItemTypeOutputnErrorIdUDINT32224ItemTypeOutputAxisAXIS_REF32256ItemTypeInOutnStateUINT16288fbADSWRITEADSWRITE1216320PouTypeFunctionBlockFB_HomeWriteNcVelocities3456EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputfVelocityToCamLREAL6464ItemTypeInputfVelocityFromCamLREAL64128ItemTypeInputAxisAXIS_REF32192ItemTypeInOutEnOBOOL8224ItemTypeOutputbBusyBOOL8232ItemTypeOutputbDoneBOOL8240ItemTypeOutputbErrorBOOL8248ItemTypeOutputnErrorIdUDINT32256ItemTypeOutputfbExecuteRiseEdgeR_TRIG64288fbWriteVelocityToCamFB_WriteFloatParameter1536384fbWriteVelocityFromCamFB_WriteFloatParameter15361920PouTypeFunctionBlockFB_HomeToSwitch15744EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputbCamSensorBOOL856ItemTypeInputnSearchDirTwoardsCamMC_Direction1664ItemTypeInputnSearchDirOffCamMC_Direction1680ItemTypeInputfHomePositionLREAL64128ItemTypeInputfVelocityToCamNCLREAL64192ItemTypeInputfVelocityFromCamNCLREAL64256ItemTypeInputAxisAXIS_REF32320ItemTypeInOutEnOBOOL8352ItemTypeOutputbBusyBOOL8360ItemTypeOutputbDoneBOOL8368ItemTypeOutputbHomedBOOL8376ItemTypeOutputbErrorBOOL8384ItemTypeOutputnErrorIdUDINT32416ItemTypeOutputfbHomeMC_Home7168448fbWriteHomeDirCamToNCFB_WriteParameterInNc_v1_0015047616fbWriteHomeDirSyncToNCFB_WriteParameterInNc_v1_0015049120fbWriteHomeModeToNCFB_WriteParameterInNc_v1_00150410624fbWriteHomeVelocitiesToNCFB_HomeWriteNcVelocities345612160bConfigNCDoneBOOL8156160fbRTriggR_TRIG6415648PouTypeFunctionBlockFB_HomeDirect7424EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputfHomePositionLREAL6464ItemTypeInputAxisAXIS_REF32128ItemTypeInOutEnOBOOL8160ItemTypeOutputbBusyBOOL8168ItemTypeOutputbDoneBOOL8176ItemTypeOutputbHomedBOOL8184ItemTypeOutputbErrorBOOL8192ItemTypeOutputnErrorIdUDINT32224ItemTypeOutputfbHomeMC_Home7168256PouTypeFunctionBlockFB_ReadParameterInNc_v1_001536bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataDWORD32128ItemTypeOutputbBusyBOOL8160ItemTypeOutputbDoneBOOL8168ItemTypeOutputbErrorBOOL8176ItemTypeOutputnErrorIdUDINT32192ItemTypeOutputAxisAXIS_REF32224ItemTypeInOutnStateUINT16256fbADSREADADSREAD1248288PouTypeFunctionBlockFB_HomeReadSoftLimEnable3264EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputAxisAXIS_REF3264ItemTypeInOutEnOBOOL896ItemTypeOutputbBusyBOOL8104ItemTypeOutputbDoneBOOL8112ItemTypeOutputbErrorBOOL8120ItemTypeOutputnErrorIdUDINT32128ItemTypeOutputbSofLimEnableLowBOOL81601ItemTypeOutputbSofLimEnableHighBOOL81681ItemTypeOutputfbReadSoftLimEnableLowFB_ReadParameterInNc_v1_001536192fbReadSoftLimEnableHighFB_ReadParameterInNc_v1_0015361728PouTypeFunctionBlockFB_HomeWriteSoftLimEnable3264EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputbSofLimEnableLowBOOL8561ItemTypeInputbSofLimEnableHighBOOL8641ItemTypeInputAxisAXIS_REF3296ItemTypeInOutEnOBOOL8128ItemTypeOutputbBusyBOOL8136ItemTypeOutputbDoneBOOL8144ItemTypeOutputbErrorBOOL8152ItemTypeOutputnErrorIdUDINT32160ItemTypeOutputfbExecuteRiseEdgeR_TRIG64192fbWriteSoftLimEnableLowFB_WriteParameterInNc_v1_001504256fbWriteSoftLimEnableHighFB_WriteParameterInNc_v1_0015041760PouTypeFunctionBlockFB_ReadFloatParameter1600bExecuteBOOL832ItemTypeInputnDeviceGroupUDINT3264ItemTypeInputnIndexOffsetUDINT3296ItemTypeInputnDataLREAL64128ItemTypeOutputbBusyBOOL8192ItemTypeOutputbDoneBOOL8200ItemTypeOutputbErrorBOOL8208ItemTypeOutputnErrorIdUDINT32224ItemTypeOutputAxisAXIS_REF32256ItemTypeInOutnStateUINT16288fbADSREADADSREAD1248320PouTypeFunctionBlockFB_HomeReadNcVelocities3520EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputAxisAXIS_REF3264ItemTypeInOutEnOBOOL896ItemTypeOutputbBusyBOOL8104ItemTypeOutputbDoneBOOL8112ItemTypeOutputbErrorBOOL8120ItemTypeOutputnErrorIdUDINT32128ItemTypeOutputfVelocityToCamLREAL64192ItemTypeOutputfVelocityFromCamLREAL64256ItemTypeOutputfbReadVelocityToCamFB_ReadFloatParameter1600320fbReadVelocityFromCamFB_ReadFloatParameter16001920PouTypeFunctionBlockFB_HomePrepare17728EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputnCmdDataUINT1664ItemTypeInputAxisAXIS_REF3296ItemTypeInOutEnOBOOL8128ItemTypeOutputbBusyBOOL8136ItemTypeOutputbDoneBOOL8144ItemTypeOutputbErrorBOOL8152ItemTypeOutputnErrorIdUDINT32160ItemTypeOutputbSofLimEnableLowOriginalBOOL81921ItemTypeOutputbSofLimEnableHighOriginalBOOL82001ItemTypeOutputfVelocityToCamLREAL642560ItemTypeOutputfVelocityFromCamLREAL643200ItemTypeOutputfbHomeReadSoftLimEnableFB_HomeReadSoftLimEnable3264384fbHomeDisableSoftLimEnableFB_HomeWriteSoftLimEnable32643648fbHomeReadNCVelocitiesFB_HomeReadNcVelocities35206912fbHomeResetCalibrationFlagMC_Home716810432fbExecuteRiseEdgeR_TRIG6417600bExecuteReadNCBOOL8176640bExecuteWriteNCBOOL8176720nStateINT16176800PouTypeFunctionBlockFB_HomeFinish3552EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputnCmdDataUINT1664ItemTypeInputbSofLimEnableLowBOOL8801ItemTypeInputbSofLimEnableHighBOOL8881ItemTypeInputAxisAXIS_REF3296ItemTypeInOutEnOBOOL8128ItemTypeOutputbBusyBOOL8136ItemTypeOutputbDoneBOOL8144ItemTypeOutputbErrorBOOL8152ItemTypeOutputnErrorIdUDINT32160ItemTypeOutputfbHomewriteSoftLimEnableFB_HomeWriteSoftLimEnable3264192fbExecuteRiseEdgeR_TRIG643456bExecuteWriteNCBOOL835200nStateINT1635360PouTypeFunctionBlockFB_HomeVirtual53696EnBOOL832ItemTypeInputbResetBOOL840ItemTypeInputbExecuteBOOL848ItemTypeInputnCmdDataUINT1664ItemTypeInputbLimitFwdBOOL880ItemTypeInputbLimitBwdBOOL888ItemTypeInputbHomeSensorBOOL896ItemTypeInputfHomePositionLREAL64128ItemTypeInputnHomeRevOffsetUINT16192ItemTypeInputAxisAXIS_REF32224ItemTypeInOutEnOBOOL8256ItemTypeOutputbBusyBOOL8264ItemTypeOutputbDoneBOOL8272ItemTypeOutputbHomedBOOL8280ItemTypeOutputbErrorBOOL8288ItemTypeOutputnErrorIdUDINT32320ItemTypeOutputfbHomeToSwitchFB_HomeToSwitch15744384fbHomeDirectFB_HomeDirect742416128fbMoveVelocityMC_MoveVelocity870423552fbHomePrepareFB_HomePrepare1772832256fbHomeFinishFB_HomeFinish355249984fbExecuteRiseEdgeR_TRIG6453536nHomingStateINT16536000bExecuteHomeToSwitchBOOL8536160bExecuteMoveVelocityBOOL8536240bExecutePrepareBOOL8536320bExecuteFinishBOOL8536400bExecuteHomeDirectBOOL853648nCmdDataLocalUINT1653664bSequenceReadyBOOL8536801bRestoreNCDataNeededBOOL8536880PouTypeFunctionBlockFB_DriveVirtual162688sVersionSTRING(80)648321.0.3EnBOOL8680ItemTypeInputbEnableBOOL8688ItemTypeInputbResetBOOL8696ItemTypeInputbExecuteBOOL8704ItemTypeInputnCommandUINT + 32 + 96 + + 2097152 + + + + + conditionalshow + + + + + _FB_MoveUniversalGeneric + 7616 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + LastExecutionResult + _ST_FunctionBlockResults + 32 + 64 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 96 + + + ItemType + Input + + + + + StartType + _E_TcNC_StartPosType + 20110511 KSt type changed for Tc3 + 16 + 112 + + + ItemType + Input + + + + + Position + LREAL + 64 + 128 + + + ItemType + Input + + + + + Torque + LREAL + 64 + 192 + + + ItemType + Input + + + + + TorqueRamp + LREAL + 64 + 256 + + + ItemType + Input + + + + + Velocity + LREAL + 64 + 320 + + + ItemType + Input + + + + + VelocityLimitHigh + LREAL + 64 + 384 + + + ItemType + Input + + + + + VelocityLimitLow + LREAL + 64 + 448 + + + ItemType + Input + + + + + Acceleration + LREAL + 64 + 512 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 576 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 640 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + Direction : MC_Direction := MC_Positive_Direction; + E + 16 + 704 + + + ItemType + Input + + + + + Options + ST_MoveOptions + 320 + 768 + + + ItemType + Input + + + + + OptionsTorque + ST_TorqueControlOptions + 128 + 1088 + + + ItemType + Input + + + + + Reset + BOOL + for internal use only + 8 + 1216 + + + ItemType + Input + + + + + GotoRunState + BOOL + for internal use only + 8 + 1224 + + + ItemType + Input + + + + + Done + BOOL + Same meaning as InVelocity for continous motion commands + 8 + 1232 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 1240 + + + ItemType + Output + + + + + Active + BOOL + 8 + 1248 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 1256 + + + ItemType + Output + + + + + Error + BOOL + 8 + 1264 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 1280 + + + ItemType + Output + + + displaymode + hex + + + + + CmdNo + UINT + 16 + 1312 + + + ItemType + Output + + + + + ADSbusy + BOOL + 8 + 1328 + + + ItemType + Output + + + + + InTorque + BOOL + 8 + 1336 + + + ItemType + Output + + + + + iState + _E_TcMC_STATES + 16 + 1344 + + 100 + + + + sStartRequest + _ST_TcNC_UnversalAxisStartRequest + 640 + 1408 + + + sTorqueStartRequest + _ST_TcNC_UniversalAxisTorqueStartRequest + 576 + 2048 + + + sStartResponse + _ST_TcNC_UnversalAxisStartResponse + 32 + 2624 + + + fbAdsReadWrite + ADSRDWRTEX + 1440 + 2656 + + + ContinousMode + BOOL + 8 + 4096 + + + InVelocity + BOOL + 8 + 4104 + + + DiffCycleCounter + UDINT + 32 + 4128 + + + EmptyStartResponse + _ST_TcNC_UnversalAxisStartResponse + 32 + 4160 + + + COUNT_R + UDINT + 32 + 4192 + + + CounterCmdNoZero + BYTE + 8 + 4224 + + + CounterCmdNotStarted + BYTE + 8 + 4232 + + + DiffCmdNo + INT + 16 + 4240 + + + InitialNcToPlcCmdNo + UINT + 16 + 4256 + + + NcCycleCounter + BYTE + 8 + 4272 + + + LastNcCycleCounter + BYTE + 8 + 4280 + + + NcMappingCounter + BYTE + 8 + 4288 + + + NcCycleCounterAvailable + BOOL + 8 + 4296 + + + NcCycleCounterNotAvailable + BOOL + 8 + 4304 + + + NcCyclicFeedbackExpected + BOOL + 8 + 4312 + + + PlcDebugCode + DWORD + 32 + 4320 + + + AxisIsSlave + BOOL + 8 + 4352 + + + GetTaskIndex + GETCURTASKINDEX + 128 + 4384 + + + CycleCounter + UDINT + 32 + 4512 + + + BusyCounter + UDINT + 32 + 4544 + + + fbTimeOut + TON + 224 + 4576 + + + fbStopMonitoringTimeOut + TON + 224 + 4800 + + + fbTimeOutMappingCounter + TON + 224 + 5024 + + + fbOnTrigger + R_TRIG + 64 + 5248 + + + sTempMsg + STRING(255) + 2048 + 5312 + + + AccDecreasing + BOOL + 8 + 7360 + + + AccOld + LREAL + 64 + 7424 + + + OpMode + _ST_TcNc_OperationModes + 128 + 7488 + + + suppress_warning_0 + C0228 + + + + + ActMonitorStop + + + ActMonitorAbortTorque + + + ActMonitorContinousMotion + + + ActMonitorDiscreteMotion + + + ActErrorMessage + + + ActMonitorContinuousTorque + + + ActCalcDiffCmdNo + + + ActNcCycleCounter + + + + PouType + FunctionBlock + + + conditionalshow + + + + + MC_Halt + 8576 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 64 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 128 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 192 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + 16 + 256 + + + ItemType + Input + + + + + Options + ST_MoveOptions + optional parameters + 320 + 320 + + + ItemType + Input + + + + + Done + BOOL + 8 + 640 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 648 + + + ItemType + Output + + + + + Active + BOOL + 8 + 656 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 664 + + + ItemType + Output + + + + + Error + BOOL + 8 + 672 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 704 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 736 + + + ADSbusy + BOOL + 8 + 832 + + + MoveGeneric + _FB_MoveUniversalGeneric + 7616 + 896 + + + CmdNo + UINT + 16 + 8512 + + + + PouType + FunctionBlock + + + + + E_JogMode + 16 + INT + + MC_JOGMODE_STANDARD_SLOW + 0 + motion with standard jog parameters for slow motion + + + MC_JOGMODE_STANDARD_FAST + 1 + motion with standard jog parameters for fast motion + + + MC_JOGMODE_CONTINOUS + 2 + axis moves as long as the jog button is pressed using parameterized dynamics + + + MC_JOGMODE_INCHING + 3 + axis moves for a certain relative distance + + + MC_JOGMODE_INCHING_MODULO + 4 + axis moves for a certain relative distance - stop position is rounded to the distance value + + + + MC_Direction + 16 + INT + + MC_Positive_Direction + 1 + + + MC_Shortest_Way + 2 + + + MC_Negative_Direction + 3 + + + MC_Current_Direction + 4 + + + MC_Undefined_Direction + 128 + + + + MC_MoveVelocity + 8704 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 64 + + + ItemType + Input + + + + + Velocity + LREAL + ContinuousUpdate : BOOL; + not available + 64 + 128 + + + ItemType + Input + + + + + Acceleration + LREAL + 64 + 192 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 256 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 320 + + + ItemType + Input + + + + + Direction + MC_Direction + 16 + 384 + + 1 + + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + 16 + 400 + + + ItemType + Input + + + + + Options + ST_MoveOptions + 320 + 448 + + + ItemType + Input + + + + + InVelocity + BOOL + Commanded velocity reached + 8 + 768 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 776 + + + ItemType + Output + + + + + Active + BOOL + 8 + 784 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 792 + + + ItemType + Output + + + + + Error + BOOL + 8 + 800 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 832 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 864 + + + ADSbusy + BOOL + 8 + 960 + + + MoveGeneric + _FB_MoveUniversalGeneric + 7616 + 1024 + + + CmdNo + UINT + 16 + 8640 + + + + PouType + FunctionBlock + + + + + ST_McOutputs + 96 + + Done + BOOL + 8 + 0 + + + Busy + BOOL + 8 + 8 + + + Active + BOOL + 8 + 16 + + + CommandAborted + BOOL + 8 + 24 + + + Error + BOOL + 8 + 32 + + + ErrorID + UDINT + 32 + 64 + + + + MC_MoveAbsolute + 8768 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + Start the motion at rising edge + 8 + 64 + + + ItemType + Input + + + + + Position + LREAL + Target position for the motion + 64 + 128 + + + ItemType + Input + + + + + Velocity + LREAL + Value of the maximum velocity + 64 + 192 + + + ItemType + Input + + + + + Acceleration + LREAL + Value of the maximum acceleration + 64 + 256 + + + ItemType + Input + + + + + Deceleration + LREAL + Value of the maximum deceleration + 64 + 320 + + + ItemType + Input + + + + + Jerk + LREAL + Value of the maximum jerk + 64 + 384 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + Direction : MC_Direction; + not available + 16 + 448 + + + ItemType + Input + + + + + Options + ST_MoveOptions + optional parameters + 320 + 512 + + + ItemType + Input + + + + + Done + BOOL + 8 + 832 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 840 + + + ItemType + Output + + + + + Active + BOOL + 8 + 848 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 856 + + + ItemType + Output + + + + + Error + BOOL + 8 + 864 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 896 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 928 + + + ADSbusy + BOOL + 8 + 1024 + + + MoveGeneric + _FB_MoveUniversalGeneric + 7616 + 1088 + + + CmdNo + UINT + 16 + 8704 + + + + PouType + FunctionBlock + + + + + MC_MoveRelative + 8768 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 64 + + + ItemType + Input + + + + + Distance + LREAL + ContinuousUpdate : BOOL; + not available + 64 + 128 + + + ItemType + Input + + + + + Velocity + LREAL + 64 + 192 + + + ItemType + Input + + + + + Acceleration + LREAL + 64 + 256 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 320 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 384 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + 16 + 448 + + + ItemType + Input + + + + + Options + ST_MoveOptions + 320 + 512 + + + ItemType + Input + + + + + Done + BOOL + 8 + 832 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 840 + + + ItemType + Output + + + + + Active + BOOL + 8 + 848 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 856 + + + ItemType + Output + + + + + Error + BOOL + 8 + 864 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 896 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 928 + + + ADSbusy + BOOL + 8 + 1024 + + + MoveGeneric + _FB_MoveUniversalGeneric + 7616 + 1088 + + + CmdNo + UINT + 16 + 8704 + + + + PouType + FunctionBlock + + + + + MC_Jog + 44032 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + JogForward + BOOL + 8 + 64 + + + ItemType + Input + + + + + JogBackwards + BOOL + 8 + 72 + + + ItemType + Input + + + + + Mode + E_JogMode + 16 + 80 + + + ItemType + Input + + + + + Position + LREAL + 64 + 128 + + + ItemType + Input + + + + + Velocity + LREAL + 64 + 192 + + + ItemType + Input + + + + + Acceleration + LREAL + 64 + 256 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 320 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 384 + + + ItemType + Input + + + + + Done + BOOL + 8 + 448 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 456 + + + ItemType + Output + + + + + Active + BOOL + 8 + 464 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 472 + + + ItemType + Output + + + + + Error + BOOL + 8 + 480 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 512 + + + ItemType + Output + + + displaymode + hex + + + + + state + INT + 16 + 544 + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 576 + + + StateDWord + BOOL + 8 + 672 + + + ExecuteMoveVelocity + BOOL + 8 + 680 + + + MoveVelocity + MC_MoveVelocity + 8704 + 704 + + + MoveVelocityOut + ST_McOutputs + 96 + 9408 + + + Direction + MC_Direction + 16 + 9504 + + + ExecuteHalt + BOOL + 8 + 9520 + + + Halt + MC_Halt + 8576 + 9536 + + + HaltOut + ST_McOutputs + 96 + 18112 + + + ExecuteMoveAbsolute + BOOL + 8 + 18208 + + + MoveAbsolute + MC_MoveAbsolute + 8768 + 18240 + + + MoveAbsoluteOut + ST_McOutputs + 96 + 27008 + + + ExecuteMoveRelative + BOOL + 8 + 27104 + + + MoveRelative + MC_MoveRelative + 8768 + 27136 + + + MoveRelativeOut + ST_McOutputs + 96 + 35904 + + + JogMove + _FB_MoveUniversalGeneric + 7616 + 36032 + + + LastJogMoveResult + _ST_FunctionBlockResults + 96 + 43648 + + + ExecuteJogMove + BOOL + 8 + 43744 + + + StartType + _E_TcNC_StartPosType + 16 + 43760 + + + JogMoveOut + ST_McOutputs + 96 + 43776 + + + JogEnd + BOOL + 8 + 43872 + + + TargetPosition + LREAL + 64 + 43904 + + + modulo + LREAL + 64 + 43968 + + + ActJogMove + + + ActCheckJogEnd + + + + PouType + FunctionBlock + + + + + MC_MoveModulo + 8832 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 64 + + + ItemType + Input + + + + + Position + LREAL + 64 + 128 + + + ItemType + Input + + + + + Velocity + LREAL + 64 + 192 + + + ItemType + Input + + + + + Acceleration + LREAL + 64 + 256 + + + ItemType + Input + + + + + Deceleration + LREAL + 64 + 320 + + + ItemType + Input + + + + + Jerk + LREAL + 64 + 384 + + + ItemType + Input + + + + + Direction + MC_Direction + modulo shortest way, modulo positive, modulo negative + 16 + 448 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + E + 16 + 464 + + + ItemType + Input + + + + + Options + ST_MoveOptions + 320 + 512 + + + ItemType + Input + + + + + Done + BOOL + 8 + 832 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 840 + + + ItemType + Output + + + + + Active + BOOL + 8 + 848 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 856 + + + ItemType + Output + + + + + Error + BOOL + 8 + 864 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 896 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 928 + + + ADSbusy + BOOL + 8 + 1024 + + + MoveGeneric + _FB_MoveUniversalGeneric + 7616 + 1088 + + + StartType + _E_TcNC_StartPosType + 16 + 8704 + + + CmdNo + UINT + 16 + 8720 + + + TriggerExecute + R_TRIG + 64 + 8736 + + + MC_MoveModuloCall + + + + PouType + FunctionBlock + + + + + MC_HomingMode + 16 + INT + + MC_DefaultHoming + 0 + default homing as defined in the SystemManager encoder parameters + + + MC_AbsSwitch + 1 + not implemented - Absolute Switch homing plus Limit switches + + + MC_LimitSwitch + 2 + not implemented - Homing against Limit switches + + + MC_RefPulse + 3 + not implemented - Homing using encoder Reference Pulse "Zero Mark" + + + MC_Direct + 4 + Static Homing forcing position from user reference + + + MC_Absolute + 5 + not implemented - Static Homing forcing position from absolute encoder + + + MC_Block + 6 + not implemented - Homing against hardware parts blocking movement + + + MC_ForceCalibration + 7 + set the calibration flag without performing any motion or changing the position + + + MC_ResetCalibration + 8 + resets the calibration flag without performing any motion or changing the position + + + + E_EncoderReferenceMode + 32 + UDINT + + ENCODERREFERENCEMODE_DEFAULT + 0 + + + ENCODERREFERENCEMODE_PLCCAM + 1 + + + ENCODERREFERENCEMODE_HARDWARESYNC + 2 + + + ENCODERREFERENCEMODE_HARDWARELATCHPOS + 3 + + + ENCODERREFERENCEMODE_HARDWARELATCHNEG + 4 + + + ENCODERREFERENCEMODE_SOFTWARESYNC + 5 + + + ENCODERREFERENCEMODE_SOFTDRIVELATCHPOS + 6 + + + ENCODERREFERENCEMODE_SOFTDRIVELATCHNEG + 7 + + + ENCODERREFERENCEMODE_APPLICATION + 20 + + + + ST_HomingOptions + 320 + + ClearPositionLag + BOOL + set actual and set position to same value and clear the position lag + 8 + 0 + + + SearchDirection + MC_Direction + 16 + 16 + + 128 + + + + SearchVelocity + LREAL + 64 + 64 + + + SyncDirection + MC_Direction + 16 + 128 + + 128 + + + + SyncVelocity + LREAL + 64 + 192 + + + ReferenceMode + E_EncoderReferenceMode + 32 + 256 + + 0 + + + + + ST_SetPositionOptions + 32 + + ClearPositionLag + BOOL + set actual and set position to same value and clear the position lag + 8 + 0 + + + SelectEncoderIndex + BOOL + selects an encoder with index 0..n explicitly if enabled - selction by EncoderIndex below + 8 + 8 + + + EncoderIndex + UINT + encoder with index 0..n, 0 is first encoder - valid only if SelectEncoderIndex=TRUE + 16 + 16 + + + + _ST_TcNC_SetPosOnTheFly + 256 + + nPosSetType + UDINT + Absolute, Relative - added KSt 2009-01-28 + 32 + 0 + + + nCtrlDWord + UDINT + added KSt 2009-01-28 + 32 + 32 + + + fPreviousActualPos + LREAL + value not used any longer since 2009-01-28 + 64 + 64 + + + fNewActualPos + LREAL + 64 + 128 + + + nReserved + DWORD + + 1 + 2 + + added KSt 2009-01-28 + 64 + 192 + + + + conditionalshow + + + + + MC_SetPosition + 1984 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + Start setting position in axis + 8 + 64 + + + ItemType + Input + + + + + Position + LREAL + Position unit [u] (Means ‘Distance’ if Mode = RELATIVE) + 64 + 128 + + + ItemType + Input + + + + + Mode + BOOL + RELATIVE =True, ABSOLUTE = False (Default) + 8 + 192 + + + ItemType + Input + + + + + Options + ST_SetPositionOptions + Beckhoff proprietary input + 32 + 208 + + + ItemType + Input + + + + + Done + BOOL + Position has new value + 8 + 240 + + + ItemType + Output + + + + + Busy + BOOL + Shows that the Function Block is not finished + 8 + 248 + + + ItemType + Output + + + + + Error + BOOL + Signals that an error has occurred within the Function Block + 8 + 256 + + + ItemType + Output + + + + + ErrorID + UDINT + Error identification + 32 + 288 + + + ItemType + Output + + + displaymode + hex + + + + + ADSbusy + BOOL + 8 + 320 + + + stSetPos + _ST_TcNC_SetPosOnTheFly + 256 + 384 + + + iState + _E_TcMC_STATES + 16 + 640 + + 100 + + + + fbAdsWrite + ADSWRITE + 1216 + 672 + + + fbOnTrigger + R_TRIG + 64 + 1888 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + + + MC_Home + 7168 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 64 + + + ItemType + Input + + + + + Position + LREAL + 64 + 128 + + 1E+307 + + + + ItemType + Input + + + + + HomingMode + MC_HomingMode + 16 + 192 + + + ItemType + Input + + + + + BufferMode + MC_BufferMode + 16 + 208 + + + ItemType + Input + + + + + Options + ST_HomingOptions + Beckhoff proprietary input + 320 + 256 + + + ItemType + Input + + + + + bCalibrationCam + BOOL + Beckhoff proprietary input + 8 + 576 + + + ItemType + Input + + + + + Done + BOOL + 8 + 584 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 592 + + + ItemType + Output + + + + + Active + BOOL + 8 + 600 + + + ItemType + Output + + + + + CommandAborted + BOOL + 8 + 608 + + + ItemType + Output + + + + + Error + BOOL + 8 + 616 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 640 + + + ItemType + Output + + + displaymode + hex + + + + + LastExecutionResult + _ST_FunctionBlockResults + 96 + 672 + + + conditionalshow + + + + + ADSbusy + BOOL + 8 + 768 + + + conditionalshow + + + + + iState + _E_TcMC_STATES + 16 + 784 + + 100 + + + + conditionalshow + + + + + iSubState + INT + 16 + 800 + + + conditionalshow + + + + + fbAdsWriteCmd + ADSWRITE + 1216 + 832 + + + conditionalshow + + + + + fbAdsWriteParameter + ADSWRITE + 1216 + 2048 + + + conditionalshow + + + + + fbAdsReadRefPos + ADSREAD + 1248 + 3264 + + + conditionalshow + + + + + ReferenceFlagValue + UDINT + 32 + 4512 + + + conditionalshow + + + + + fbSetPosition + MC_SetPosition + 1984 + 4544 + + + conditionalshow + + + + + CalibrationValue + LREAL + 64 + 6528 + + + conditionalshow + + + + + SearchDirection + UINT + 16 + 6592 + + + conditionalshow + + + + + SearchVelocity + LREAL + 64 + 6656 + + + conditionalshow + + + + + SyncDirection + UINT + 16 + 6720 + + + conditionalshow + + + + + SyncVelocity + LREAL + 64 + 6784 + + + conditionalshow + + + + + ReferenceMode + E_EncoderReferenceMode + 32 + 6848 + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 6880 + + + conditionalshow + + + + + fbTimeOut + TON + 224 + 6944 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_WriteParameterInNc_v1_00 + 1504 + + bExecute + BOOL + 8 + 32 + + + ItemType + Input + + + + + nDeviceGroup + UDINT + 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata + 32 + 64 + + + ItemType + Input + + + + + nIndexOffset + UDINT + 32 + 96 + + + ItemType + Input + + + + + nData + DWORD + 32 + 128 + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 160 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 168 + + + ItemType + Output + + + + + bError + BOOL + 8 + 176 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 192 + + + ItemType + Output + + + + + Axis + AXIS_REF + 32 + 224 + + + ItemType + InOut + + + + + nState + UINT + 16 + 256 + + + fbADSWRITE + ADSWRITE + 1216 + 288 + + + + PouType + FunctionBlock + + + + + FB_WriteFloatParameter + 1536 + + bExecute + BOOL + 8 + 32 + + + ItemType + Input + + + + + nDeviceGroup + UDINT + 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata + 32 + 64 + + + ItemType + Input + + + + + nIndexOffset + UDINT + 32 + 96 + + + ItemType + Input + + + + + nData + LREAL + 64 + 128 + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 192 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 200 + + + ItemType + Output + + + + + bError + BOOL + 8 + 208 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 224 + + + ItemType + Output + + + + + Axis + AXIS_REF + 32 + 256 + + + ItemType + InOut + + + + + nState + UINT + 16 + 288 + + + fbADSWRITE + ADSWRITE + 1216 + 320 + + + + PouType + FunctionBlock + + + + + FB_HomeWriteNcVelocities + 3456 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + fVelocityToCam + LREAL + 64 + 64 + + + ItemType + Input + + + + + fVelocityFromCam + LREAL + 64 + 128 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 192 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 224 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 232 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 240 + + + ItemType + Output + + + + + bError + BOOL + 8 + 248 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 256 + + + ItemType + Output + + + + + fbExecuteRiseEdge + R_TRIG + 64 + 288 + + + fbWriteVelocityToCam + FB_WriteFloatParameter + 1536 + 384 + + + fbWriteVelocityFromCam + FB_WriteFloatParameter + 1536 + 1920 + + + + PouType + FunctionBlock + + + + + FB_HomeToSwitch + 15744 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + bCamSensor + BOOL + 8 + 56 + + + ItemType + Input + + + + + nSearchDirTwoardsCam + MC_Direction + 16 + 64 + + + ItemType + Input + + + + + nSearchDirOffCam + MC_Direction + 16 + 80 + + + ItemType + Input + + + + + fHomePosition + LREAL + 64 + 128 + + + ItemType + Input + + + + + fVelocityToCamNC + LREAL + Velcoity when searching for cam + 64 + 192 + + + ItemType + Input + + + + + fVelocityFromCamNC + LREAL + Velocity after found cam (searching for next signal transition) + 64 + 256 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 320 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 352 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 360 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 368 + + + ItemType + Output + + + + + bHomed + BOOL + 8 + 376 + + + ItemType + Output + + + + + bError + BOOL + 8 + 384 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 416 + + + ItemType + Output + + + + + fbHome + MC_Home + 7168 + 448 + + + fbWriteHomeDirCamToNC + FB_WriteParameterInNc_v1_00 + 1504 + 7616 + + + fbWriteHomeDirSyncToNC + FB_WriteParameterInNc_v1_00 + 1504 + 9120 + + + fbWriteHomeModeToNC + FB_WriteParameterInNc_v1_00 + 1504 + 10624 + + + fbWriteHomeVelocitiesToNC + FB_HomeWriteNcVelocities + 3456 + 12160 + + + bConfigNCDone + BOOL + 8 + 15616 + + 0 + + + + fbRTrigg + R_TRIG + 64 + 15648 + + + + PouType + FunctionBlock + + + + + FB_HomeDirect + 7424 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + fHomePosition + LREAL + 64 + 64 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 128 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 160 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 168 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 176 + + + ItemType + Output + + + + + bHomed + BOOL + 8 + 184 + + + ItemType + Output + + + + + bError + BOOL + 8 + 192 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 224 + + + ItemType + Output + + + + + fbHome + MC_Home + 7168 + 256 + + + + PouType + FunctionBlock + + + + + FB_ReadParameterInNc_v1_00 + 1536 + + bExecute + BOOL + 8 + 32 + + + ItemType + Input + + + + + nDeviceGroup + UDINT + 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata + 32 + 64 + + + ItemType + Input + + + + + nIndexOffset + UDINT + 32 + 96 + + + ItemType + Input + + + + + nData + DWORD + 32 + 128 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 160 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 168 + + + ItemType + Output + + + + + bError + BOOL + 8 + 176 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 192 + + + ItemType + Output + + + + + Axis + AXIS_REF + 32 + 224 + + + ItemType + InOut + + + + + nState + UINT + 16 + 256 + + + fbADSREAD + ADSREAD + 1248 + 288 + + + + PouType + FunctionBlock + + + + + FB_HomeReadSoftLimEnable + 3264 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 64 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 96 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 104 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 112 + + + ItemType + Output + + + + + bError + BOOL + 8 + 120 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 128 + + + ItemType + Output + + + + + bSofLimEnableLow + BOOL + 8 + 160 + + 1 + + + + ItemType + Output + + + + + bSofLimEnableHigh + BOOL + 8 + 168 + + 1 + + + + ItemType + Output + + + + + fbReadSoftLimEnableLow + FB_ReadParameterInNc_v1_00 + 1536 + 192 + + + fbReadSoftLimEnableHigh + FB_ReadParameterInNc_v1_00 + 1536 + 1728 + + + + PouType + FunctionBlock + + + + + FB_HomeWriteSoftLimEnable + 3264 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + bSofLimEnableLow + BOOL + 8 + 56 + + 1 + + + + ItemType + Input + + + + + bSofLimEnableHigh + BOOL + 8 + 64 + + 1 + + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 96 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 128 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 136 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 144 + + + ItemType + Output + + + + + bError + BOOL + 8 + 152 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 160 + + + ItemType + Output + + + + + fbExecuteRiseEdge + R_TRIG + 64 + 192 + + + fbWriteSoftLimEnableLow + FB_WriteParameterInNc_v1_00 + 1504 + 256 + + + fbWriteSoftLimEnableHigh + FB_WriteParameterInNc_v1_00 + 1504 + 1760 + + + + PouType + FunctionBlock + + + + + FB_ReadFloatParameter + 1600 + + bExecute + BOOL + 8 + 32 + + + ItemType + Input + + + + + nDeviceGroup + UDINT + 16#4000=Axisdata, 16#5000=Encoderdata, 16#6000=Controldata, 16#7000=Drivedata + 32 + 64 + + + ItemType + Input + + + + + nIndexOffset + UDINT + 32 + 96 + + + ItemType + Input + + + + + nData + LREAL + 64 + 128 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 192 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 200 + + + ItemType + Output + + + + + bError + BOOL + 8 + 208 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 224 + + + ItemType + Output + + + + + Axis + AXIS_REF + 32 + 256 + + + ItemType + InOut + + + + + nState + UINT + 16 + 288 + + + fbADSREAD + ADSREAD + 1248 + 320 + + + + PouType + FunctionBlock + + + + + FB_HomeReadNcVelocities + 3520 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 64 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 96 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 104 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 112 + + + ItemType + Output + + + + + bError + BOOL + 8 + 120 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 128 + + + ItemType + Output + + + + + fVelocityToCam + LREAL + 64 + 192 + + + ItemType + Output + + + + + fVelocityFromCam + LREAL + 64 + 256 + + + ItemType + Output + + + + + fbReadVelocityToCam + FB_ReadFloatParameter + 1600 + 320 + + + fbReadVelocityFromCam + FB_ReadFloatParameter + 1600 + 1920 + + + + PouType + FunctionBlock + + + + + FB_HomePrepare + 17728 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + nCmdData + UINT + 16 + 64 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 96 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 128 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 136 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 144 + + + ItemType + Output + + + + + bError + BOOL + 8 + 152 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 160 + + + ItemType + Output + + + + + bSofLimEnableLowOriginal + BOOL + 8 + 192 + + 1 + + + + ItemType + Output + + + + + bSofLimEnableHighOriginal + BOOL + 8 + 200 + + 1 + + + + ItemType + Output + + + + + fVelocityToCam + LREAL + 64 + 256 + + 0 + + + + ItemType + Output + + + + + fVelocityFromCam + LREAL + 64 + 320 + + 0 + + + + ItemType + Output + + + + + fbHomeReadSoftLimEnable + FB_HomeReadSoftLimEnable + 3264 + 384 + + + fbHomeDisableSoftLimEnable + FB_HomeWriteSoftLimEnable + 3264 + 3648 + + + fbHomeReadNCVelocities + FB_HomeReadNcVelocities + 3520 + 6912 + + + fbHomeResetCalibrationFlag + MC_Home + Only used for reset of calibration flag + 7168 + 10432 + + + fbExecuteRiseEdge + R_TRIG + 64 + 17600 + + + bExecuteReadNC + BOOL + 8 + 17664 + + 0 + + + + bExecuteWriteNC + BOOL + 8 + 17672 + + 0 + + + + nState + INT + 16 + 17680 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_HomeFinish + 3552 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + nCmdData + UINT + 16 + 64 + + + ItemType + Input + + + + + bSofLimEnableLow + BOOL + 8 + 80 + + 1 + + + + ItemType + Input + + + + + bSofLimEnableHigh + BOOL + 8 + 88 + + 1 + + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 96 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 128 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 136 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 144 + + + ItemType + Output + + + + + bError + BOOL + 8 + 152 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 160 + + + ItemType + Output + + + + + fbHomewriteSoftLimEnable + FB_HomeWriteSoftLimEnable + 3264 + 192 + + + fbExecuteRiseEdge + R_TRIG + 64 + 3456 + + + bExecuteWriteNC + BOOL + 8 + 3520 + + 0 + + + + nState + INT + 16 + 3536 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_HomeVirtual + 53696 + + En + BOOL + 8 + 32 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 40 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 48 + + + ItemType + Input + + + + + nCmdData + UINT + 16 + 64 + + + ItemType + Input + + + + + bLimitFwd + BOOL + 8 + 80 + + + ItemType + Input + + + + + bLimitBwd + BOOL + 8 + 88 + + + ItemType + Input + + + + + bHomeSensor + BOOL + 8 + 96 + + + ItemType + Input + + + + + fHomePosition + LREAL + 64 + 128 + + + ItemType + Input + + + + + nHomeRevOffset + UINT + 16 + 192 + + + ItemType + Input + + + + + Axis + AXIS_REF + 32 + 224 + + + ItemType + InOut + + + + + EnO + BOOL + 8 + 256 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 264 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 272 + + + ItemType + Output + + + + + bHomed + BOOL + 8 + 280 + + + ItemType + Output + + + + + bError + BOOL + 8 + 288 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 320 + + + ItemType + Output + + + + + fbHomeToSwitch + FB_HomeToSwitch + 15744 + 384 + + + fbHomeDirect + FB_HomeDirect + Only used for direct homing (set of position) + 7424 + 16128 + + + fbMoveVelocity + MC_MoveVelocity + 8704 + 23552 + + + fbHomePrepare + FB_HomePrepare + 17728 + 32256 + + + fbHomeFinish + FB_HomeFinish + 3552 + 49984 + + + fbExecuteRiseEdge + R_TRIG + 64 + 53536 + + + nHomingState + INT + 16 + 53600 + + 0 + + + + bExecuteHomeToSwitch + BOOL + 8 + 53616 + + 0 + + + + bExecuteMoveVelocity + BOOL + 8 + 53624 + + 0 + + + + bExecutePrepare + BOOL + 8 + 53632 + + 0 + + + + bExecuteFinish + BOOL + 8 + 53640 + + 0 + + + + bExecuteHomeDirect + BOOL + 8 + 53648 + + + nCmdDataLocal + UINT + Ensure that nCmdData is not changed during sequence + 16 + 53664 + + + bSequenceReady + BOOL + 8 + 53680 + + 1 + + + + bRestoreNCDataNeeded + BOOL + 8 + 53688 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_DriveVirtual + 162688 + + sVersion + STRING(80) + 648 + 32 + + 1.0.3 + + + + En + BOOL + 8 + 680 + + + ItemType + Input + + + + + bEnable + BOOL + 8 + 688 + + + ItemType + Input + + + + + bReset + BOOL + 8 + 696 + + + ItemType + Input + + + + + bExecute + BOOL + 8 + 704 + + + ItemType + Input + + + + + nCommand + UINT + // nCommandLocal... // 0 = Jog // 1 = MoveVelocity // 2 = MoveRelative // 3 = MoveAbsolut // 4 = MoveModulo // 10 = Homing -// 20 = SuperInp >>>ToBe -// 30 = Gear]]>16720ItemTypeInputnCmdDataUINT16736ItemTypeInputfVelocityLREAL64768ItemTypeInputfPositionLREAL64832ItemTypeInputfAccelerationLREAL64896ItemTypeInputfDecelerationLREAL64960ItemTypeInputbJogFwdBOOL81024ItemTypeInputbJogBwdBOOL81032ItemTypeInputbLimitFwdBOOL81040ItemTypeInputbLimitBwdBOOL81048ItemTypeInputfOverrideLREAL641088100ItemTypeInputbHomeSensorBOOL81152ItemTypeInputfHomePositionLREAL641216ItemTypeInputnHomeRevOffsetUINT161280ItemTypeInputMasterAxisAXIS_REF90241344ItemTypeInputbPowerSelfBOOL810368ItemTypeInputEnOBOOL810376ItemTypeOutputbEnabledBOOL810384ItemTypeOutputbBusyBOOL810392ItemTypeOutputbDoneBOOL810400ItemTypeOutputbErrorBOOL810408ItemTypeOutputbHomedBOOL810416ItemTypeOutputnErrorIdUDINT3210432ItemTypeOutputnMotionAxisIDUDINT32104640ItemTypeOutputStatusST_AxisStatus76810496ItemTypeOutputfActVelocityLREAL6411264ItemTypeOutputfActPositionLREAL6411328ItemTypeOutputfActDiffLREAL6411392ItemTypeOutputsErrorMessageSTRING(80)64811456ItemTypeOutputAxisAXIS_REF3212128ItemTypeInOutnCommandLocalUINT1612160nCmdDataLocalUINT1612176bFirstScanBOOL8121921fbResetMC_Reset163212224fbPowerMC_Power76813888fbHaltMC_Halt857614656fbJogMC_Jog4403223232fbMoveVelocityMC_MoveVelocity870467264fbMoveRelativeMC_MoveRelative876875968fbMoveAbsoluteMC_MoveAbsolute876884736fbMoveModuloMC_MoveModulo883293504fbHomeVirtualFB_HomeVirtual53696102336fbGearInDynMC_GearInDyn4032156032fbGearOutMC_GearOut1792160064fbExecuteRiseEdgeR_TRIG64161856stAxisStatusDUT_AxisStatus_v0_01768161920PouTypeFunctionBlockFB_MotionHoming46656stMotionStageDUT_MotionStage3232ItemTypeInOutbExecuteBOOL864ItemTypeInputbBusyBOOL872ItemTypeOutputbDoneBOOL880ItemTypeOutputbErrorBOOL888ItemTypeOutputnErrorIDUDINT3296ItemTypeOutputfbSetPosMC_SetPosition1984128fbJogMC_Jog440322112rtExecR_TRIG6446144ftExecF_TRIG6446208nHomeStateMachineINT16462720nStateAfterStopINT1646288nMovesINT1646304bFirstDirectionBOOL846320bAtHomeBOOL846328bMoveBOOL846336nErrCountINT1646352bInterruptedBOOL846368IDLEINT16463840NEXT_MOVEINT16464001CHECK_FWDINT16464162CHECK_BWDINT16464323FINAL_MOVEINT16464484FINAL_SETPOSINT16464645ERRORINT16464806WAIT_STOPINT16464967FWD_STARTLREAL + 16 + 720 + + + ItemType + Input + + + + + nCmdData + UINT + 16 + 736 + + + ItemType + Input + + + + + fVelocity + LREAL + 64 + 768 + + + ItemType + Input + + + + + fPosition + LREAL + 64 + 832 + + + ItemType + Input + + + + + fAcceleration + LREAL + 64 + 896 + + + ItemType + Input + + + + + fDeceleration + LREAL + 64 + 960 + + + ItemType + Input + + + + + bJogFwd + BOOL + 8 + 1024 + + + ItemType + Input + + + + + bJogBwd + BOOL + 8 + 1032 + + + ItemType + Input + + + + + bLimitFwd + BOOL + 8 + 1040 + + + ItemType + Input + + + + + bLimitBwd + BOOL + 8 + 1048 + + + ItemType + Input + + + + + fOverride + LREAL + 64 + 1088 + + 100 + + + + ItemType + Input + + + + + bHomeSensor + BOOL + 8 + 1152 + + + ItemType + Input + + + + + fHomePosition + LREAL + 64 + 1216 + + + ItemType + Input + + + + + nHomeRevOffset + UINT + 16 + 1280 + + + ItemType + Input + + + + + MasterAxis + AXIS_REF + 9024 + 1344 + + + ItemType + Input + + + + + bPowerSelf + BOOL + 8 + 10368 + + + ItemType + Input + + + + + EnO + BOOL + 8 + 10376 + + + ItemType + Output + + + + + bEnabled + BOOL + 8 + 10384 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 10392 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 10400 + + + ItemType + Output + + + + + bError + BOOL + 8 + 10408 + + + ItemType + Output + + + + + bHomed + BOOL + 8 + 10416 + + + ItemType + Output + + + + + nErrorId + UDINT + 32 + 10432 + + + ItemType + Output + + + + + nMotionAxisID + UDINT + Axis id in Motion (NC) + 32 + 10464 + + 0 + + + + ItemType + Output + + + + + Status + ST_AxisStatus + 768 + 10496 + + + ItemType + Output + + + + + fActVelocity + LREAL + 64 + 11264 + + + ItemType + Output + + + + + fActPosition + LREAL + 64 + 11328 + + + ItemType + Output + + + + + fActDiff + LREAL + 64 + 11392 + + + ItemType + Output + + + + + sErrorMessage + STRING(80) + 648 + 11456 + + + ItemType + Output + + + + + Axis + AXIS_REF + 32 + 12128 + + + ItemType + InOut + + + + + nCommandLocal + UINT + 16 + 12160 + + + nCmdDataLocal + UINT + 16 + 12176 + + + bFirstScan + BOOL + 8 + 12192 + + 1 + + + + fbReset + MC_Reset + 1632 + 12224 + + + fbPower + MC_Power + 768 + 13888 + + + fbHalt + MC_Halt + 8576 + 14656 + + + fbJog + MC_Jog + 44032 + 23232 + + + fbMoveVelocity + MC_MoveVelocity + 8704 + 67264 + + + fbMoveRelative + MC_MoveRelative + 8768 + 75968 + + + fbMoveAbsolute + MC_MoveAbsolute + 8768 + 84736 + + + fbMoveModulo + MC_MoveModulo + 8832 + 93504 + + + fbHomeVirtual + FB_HomeVirtual + 53696 + 102336 + + + fbGearInDyn + MC_GearInDyn + 4032 + 156032 + + + fbGearOut + MC_GearOut + 1792 + 160064 + + + fbExecuteRiseEdge + R_TRIG + 64 + 161856 + + + stAxisStatus + DUT_AxisStatus_v0_01 + 768 + 161920 + + + + PouType + FunctionBlock + + + + + FB_MotionHoming + 46656 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + bExecute + BOOL + 8 + 64 + + + ItemType + Input + + + + + bBusy + BOOL + 8 + 72 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 80 + + + ItemType + Output + + + + + bError + BOOL + 8 + 88 + + + ItemType + Output + + + + + nErrorID + UDINT + 32 + 96 + + + ItemType + Output + + + + + fbSetPos + MC_SetPosition + 1984 + 128 + + + fbJog + MC_Jog + 44032 + 2112 + + + rtExec + R_TRIG + 64 + 46144 + + + ftExec + F_TRIG + 64 + 46208 + + + nHomeStateMachine + INT + 16 + 46272 + + 0 + + + + nStateAfterStop + INT + 16 + 46288 + + + nMoves + INT + 16 + 46304 + + + bFirstDirection + BOOL + 8 + 46320 + + + bAtHome + BOOL + 8 + 46328 + + + bMove + BOOL + 8 + 46336 + + + nErrCount + INT + 16 + 46352 + + + bInterrupted + BOOL + 8 + 46368 + + + IDLE + INT + 16 + 46384 + + 0 + + + + NEXT_MOVE + INT + 16 + 46400 + + 1 + + + + CHECK_FWD + INT + 16 + 46416 + + 2 + + + + CHECK_BWD + INT + 16 + 46432 + + 3 + + + + FINAL_MOVE + INT + 16 + 46448 + + 4 + + + + FINAL_SETPOS + INT + 16 + 46464 + + 5 + + + + ERROR + INT + 16 + 46480 + + 6 + + + + WAIT_STOP + INT + 16 + 46496 + + 7 + + + + FWD_START + LREAL + This is a simpler way of disabling the soft limits that ends up being really obvious if something has gone wrong. If you turn the limits off/on, not only do you need to keep track of if you had soft limits set, but you need to always restore this properly or risk some issue. Instead, I set position to a ridiculous value that can always move forward or backward. If this gets stuck for any reason it's very clear that something has gone wrong, rather than a silent failure of the soft limit marks. - ]]>6446528-99999999BWD_STARTLREAL644659299999999PouTypeFunctionBlockFB_EncSaveRestore2880stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputfbSetPosMC_SetPosition1984128timerTON2242112bInitBOOL82336bLoadBOOL82344nLatchErrorUDINT322368bEncErrorBOOL82400tRetryDelayTIME3224321000nMaxRetriesUINT16246410nCurrTriesUINT1624800bWaitRetryBOOL82496tonRetryTON2242528bSavedBOOL82752TcPersistentfPositionLREAL642816TcPersistentPouTypeFunctionBlockFB_LogMotionError83136stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputfbLogMessageFB_LogMessage81984128rtNewErrorR_TRIG6482112bChangedErrorBOOL882176sPrevErrSTRING(80)64882184fbJsonFB_JsonSaxWriter25682848PouTypeFunctionBlockFB_EncoderValue64stMotionStageDUT_MotionStage3232ItemTypeInOutPouTypeFunctionBlockMC_ReadParameterSet1600ParameterST_AxisParameterSet3232ItemTypeInOutAxisAXIS_REF3264ItemTypeInOutExecuteBOOL896ItemTypeInputDoneBOOL8104ItemTypeOutputBusyBOOL8112ItemTypeOutputErrorBOOL8120ItemTypeOutputErrorIDUDINT32128ItemTypeOutputdisplaymodehexTriggerExecuteR_TRIG64160state_E_TcMC_STATES16224100fbAdsReadADSREAD1248256SizeofPayloadDataUDINT321504SizeofPayloadData64ULINT641536ActGetSizeOfParameterSetPouTypeFunctionBlockFB_MotionStageNCParams2112stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputtRefreshDelayTIME3296ItemTypeInputbErrorBOOL8128ItemTypeOutputmcReadParamsMC_ReadParameterSet1600192timerTON2241792bExecuteBOOL820161nLatchErrIdUDINT322048PouTypeFunctionBlockFB_MotionStage298304stMotionStageDUT_MotionStage3232ItemTypeInOutfbDriveVirtualFB_DriveVirtual16268864fbMotionHomeFB_MotionHoming46656162752fbSaveRestoreFB_EncSaveRestore2880209408fbLogErrorFB_LogMotionError83136212288bExecuteBOOL8295424bExecMoveBOOL8295432bExecHomeBOOL8295440bFwdHitBOOL8295448bBwdHitBOOL8295456ftExecF_TRIG64295488rtExecR_TRIG64295552rtUserExecR_TRIG64295616rtTargetR_TRIG64295680rtHomedR_TRIG64295744fbSetEnablesFB_SetEnables64295808bPosGoalBOOL8295872bNegGoalBOOL8295880fbEncoderValueFB_EncoderValue64295904fbNCParamsFB_MotionStageNCParams2112296000bNewMoveReqBOOL8298112bPrepareDisableBOOL8298120bMoveCmdBOOL8298128rtMoveCmdShortcutR_TRIG64298144rtHomeCmdShortcutR_TRIG64298208PouTypeFunctionBlockE_PiezoControl16INTEPC_Idle0EPC_Init10EPC_MoveRequested50EPC_MovingPositive100EPC_MovingNegative200EPC_MoveCompleted350EPC_Error500E_CTRL_MODE16INTeCTRL_MODE_IDLE0eCTRL_MODE_PASSIVE1eCTRL_MODE_ACTIVE2eCTRL_MODE_RESET3eCTRL_MODE_MANUAL4eCTRL_MODE_TUNE5eCTRL_MODE_SELFTEST6eCTRL_MODE_SYNC_MOVEMENT7eCTRL_MODE_FREEZE8E_CTRL_STATE16INTeCTRL_STATE_IDLE0eCTRL_STATE_PASSIVE1eCTRL_STATE_ACTIVE2eCTRL_STATE_RESET3eCTRL_STATE_MANUAL4eCTRL_STATE_TUNING5eCTRL_STATE_TUNED6eCTRL_STATE_SELFTEST7eCTRL_STATE_ERROR8eCTRL_STATE_SYNC_MOVEMENT9eCTRL_STATE_FREEZE10E_CTRL_ERRORCODES16INTeCTRL_ERROR_NOERROR0eCTRL_ERROR_INVALIDTASKCYCLETIME1eCTRL_ERROR_INVALIDCTRLCYCLETIME2eCTRL_ERROR_INVALIDPARAM3eCTRL_ERROR_INVALIDPARAM_Tv4eCTRL_ERROR_INVALIDPARAM_Td5eCTRL_ERROR_INVALIDPARAM_Tn6eCTRL_ERROR_INVALIDPARAM_Ti7eCTRL_ERROR_INVALIDPARAM_fHystereisisRange8eCTRL_ERROR_INVALIDPARAM_fPosOutOn_Off9eCTRL_ERROR_INVALIDPARAM_fNegOutOn_Off10eCTRL_ERROR_INVALIDPARAM_TableDescription11eCTRL_ERROR_INVALIDPARAM_TableData12eCTRL_ERROR_INVALIDPARAM_DataTableADR13eCTRL_ERROR_INVALIDPARAM_T014eCTRL_ERROR_INVALIDPARAM_T115eCTRL_ERROR_INVALIDPARAM_T216eCTRL_ERROR_INVALIDPARAM_T317eCTRL_ERROR_INVALIDPARAM_Theta18eCTRL_ERROR_INVALIDPARAM_nOrder19eCTRL_ERROR_INVALIDPARAM_Tt20eCTRL_ERROR_INVALIDPARAM_Tu21eCTRL_ERROR_INVALIDPARAM_Tg22eCTRL_ERROR_INVALIDPARAM_infinite_slope23eCTRL_ERROR_INVALIDPARAM_fMaxIsLessThanfMin24eCTRL_ERROR_INVALIDPARAM_fOutMaxLimitIsLessThanfOutMinLimit25eCTRL_ERROR_INVALIDPARAM_fOuterWindow26eCTRL_ERROR_INVALIDPARAM_fInnerWindow27eCTRL_ERROR_INVALIDPARAM_fOuterWindowIsLessThanfInnerWindow28eCTRL_ERROR_INVALIDPARAM_fDeadBandInput29eCTRL_ERROR_INVALIDPARAM_fDeadBandOutput30eCTRL_ERROR_INVALIDPARAM_PWM_Cycletime31eCTRL_ERROR_INVALIDPARAM_no_Parameterset32eCTRL_ERROR_INVALIDPARAM_fOutOn33eCTRL_ERROR_INVALIDPARAM_fOutOff34eCTRL_ERROR_INVALIDPARAM_fGain35eCTRL_ERROR_INVALIDPARAM_fOffset36eCTRL_ERROR_MODE_NOT_SUPPORTED37eCTRL_ERROR_INVALIDPARAM_Tv_heating38eCTRL_ERROR_INVALIDPARAM_Td_heating39eCTRL_ERROR_INVALIDPARAM_Tn_heating40eCTRL_ERROR_INVALIDPARAM_Tv_cooling41eCTRL_ERROR_INVALIDPARAM_Td_cooling42eCTRL_ERROR_INVALIDPARAM_Tn_cooling43eCTRL_ERROR_RANGE_NOT_SUPPORTED44eCTRL_ERROR_INVALIDPARAM_nParameterChangeCycleTicks45eCTRL_ERROR_ParameterEstimationFailed46eCTRL_ERROR_NoiseLevelToHigh47eCTRL_ERROR_INTERNAL_ERROR_048eCTRL_ERROR_INTERNAL_ERROR_149eCTRL_ERROR_INTERNAL_ERROR_250eCTRL_ERROR_INTERNAL_ERROR_351eCTRL_ERROR_INTERNAL_ERROR_452eCTRL_ERROR_INTERNAL_ERROR_553eCTRL_ERROR_INTERNAL_ERROR_654eCTRL_ERROR_INTERNAL_ERROR_755eCTRL_ERROR_INTERNAL_ERROR_856eCTRL_ERROR_INTERNAL_ERROR_957eCTRL_ERROR_INVALIDPARAM_WorkArrayADR58eCTRL_ERROR_INVALIDPARAM_tOnTime59eCTRL_ERROR_INVALIDPARAM_tOffTime60eCTRL_ERROR_INVALIDPARAM_nMaxMovingPulses61eCTRL_ERROR_INVALIDPARAM_nAdditionalPulsesAtLimits62eCTRL_ERROR_INVALIDPARAM_fCtrlOutMax_Min63eCTRL_ERROR_INVALIDPARAM_fDeltaMax64eCTRL_ERROR_INVALIDPARAM_tMovingTime65eCTRL_ERROR_INVALIDPARAM_tDeadTime66eCTRL_ERROR_INVALIDPARAM_tAdditionalMoveTimeAtLimits67eCTRL_ERROR_INVALIDPARAM_fThreshold68eCTRL_ERROR_MEMCPY69eCTRL_ERROR_MEMSET70eCTRL_ERROR_INVALIDPARAM_nNumberOfColumns71eCTRL_ERROR_FileClose72eCTRL_ERROR_FileOpen73eCTRL_ERROR_FileWrite74eCTRL_ERROR_INVALIDPARAM_fVeloNeg75eCTRL_ERROR_INVALIDPARAM_fVeloPos76eCTRL_ERROR_INVALIDPARAM_DeadBandInput77eCTRL_ERROR_INVALIDPARAM_DeadBandOutput78eCTRL_ERROR_INVALIDPARAM_CycleDuration79eCTRL_ERROR_INVALIDPARAM_tStart80eCTRL_ERROR_INVALIDPARAM_StepHeigthTuningToLow81eCTRL_ERROR_INVALIDPARAM_fMinLimitIsLessThanZero82eCTRL_ERROR_INVALIDPARAM_fMaxLimitIsGreaterThan10083eCTRL_ERROR_INVALIDPARAM_fStepSize84eCTRL_ERROR_INVALIDPARAM_fOkRangeIsLessOrEqualZero85eCTRL_ERROR_INVALIDPARAM_fForceRangeIsLessOrEqualfOkRange86eCTRL_ERROR_INVALIDPWMPeriod87eCTRL_ERROR_INVALIDPARAM_tMinimumPulseTime88eCTRL_ERROR_FileDelete89eCTRL_ERROR_INVALIDPARAM_nNumberOfPwmOutputs90eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_SIZEOF91eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_SIZEOF92eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_SIZEOF93eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_SIZEOF94eCTRL_ERROR_SIZEOF95eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction96eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_SIZEOF97eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_SIZEOF98eCTRL_ERROR_INVALIDPARAM_a_n_IsZero99eCTRL_ERROR_INVALIDPARAM_WorkArraySIZEOF100eCTRL_ERROR_INVALIDPARAM_MOVINGRANGE_MIN_MAX101eCTRL_ERROR_INVALIDPARAM_MOVINGTIME102eCTRL_ERROR_INVALIDPARAM_DEADTIME103eCTRL_ERROR_INVALIDPARAM_fMinLimitIsGreaterThanfMaxLimit104eCTRL_ERROR_INVALIDPARAM_DataTableSIZEOF105eCTRL_ERROR_INVALIDPARAM_OutputVectorDescription106eCTRL_ERROR_TaskCycleTimeIsLessThanOneMillisecond107eCTRL_ERROR_INVALIDPARAM_nMinMovingPulses108eCTRL_ERROR_INVALIDPARAM_fAcceleration109eCTRL_ERROR_INVALIDPARAM_fDeceleration110eCTRL_ERROR_INVALIDPARAM_StartAndTargetPos111eCTRL_ERROR_INVALIDPARAM_fVelocity112eCTRL_ERROR_INVALIDPARAM_fTargetPos113eCTRL_ERROR_INVALIDPARAM_fStartPos114eCTRL_ERROR_INVALIDPARAM_fMovingLength115eCTRL_ERROR_NT_GetTime116eCTRL_ERROR_INVALIDPARAM_No3PhaseSolutionPossible117eCTRL_ERROR_INVALIDPARAM_fStartVelo118eCTRL_ERROR_INVALIDPARAM_fTargetVelo119eCTRL_ERROR_INVALID_NEW_PARAMETER_TYPE120eCTRL_ERROR_INVALIDPARAM_fBaseTime121eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction_SIZEOF122eCTRL_ERROR_INVALIDPARAM_nFilterOrder124eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_SIZEOF125eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_SIZEOF126eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_SIZEOF127eCTRL_ERROR_INVALIDPARAM_nLogBuffer_SIZEOF128eCTRL_ERROR_LogBufferOverflow129eCTRL_ERROR_INVALIDPARAM_nLogBuffer_ADR130eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_ADR131eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_ADR132eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_ADR133eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_ADR134eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_ADR135eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_ADR136eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_ADR137eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_ADR138eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_ADR139eCTRL_ERROR_INVALIDPARAM_nTransferfunction1Data_ADR140eCTRL_ERROR_INVALIDPARAM_nTransferfunction2Data_ADR141eCTRL_ERROR_FileSeek142eCTRL_ERROR_INVALIDPARAM_AmbientTempMaxIsLessThanAmbientTempMin143eCTRL_ERROR_INVALIDPARAM_ForerunTempMaxIsLessThanForerunTempMin144eCTRL_ERROR_INVALIDLOGCYCLETIME145eCTRL_ERROR_INVALIDVERSION_TcControllerToolbox146eCTRL_ERROR_INVALIDPARAM_Bandwidth147eCTRL_ERROR_INVALIDPARAM_NotchFrequency148eCTRL_ERROR_INVALIDPARAM_DampingCoefficient149eCTRL_ERROR_INVALIDPARAM_fKpIsLessThanZero150eCTRL_ERROR_INVALIDPARAM_nSamplesToFilter151FB_CTRL_PI2176fSetpointValueLREAL6464ItemTypeInputfActualValueLREAL64128ItemTypeInputfManSyncValueLREAL64192ItemTypeInputbSyncBOOL8256ItemTypeInputeModeE_CTRL_MODE16272ItemTypeInputbHoldBOOL8288ItemTypeInputfOutLREAL64320ItemTypeOutputbARWactiveBOOL8384ItemTypeOutputeStateE_CTRL_STATE16400ItemTypeOutputeErrorIdE_CTRL_ERRORCODES16416ItemTypeOutputbErrorBOOL8432ItemTypeOutputstParamsST_CTRL_PI_PARAMS32448ItemTypeInOutstInternalParamsST_CTRL_PI_PARAMS384512stInternalCycleTimeInterpretationST_CTRL_CYCLE_TIME_INTERPRETATION128896bFirstInitBOOL810241bFirstCallAfterAStateChangeBOOL810320fD_ILREAL641088fTaskCycleTimeLREAL641152fCtrlCycleTimeLREAL641216fHalfCtrlCycleTimeLREAL641280fTnLREAL641344bIPartEnabledBOOL81408fSyncValueInternalLREAL641472fLimitValueLREAL641536fELREAL6416000fE_1LREAL6416640fY_ILREAL6417280fY_I_1LREAL6417920fY_PLREAL6418560fYLREAL6419200nCtrlCycleTicksUDINT321984nActCtrlCycleTickUDINT322016eMode_oldE_CTRL_MODE162048bMaxLimitReachedBOOL82064bMinLimitReachedBOOL82072bSyncRequestBOOL82080fbR_TRIGR_TRIG642112M_ErrorM_ResetM_ManualM_ActiveM_StateChangeM_PassiveM_InitPouTypeFunctionBlockST_CTRL_RAMP_GENERATOR_PARAMS192tTaskCycleTimeTIME320tCtrlCycleTimeTIME3232fVeloPosLREAL 0.0 ]]>6464fVeloNegLREAL 0.0 ]]>64128ST_CTRL_RAMP_GENERATOR_EXT_PARAMS192ST_CTRL_RAMP_GENERATOR_PARAMSFB_CTRL_RAMP_GENERATOR_EXT1280fStartValueLREAL6464ItemTypeInputfTargetValueLREAL64128ItemTypeInputfManValueLREAL64192ItemTypeInputbHoldBOOL8256ItemTypeInputeModeE_CTRL_MODE16272ItemTypeInputfOutLREAL64320ItemTypeOutputfVeloOutLREAL64384ItemTypeOutputbValueReachedBOOL8448ItemTypeOutputeStateE_CTRL_STATE16464ItemTypeOutputeErrorIdE_CTRL_ERRORCODES16480ItemTypeOutputbErrorBOOL8496ItemTypeOutputstParamsST_CTRL_RAMP_GENERATOR_EXT_PARAMS32512ItemTypeInOutfTaskCycleTimeLREAL64576fCtrlCycleTimeLREAL64640fOutLocalLREAL64704bGetStartValueBOOL87681stInternalParamsST_CTRL_RAMP_GENERATOR_EXT_PARAMS192832stInternalCycleTimeInterpretationST_CTRL_CYCLE_TIME_INTERPRETATION1281024nCtrlCycleTicksUDINT321152nActCtrlCycleTickUDINT321184eMode_oldE_CTRL_MODE161216bFirstInitBOOL812321M_ErrorM_ResetM_ManualM_ActiveM_StateChangeM_PassiveM_InitPouTypeFunctionBlockFB_CTRL_GET_TASK_CYCLETIME608eModeE_CTRL_MODE1632ItemTypeInputtTaskCycleTimeTIME3264ItemTypeOutputbCycleTimeValidBOOL896ItemTypeOutputeStateE_CTRL_STATE16112ItemTypeOutputeErrorIdE_CTRL_ERRORCODES16128ItemTypeOutputbErrorBOOL8144ItemTypeOutputbFirstInitBOOL81521nCpuCntLoDWDWORD32160nCpuCntHiDWDWORD32192nLastcpuCntLoDWDWORD32224nLastcpuCntHiDWDWORD32256nCycleTimeDWDWORD32288nCycleTimeDWoldDWORD32320bFirstCallReadyBOOL8352fbGETCPUCOUNTERGETCPUCOUNTER192384eMode_oldE_CTRL_MODE16576M_ResetM_StateChangeM_ActiveM_PassiveM_InitPouTypeFunctionBlockFB_PiezoControl5824iq_PiezoST_PiezoAxis3232ItemTypeInOutxExecuteBOOL864ItemTypeInputxResetBOOL872ItemTypeInputEnable_PositiveBOOL880ItemTypeInputEnable_NegativeBOOL888ItemTypeInputxBusyBOOL896ItemTypeOutputxDoneBOOL8104ItemTypeOutputxErrorBOOL8112ItemTypeOutputxLimitedBOOL8120ItemTypeOutputE_StateE_PiezoControl16128rtStartMoveR_TRIG64160rtResetR_TRIG64224rSetpointREAL32288rReqVoltageREAL32320rLLSVREAL323520rHLSVREAL32384120fbPIFB_CTRL_PI2176448fbRampFB_CTRL_RAMP_GENERATOR_EXT12802624bInitializedBOOL83904fbGetCycleTimeFB_CTRL_GET_TASK_CYCLETIME6083936tTaskCycleTimeTIME324544bCycleTimeValidBOOL84576rtVoltModeR_TRIG644608fOutLREAL644672fPiezoBiasLREAL64473660fScaleREAL324800-60tonPiezoDoneTON2244832.PT2000tonPiezoLimitedTON2245056.PT500xVoltageLimitedBOOL85280ftEnPosF_TRIG645312ftEnNegF_TRIG645376rtEnPosR_TRIG645440rtEnNegR_TRIG645504fOutLimitHolderLREAL645568fOutHiLimHolderLREAL645632fOutLoLimHolderLREAL645696xFirstPassBOOL857601ACT_CheckLimitsACT_ControllerPouTypeFunctionBlockE_PitchControl16INTPCM_Init0PCM_Standby1PCM_MoveRequested10PCM_Coarse50Piezo20PCM_CoarseMove21PCM_CoarseMoveCleanup22PCM_FineMove30PCM_Halt50PCM_Done8000PCM_Error9000PCM_StepperError9100PCM_PiezoError9200PCM_OtherError9300PCM_STOHit9400FB_PitchControl364416PitchHOMS_PitchMechanism3232ItemTypeInOutStepperDUT_MotionStage3264ItemTypeInOutlrCurrentSetpointLREAL64128ItemTypeInputq_bErrorBOOL8192ItemTypeOutputq_bDoneBOOL8200ItemTypeOutputq_bBusyBOOL8208ItemTypeOutputstDiagST_FbDiagnostics48896224fbFormatStringFB_FormatString784049120POUNameSTRING(80)64856960instance-pathno_initlrActPosLREAL6457664lrPrevStepperPosLREAL6457728ftLimitSwitchF_TRIG6457792lrOriginalPosRequestLREAL6457856lrLastSetpointLREAL6457920fbMotionRequestFB_MotionRequest160057984fbMotionStageFB_MotionStage29830459584bLimitHitBOOL8357888tonStepperHoldTON224357920.PT100rSettledRangeREAL323581445bResetStepperBOOL8358176bExecuteStepperBOOL8358184enumMotionRequestENUM_MotionRequest163581920tonPiezoSettledTON224358208.PT2000fbPiezoControlFB_PiezoControl5824358464rtPiezoMoveDoneR_TRIG64364288PC_StateE_PitchControl163643520bCoarse50PiezoMoveBOOL8364368ACT_ResetSetpointPouTypeFunctionBlockE_ReadMode16INTREADMODE_ONCE1READMODE_CYCLIC2MC_AxisParameter16INTCommandedPosition1SWLimitPos2SWLimitNeg3EnableLimitPos4EnableLimitNeg5EnablePosLagMonitoring6MaxPositionLag7MaxVelocitySystem8MaxVelocityAppl9ActualVelocity10CommandedVelocity11MaxAccelerationSystem12MaxAccelerationAppl13MaxDecelerationSystem14MaxDecelerationAppl15MaxJerkSystem16MaxJerkAppl17AxisId1000AxisVeloManSlow1001AxisVeloManFast1002AxisVeloMax1003AxisAcc1004AxisDec1005AxisJerk1006MaxJerk1007AxisMaxVelocity1008AxisRapidTraverseVelocity1009AxisManualVelocityFast1010AxisManualVelocitySlow1011AxisCalibrationVelocityForward1012AxisCalibrationVelocityBackward1013AxisJogIncrementForward1014AxisJogIncrementBackward1015AxisEnMinSoftPosLimit1016AxisMinSoftPosLimit1017AxisEnMaxSoftPosLimit1018AxisMaxSoftPosLimit1019AxisEnPositionLagMonitoring1020AxisMaxPosLagValue1021AxisMaxPosLagFilterTime1022AxisEnPositionRangeMonitoring1023AxisPositionRangeWindow1024AxisEnTargetPositionMonitoring1025AxisTargetPositionWindow1026AxisTargetPositionMonitoringTime1027AxisEnInTargetTimeout1028AxisInTargetTimeout1029AxisEnMotionMonitoring1030AxisMotionMonitoringWindow1031AxisMotionMonitoringTime1032AxisDelayTimeVeloPosition1033AxisEnLoopingDistance1034AxisLoopingDistance1035AxisEnBacklashCompensation1036AxisBacklash1037AxisEnDataPersistence1038AxisRefVeloOnRefOutput1039AxisOverrideType1040AxisEncoderScalingFactor1041AxisEncoderOffset1042AxisEncoderDirectionInverse1043AxisEncoderMask1044AxisEncoderModuloValue1045AxisModuloToleranceWindow1046AxisEnablePosCorrection1047AxisPosCorrectionFilterTime1048AxisUnitInterpretation1049AxisMotorDirectionInverse1050AxisCycleTime1051AxisFastStopSignalType1052AxisFastAcc1053AxisFastDec1054AxisFastJerk1055AxisEncoderScalingNumerator1056AxisEncoderScalingDenominator1057AxisMaximumAcceleration1058AxisMaximumDeceleration1059AxisVeloJumpFactor1060AxisToleranceBallAuxAxis1061AxisMaxPositionDeviationAuxAxis1062AxisErrorPropagationMode1063AxisErrorPropagationDelay1064AxisCoupleSlaveToActualValues1065AxisAllowMotionCmdToSlaveAxis1066AxisAllowMotionCmdToExtSetAxis1067AxisEncoderSubMask1068AxisEncoderReferenceSystem1069AxisEncoderPositionFilterPT11070AxisEncoderVelocityFilterPT11071AxisEncoderAccelerationFilterPT11072AxisEncoderMode1073AxisEncoderHomingInvDirCamSearch1074AxisEncoderHomingInvDirSyncSearch1075AxisEncoderHomingCalibValue1076AxisEncoderReferenceMode1077AxisRefVeloOutputRatio1078AxisDrivePositionOutputScaling1079AxisDriveVelocityOutputScaling1080AxisDriveVelocityOutputDelay1081AxisDriveMinOutputLimitation1082AxisDriveMaxOutputLimitation1083AxisTorqueInputScaling1084AxisTorqueInputFilterPT11085AxisTorqueDerivationInputFilterPT11086AxisTorqueOutputScaling1087AxisTorqueOutputDelay1088AxisAccelerationOutputScaling1089AxisAccelerationOutputDelay1090AxisDrivePosOutputSmoothFilterType1091AxisDrivePosOutputSmoothFilterTime1092AxisDrivePosOutputSmoothFilterOrder1093AxisDriveMode1094AxisDriftCompensationOffset1095AxisPositionControlKv1096AxisCtrlVelocityPreCtrlWeight1097AxisControllerMode1098AxisCtrlAutoOffset1099AxisCtrlAutoOffsetTimer1100AxisCtrlAutoOffsetLimit1101AxisSlaveCouplingControlKcp1102AxisCtrlOutputLimit1103AxisFadingAccleration1104AxisTargetPosition2000AxisRemainingTimeToGo2001AxisRemainingDistanceToGo2002AxisGearRatio3000NcSafCycleTime4000NcSvbCycleTime4001AxisMasPositionDeviationAuxAxis32000 + 64 + 46528 + + -99999999 + + + + BWD_START + LREAL + 64 + 46592 + + 99999999 + + + + + PouType + FunctionBlock + + + + + FB_EncSaveRestore + 2880 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + bEnable + BOOL + 8 + 64 + + + ItemType + Input + + + + + fbSetPos + MC_SetPosition + 1984 + 128 + + + timer + TON + 224 + 2112 + + + bInit + BOOL + 8 + 2336 + + + bLoad + BOOL + 8 + 2344 + + + nLatchError + UDINT + 32 + 2368 + + + bEncError + BOOL + 8 + 2400 + + + tRetryDelay + TIME + 32 + 2432 + + 1000 + + + + nMaxRetries + UINT + 16 + 2464 + + 10 + + + + nCurrTries + UINT + 16 + 2480 + + 0 + + + + bWaitRetry + BOOL + 8 + 2496 + + + tonRetry + TON + 224 + 2528 + + + bSaved + BOOL + 8 + 2752 + + + TcPersistent + + + + + fPosition + LREAL + 64 + 2816 + + + TcPersistent + + + + + + PouType + FunctionBlock + + + + + FB_LogMotionError + 83136 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + bEnable + BOOL + 8 + 64 + + + ItemType + Input + + + + + fbLogMessage + FB_LogMessage + 81984 + 128 + + + rtNewError + R_TRIG + 64 + 82112 + + + bChangedError + BOOL + 8 + 82176 + + + sPrevErr + STRING(80) + 648 + 82184 + + + fbJson + FB_JsonSaxWriter + 256 + 82848 + + + + PouType + FunctionBlock + + + + + FB_EncoderValue + 64 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + + PouType + FunctionBlock + + + + + MC_ReadParameterSet + 1600 + + Parameter + ST_AxisParameterSet + 32 + 32 + + + ItemType + InOut + + + + + Axis + AXIS_REF + Reference to an axis + 32 + 64 + + + ItemType + InOut + + + + + Execute + BOOL + 8 + 96 + + + ItemType + Input + + + + + Done + BOOL + 8 + 104 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 112 + + + ItemType + Output + + + + + Error + BOOL + 8 + 120 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 128 + + + ItemType + Output + + + displaymode + hex + + + + + TriggerExecute + R_TRIG + 64 + 160 + + + state + _E_TcMC_STATES + 16 + 224 + + 100 + + + + fbAdsRead + ADSREAD + 1248 + 256 + + + SizeofPayloadData + UDINT + 32 + 1504 + + + SizeofPayloadData64 + ULINT + 64 + 1536 + + + ActGetSizeOfParameterSet + + + + PouType + FunctionBlock + + + + + FB_MotionStageNCParams + 2112 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + bEnable + BOOL + 8 + 64 + + + ItemType + Input + + + + + tRefreshDelay + TIME + 32 + 96 + + + ItemType + Input + + + + + bError + BOOL + 8 + 128 + + + ItemType + Output + + + + + mcReadParams + MC_ReadParameterSet + 1600 + 192 + + + timer + TON + 224 + 1792 + + + bExecute + BOOL + 8 + 2016 + + 1 + + + + nLatchErrId + UDINT + 32 + 2048 + + + + PouType + FunctionBlock + + + + + FB_MotionStage + 298304 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + fbDriveVirtual + FB_DriveVirtual + 162688 + 64 + + + fbMotionHome + FB_MotionHoming + 46656 + 162752 + + + fbSaveRestore + FB_EncSaveRestore + 2880 + 209408 + + + fbLogError + FB_LogMotionError + 83136 + 212288 + + + bExecute + BOOL + 8 + 295424 + + + bExecMove + BOOL + 8 + 295432 + + + bExecHome + BOOL + 8 + 295440 + + + bFwdHit + BOOL + 8 + 295448 + + + bBwdHit + BOOL + 8 + 295456 + + + ftExec + F_TRIG + 64 + 295488 + + + rtExec + R_TRIG + 64 + 295552 + + + rtUserExec + R_TRIG + 64 + 295616 + + + rtTarget + R_TRIG + 64 + 295680 + + + rtHomed + R_TRIG + 64 + 295744 + + + fbSetEnables + FB_SetEnables + 64 + 295808 + + + bPosGoal + BOOL + 8 + 295872 + + + bNegGoal + BOOL + 8 + 295880 + + + fbEncoderValue + FB_EncoderValue + 64 + 295904 + + + fbNCParams + FB_MotionStageNCParams + 2112 + 296000 + + + bNewMoveReq + BOOL + 8 + 298112 + + + bPrepareDisable + BOOL + 8 + 298120 + + + bMoveCmd + BOOL + 8 + 298128 + + + rtMoveCmdShortcut + R_TRIG + 64 + 298144 + + + rtHomeCmdShortcut + R_TRIG + 64 + 298208 + + + + PouType + FunctionBlock + + + + + E_PiezoControl + 16 + INT + + EPC_Idle + 0 + Piezo Control Machine + + + EPC_Init + 10 + + + EPC_MoveRequested + 50 + + + EPC_MovingPositive + 100 + + + EPC_MovingNegative + 200 + + + EPC_MoveCompleted + 350 + + + EPC_Error + 500 + + + + E_CTRL_MODE + 16 + INT + + eCTRL_MODE_IDLE + 0 + mode idle + + + eCTRL_MODE_PASSIVE + 1 + mode passive + + + eCTRL_MODE_ACTIVE + 2 + mode active + + + eCTRL_MODE_RESET + 3 + mode reset + + + eCTRL_MODE_MANUAL + 4 + mode manual + + + eCTRL_MODE_TUNE + 5 + mode tuning + + + eCTRL_MODE_SELFTEST + 6 + mode selftest + + + eCTRL_MODE_SYNC_MOVEMENT + 7 + mode synchronize + + + eCTRL_MODE_FREEZE + 8 + mode freeze + + + + E_CTRL_STATE + 16 + INT + + eCTRL_STATE_IDLE + 0 + state idle + + + eCTRL_STATE_PASSIVE + 1 + state passive + + + eCTRL_STATE_ACTIVE + 2 + state active + + + eCTRL_STATE_RESET + 3 + state reset + + + eCTRL_STATE_MANUAL + 4 + state manual + + + eCTRL_STATE_TUNING + 5 + state tuning + + + eCTRL_STATE_TUNED + 6 + state tuning ready - tuned + + + eCTRL_STATE_SELFTEST + 7 + state selftest + + + eCTRL_STATE_ERROR + 8 + state error + + + eCTRL_STATE_SYNC_MOVEMENT + 9 + state synchronizing movement + + + eCTRL_STATE_FREEZE + 10 + state freeze + + + + E_CTRL_ERRORCODES + 16 + INT + + eCTRL_ERROR_NOERROR + 0 + no error + + + eCTRL_ERROR_INVALIDTASKCYCLETIME + 1 + invalid task cycle time + + + eCTRL_ERROR_INVALIDCTRLCYCLETIME + 2 + invalid ctrl cycle time + + + eCTRL_ERROR_INVALIDPARAM + 3 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tv + 4 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Td + 5 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tn + 6 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Ti + 7 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fHystereisisRange + 8 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fPosOutOn_Off + 9 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fNegOutOn_Off + 10 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_TableDescription + 11 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_TableData + 12 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_DataTableADR + 13 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_T0 + 14 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_T1 + 15 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_T2 + 16 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_T3 + 17 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Theta + 18 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nOrder + 19 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tt + 20 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tu + 21 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tg + 22 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_infinite_slope + 23 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fMaxIsLessThanfMin + 24 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOutMaxLimitIsLessThanfOutMinLimit + 25 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOuterWindow + 26 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fInnerWindow + 27 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOuterWindowIsLessThanfInnerWindow + 28 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fDeadBandInput + 29 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fDeadBandOutput + 30 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_PWM_Cycletime + 31 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_no_Parameterset + 32 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOutOn + 33 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOutOff + 34 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fGain + 35 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOffset + 36 + invalid parameter + + + eCTRL_ERROR_MODE_NOT_SUPPORTED + 37 + invalid mode: mode not supported + + + eCTRL_ERROR_INVALIDPARAM_Tv_heating + 38 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Td_heating + 39 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tn_heating + 40 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tv_cooling + 41 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Td_cooling + 42 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_Tn_cooling + 43 + invalid parameter + + + eCTRL_ERROR_RANGE_NOT_SUPPORTED + 44 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nParameterChangeCycleTicks + 45 + invalid parameter + + + eCTRL_ERROR_ParameterEstimationFailed + 46 + invalid parameter + + + eCTRL_ERROR_NoiseLevelToHigh + 47 + invalid parameter + + + eCTRL_ERROR_INTERNAL_ERROR_0 + 48 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_1 + 49 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_2 + 50 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_3 + 51 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_4 + 52 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_5 + 53 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_6 + 54 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_7 + 55 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_8 + 56 + internal error + + + eCTRL_ERROR_INTERNAL_ERROR_9 + 57 + internal error + + + eCTRL_ERROR_INVALIDPARAM_WorkArrayADR + 58 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tOnTime + 59 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tOffTime + 60 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nMaxMovingPulses + 61 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nAdditionalPulsesAtLimits + 62 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fCtrlOutMax_Min + 63 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fDeltaMax + 64 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tMovingTime + 65 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tDeadTime + 66 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tAdditionalMoveTimeAtLimits + 67 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fThreshold + 68 + invalid parameter + + + eCTRL_ERROR_MEMCPY + 69 + MEMCPY failed + + + eCTRL_ERROR_MEMSET + 70 + MEMSET failed + + + eCTRL_ERROR_INVALIDPARAM_nNumberOfColumns + 71 + invalid parameter + + + eCTRL_ERROR_FileClose + 72 + File Close failed + + + eCTRL_ERROR_FileOpen + 73 + File Open failed + + + eCTRL_ERROR_FileWrite + 74 + File Write failed + + + eCTRL_ERROR_INVALIDPARAM_fVeloNeg + 75 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fVeloPos + 76 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_DeadBandInput + 77 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_DeadBandOutput + 78 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_CycleDuration + 79 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tStart + 80 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_StepHeigthTuningToLow + 81 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fMinLimitIsLessThanZero + 82 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fMaxLimitIsGreaterThan100 + 83 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fStepSize + 84 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fOkRangeIsLessOrEqualZero + 85 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fForceRangeIsLessOrEqualfOkRange + 86 + invalid parameter + + + eCTRL_ERROR_INVALIDPWMPeriod + 87 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_tMinimumPulseTime + 88 + invalid parameter + + + eCTRL_ERROR_FileDelete + 89 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nNumberOfPwmOutputs + 90 + File Delete failed + + + eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_SIZEOF + 91 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_SIZEOF + 92 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_SIZEOF + 93 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_SIZEOF + 94 + invalid parameter + + + eCTRL_ERROR_SIZEOF + 95 + SiZEOF failed + + + eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction + 96 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_SIZEOF + 97 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_SIZEOF + 98 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_a_n_IsZero + 99 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_WorkArraySIZEOF + 100 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_MOVINGRANGE_MIN_MAX + 101 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_MOVINGTIME + 102 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_DEADTIME + 103 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fMinLimitIsGreaterThanfMaxLimit + 104 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_DataTableSIZEOF + 105 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_OutputVectorDescription + 106 + invalid parameter + + + eCTRL_ERROR_TaskCycleTimeIsLessThanOneMillisecond + 107 + + + + eCTRL_ERROR_INVALIDPARAM_nMinMovingPulses + 108 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fAcceleration + 109 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fDeceleration + 110 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_StartAndTargetPos + 111 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fVelocity + 112 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fTargetPos + 113 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fStartPos + 114 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fMovingLength + 115 + invalid parameter + + + eCTRL_ERROR_NT_GetTime + 116 + internal error NT_GetTime + + + eCTRL_ERROR_INVALIDPARAM_No3PhaseSolutionPossible + 117 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fStartVelo + 118 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fTargetVelo + 119 + invalid parameter + + + eCTRL_ERROR_INVALID_NEW_PARAMETER_TYPE + 120 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fBaseTime + 121 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nOrderOfTheTransferfunction_SIZEOF + 122 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nFilterOrder + 124 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_SIZEOF + 125 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_SIZEOF + 126 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_SIZEOF + 127 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nLogBuffer_SIZEOF + 128 + invalid parameter + + + eCTRL_ERROR_LogBufferOverflow + 129 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nLogBuffer_ADR + 130 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_a_ADR + 131 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nCoefficientsArray_b_ADR + 132 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmInputArray_ADR + 133 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmOutputArray_ADR + 134 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmWaitTimesConfig_ADR + 135 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nPwmInternalData_ADR + 136 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nDigitalFiterData_ADR + 137 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nNumeratorArray_ADR + 138 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nDenominatorArray_ADR + 139 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nTransferfunction1Data_ADR + 140 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nTransferfunction2Data_ADR + 141 + invalid parameter + + + eCTRL_ERROR_FileSeek + 142 + internal error FB_FileSeek + + + eCTRL_ERROR_INVALIDPARAM_AmbientTempMaxIsLessThanAmbientTempMin + 143 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_ForerunTempMaxIsLessThanForerunTempMin + 144 + invalid parameter + + + eCTRL_ERROR_INVALIDLOGCYCLETIME + 145 + invalid parameter + + + eCTRL_ERROR_INVALIDVERSION_TcControllerToolbox + 146 + + + eCTRL_ERROR_INVALIDPARAM_Bandwidth + 147 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_NotchFrequency + 148 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_DampingCoefficient + 149 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_fKpIsLessThanZero + 150 + invalid parameter + + + eCTRL_ERROR_INVALIDPARAM_nSamplesToFilter + 151 + invalid parameter + + + + FB_CTRL_PI + 2176 + + fSetpointValue + LREAL + setpoint value of controlled variable + 64 + 64 + + + ItemType + Input + + + + + fActualValue + LREAL + actual value of the controlled variable + 64 + 128 + + + ItemType + Input + + + + + fManSyncValue + LREAL + manual value to synchronize controller output + 64 + 192 + + + ItemType + Input + + + + + bSync + BOOL + rising edge sets controller output manual sync value + 8 + 256 + + + ItemType + Input + + + + + eMode + E_CTRL_MODE + operating mode + 16 + 272 + + + ItemType + Input + + + + + bHold + BOOL + TRUE will hold the controller output at current value + 8 + 288 + + + ItemType + Input + + + + + fOut + LREAL + controller output + 64 + 320 + + + ItemType + Output + + + + + bARWactive + BOOL + TRUE indicates that the controller output is restricted + 8 + 384 + + + ItemType + Output + + + + + eState + E_CTRL_STATE + current state of the function block + 16 + 400 + + + ItemType + Output + + + + + eErrorId + E_CTRL_ERRORCODES + error code + 16 + 416 + + + ItemType + Output + + + + + bError + BOOL + TRUE, if error occurs + 8 + 432 + + + ItemType + Output + + + + + stParams + ST_CTRL_PI_PARAMS + parameter structure + 32 + 448 + + + ItemType + InOut + + + + + stInternalParams + ST_CTRL_PI_PARAMS + 384 + 512 + + + stInternalCycleTimeInterpretation + ST_CTRL_CYCLE_TIME_INTERPRETATION + 128 + 896 + + + bFirstInit + BOOL + 8 + 1024 + + 1 + + + + bFirstCallAfterAStateChange + BOOL + 8 + 1032 + + 0 + + + + fD_I + LREAL + 64 + 1088 + + + fTaskCycleTime + LREAL + 64 + 1152 + + + fCtrlCycleTime + LREAL + 64 + 1216 + + + fHalfCtrlCycleTime + LREAL + 64 + 1280 + + + fTn + LREAL + 64 + 1344 + + + bIPartEnabled + BOOL + 8 + 1408 + + + fSyncValueInternal + LREAL + 64 + 1472 + + + fLimitValue + LREAL + 64 + 1536 + + + fE + LREAL + 64 + 1600 + + 0 + + + + fE_1 + LREAL + 64 + 1664 + + 0 + + + + fY_I + LREAL + 64 + 1728 + + 0 + + + + fY_I_1 + LREAL + 64 + 1792 + + 0 + + + + fY_P + LREAL + 64 + 1856 + + 0 + + + + fY + LREAL + 64 + 1920 + + 0 + + + + nCtrlCycleTicks + UDINT + 32 + 1984 + + + nActCtrlCycleTick + UDINT + 32 + 2016 + + + eMode_old + E_CTRL_MODE + 16 + 2048 + + + bMaxLimitReached + BOOL + 8 + 2064 + + + bMinLimitReached + BOOL + 8 + 2072 + + + bSyncRequest + BOOL + 8 + 2080 + + + fbR_TRIG + R_TRIG + 64 + 2112 + + + M_Error + + + M_Reset + + + M_Manual + + + M_Active + + + M_StateChange + + + M_Passive + + + M_Init + + + + PouType + FunctionBlock + + + + + ST_CTRL_RAMP_GENERATOR_PARAMS + 192 + + tTaskCycleTime + TIME + task cycle time [TIME] + 32 + 0 + + + tCtrlCycleTime + TIME + controller cycle time [TIME] + 32 + 32 + + + fVeloPos + LREAL + velocity ramp by time, range > 0.0 + 64 + 64 + + + fVeloNeg + LREAL + velocity ramp by time, range > 0.0 + 64 + 128 + + + + ST_CTRL_RAMP_GENERATOR_EXT_PARAMS + 192 + ST_CTRL_RAMP_GENERATOR_PARAMS + + + FB_CTRL_RAMP_GENERATOR_EXT + 1280 + + fStartValue + LREAL + starting value of the ramp + 64 + 64 + + + ItemType + Input + + + + + fTargetValue + LREAL + target value of the ramp + 64 + 128 + + + ItemType + Input + + + + + fManValue + LREAL + manual value to synchronize controller output + 64 + 192 + + + ItemType + Input + + + + + bHold + BOOL + TRUE will hold the controller output at current value + 8 + 256 + + + ItemType + Input + + + + + eMode + E_CTRL_MODE + operating mode + 16 + 272 + + + ItemType + Input + + + + + fOut + LREAL + controller output + 64 + 320 + + + ItemType + Output + + + + + fVeloOut + LREAL + current velocity of the ramp generator + 64 + 384 + + + ItemType + Output + + + + + bValueReached + BOOL + TRUE indicates that target value is reached + 8 + 448 + + + ItemType + Output + + + + + eState + E_CTRL_STATE + current state of the function block + 16 + 464 + + + ItemType + Output + + + + + eErrorId + E_CTRL_ERRORCODES + error code + 16 + 480 + + + ItemType + Output + + + + + bError + BOOL + TRUE, if error occurs + 8 + 496 + + + ItemType + Output + + + + + stParams + ST_CTRL_RAMP_GENERATOR_EXT_PARAMS + parameter structure + 32 + 512 + + + ItemType + InOut + + + + + fTaskCycleTime + LREAL + 64 + 576 + + + fCtrlCycleTime + LREAL + 64 + 640 + + + fOutLocal + LREAL + 64 + 704 + + + bGetStartValue + BOOL + 8 + 768 + + 1 + + + + stInternalParams + ST_CTRL_RAMP_GENERATOR_EXT_PARAMS + 192 + 832 + + + stInternalCycleTimeInterpretation + ST_CTRL_CYCLE_TIME_INTERPRETATION + 128 + 1024 + + + nCtrlCycleTicks + UDINT + 32 + 1152 + + + nActCtrlCycleTick + UDINT + 32 + 1184 + + + eMode_old + E_CTRL_MODE + 16 + 1216 + + + bFirstInit + BOOL + 8 + 1232 + + 1 + + + + M_Error + + + M_Reset + + + M_Manual + + + M_Active + + + M_StateChange + + + M_Passive + + + M_Init + + + + PouType + FunctionBlock + + + + + FB_CTRL_GET_TASK_CYCLETIME + 608 + + eMode + E_CTRL_MODE + operating mode + 16 + 32 + + + ItemType + Input + + + + + tTaskCycleTime + TIME + resolution 1ms + 32 + 64 + + + ItemType + Output + + + + + bCycleTimeValid + BOOL + TRUE, if cycle time is valid + 8 + 96 + + + ItemType + Output + + + + + eState + E_CTRL_STATE + current state of the function block + 16 + 112 + + + ItemType + Output + + + + + eErrorId + E_CTRL_ERRORCODES + error code + 16 + 128 + + + ItemType + Output + + + + + bError + BOOL + TRUE, if error occurs + 8 + 144 + + + ItemType + Output + + + + + bFirstInit + BOOL + 8 + 152 + + 1 + + + + nCpuCntLoDW + DWORD + 32 + 160 + + + nCpuCntHiDW + DWORD + 32 + 192 + + + nLastcpuCntLoDW + DWORD + 32 + 224 + + + nLastcpuCntHiDW + DWORD + 32 + 256 + + + nCycleTimeDW + DWORD + 32 + 288 + + + nCycleTimeDWold + DWORD + 32 + 320 + + + bFirstCallReady + BOOL + 8 + 352 + + + fbGETCPUCOUNTER + GETCPUCOUNTER + 192 + 384 + + + eMode_old + E_CTRL_MODE + 16 + 576 + + + M_Reset + + + M_StateChange + + + M_Active + + + M_Passive + + + M_Init + + + + PouType + FunctionBlock + + + + + FB_PiezoControl + 5824 + + iq_Piezo + ST_PiezoAxis + 32 + 32 + + + ItemType + InOut + + + + + xExecute + BOOL + Rising edge being piezo motion + 8 + 64 + + + ItemType + Input + + + + + xReset + BOOL + 8 + 72 + + + ItemType + Input + + + + + Enable_Positive + BOOL + Reverse of Positive Limit Switch + 8 + 80 + + + ItemType + Input + + + + + Enable_Negative + BOOL + Reverse of Negative Limit Switch + 8 + 88 + + + ItemType + Input + + + + + xBusy + BOOL + Busy remains true while piezo position is being adjusted + 8 + 96 + + + ItemType + Output + + + + + xDone + BOOL + Reached target position + 8 + 104 + + + ItemType + Output + + + + + xError + BOOL + General error + 8 + 112 + + + ItemType + Output + + + + + xLimited + BOOL + Piezo move was limited + 8 + 120 + + + ItemType + Output + + + + + E_State + E_PiezoControl + ENUM for Piezo Control State + 16 + 128 + + + rtStartMove + R_TRIG + Rising Trigger for Execution + 64 + 160 + + + rtReset + R_TRIG + Rising Trigger for Error reset + 64 + 224 + + + rSetpoint + REAL + Internal Storage of Setpoint + 32 + 288 + + + rReqVoltage + REAL + requested voltage + 32 + 320 + + + rLLSV + REAL + 32 + 352 + + 0 + + + + rHLSV + REAL + 32 + 384 + + 120 + + + + fbPI + FB_CTRL_PI + 2176 + 448 + + + fbRamp + FB_CTRL_RAMP_GENERATOR_EXT + 1280 + 2624 + + + bInitialized + BOOL + FB initialized flag + 8 + 3904 + + + fbGetCycleTime + FB_CTRL_GET_TASK_CYCLETIME + Get cycle time for control FBs + 608 + 3936 + + + tTaskCycleTime + TIME + 32 + 4544 + + + bCycleTimeValid + BOOL + 8 + 4576 + + + rtVoltMode + R_TRIG + 64 + 4608 + + + fOut + LREAL + 64 + 4672 + + + fPiezoBias + LREAL + 64 + 4736 + + 60 + + + + fScale + REAL + 32 + 4800 + + -60 + + + + tonPiezoDone + TON + 224 + 4832 + + + .PT + 2000 + + + + + tonPiezoLimited + TON + 224 + 5056 + + + .PT + 500 + + + + + xVoltageLimited + BOOL + 8 + 5280 + + + ftEnPos + F_TRIG + 64 + 5312 + + + ftEnNeg + F_TRIG + 64 + 5376 + + + rtEnPos + R_TRIG + 64 + 5440 + + + rtEnNeg + R_TRIG + 64 + 5504 + + + fOutLimitHolder + LREAL + holds the limit value until restored + 64 + 5568 + + + fOutHiLimHolder + LREAL + holds the limit value until restored + 64 + 5632 + + + fOutLoLimHolder + LREAL + holds the limit value until restored + 64 + 5696 + + + xFirstPass + BOOL + 8 + 5760 + + 1 + + + + ACT_CheckLimits + + + ACT_Controller + + + + PouType + FunctionBlock + + + + + E_PitchControl + 16 + INT + + PCM_Init + 0 + Pitch Control Machine + + + PCM_Standby + 1 + + + PCM_MoveRequested + 10 + + + PCM_Coarse50Piezo + 20 + + + PCM_CoarseMove + 21 + + + PCM_CoarseMoveCleanup + 22 + + + PCM_FineMove + 30 + + + PCM_Halt + 50 + + + PCM_Done + 8000 + why is 8000 done? Where did this come from?? + + + PCM_Error + 9000 + Anything above 9000 is considered an error + + + PCM_StepperError + 9100 + + + PCM_PiezoError + 9200 + + + PCM_OtherError + 9300 + + + PCM_STOHit + 9400 + + + + FB_PitchControl + 364416 + + Pitch + HOMS_PitchMechanism + 32 + 32 + + + ItemType + InOut + + + + + Stepper + DUT_MotionStage + 32 + 64 + + + ItemType + InOut + + + + + lrCurrentSetpoint + LREAL + Setpoint: Epics writes to DUT_MotionStage which gets fed into this + 64 + 128 + + + ItemType + Input + + + + + q_bError + BOOL + 8 + 192 + + + ItemType + Output + + + + + q_bDone + BOOL + 8 + 200 + + + ItemType + Output + + + + + q_bBusy + BOOL + 8 + 208 + + + ItemType + Output + + + + + stDiag + ST_FbDiagnostics + Logging + 48896 + 224 + + + fbFormatString + FB_FormatString + 7840 + 49120 + + + POUName + STRING(80) + Name of the POU for logging/error reporting + 648 + 56960 + + + instance-path + + + no_init + + + + + lrActPos + LREAL + Actual Position of piezo mechanism + 64 + 57664 + + + lrPrevStepperPos + LREAL + Previous successfully achieved stepper position + 64 + 57728 + + + ftLimitSwitch + F_TRIG + 64 + 57792 + + + lrOriginalPosRequest + LREAL + Used for logging + 64 + 57856 + + + lrLastSetpoint + LREAL + Previous successfully achieved setpoint + 64 + 57920 + + + fbMotionRequest + FB_MotionRequest + 1600 + 57984 + + + fbMotionStage + FB_MotionStage + 298304 + 59584 + + + bLimitHit + BOOL + 8 + 357888 + + + tonStepperHold + TON + Timer to hold stepper position while the system relaxes + 224 + 357920 + + + .PT + 100 + + + + + rSettledRange + REAL + Units = urad + 32 + 358144 + + 5 + + + + bResetStepper + BOOL + 8 + 358176 + + + bExecuteStepper + BOOL + 8 + 358184 + + + enumMotionRequest + ENUM_MotionRequest + Wait for move to complete before taking another request + 16 + 358192 + + 0 + + + + tonPiezoSettled + TON + Piezo + 224 + 358208 + + + .PT + 2000 + + + + + fbPiezoControl + FB_PiezoControl + 5824 + 358464 + + + rtPiezoMoveDone + R_TRIG + 64 + 364288 + + + PC_State + E_PitchControl + State Machine + 16 + 364352 + + 0 + + + + bCoarse50PiezoMove + BOOL + 8 + 364368 + + + ACT_ResetSetpoint + + + + PouType + FunctionBlock + + + + + E_ReadMode + 16 + INT + + READMODE_ONCE + 1 + + + READMODE_CYCLIC + 2 + + + + MC_AxisParameter + 16 + INT + + CommandedPosition + 1 + taken from NcToPlc + + + SWLimitPos + 2 + IndexOffset= 16#0001_000E + + + SWLimitNeg + 3 + IndexOffset= 16#0001_000D + + + EnableLimitPos + 4 + IndexOffset= 16#0001_000C + + + EnableLimitNeg + 5 + IndexOffset= 16#0001_000B + + + EnablePosLagMonitoring + 6 + IndexOffset= 16#0002_0010 + + + MaxPositionLag + 7 + IndexOffset= 16#0002_0012 + + + MaxVelocitySystem + 8 + IndexOffset= 16#0000_0027 + + + MaxVelocityAppl + 9 + IndexOffset= 16#0000_0027 + + + ActualVelocity + 10 + taken from NcToPlc + + + CommandedVelocity + 11 + taken from NcToPlc + + + MaxAccelerationSystem + 12 + IndexOffset= 16#0000_0101 + + + MaxAccelerationAppl + 13 + IndexOffset= 16#0000_0101 + + + MaxDecelerationSystem + 14 + IndexOffset= 16#0000_0102 + + + MaxDecelerationAppl + 15 + IndexOffset= 16#0000_0102 + + + MaxJerkSystem + 16 + IndexOffset= 16#0000_0103 + + + MaxJerkAppl + 17 + IndexOffset= 16#0000_0103 + + + AxisId + 1000 + IndexOffset= 16#0000_0001 + + + AxisVeloManSlow + 1001 + IndexOffset= 16#0000_0008 + + + AxisVeloManFast + 1002 + IndexOffset= 16#0000_0009 + + + AxisVeloMax + 1003 + IndexOffset= 16#0000_0027 + + + AxisAcc + 1004 + IndexOffset= 16#0000_0101 + + + AxisDec + 1005 + IndexOffset= 16#0000_0102 + + + AxisJerk + 1006 + IndexOffset= 16#0000_0103 + + + MaxJerk + 1007 + IndexOffset= 16#0000_0103 + + + AxisMaxVelocity + 1008 + IndexOffset= 16#0000_0027 + + + AxisRapidTraverseVelocity + 1009 + IndexOffset= 16#0000_000A + + + AxisManualVelocityFast + 1010 + IndexOffset= 16#0000_0009 + + + AxisManualVelocitySlow + 1011 + IndexOffset= 16#0000_0008 + + + AxisCalibrationVelocityForward + 1012 + IndexOffset= 16#0000_0006 + + + AxisCalibrationVelocityBackward + 1013 + IndexOffset= 16#0000_0007 + + + AxisJogIncrementForward + 1014 + IndexOffset= 16#0000_0018 + + + AxisJogIncrementBackward + 1015 + IndexOffset= 16#0000_0019 + + + AxisEnMinSoftPosLimit + 1016 + IndexOffset= 16#0001_000B + + + AxisMinSoftPosLimit + 1017 + IndexOffset= 16#0001_000D + + + AxisEnMaxSoftPosLimit + 1018 + IndexOffset= 16#0001_000C + + + AxisMaxSoftPosLimit + 1019 + IndexOffset= 16#0001_000E + + + AxisEnPositionLagMonitoring + 1020 + IndexOffset= 16#0002_0010 + + + AxisMaxPosLagValue + 1021 + IndexOffset= 16#0002_0012 + + + AxisMaxPosLagFilterTime + 1022 + IndexOffset= 16#0002_0013 + + + AxisEnPositionRangeMonitoring + 1023 + IndexOffset= 16#0000_000F + + + AxisPositionRangeWindow + 1024 + IndexOffset= 16#0000_0010 + + + AxisEnTargetPositionMonitoring + 1025 + IndexOffset= 16#0000_0015 + + + AxisTargetPositionWindow + 1026 + IndexOffset= 16#0000_0016 + + + AxisTargetPositionMonitoringTime + 1027 + IndexOffset= 16#0000_0017 + + + AxisEnInTargetTimeout + 1028 + IndexOffset= 16#0000_0029 + + + AxisInTargetTimeout + 1029 + IndexOffset= 16#0000_002A + + + AxisEnMotionMonitoring + 1030 + IndexOffset= 16#0000_0011 + + + AxisMotionMonitoringWindow + 1031 + IndexOffset= 16#0000_0028 + + + AxisMotionMonitoringTime + 1032 + IndexOffset= 16#0000_0012 + + + AxisDelayTimeVeloPosition + 1033 + IndexOffset= 16#0000_0104 + + + AxisEnLoopingDistance + 1034 + IndexOffset= 16#0000_0013 + + + AxisLoopingDistance + 1035 + IndexOffset= 16#0000_0014 + + + AxisEnBacklashCompensation + 1036 + IndexOffset= 16#0000_002B + + + AxisBacklash + 1037 + IndexOffset= 16#0000_002C + + + AxisEnDataPersistence + 1038 + IndexOffset= 16#0000_0030 + + + AxisRefVeloOnRefOutput + 1039 + IndexOffset= 16#0003_0101 + + + AxisOverrideType + 1040 + IndexOffset= 16#0000_0105 + + + AxisEncoderScalingFactor + 1041 + IndexOffset= 16#0001_0006 + + + AxisEncoderOffset + 1042 + IndexOffset= 16#0001_0007 + + + AxisEncoderDirectionInverse + 1043 + IndexOffset= 16#0001_0008 + + + AxisEncoderMask + 1044 + IndexOffset= 16#0001_0015 + + + AxisEncoderModuloValue + 1045 + IndexOffset= 16#0001_0009 + + + AxisModuloToleranceWindow + 1046 + IndexOffset= 16#0001_001B + + + AxisEnablePosCorrection + 1047 + IndexOffset= 16#0001_0016 + + + AxisPosCorrectionFilterTime + 1048 + IndexOffset= 16#0001_0017 + + + AxisUnitInterpretation + 1049 + added 5/20/2008 KSt + + + AxisMotorDirectionInverse + 1050 + IndexOffset= 16#0003_0006 + + + AxisCycleTime + 1051 + IndexOffset= 16#0000_0004 + + + AxisFastStopSignalType + 1052 + IndexOffset= 16#0000_001E + + + AxisFastAcc + 1053 + IndexOffset= 16#0000_010A + + + AxisFastDec + 1054 + IndexOffset= 16#0000_010B + + + AxisFastJerk + 1055 + IndexOffset= 16#0000_010C + + + AxisEncoderScalingNumerator + 1056 + IndexOffset= 16#0001_0023 - available in Tc3 + + + AxisEncoderScalingDenominator + 1057 + IndexOffset= 16#0001_0024 - available in Tc3 + + + AxisMaximumAcceleration + 1058 + IndexOffset= 16#0000_00F1 - available in Tc3 + + + AxisMaximumDeceleration + 1059 + IndexOffset= 16#0000_00F2 - available in Tc3 + + + AxisVeloJumpFactor + 1060 + IndexOffset= 16#0000_0106 + + + AxisToleranceBallAuxAxis + 1061 + IndexOffset= 16#0000_0108 + + + AxisMaxPositionDeviationAuxAxis + 1062 + IndexOffset= 16#0000_0109 + + + AxisErrorPropagationMode + 1063 + IndexOffset= 16#0000_001A + + + AxisErrorPropagationDelay + 1064 + IndexOffset= 16#0000_001B + + + AxisCoupleSlaveToActualValues + 1065 + IndexOffset= 16#0000_001C + + + AxisAllowMotionCmdToSlaveAxis + 1066 + IndexOffset= 16#0000_0020 + + + AxisAllowMotionCmdToExtSetAxis + 1067 + IndexOffset= 16#0000_0021 + + + AxisEncoderSubMask + 1068 + IndexOffset= 16#0001_0108 + + + AxisEncoderReferenceSystem + 1069 + IndexOffset= 16#0001_0019 + + + AxisEncoderPositionFilterPT1 + 1070 + IndexOffset= 16#0001_0010 + + + AxisEncoderVelocityFilterPT1 + 1071 + IndexOffset= 16#0001_0011 + + + AxisEncoderAccelerationFilterPT1 + 1072 + IndexOffset= 16#0001_0012 + + + AxisEncoderMode + 1073 + IndexOffset= 16#0001_000A + + + AxisEncoderHomingInvDirCamSearch + 1074 + IndexOffset= 16#0001_0101 + + + AxisEncoderHomingInvDirSyncSearch + 1075 + IndexOffset= 16#0001_0102 + + + AxisEncoderHomingCalibValue + 1076 + IndexOffset= 16#0001_0103 + + + AxisEncoderReferenceMode + 1077 + IndexOffset= 16#0001_0107 + + + AxisRefVeloOutputRatio + 1078 + IndexOffset= 16#0003_0102 + + + AxisDrivePositionOutputScaling + 1079 + IndexOffset= 16#0003_0109 + + + AxisDriveVelocityOutputScaling + 1080 + IndexOffset= 16#0003_0105 + + + AxisDriveVelocityOutputDelay + 1081 + IndexOffset= 16#0003_010D + + + AxisDriveMinOutputLimitation + 1082 + IndexOffset= 16#0003_000B + + + AxisDriveMaxOutputLimitation + 1083 + IndexOffset= 16#0003_000C + + + AxisTorqueInputScaling + 1084 + IndexOffset= 16#0003_0031 - available in Tc3 + + + AxisTorqueInputFilterPT1 + 1085 + IndexOffset= 16#0003_0032 - available in Tc3 + + + AxisTorqueDerivationInputFilterPT1 + 1086 + IndexOffset= 16#0003_0033 - available in Tc3 + + + AxisTorqueOutputScaling + 1087 + IndexOffset= 16#0003_010B + + + AxisTorqueOutputDelay + 1088 + IndexOffset= 16#0003_010F + + + AxisAccelerationOutputScaling + 1089 + IndexOffset= 16#0003_010A + + + AxisAccelerationOutputDelay + 1090 + IndexOffset= 16#0003_010E + + + AxisDrivePosOutputSmoothFilterType + 1091 + IndexOffset= 16#0003_0110 + + + AxisDrivePosOutputSmoothFilterTime + 1092 + IndexOffset= 16#0003_0111 + + + AxisDrivePosOutputSmoothFilterOrder + 1093 + IndexOffset= 16#0003_0112 + + + AxisDriveMode + 1094 + IndexOffset= 16#0003_000A + + + AxisDriftCompensationOffset + 1095 + IndexOffset= 16#0003_0104 + + + AxisPositionControlKv + 1096 + IndexOffset= 16#0002_0102 + + + AxisCtrlVelocityPreCtrlWeight + 1097 + IndexOffset= 16#0002_000B + + + AxisControllerMode + 1098 + IndexOffset= 16#0002_000A + + + AxisCtrlAutoOffset + 1099 + IndexOffset= 16#0002_0110 + + + AxisCtrlAutoOffsetTimer + 1100 + IndexOffset= 16#0002_0115 + + + AxisCtrlAutoOffsetLimit + 1101 + IndexOffset= 16#0002_0114 + + + AxisSlaveCouplingControlKcp + 1102 + IndexOffset= 16#0002_010F + + + AxisCtrlOutputLimit + 1103 + IndexOffset= 16#0002_0100 + + + AxisFadingAccleration + 1104 + IndexOffset= 16#0000_001D + + + AxisTargetPosition + 2000 + IndexOffset= 16#0000_0013 + + + AxisRemainingTimeToGo + 2001 + IndexOffset= 16#0000_0014 + + + AxisRemainingDistanceToGo + 2002 + IndexOffset= 16#0000_0022, 16#0000_0042 + + + AxisGearRatio + 3000 + read:IdxGrp=0x4100+ID, IdxOffs=16#0000_0022, write:IdxGrp=0x4200+ID, IdxOffs=16#0000_0042 + + + NcSafCycleTime + 4000 + IndexOffset= 16#0000_0010 + + + NcSvbCycleTime + 4001 + IndexOffset= 16#0000_0012 + + + AxisMasPositionDeviationAuxAxis + 32000 + lreal IndexOffset= 16#0000_0109 - added for compatibility reasons (write error AxisMasPositionDeviationAuxAxis changed to AxisMaxPositionDeviationAuxAxis) 2018-05-03 KSt ]]>_E_ParameterType16INTPARAMETERTYPE_NOTYPE0PARAMETERTYPE_BOOL1PARAMETERTYPE_DWORD2PARAMETERTYPE_LREAL3_ST_ParaStruct192PortUINT160IndexGroupUDINT3232IndexOffsetUDINT3264ParaType_E_ParameterType1696LrealSizeUDINT32128LrealOffsetUDINT32160conditionalshow_FB_ReadWriteParameter3840AxisAXIS_REF3232ItemTypeInOutEnableBOOL864ItemTypeInputParameterNumberMC_AxisParameter1680ItemTypeInputModeINT1696ItemTypeInputDoneBOOL8112ItemTypeOutputBusyBOOL8120ItemTypeOutputErrorBOOL8128ItemTypeOutputErrorIDUDINT32160ItemTypeOutputdisplaymodehexADSbusyBOOL8192ItemTypeOutputValueLrealLREAL32224ItemTypeInOutValueDwordDWORD32256ItemTypeInOutValueBoolBOOL32288ItemTypeInOutiState_E_TcMC_STATES16320100fbAdsReadADSREAD1248352fbAdsWriteADSWRITE12161600dwValueDWORD322816lrValueLREAL1106402880NcBoolValueUINT163520bStartedBOOL83536stParaStruct_ST_ParaStruct1923552nINT163744iINT163760ParaLREALINT1637762PouTypeFunctionBlockconditionalshowMC_ReadParameter4352AxisAXIS_REF3232ItemTypeInOutEnableBOOL864ItemTypeInputParameterNumberINT1680ItemTypeInputReadModeE_ReadMode16961ItemTypeInputValidBOOL8112ItemTypeOutputBusyBOOL8120ItemTypeOutputErrorBOOL8128ItemTypeOutputErrorIDUDINT32160ItemTypeOutputdisplaymodehexValueLREAL64192ItemTypeOutputADSbusyBOOL8256fbReadWriteParameter_FB_ReadWriteParameter3840320nParatype_E_ParameterType164160conditionalshowdwValueDWORD324192conditionalshowbValueBOOL84224conditionalshowbStartedBOOL84232conditionalshowfbTriggerR_TRIG644256conditionalshowPouTypeFunctionBlockFB_AnalogInput320iRawINT1632ItemTypeInputTcAddressTypeInputiTermBitsUINT1648ItemTypeInputfTermMaxLREAL6464ItemTypeInputfTermMinLREAL64128ItemTypeInputfRealLREAL64192ItemTypeOutputfScaleLREAL64256PouTypeFunctionBlockFB_TempSensor256fResolutionLREAL64640.1ItemTypeInputfTempLREAL64128ItemTypeOutputpytmc + added for compatibility reasons (write error AxisMasPositionDeviationAuxAxis changed to AxisMaxPositionDeviationAuxAxis) 2018-05-03 KSt + + + + _E_ParameterType + 16 + INT + + PARAMETERTYPE_NOTYPE + 0 + + + PARAMETERTYPE_BOOL + 1 + + + PARAMETERTYPE_DWORD + 2 + + + PARAMETERTYPE_LREAL + 3 + + + + _ST_ParaStruct + 192 + + Port + UINT + 2014-07-14 KSt + 16 + 0 + + + IndexGroup + UDINT + 32 + 32 + + + IndexOffset + UDINT + 32 + 64 + + + ParaType + _E_ParameterType + 16 + 96 + + + LrealSize + UDINT + sizeof Lreal data array + 32 + 128 + + + LrealOffset + UDINT + offset in lreal data array + 32 + 160 + + + + conditionalshow + + + + + _FB_ReadWriteParameter + 3840 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Enable + BOOL + 8 + 64 + + + ItemType + Input + + + + + ParameterNumber + MC_AxisParameter + 16 + 80 + + + ItemType + Input + + + + + Mode + INT + read/write + 16 + 96 + + + ItemType + Input + + + + + Done + BOOL + 8 + 112 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 120 + + + ItemType + Output + + + + + Error + BOOL + 8 + 128 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 160 + + + ItemType + Output + + + displaymode + hex + + + + + ADSbusy + BOOL + 8 + 192 + + + ItemType + Output + + + + + ValueLreal + LREAL + 32 + 224 + + + ItemType + InOut + + + + + ValueDword + DWORD + 32 + 256 + + + ItemType + InOut + + + + + ValueBool + BOOL + 32 + 288 + + + ItemType + InOut + + + + + iState + _E_TcMC_STATES + 16 + 320 + + 100 + + + + fbAdsRead + ADSREAD + 1248 + 352 + + + fbAdsWrite + ADSWRITE + 1216 + 1600 + + + dwValue + DWORD + 32 + 2816 + + + lrValue + LREAL + + 1 + 10 + + 640 + 2880 + + + NcBoolValue + UINT + 16 + 3520 + + + bStarted + BOOL + 8 + 3536 + + + stParaStruct + _ST_ParaStruct + 192 + 3552 + + + n + INT + 16 + 3744 + + + i + INT + 16 + 3760 + + + ParaLREAL + INT + 16 + 3776 + + 2 + + + + + PouType + FunctionBlock + + + conditionalshow + + + + + MC_ReadParameter + 4352 + + Axis + AXIS_REF + Reference to an axis + 32 + 32 + + + ItemType + InOut + + + + + Enable + BOOL + 8 + 64 + + + ItemType + Input + + + + + ParameterNumber + INT + 16 + 80 + + + ItemType + Input + + + + + ReadMode + E_ReadMode + Beckhoff proprietary input + 16 + 96 + + 1 + + + + ItemType + Input + + + + + Valid + BOOL + 8 + 112 + + + ItemType + Output + + + + + Busy + BOOL + 8 + 120 + + + ItemType + Output + + + + + Error + BOOL + 8 + 128 + + + ItemType + Output + + + + + ErrorID + UDINT + 32 + 160 + + + ItemType + Output + + + displaymode + hex + + + + + Value + LREAL + 64 + 192 + + + ItemType + Output + + + + + ADSbusy + BOOL + 8 + 256 + + + fbReadWriteParameter + _FB_ReadWriteParameter + 3840 + 320 + + + nParatype + _E_ParameterType + 16 + 4160 + + + conditionalshow + + + + + dwValue + DWORD + 32 + 4192 + + + conditionalshow + + + + + bValue + BOOL + 8 + 4224 + + + conditionalshow + + + + + bStarted + BOOL + 8 + 4232 + + + conditionalshow + + + + + fbTrigger + R_TRIG + 64 + 4256 + + + conditionalshow + + + + + + PouType + FunctionBlock + + + + + FB_AnalogInput + 320 + + iRaw + INT + Connect this input to the terminal + 16 + 32 + + + ItemType + Input + + + TcAddressType + Input + + + + + iTermBits + UINT + The number of bits correlated with the terminal's max value. This is not necessarily the resolution parameter. + 16 + 48 + + + ItemType + Input + + + + + fTermMax + LREAL + The fReal value correlated with the terminal's max value + 64 + 64 + + + ItemType + Input + + + + + fTermMin + LREAL + The fReal value correlated with the terminal's min value + 64 + 128 + + + ItemType + Input + + + + + fReal + LREAL + The real value read from the output + 64 + 192 + + + ItemType + Output + + + + + fScale + LREAL + 64 + 256 + + + + PouType + FunctionBlock + + + + + FB_TempSensor + 256 + + fResolution + LREAL + Resolution parameter from the Beckhoff docs. Default is 0.1 for 0.1 degree resolution + 64 + 64 + + 0.1 + + + + ItemType + Input + + + + + fTemp + LREAL + 64 + 128 + + + ItemType + Output + + + pytmc + pv: TEMP io: input field: EGU C field: PREC 2 - bConnectedBOOL8192ItemTypeOutputpytmc + + + + + + bConnected + BOOL + 8 + 192 + + + ItemType + Output + + + pytmc + pv: CONN io: input field: ONAM Connected field: ZNAM Disconnected - bErrorBOOL82001ItemTypeOutputpytmc + + + + + + bError + BOOL + 8 + 200 + + 1 + + + + ItemType + Output + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInputbUnderrangeBOOL8208ItemTypeOutputTcAddressTypeInputbOverrangeBOOL8216ItemTypeOutputTcAddressTypeInputiRawINT16224TcAddressTypeInputPouTypeFunctionBlockST_DbStateParams2496sPmpsStateSTRING(80)6480pytmc + + + + TcAddressType + Input + + + + + bUnderrange + BOOL + 8 + 208 + + + ItemType + Output + + + TcAddressType + Input + + + + + bOverrange + BOOL + 8 + 216 + + + ItemType + Output + + + TcAddressType + Input + + + + + iRaw + INT + 16 + 224 + + + TcAddressType + Input + + + + + + PouType + FunctionBlock + + + + + ST_DbStateParams + 2496 + + sPmpsState + STRING(80) + PMPS database lookup name for this state + 648 + 0 + + + pytmc + pv: PMPS_STATE io: i field: DESC PMPS Database Lookup Key - stBeamParamsST_BeamParams1760672pytmc + + + + + + stBeamParams + ST_BeamParams + Beam parameters associated with this state + 1760 + 672 + + + pytmc + pv: BP io: i - bBeamParamsLoadedBOOL82432pytmc + + + + + + bBeamParamsLoaded + BOOL + Set to TRUE once the PMPS library has loaded a valid state from the database + 8 + 2432 + + + pytmc + pv: PMPS_LOADED io: i field: DESC TRUE if PMPS loaded parameters from the database. - nRequestAssertionIDUDINT322464pytmc + + + + + + nRequestAssertionID + UDINT + Transition ID associated with this state + 32 + 2464 + + + pytmc + pv: PMPS_ID io: i field: DESC Assertion Request ID - DUT_PositionState3648sNameSTRING(80)6480Invalidpytmc + + + + + + + DUT_PositionState + 3648 + + sName + STRING(80) + Name as queried via the NAME PV in EPICS + 648 + 0 + + Invalid + + + + pytmc + pv: NAME io: input field: DESC Name of this position state - fPositionLREAL64704pytmc + + + + + + fPosition + LREAL + Position associated with this state + 64 + 704 + + + pytmc + pv: SETPOINT io: io field: DESC Axis position associated with this state - nEncoderCountUDINT32768pytmc + + + + + + nEncoderCount + UDINT + 32 + 768 + + + pytmc + pv: ENCODER io: i field: DESC Encoder count associated with this state - fDeltaLREAL64832pytmc + + + + + + fDelta + LREAL + Maximum allowable deviation from fPosition while at the state + 64 + 832 + + + pytmc + pv: DELTA io: io field: DRVL 0.0 field: DESC Max deviation from position at this state - fVelocityLREAL64896pytmc + + + + + + fVelocity + LREAL + Speed at which to move to this state + 64 + 896 + + + pytmc + pv: VELO io: io field: DESC Speed at which to move to this state - fAccelLREAL64960pytmc + + + + + + fAccel + LREAL + (optional) Acceleration to use for moves to this state + 64 + 960 + + + pytmc + pv: ACCL io: io field: DESC Acceleration to use for moves to this state - fDecelLREAL641024pytmc + + + + + + fDecel + LREAL + (optional) Deceleration to use for moves to this state + 64 + 1024 + + + pytmc + pv: DCCL io: io field: DESC Deceleration to use for moves to this state - bMoveOkBOOL81088pytmc + + + + + + bMoveOk + BOOL + Safety parameter. This must be set to TRUE by the PLC program to allow moves to this state. This is expected to change as conditions change. + 8 + 1088 + + + pytmc + pv: MOVE_OK io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if the move would be safe - bLockedBOOL81096pytmc + + + + + + bLocked + BOOL + Signifies to FB_PositionStateLock that this state should be immutable + 8 + 1096 + + + pytmc + pv: LOCKED io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if state is immutable - bValidBOOL81104pytmc + + + + + + bValid + BOOL + Set this to TRUE when you make your state. This defaults to FALSE so that uninitialized states can never be moved to + 8 + 1104 + + + pytmc + pv: VALID io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if this is a real state - bUseRawCountsBOOL81112bUpdatedBOOL81120stPMPSST_DbStateParams24961152pytmc + + + + + + bUseRawCounts + BOOL + Set this to TRUE when you want to use the raw encoder counts to define the state + 8 + 1112 + + + bUpdated + BOOL + Is set to TRUE by FB_PositionStateInternal when called + 8 + 1120 + + + stPMPS + ST_DbStateParams + We give this a state name and it is used to load parameters from the pmps database. + 2496 + 1152 + + + pytmc + pv: - FB_PositionStateMove2560stMotionStageDUT_MotionStage3232ItemTypeInOutstPositionStateDUT_PositionState3264ItemTypeInOutpytmc + + + + + + + FB_PositionStateMove + 2560 + + stMotionStage + DUT_MotionStage + Motor to move + 32 + 32 + + + ItemType + InOut + + + + + stPositionState + DUT_PositionState + State to move to + 32 + 64 + + + ItemType + InOut + + + pytmc + pv: - bExecuteBOOL896ItemTypeInputpytmc + + + + + + bExecute + BOOL + Start move on rising edge, stop move on falling edge + 8 + 96 + + + ItemType + Input + + + pytmc + pv: GO io: io field: ZNAM False field: ONAM True - bResetBOOL8104ItemTypeInputpytmc + + + + + + bReset + BOOL + Rising edge error reset + 8 + 104 + + + ItemType + Input + + + pytmc + pv: RESET io: io field: ZNAM False field: ONAM True - enumMotionRequestENUM_MotionRequest161120ItemTypeInputbAtStateBOOL8128ItemTypeOutputpytmc + + + + + + enumMotionRequest + ENUM_MotionRequest + Define behavior for when a move is already active + 16 + 112 + + 0 + + + + ItemType + Input + + + + + bAtState + BOOL + TRUE if the motor is at this state + 8 + 128 + + + ItemType + Output + + + pytmc + pv: AT_STATE io: input field: ZNAM False field: ONAM True - bErrorBOOL8136ItemTypeOutputpytmc + + + + + + bError + BOOL + TRUE if we have an error + 8 + 136 + + + ItemType + Output + + + pytmc + pv: ERR io: input field: ZNAM False field: ONAM True - nErrorIDUDINT32160ItemTypeOutputpytmc + + + + + + nErrorID + UDINT + Error code + 32 + 160 + + + ItemType + Output + + + pytmc + pv: ERRID io: input - sErrorMessageSTRING(80)648192ItemTypeOutputpytmc + + + + + + sErrorMessage + STRING(80) + Error description + 648 + 192 + + + ItemType + Output + + + pytmc + pv: ERRMSG io: input - bBusyBOOL8840ItemTypeOutputpytmc + + + + + + bBusy + BOOL + TRUE if we are moving to a state + 8 + 840 + + + ItemType + Output + + + pytmc + pv: BUSY io: input field: ZNAM False field: ONAM True - bDoneBOOL8848ItemTypeOutputpytmc + + + + + + bDone + BOOL + TRUE if we are note moving and we reached a state successfully on our last move + 8 + 848 + + + ItemType + Output + + + pytmc + pv: DONE io: input field: ZNAM False field: ONAM True - fbMotionRequestFB_MotionRequest1600896bAllowMoveBOOL82496PouTypeFunctionBlockFB_RawCountConverter8576stParametersST_AxisParameterSet819264ItemTypeInputnCountCheckUDINT328256ItemTypeInputfPosCheckLREAL648320ItemTypeInputnCountGetUDINT328384ItemTypeOutputfPosGetLREAL648448ItemTypeOutputbBusyBOOL88512ItemTypeOutputbDoneBOOL88520ItemTypeOutputbErrorBOOL88528ItemTypeOutputPouTypeFunctionBlockFB_PositionStateLock3840stPositionStateDUT_PositionState3232ItemTypeInOutbEnableBOOL864ItemTypeInputstCachedPositionStateDUT_PositionState3648128bInitBOOL837760PouTypeFunctionBlockFB_PositionStateInternal12544stMotionStageDUT_MotionStage3232ItemTypeInOutstPositionStateDUT_PositionState3264ItemTypeInOutfbEncConverterFB_RawCountConverter8576128fbLockFB_PositionStateLock38408704PouTypeFunctionBlockFB_PositionStateBase253824stMotionStageDUT_MotionStage3232ItemTypeInOutbEnableBOOL864ItemTypeInputbResetBOOL872ItemTypeInputpytmc + + + + + + fbMotionRequest + FB_MotionRequest + 1600 + 896 + + + bAllowMove + BOOL + 8 + 2496 + + + + PouType + FunctionBlock + + + + + FB_RawCountConverter + 8576 + + stParameters + ST_AxisParameterSet + Parameters to check against + 8192 + 64 + + + ItemType + Input + + + + + nCountCheck + UDINT + Optional count to convert to a real position + 32 + 8256 + + + ItemType + Input + + + + + fPosCheck + LREAL + Optional position to convert to encoder counts + 64 + 8320 + + + ItemType + Input + + + + + nCountGet + UDINT + If converting position, the number of counts + 32 + 8384 + + + ItemType + Output + + + + + fPosGet + LREAL + If converting counts, the position + 64 + 8448 + + + ItemType + Output + + + + + bBusy + BOOL + True during a parameter get/calc + 8 + 8512 + + + ItemType + Output + + + + + bDone + BOOL + True after a successful get/calc + 8 + 8520 + + + ItemType + Output + + + + + bError + BOOL + True if the calculation errored + 8 + 8528 + + + ItemType + Output + + + + + + PouType + FunctionBlock + + + + + FB_PositionStateLock + 3840 + + stPositionState + DUT_PositionState + 32 + 32 + + + ItemType + InOut + + + + + bEnable + BOOL + 8 + 64 + + + ItemType + Input + + + + + stCachedPositionState + DUT_PositionState + 3648 + 128 + + + bInit + BOOL + 8 + 3776 + + 0 + + + + + PouType + FunctionBlock + + + + + FB_PositionStateInternal + 12544 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + stPositionState + DUT_PositionState + 32 + 64 + + + ItemType + InOut + + + + + fbEncConverter + FB_RawCountConverter + 8576 + 128 + + + fbLock + FB_PositionStateLock + 3840 + 8704 + + + + PouType + FunctionBlock + + + + + FB_PositionStateBase + 253824 + + stMotionStage + DUT_MotionStage + Motor to move + 32 + 32 + + + ItemType + InOut + + + + + bEnable + BOOL + If TRUE, start a move when setState transitions to a nonzero number + 8 + 64 + + + ItemType + Input + + + + + bReset + BOOL + On rising edge, reset this FB + 8 + 72 + + + ItemType + Input + + + pytmc + pv: RESET io: io field: ZNAM False field: ONAM True - bErrorBOOL880ItemTypeOutputpytmc + + + + + + bError + BOOL + If TRUE, there is an error + 8 + 80 + + + ItemType + Output + + + pytmc + pv: ERR io: i field: ZNAM False field: ONAM True - nErrorIdUDINT3296ItemTypeOutputpytmc + + + + + + nErrorId + UDINT + Error ID + 32 + 96 + + + ItemType + Output + + + pytmc + pv: ERRID io: i - sErrorMessageSTRING(80)648128ItemTypeOutputpytmc + + + + + + sErrorMessage + STRING(80) + The error that caused bError to flip TRUE + 648 + 128 + + + ItemType + Output + + + pytmc + pv: ERRMSG io: i - bBusyBOOL8776ItemTypeOutputpytmc + + + + + + bBusy + BOOL + If TRUE, we are moving the motor + 8 + 776 + + + ItemType + Output + + + pytmc + pv: BUSY io: i field: ZNAM False field: ONAM True - bDoneBOOL8784ItemTypeOutputpytmc + + + + + + bDone + BOOL + If TRUE, we are not moving the motor and the last move completed successfully + 8 + 784 + + + ItemType + Output + + + pytmc + pv: DONE io: i field: ZNAM False field: ONAM True - arrStatesDUT_PositionState11554720832pytmc + + + + + + arrStates + DUT_PositionState + + 1 + 15 + + Pre-allocated array of states + 54720 + 832 + + + pytmc + pv: io: io expand: %.2d - setStateINT1655552goalStateINT1655568getStateINT1655584bInitBOOL855600stUnknownDUT_PositionState364855616stGoalDUT_PositionState364859264fbStateMoveFB_PositionStateMove256062912fbStateInternalFB_PositionStateInternal11518816065472nIndexINT16253632bNewGoalBOOL8253648bInnerExecBOOL8253656bInnerResetBOOL8253664rtResetR_TRIG64253696bMoveRequestedBOOL8253760ExecStateHandlerPouTypeFunctionBlockI_HigherAuthority32PVOIDCheckRequestBOOL8nReqIDDWORD32RemoveRequestBOOL8nReqIDDWORD32RequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760I_LowerAuthority32PVOID__getnLowerAuthorityIDDWORD32propertyElevateRequestBOOL8HigherAuthorityI_HigherAuthority32T_HashTableEntry64keyDWORD3200pytmc + + + + + + setState + INT + Corresponding arrStates index to move to, or 0 if no move selected + 16 + 55552 + + + goalState + INT + The current position we are trying to reach, or 0 + 16 + 55568 + + + getState + INT + The readback position + 16 + 55584 + + + bInit + BOOL + 8 + 55600 + + + stUnknown + DUT_PositionState + 3648 + 55616 + + + stGoal + DUT_PositionState + 3648 + 59264 + + + fbStateMove + FB_PositionStateMove + 2560 + 62912 + + + fbStateInternal + FB_PositionStateInternal + + 1 + 15 + + 188160 + 65472 + + + nIndex + INT + 16 + 253632 + + + bNewGoal + BOOL + 8 + 253648 + + + bInnerExec + BOOL + 8 + 253656 + + + bInnerReset + BOOL + 8 + 253664 + + + rtReset + R_TRIG + 64 + 253696 + + + bMoveRequested + BOOL + 8 + 253760 + + + Exec + + + StateHandler + + + + PouType + FunctionBlock + + + + + I_HigherAuthority + 32 + PVOID + + CheckRequest + BOOL + 8 + + nReqID + DWORD + 32 + + + + RemoveRequest + BOOL + 8 + + nReqID + StateID to remove + DWORD + 32 + + + + RequestBP + BOOL + 8 + + nReqID + StateID of state requesting beam parameter set + DWORD + 32 + + + stReqBP + Requested beam params + ST_BeamParams + 1760 + + + + + I_LowerAuthority + 32 + PVOID + + __getnLowerAuthorityID + DWORD + 32 + + + property + + + + + ElevateRequest + BOOL + 8 + + HigherAuthority + I_HigherAuthority + 32 + + + + + T_HashTableEntry + 64 + + key + DWORD + 32 + 0 + + 0 + + + + pytmc + pv: Key io: i - valuePVOID32320ST_BP_ArbInternal2464ST_BeamParamsnIdDWORD321760pytmcpv: ID + + + + + + value + PVOID + 32 + 32 + + 0 + + + + + ST_BP_ArbInternal + 2464 + ST_BeamParams + + nId + DWORD + 32 + 1760 + + + pytmc + pv: ID io: i - LiveInTableBOOL81792pytmcpv: Live + + + + + + LiveInTable + BOOL + 8 + 1792 + + + pytmc + pv: Live io: i - sDevNameSTRING(80)6481800pytmcpv: Device + + + + + + sDevName + STRING(80) + 648 + 1800 + + + pytmc + pv: Device io: i - T_HashTableEntry192keyDWORD3200valuePVOID32320lockDWORD: 0 = node free, 1 = node in use, other bits reserved ]]>32640conditionalshowpNextPVOID32960conditionalshowpNextFreePVOID321280conditionalshowpNextGlobPVOID321600conditionalshowT_HHASHTABLE3488nCountUDINT3200nFreeUDINT32320pEntriesT_HashTableEntry32640conditionalshowcbEntriesUDINT32960conditionalshownElementsUDINT321280conditionalshowcbElementUDINT321600conditionalshowpEntrysT_HashTableEntry01013232192conditionalshowpFreeEntrysT_HashTableEntry3234240conditionalshowpFirstEntryT_HashTableEntry3234560conditionalshowFB_HashTableCtrl352hTableT_HHASHTABLE3232ItemTypeInOutkeyDWORD32640ItemTypeInputputValuePVOID32960ItemTypeInputputPosPtrT_HashTableEntry321280ItemTypeInputbOkBOOL81600ItemTypeOutputgetValuePVOID321920ItemTypeOutputgetPosPtrT_HashTableEntry322240ItemTypeOutputpT_HashTableEntry322560conditionalshownT_HashTableEntry322880conditionalshownHashDWORD323200conditionalshowA_ResetA_RemoveAllA_GetNextA_GetIndexAtPosPtrA_AddA_RemoveA_GetFirstA_RemoveFirstA_LookupPouTypeFunctionBlockconditionalshow_all_localsFB_BeamParamAssertionPool214336keyDWORD32320ItemTypeInputputPosPtrT_HashTableEntry32640ItemTypeInputputValueST_BP_ArbInternal246496ItemTypeInputbOkBOOL825600ItemTypeOutputgetPosPtrT_HashTableEntry3225920ItemTypeOutputgetValueST_BP_ArbInternal24642624ItemTypeOutputnCountUDINT3250880ItemTypeOutputepicsDataPoolST_BP_ArbInternal120492805120pytmc + + + + + + + T_HashTableEntry + Hash table entry + 192 + + key + DWORD + Entry key: 32 bit unsigned integer or pointer + 32 + 0 + + 0 + + + + value + PVOID + Entry value: 32/64 bit unsigned integer or pointer + 32 + 32 + + 0 + + + + lock + DWORD + Node state flags: Bit 0 <0..1>: 0 = node free, 1 = node in use, other bits reserved + 32 + 64 + + 0 + + + + conditionalshow + + + + + pNext + PVOID + Pointer to next hash table element + 32 + 96 + + 0 + + + + conditionalshow + + + + + pNextFree + PVOID + Pointer to next free element + 32 + 128 + + 0 + + + + conditionalshow + + + + + pNextGlob + PVOID + Pointer to next global element + 32 + 160 + + 0 + + + + conditionalshow + + + + + + T_HHASHTABLE + Hash table object handle + 3488 + + nCount + UDINT + Number of used hash table entries + 32 + 0 + + 0 + + + + nFree + UDINT + Number of free hash table entries + 32 + 32 + + 0 + + + + pEntries + T_HashTableEntry + Pointer to table array + 32 + 64 + + 0 + + + + conditionalshow + + + + + cbEntries + UDINT + Byte size of table array + 32 + 96 + + 0 + + + + conditionalshow + + + + + nElements + UDINT + Number of table/array elements + 32 + 128 + + 0 + + + + conditionalshow + + + + + cbElement + UDINT + Byte size of one array element + 32 + 160 + + 0 + + + + conditionalshow + + + + + pEntrys + T_HashTableEntry + + 0 + 101 + + 3232 + 192 + + + conditionalshow + + + + + pFreeEntrys + T_HashTableEntry + 32 + 3424 + + 0 + + + + conditionalshow + + + + + pFirstEntry + T_HashTableEntry + 32 + 3456 + + 0 + + + + conditionalshow + + + + + + FB_HashTableCtrl + Hash table control function block + 352 + + hTable + T_HHASHTABLE + Hash table handle variable + 32 + 32 + + + ItemType + InOut + + + + + key + DWORD + Entry key: 32 bit unsigned integer or pointer, used by A_Lookup, A_Remove method, the key.lookup variable is also used by A_Add method + 32 + 64 + + 0 + + + + ItemType + Input + + + + + putValue + PVOID + Entry value: 32/64 bit unsigned integer or pointer + 32 + 96 + + 0 + + + + ItemType + Input + + + + + putPosPtr + T_HashTableEntry + Hash table entry position pointer, used by A_GetNext + 32 + 128 + + 0 + + + + ItemType + Input + + + + + bOk + BOOL + TRUE = success, FALSE = error + 8 + 160 + + 0 + + + + ItemType + Output + + + + + getValue + PVOID + Entry value: 32/64 bit unsigned integer or pointer + 32 + 192 + + 0 + + + + ItemType + Output + + + + + getPosPtr + T_HashTableEntry + returned by A_GetFirstEntry, A_GetNextEntry, A_Add, A_Lookup and A_Remove method + 32 + 224 + + 0 + + + + ItemType + Output + + + + + p + T_HashTableEntry + 32 + 256 + + 0 + + + + conditionalshow + + + + + n + T_HashTableEntry + 32 + 288 + + 0 + + + + conditionalshow + + + + + nHash + DWORD + 32 + 320 + + 0 + + + + conditionalshow + + + + + A_Reset + + + A_RemoveAll + + + A_GetNext + + + A_GetIndexAtPosPtr + + + A_Add + + + A_Remove + + + A_GetFirst + + + A_RemoveFirst + + + A_Lookup + + + + PouType + FunctionBlock + + + conditionalshow_all_locals + + + + + FB_BeamParamAssertionPool + This function block implements simple database. Data element values are stored in the hash table. + 214336 + + key + DWORD + Entry key: used by A_Lookup, A_Remove method, the key variable is also used by A_Add method + 32 + 32 + + 0 + + + + ItemType + Input + + + + + putPosPtr + T_HashTableEntry + Hash table entry position pointer (used by A_Find, A_GetNext, A_GetPrev) + 32 + 64 + + 0 + + + + ItemType + Input + + + + + putValue + ST_BP_ArbInternal + Hash table entry value (used by A_AddHead, A_AddTail, A_Find ) + 2464 + 96 + + + ItemType + Input + + + + + bOk + BOOL + TRUE = Success, FALSE = Failed + 8 + 2560 + + 0 + + + + ItemType + Output + + + + + getPosPtr + T_HashTableEntry + Returned hash table entry position pointer + 32 + 2592 + + 0 + + + + ItemType + Output + + + + + getValue + ST_BP_ArbInternal + Returned hash table entry value + 2464 + 2624 + + + ItemType + Output + + + + + nCount + UDINT + Hash table size (number of used entries, used by A_Count) + 32 + 5088 + + 0 + + + + ItemType + Output + + + + + epicsDataPool + ST_BP_ArbInternal + + 1 + 20 + + Structured data element pool for display in EPICS + 49280 + 5120 + + + pytmc + pv: Entry io: i - dataPoolST_BP_ArbInternal06115030454400entriesT_HashTableEntry0613904204704fbTableFB_HashTableCtrl352208608hTableT_HHASHTABLE3488208960pRefPtrST_BP_ArbInternal322124480indexOfElemULINT32bit, x64=>64bit)]]>64212480cstSafeBeamST_BeamParams1760212544.nTran0.neVRange0.nRate0.nBCRange0A_ResetA_CountDataPoolToEpicsA_AddA_RemoveA_GetFirstA_GetNextA_LookupPouTypeFunctionBlockno_checkFB_Arbiter + + + + + dataPool + ST_BP_ArbInternal + + 0 + 61 + + Structured data element pool + 150304 + 54400 + + + entries + T_HashTableEntry + + 0 + 61 + + Max. number of hash table entries. The value of table entry = 32 bit integer (pointer to dataPool-array-entry) + 3904 + 204704 + + + fbTable + FB_HashTableCtrl + basic hash table control function block + 352 + 208608 + + + hTable + T_HHASHTABLE + hash table handle + 3488 + 208960 + + + pRefPtr + ST_BP_ArbInternal + 32 + 212448 + + 0 + + + + indexOfElem + ULINT + Integer value (max. size: x86=>32bit, x64=>64bit) + 64 + 212480 + + + cstSafeBeam + ST_BeamParams + MG + 1760 + 212544 + + + .nTran + 0 + + + .neVRange + 0 + + + .nRate + 0 + + + .nBCRange + 0 + + + + + A_Reset + + + A_Count + + + DataPoolToEpics + + + A_Add + + + A_Remove + + + A_GetFirst + + + A_GetNext + + + A_Lookup + + + + PouType + FunctionBlock + + + no_check + + + + + FB_Arbiter + FB Arbiter A. Wallace 2020-6-26 The arbiter primary objectives are: @@ -953,1331 +55438,15357 @@ The hash table can be thought of as an array on steriods, they are worth reading the hash table will tell you when you reach the end of all the entries, and enables us to find entries quickly. These features efficiently address the addition, removal, and verification of beam parameter sets listed in the above requirements. -]]>474624I_HigherAuthorityI_LowerAuthoritynRequestsCountUDINT3296fbBPAssertionPoolFB_BeamParamAssertionPool214336128pytmc + + 474624 + I_HigherAuthority + I_LowerAuthority + + nRequestsCount + UDINT + How many requests are currently in the arbiter + 32 + 96 + + + fbBPAssertionPool + FB_BeamParamAssertionPool + Table of active beam parameter assertions + 214336 + 128 + + + pytmc + pv: AP io: i field: DESC Assertion Pool - xRequestMadeBOOL8214464nArbiterIDUDINT32214496pytmc + + + + + + xRequestMade + BOOL + Arbiter has confirmed its request has made it into the beam parameter request + 8 + 214464 + + + nArbiterID + UDINT + Arbiter ID, used for making higher-level BP requests + 32 + 214496 + + + pytmc + pv: ArbiterID io: i field: DESC Arbiter ID for elev. req. - nNextCohortUDINT322145281nAckInProgCohortUDINT322145600nActiveCohortUDINT322145920pytmc + + + + + + nNextCohort + UDINT + The cohort ID any new requests will adopt, will become ReqInProgCohort at the start of the next acknowledgement cycle + 32 + 214528 + + 1 + + + + nAckInProgCohort + UDINT + The cohort ID currently being acknowledged, will become nActiveCohort after acknowledgement from HA + 32 + 214560 + + 0 + + + + nActiveCohort + UDINT + Requests with cohorts <= to this value will be considered active in CheckRequest + 32 + 214592 + + 0 + + + + pytmc + pv: CohortCounter io: i field: DESC Intrnl cohort counter - bStartNewAckRequestBOOL8214624bAckInProgressBOOL8214632idTransmissionDWORD32214656idRateDWORD32214688sPathT_MaxString2048214720instance-pathnoinitsArbNameT_MaxString2048216768InfoStringFmtrFB_FormatString7840218816bVerboseBOOL82266560q_stBeamParamsST_BeamParams1760226688ItemTypeOutputpytmc + + + + + + bStartNewAckRequest + BOOL + Set by an add or remove method call, triggers an ack cycle + 8 + 214624 + + + bAckInProgress + BOOL + Set by ElevateReq when there is a new ack request and reset when the ack cycle is complete + 8 + 214632 + + + idTransmission + DWORD + ID of BP limiting transmission + 32 + 214656 + + + idRate + DWORD + ID of BP limiting rate + 32 + 214688 + + + sPath + T_MaxString + 2048 + 214720 + + + instance-path + + + noinit + + + + + sArbName + T_MaxString + 2048 + 216768 + + + InfoStringFmtr + FB_FormatString + 7840 + 218816 + + + bVerbose + BOOL + 8 + 226656 + + 0 + + + + q_stBeamParams + ST_BeamParams + Updated on each cycle of the arbiter FB with the current arbitrated beam parameter set + 1760 + 226688 + + + ItemType + Output + + + pytmc + pv: ArbitratedBP io: i field: DESC Arbitrated BP - q_xStateIDFoundBOOL8228448ItemTypeOutput__GETARBITRATEDBP__XFIRSTPASSBOOL82284561__GETARBITRATEDBP__FBGETCURTASKIDXGETCURTASKINDEX128228480__GETARBITRATEDBP__LASTCYCLECOUNTUDINT32228608__GETARBITRATEDBP__FBLOGMESSAGEFB_LogMessage81984228672__ADDREQUEST__FBLOGFB_LogMessage81984310656__REMOVEREQUEST__FBLOGFB_LogMessage81984392640__getnEntryCountUDINT32nEntryCountUDINT32propertyCheckRequestBOOL8nReqIDDWORD32BPST_BeamParams1760ElevateRequestBOOL8HigherAuthorityI_HigherAuthority32GetArbitratedBPST_BeamParams1760getPosPtrT_HashTableEntry32getBPStructIntST_BP_ArbInternal2464stOutputBPST_BP_ArbInternal2464xFirstPassBOOL8uselocation__GETARBITRATEDBP__XFIRSTPASSfbGetCurTaskIdxGETCURTASKINDEX128uselocation__GETARBITRATEDBP__FBGETCURTASKIDXLastCycleCountUDINT32uselocation__GETARBITRATEDBP__LASTCYCLECOUNTfbLogMessageFB_LogMessage81984uselocation__GETARBITRATEDBP__FBLOGMESSAGEArbitrateBPST_BP_ArbInternal2464stBP1ST_BP_ArbInternal2464stBP2ST_BP_ArbInternal2464idxUINT16bcBitmaskWORD16no_check__getnLowerAuthorityIDDWORD32nLowerAuthorityIDDWORD32propertyAddRequestBOOL8nReqIDDWORD32stReqBPST_BeamParams1760sDevNameSTRING(80)648BP_IntST_BP_ArbInternal2464fbLogFB_LogMessage81984uselocation__ADDREQUEST__FBLOGRemoveRequestBOOL8nReqIdDWORD32fbLogFB_LogMessage81984uselocation__REMOVEREQUEST__FBLOGBP_IntST_BP_ArbInternal2464CheckRequestInPoolBOOL8nReqIDDWORD32RequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760PouTypeFunctionBlockreflectionFB_PositionStatePMPS_Base19392stMotionStageDUT_MotionStage3232ItemTypeInOutarrStatesDUT_PositionState1153264ItemTypeInOutbArbiterEnabledBOOL8961ItemTypeInputbMaintModeBOOL8104ItemTypeInputpytmc + + + + + + q_xStateIDFound + BOOL + Set true if a state-id is found in the assertion pool after calling A_VerifyAssertion + 8 + 228448 + + + ItemType + Output + + + + + __GETARBITRATEDBP__XFIRSTPASS + BOOL + 8 + 228456 + + 1 + + + + __GETARBITRATEDBP__FBGETCURTASKIDX + GETCURTASKINDEX + 128 + 228480 + + + __GETARBITRATEDBP__LASTCYCLECOUNT + UDINT + 32 + 228608 + + + __GETARBITRATEDBP__FBLOGMESSAGE + FB_LogMessage + 81984 + 228672 + + + __ADDREQUEST__FBLOG + FB_LogMessage + 81984 + 310656 + + + __REMOVEREQUEST__FBLOG + FB_LogMessage + 81984 + 392640 + + + __getnEntryCount + UDINT + 32 + + nEntryCount + UDINT + 32 + + + + property + + + + + CheckRequest + BOOL + 8 + + nReqID + DWORD + 32 + + + BP + ST_BeamParams + 1760 + + + + ElevateRequest + BOOL + 8 + + HigherAuthority + I_HigherAuthority + 32 + + + + GetArbitratedBP + ST_BeamParams + 1760 + + getPosPtr + T_HashTableEntry + 32 + + + getBPStructInt + ST_BP_ArbInternal + 2464 + + + stOutputBP + Holding struct for arbitration process + ST_BP_ArbInternal + 2464 + + + xFirstPass + BOOL + 8 + + + uselocation + __GETARBITRATEDBP__XFIRSTPASS + + + + + fbGetCurTaskIdx + GETCURTASKINDEX + 128 + + + uselocation + __GETARBITRATEDBP__FBGETCURTASKIDX + + + + + LastCycleCount + UDINT + 32 + + + uselocation + __GETARBITRATEDBP__LASTCYCLECOUNT + + + + + fbLogMessage + FB_LogMessage + 81984 + + + uselocation + __GETARBITRATEDBP__FBLOGMESSAGE + + + + + + ArbitrateBP + ST_BP_ArbInternal + 2464 + + stBP1 + ST_BP_ArbInternal + 2464 + + + stBP2 + ST_BP_ArbInternal + 2464 + + + idx + UINT + 16 + + + bcBitmask + WORD + 16 + + + + no_check + + + + + __getnLowerAuthorityID + DWORD + 32 + + nLowerAuthorityID + DWORD + 32 + + + + property + + + + + AddRequest + BOOL + 8 + + nReqID + Unique ID within aribter for the request. Make sure this is unique for every device + state combination + DWORD + 32 + + + stReqBP + Requested beam params + ST_BeamParams + 1760 + + + sDevName + Name of the device making the request + STRING(80) + 648 + + + BP_Int + ST_BP_ArbInternal + 2464 + + + fbLog + FB_LogMessage + 81984 + + + uselocation + __ADDREQUEST__FBLOG + + + + + + RemoveRequest + BOOL + 8 + + nReqId + DWORD + 32 + + + fbLog + FB_LogMessage + 81984 + + + uselocation + __REMOVEREQUEST__FBLOG + + + + + BP_Int + ST_BP_ArbInternal + 2464 + + + + CheckRequestInPool + BOOL + 8 + + nReqID + DWORD + 32 + + + + RequestBP + BOOL + 8 + + nReqID + StateID of state requesting beam parameter set + DWORD + 32 + + + stReqBP + Requested beam params + ST_BeamParams + 1760 + + + + + PouType + FunctionBlock + + + reflection + + + + + FB_PositionStatePMPS_Base + 19392 + + stMotionStage + DUT_MotionStage + 32 + 32 + + + ItemType + InOut + + + + + arrStates + DUT_PositionState + + 1 + 15 + + 32 + 64 + + + ItemType + InOut + + + + + bArbiterEnabled + BOOL + 8 + 96 + + 1 + + + + ItemType + Input + + + + + bMaintMode + BOOL + 8 + 104 + + + ItemType + Input + + + pytmc + pv: MAINT io: io - bRequestTransitionBOOL8112ItemTypeInputsetStateINT16128ItemTypeInputgetStateINT16144ItemTypeInputfStateBoundaryDeadbandLREAL641920ItemTypeInputtArbiterTimeoutTIME322561000ItemTypeInputbMoveOnArbiterTimeoutBOOL82881ItemTypeInputbTransitionAuthorizedBOOL8296ItemTypeOutputbForwardAuthorizedBOOL8304ItemTypeOutputbBackwardAuthorizedBOOL8312ItemTypeOutputbArbiterTimeoutBOOL8320ItemTypeOutputstTransitionDbST_DbStateParams2496352pytmc + + + + + + bRequestTransition + BOOL + 8 + 112 + + + ItemType + Input + + + + + setState + INT + 16 + 128 + + + ItemType + Input + + + + + getState + INT + 16 + 144 + + + ItemType + Input + + + + + fStateBoundaryDeadband + LREAL + 64 + 192 + + 0 + + + + ItemType + Input + + + + + tArbiterTimeout + TIME + 32 + 256 + + 1000 + + + + ItemType + Input + + + + + bMoveOnArbiterTimeout + BOOL + 8 + 288 + + 1 + + + + ItemType + Input + + + + + bTransitionAuthorized + BOOL + 8 + 296 + + + ItemType + Output + + + + + bForwardAuthorized + BOOL + 8 + 304 + + + ItemType + Output + + + + + bBackwardAuthorized + BOOL + 8 + 312 + + + ItemType + Output + + + + + bArbiterTimeout + BOOL + 8 + 320 + + + ItemType + Output + + + + + stTransitionDb + ST_DbStateParams + 2496 + 352 + + + pytmc + pv: TRANS io: i - stTransitionBeamST_BeamParams17602848stTransitionStateDUT_PositionState36484608bInitBOOL882561bTransDoneBOOL88264rtTransReqR_TRIG648288bBPTMDoneBOOL88352rtBPTMDoneR_TRIG648384ftMotorExecF_TRIG648448rtTransDoneR_TRIG648512rtDoLateFinishR_TRIG648576tonDoneTON2248640stStateReqDUT_PositionState36488896mcPowerMC_Power76812544fUpperBoundLREAL6413312fLowerBoundLREAL6413376nGoalStateINT1613440stGoalStateDUT_PositionState364813504fActPosLREAL6417152fReqPosLREAL6417216bInTransitionBOOL817280stBeamNeededST_BeamParams176017312bFwdOkBOOL819072bBwdOkBOOL819080tonArbiterTON22419104bLateFinishBOOL819328bInternalAuthBOOL819336AssertHereHandleBPTMHandleFFOClearAssertsExecHandlePmpsDbGetBeamFromStateST_BeamParams1760nStateINT16stStateDUT_PositionState3648GetStateCodeINT16nStateINT16GetStateStructDUT_PositionState3648nStateINT16PouTypeFunctionBlockFB_JsonDocToSafeBP109440bExecuteBOOL832ItemTypeInputjsonDocSJsonValue3264ItemTypeInputsDeviceNameSTRING(80)64896ItemTypeInputbHasDeviceBOOL8744ItemTypeOutputbHasAllStatesBOOL8752ItemTypeOutputbHasAllParametersBOOL87601ItemTypeOutputbBusyBOOL8768ItemTypeOutputbErrorBOOL8776ItemTypeOutputnErrIdUDINT32800ItemTypeOutputsErrMsgSTRING(80)648832ItemTypeOutputarrStatesST_DbStateParams321504ItemTypeInputvariable_length_arrayDimensions1io_fbFFHWOFB_HardwareFFOutput321536ItemTypeInOutfbJsonFB_JsonDomParser2881568jsonPropSJsonValue321856jsonValueSJsonValue321888jsonParamSJsonValue321920jsonnTranSJsonValue321952jsonnRateSJsonValue321984StepINT162016indexDINT322048nStateCountDINT322080RisingEdgeR_TRIG642112tNewMessageR_TRIG642176fbLoggerFB_LogMessage819842240.eSubsystem2.nMinTimeViolationAcceptable10FFOFB_FastFault2508884224.i_DescFault occurs when there is an error loading safe beam parameters from json file.i_TypeCode65299sbuffReadSmallINT16109312ACT_FFOACT_LoggerM_LoadSafeBPBOOL8sStateNameSTRING(80)648IndexDINT32sApertureSTRING(80)648nApertureINT16sEVSTRING(80)648sBCSTRING(80)648nIndexINT16PouTypeFunctionBlockE_BPTMState16INTInit0NewTarget1000RequestBP1500WaitForBP2500WaitingForTransitionAssertion2000WaitingForFinalAssertion3000Transitioning4000WaitForFinalBP5000CleaningUp6000Idle10000Done8000Error9000BeamParameterTransitionManager + + + + + stTransitionBeam + ST_BeamParams + 1760 + 2848 + + + stTransitionState + DUT_PositionState + 3648 + 4608 + + + bInit + BOOL + 8 + 8256 + + 1 + + + + bTransDone + BOOL + 8 + 8264 + + + rtTransReq + R_TRIG + 64 + 8288 + + + bBPTMDone + BOOL + 8 + 8352 + + + rtBPTMDone + R_TRIG + 64 + 8384 + + + ftMotorExec + F_TRIG + 64 + 8448 + + + rtTransDone + R_TRIG + 64 + 8512 + + + rtDoLateFinish + R_TRIG + 64 + 8576 + + + tonDone + TON + 224 + 8640 + + + stStateReq + DUT_PositionState + 3648 + 8896 + + + mcPower + MC_Power + 768 + 12544 + + + fUpperBound + LREAL + 64 + 13312 + + + fLowerBound + LREAL + 64 + 13376 + + + nGoalState + INT + 16 + 13440 + + + stGoalState + DUT_PositionState + 3648 + 13504 + + + fActPos + LREAL + 64 + 17152 + + + fReqPos + LREAL + 64 + 17216 + + + bInTransition + BOOL + 8 + 17280 + + + stBeamNeeded + ST_BeamParams + 1760 + 17312 + + + bFwdOk + BOOL + 8 + 19072 + + + bBwdOk + BOOL + 8 + 19080 + + + tonArbiter + TON + 224 + 19104 + + + bLateFinish + BOOL + 8 + 19328 + + + bInternalAuth + BOOL + 8 + 19336 + + + AssertHere + + + HandleBPTM + + + HandleFFO + + + ClearAsserts + + + Exec + + + HandlePmpsDb + + + GetBeamFromState + ST_BeamParams + 1760 + + nState + INT + 16 + + + stState + DUT_PositionState + 3648 + + + + GetStateCode + INT + 16 + + nState + INT + 16 + + + + GetStateStruct + DUT_PositionState + 3648 + + nState + INT + 16 + + + + + PouType + FunctionBlock + + + + + FB_JsonDocToSafeBP + 109440 + + bExecute + BOOL + Rising Edge + 8 + 32 + + + ItemType + Input + + + + + jsonDoc + SJsonValue + 32 + 64 + + + ItemType + Input + + + + + sDeviceName + STRING(80) + 648 + 96 + + + ItemType + Input + + + + + bHasDevice + BOOL + 8 + 744 + + + ItemType + Output + + + + + bHasAllStates + BOOL + 8 + 752 + + + ItemType + Output + + + + + bHasAllParameters + BOOL + 8 + 760 + + 1 + + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 768 + + + ItemType + Output + + + + + bError + BOOL + 8 + 776 + + + ItemType + Output + + + + + nErrId + UDINT + 32 + 800 + + + ItemType + Output + + + + + sErrMsg + STRING(80) + 648 + 832 + + + ItemType + Output + + + + + arrStates + ST_DbStateParams + ARRAY [1.. MOTION_GVL.MAX_STATES] ; + 32 + 1504 + + + ItemType + Input + + + variable_length_array + + + Dimensions + 1 + + + + + io_fbFFHWO + FB_HardwareFFOutput + 32 + 1536 + + + ItemType + InOut + + + + + fbJson + FB_JsonDomParser + JSON + 288 + 1568 + + + jsonProp + SJsonValue + 32 + 1856 + + + jsonValue + SJsonValue + 32 + 1888 + + + jsonParam + SJsonValue + 32 + 1920 + + + jsonnTran + SJsonValue + 32 + 1952 + + + jsonnRate + SJsonValue + 32 + 1984 + + + Step + INT + 16 + 2016 + + + index + DINT + 32 + 2048 + + + nStateCount + DINT + 32 + 2080 + + + RisingEdge + R_TRIG + 64 + 2112 + + + tNewMessage + R_TRIG + Logger + 64 + 2176 + + + fbLogger + FB_LogMessage + 81984 + 2240 + + + .eSubsystem + 2 + + + .nMinTimeViolationAcceptable + 10 + + + + + FFO + FB_FastFault + FFO + 25088 + 84224 + + + .i_Desc + Fault occurs when there is an error loading safe beam parameters from json file + + + .i_TypeCode + 65299 + + + + + sbuffReadSmall + INT + 16 + 109312 + + + ACT_FFO + + + ACT_Logger + + + M_LoadSafeBP + BOOL + 8 + + sStateName + STRING(80) + 648 + + + Index + DINT + 32 + + + sAperture + bHasAllParameters : BOOL := TRUE; + STRING(80) + 648 + + + nAperture + INT + 16 + + + sEV + STRING(80) + 648 + + + sBC + STRING(80) + 648 + + + nIndex + INT + 16 + + + + + PouType + FunctionBlock + + + + + E_BPTMState + 16 + INT + + Init + 0 + + + NewTarget + 1000 + + + RequestBP + 1500 + + + WaitForBP + 2500 + + + WaitingForTransitionAssertion + 2000 + + + WaitingForFinalAssertion + 3000 + + + Transitioning + 4000 + + + WaitForFinalBP + 5000 + + + CleaningUp + 6000 + + + Idle + 10000 + + + Done + 8000 + + + Error + 9000 + + + + BeamParameterTransitionManager + Implements the procedure for safely transitioning between device states. NOTE: The BPTM will throw an error if the arbiter does not have enough space for the transition and new final assertion. - ]]>60256fbArbiterFB_Arbiter3232ItemTypeInOuti_sDeviceNameSTRING(80)64864DeviceItemTypeInputi_TransitionAssertionIDUDINT327360ItemTypeInputi_stTransitionAssertionST_BeamParams1760768ItemTypeInputi_nRequestedAssertionIDUDINT3225280ItemTypeInputi_stRequestedAssertionST_BeamParams17602560.nTran0.neVRange0.nRate0.nBCRange0ItemTypeInputi_xMovingBOOL]]>843200ItemTypeInputi_xDoneMovingBOOL843280ItemTypeInputstCurrentBeamParametersST_BeamParams17604352ItemTypeInputbRetryBOOL861120ItemTypeInputq_xTransitionAuthorizedBOOL861200ItemTypeOutputbErrorBOOL86128ItemTypeOutputnErrIdUINT166144ItemTypeOutputbDoneBOOL86160ItemTypeOutputbBusyBOOL86168ItemTypeOutputnTargetAssertionIDUDINT3261760stTargetAssertionST_BeamParams17606208nCurrentAssertionIDUDINT3279680xNewBPBOOL88000xTranBPBOOL88008xFinalBPInArbBOOL88016xFinalBPBOOL88024eBPTMStateE_BPTMState1680320ePrevStateE_BPTMState1680480xEntryBOOL88064rTransitionR_TRIG648096xNewTargetBOOL88160bTransAssertionFailedBOOL88168bFinalAssertionFailedBOOL88176LogStrBufferSTRING(80)041265688184LogBuffIdxFB_Index9634752.LowerLimit0.UpperLimit40nAssrtAttemptINT1634848rtRetryR_TRIG6434880rtErrorR_TRIG6434944ffTimeoutFB_FastFault2508835008.i_DescPreemptive requests timed out in BPTM.i_TypeCode10.i_xAutoReset0rtDoneMovingR_TRIG6460096bLatchDoneMovingBOOL860160bFirstMoveBOOL8601681LogBuffSizeINT166017640cMaxAttemptsINT16601923cReqArbCapacityUDINT + 60256 + + fbArbiter + FB_Arbiter + Connect to local arbiter + 32 + 32 + + + ItemType + InOut + + + + + i_sDeviceName + STRING(80) + Name of the device requesting the transition + 648 + 64 + + Device + + + + ItemType + Input + + + + + i_TransitionAssertionID + UDINT + Must not be 0 or EXCLUDED_ID + 32 + 736 + + 0 + + + + ItemType + Input + + + + + i_stTransitionAssertion + ST_BeamParams + Assertion required during transition (always safer than anything inbetween) + 1760 + 768 + + + ItemType + Input + + + + + i_nRequestedAssertionID + UDINT + Must not be 0 or EXCLUDED_ID + 32 + 2528 + + 0 + + + + ItemType + Input + + + + + i_stRequestedAssertion + ST_BeamParams + PMPS_GVL.cstSafeBeam; //Requested assertion, change whenever + 1760 + 2560 + + + .nTran + 0 + + + .neVRange + 0 + + + .nRate + 0 + + + .nBCRange + 0 + + + + + ItemType + Input + + + + + i_xMoving + BOOL + Provide rising edge when device begins moving <remove> + 8 + 4320 + + 0 + + + + ItemType + Input + + + + + i_xDoneMoving + BOOL + Provide rising edge when device is done with a move + 8 + 4328 + + 0 + + + + ItemType + Input + + + + + stCurrentBeamParameters + ST_BeamParams + Connect to current beam parameters + 1760 + 4352 + + + ItemType + Input + + + + + bRetry + BOOL + Rising edge to cycle back through the BPTM process. Use if something in the process timed out or failed. This will interrupt a current process + 8 + 6112 + + 0 + + + + ItemType + Input + + + + + q_xTransitionAuthorized + BOOL + Rising edge indicating the device is safe to move, use as input to move execute (which requires a rising edge) + 8 + 6120 + + 0 + + + + ItemType + Output + + + + + bError + BOOL + Set if some issue occurs within the bptm + 8 + 6128 + + + ItemType + Output + + + + + nErrId + UINT + Set to non-zero to help understand the error. + 16 + 6144 + + + ItemType + Output + + + + + bDone + BOOL + 8 + 6160 + + + ItemType + Output + + + + + bBusy + BOOL + 8 + 6168 + + + ItemType + Output + + + + + nTargetAssertionID + UDINT + 32 + 6176 + + 0 + + + + stTargetAssertion + ST_BeamParams + Target assertion + 1760 + 6208 + + + nCurrentAssertionID + UDINT + ID of last set state (zero until a state is reached) + 32 + 7968 + + 0 + + + + xNewBP + BOOL + 8 + 8000 + + + xTranBP + BOOL + 8 + 8008 + + + xFinalBPInArb + BOOL + 8 + 8016 + + + xFinalBP + BOOL + 8 + 8024 + + + eBPTMState + E_BPTMState + 16 + 8032 + + 0 + + + + ePrevState + E_BPTMState + 16 + 8048 + + 0 + + + + xEntry + BOOL + 8 + 8064 + + + rTransition + R_TRIG + 64 + 8096 + + + xNewTarget + BOOL + 8 + 8160 + + + bTransAssertionFailed + BOOL + 8 + 8168 + + + bFinalAssertionFailed + BOOL + 8 + 8176 + + + LogStrBuffer + STRING(80) + + 0 + 41 + + 26568 + 8184 + + + LogBuffIdx + FB_Index + 96 + 34752 + + + .LowerLimit + 0 + + + .UpperLimit + 40 + + + + + nAssrtAttempt + INT + Number of times we have tried asserting a BP set + 16 + 34848 + + + rtRetry + R_TRIG + 64 + 34880 + + + rtError + R_TRIG + 64 + 34944 + + + ffTimeout + FB_FastFault + 25088 + 35008 + + + .i_Desc + Preemptive requests timed out in BPTM + + + .i_TypeCode + 10 + + + .i_xAutoReset + 0 + + + + + rtDoneMoving + R_TRIG + 64 + 60096 + + + bLatchDoneMoving + BOOL + 8 + 60160 + + + bFirstMove + BOOL + 8 + 60168 + + 1 + + + + LogBuffSize + INT + 16 + 60176 + + 40 + + + + cMaxAttempts + INT + 16 + 60192 + + 3 + + + + cReqArbCapacity + UDINT + The thought here is, a BPTM needs at most 2 arbiter slots to complete a transition. If we're at capacity, it means some BPTM before this one has begun a transition, and will require at least one more arbiter spot to complete. - ]]>32602242AuthorizeTransitionWaitingForFinalAssertion_DONewTarget_ENTRYAssertTransitionBPAssertFinalBPWaitingForTransitionAssertion_DORemoveTransitionAssertionSetNewTargetRequestBP_DOWaitingForTransitionAssertion_EXITWaitingForFinalAssertion_EXITDeauthorizeTransitionLogActionsBOOL8LogStrSTRING(80)648no_checkPouTypeFunctionBlockno_checkFB_PositionStatePMPS383104FB_PositionStatePMPS_BasefbArbiterFB_Arbiter3219392ItemTypeInOutfbFFHWOFB_HardwareFFOutput3219424ItemTypeInOutbReadPmpsDbBOOL819456ItemTypeInputsPmpsDeviceNameSTRING(80)64819464ItemTypeInputsTransitionKeySTRING(80)64820112ItemTypeInputstPmpsDocSJsonValue3220768ItemTypeInputstHighBeamThresholdST_BeamParams176020800ItemTypeInputbBPOKAutoResetBOOL8225600ItemTypeInputarrPMPSST_DbStateParams0163993622592nBPIndexINT1662528nTransitionAssertionIDUDINT3262560nLastReqAssertionIDUDINT3262592fbReadPmpsDbFB_JsonDocToSafeBP10944062656ftDbBusyF_TRIG64172096rtReadDBExecR_TRIG64172160ftReadF_TRIG64172224bptmBeamParameterTransitionManager60256172288ffBeamParamsOkFB_FastFault25088232544ffZeroRateFB_FastFault25088257632ffBPTMTimeoutAndMoveFB_FastFault25088282720ffBPTMErrorFB_FastFault25088307808ffMaintFB_FastFault25088332896ffUnknownFB_FastFault25088357984bFFOxOkBOOL8383072bAtSafeStateBOOL8383080nIterINT16383088HandlePmpsDbHandleFFOAssertHereClearAssertsHandleBPTMPouTypeFunctionBlockFB_NCErrorFFO27808stMotionStageDUT_MotionStage3232ItemTypeInOutfbFFHWOFB_HardwareFFOutput3264ItemTypeInOutbResetBOOL896ItemTypeInputbAutoResetBOOL8104ItemTypeInputnLowErrorIdUDINT3212816384ItemTypeInputnHighErrorIdUDINT3216020479ItemTypeInputsDescSTRING(80)648192Motor errorItemTypeInputbTrippedBOOL8840ItemTypeOutputnErrorTypeCodeUINT16848ItemTypeOutputbInitBOOL88641bNCErrorBOOL8872stBeamParamsST_BeamParams1760896fbFFFB_FastFault250882656rtTripR_TRIG6427744PouTypeFunctionBlockFB_EncErrorFFO27936stMotionStageDUT_MotionStage3232ItemTypeInOutfbFFHWOFB_HardwareFFOutput3264ItemTypeInOutbResetBOOL896ItemTypeInputbAutoResetBOOL8104ItemTypeInputbTrippedBOOL8112ItemTypeOutputfbNCErrorFFOFB_NCErrorFFO27808128.nLowErrorId17408.nHighErrorId17663.sDescEncoder errorPouTypeFunctionBlockFB_PositionStateBase_WithPMPS666496FB_PositionStateBasefbArbiterFB_Arbiter32253824ItemTypeInOutfbFFHWOFB_HardwareFFOutput32253856ItemTypeInOutsPmpsDeviceNameSTRING(80)648253888ItemTypeInputsTransitionKeySTRING(80)648254536ItemTypeInputbArbiterEnabledBOOL82551841ItemTypeInputpytmc + + 32 + 60224 + + 2 + + + + AuthorizeTransition + + + WaitingForFinalAssertion_DO + + + NewTarget_ENTRY + + + AssertTransitionBP + + + AssertFinalBP + + + WaitingForTransitionAssertion_DO + + + RemoveTransitionAssertion + + + SetNewTarget + + + RequestBP_DO + + + WaitingForTransitionAssertion_EXIT + + + WaitingForFinalAssertion_EXIT + + + DeauthorizeTransition + + + LogActions + BOOL + 8 + + LogStr + STRING(80) + 648 + + + + no_check + + + + + + PouType + FunctionBlock + + + no_check + + + + + FB_PositionStatePMPS + 383104 + FB_PositionStatePMPS_Base + + fbArbiter + FB_Arbiter + 32 + 19392 + + + ItemType + InOut + + + + + fbFFHWO + FB_HardwareFFOutput + 32 + 19424 + + + ItemType + InOut + + + + + bReadPmpsDb + BOOL + 8 + 19456 + + + ItemType + Input + + + + + sPmpsDeviceName + STRING(80) + 648 + 19464 + + + ItemType + Input + + + + + sTransitionKey + STRING(80) + 648 + 20112 + + + ItemType + Input + + + + + stPmpsDoc + SJsonValue + 32 + 20768 + + + ItemType + Input + + + + + stHighBeamThreshold + ST_BeamParams + 1760 + 20800 + + + ItemType + Input + + + + + bBPOKAutoReset + BOOL + 8 + 22560 + + 0 + + + + ItemType + Input + + + + + arrPMPS + ST_DbStateParams + + 0 + 16 + + 39936 + 22592 + + + nBPIndex + INT + 16 + 62528 + + + nTransitionAssertionID + UDINT + 32 + 62560 + + + nLastReqAssertionID + UDINT + 32 + 62592 + + + fbReadPmpsDb + FB_JsonDocToSafeBP + 109440 + 62656 + + + ftDbBusy + F_TRIG + 64 + 172096 + + + rtReadDBExec + R_TRIG + 64 + 172160 + + + ftRead + F_TRIG + 64 + 172224 + + + bptm + BeamParameterTransitionManager + 60256 + 172288 + + + ffBeamParamsOk + FB_FastFault + 25088 + 232544 + + + ffZeroRate + FB_FastFault + 25088 + 257632 + + + ffBPTMTimeoutAndMove + FB_FastFault + 25088 + 282720 + + + ffBPTMError + FB_FastFault + 25088 + 307808 + + + ffMaint + FB_FastFault + 25088 + 332896 + + + ffUnknown + FB_FastFault + 25088 + 357984 + + + bFFOxOk + BOOL + 8 + 383072 + + + bAtSafeState + BOOL + 8 + 383080 + + + nIter + INT + 16 + 383088 + + + HandlePmpsDb + + + HandleFFO + + + AssertHere + + + ClearAsserts + + + HandleBPTM + + + + PouType + FunctionBlock + + + + + FB_NCErrorFFO + 27808 + + stMotionStage + DUT_MotionStage + Motion stage to monitor + 32 + 32 + + + ItemType + InOut + + + + + fbFFHWO + FB_HardwareFFOutput + FFO to trip + 32 + 64 + + + ItemType + InOut + + + + + bReset + BOOL + Reset the fault + 8 + 96 + + + ItemType + Input + + + + + bAutoReset + BOOL + Auto-reset the fault + 8 + 104 + + + ItemType + Input + + + + + nLowErrorId + UDINT + The lowest error code that will trip the FFO + 32 + 128 + + 16384 + + + + ItemType + Input + + + + + nHighErrorId + UDINT + The highest error code that will trip the FFO + 32 + 160 + + 20479 + + + + ItemType + Input + + + + + sDesc + STRING(80) + A description of the fault + 648 + 192 + + Motor error + + + + ItemType + Input + + + + + bTripped + BOOL + Quick way for nearby code to check if this block has tripped the FFO. + 8 + 840 + + + ItemType + Output + + + + + nErrorTypeCode + UINT + Error code sent to PMPS. Is always 16#20XX, where XX is the first two hex in the NC error. + 16 + 848 + + + ItemType + Output + + + + + bInit + BOOL + 8 + 864 + + 1 + + + + bNCError + BOOL + 8 + 872 + + + stBeamParams + ST_BeamParams + 1760 + 896 + + + fbFF + FB_FastFault + 25088 + 2656 + + + rtTrip + R_TRIG + 64 + 27744 + + + + PouType + FunctionBlock + + + + + FB_EncErrorFFO + 27936 + + stMotionStage + DUT_MotionStage + Motion stage to monitor + 32 + 32 + + + ItemType + InOut + + + + + fbFFHWO + FB_HardwareFFOutput + FFO to trip + 32 + 64 + + + ItemType + InOut + + + + + bReset + BOOL + Reset the fault + 8 + 96 + + + ItemType + Input + + + + + bAutoReset + BOOL + Auto reset the fault + 8 + 104 + + + ItemType + Input + + + + + bTripped + BOOL + Quick way for nearby code to check if this block has tripped the FFO. + 8 + 112 + + + ItemType + Output + + + + + fbNCErrorFFO + FB_NCErrorFFO + 27808 + 128 + + + .nLowErrorId + 17408 + + + .nHighErrorId + 17663 + + + .sDesc + Encoder error + + + + + + PouType + FunctionBlock + + + + + FB_PositionStateBase_WithPMPS + 666496 + FB_PositionStateBase + + fbArbiter + FB_Arbiter + 32 + 253824 + + + ItemType + InOut + + + + + fbFFHWO + FB_HardwareFFOutput + 32 + 253856 + + + ItemType + InOut + + + + + sPmpsDeviceName + STRING(80) + 648 + 253888 + + + ItemType + Input + + + + + sTransitionKey + STRING(80) + 648 + 254536 + + + ItemType + Input + + + + + bArbiterEnabled + BOOL + 8 + 255184 + + 1 + + + + ItemType + Input + + + pytmc + pv: PMPS:ARB:ENABLE io: io - tArbiterTimeoutTIME322552001000ItemTypeInputbMoveOnArbiterTimeoutBOOL82552321ItemTypeInputfStateBoundaryDeadbandLREAL642552960ItemTypeInputbBPOKAutoResetBOOL82553600ItemTypeInputfbStatePMPSFB_PositionStatePMPS383104255424pytmcpv: PMPSfbEncErrFFOFB_EncErrorFFO27936638528ExecPMPSHandlerPouTypeFunctionBlockENUM_XS_YAG_States16INTUnknown0OUT1YAG12YAG23FB_XS_YAG_States677952FB_PositionStateBase_WithPMPSenumSetENUM_XS_YAG_States16666496ItemTypeInputpytmc + + + + + + tArbiterTimeout + TIME + 32 + 255200 + + 1000 + + + + ItemType + Input + + + + + bMoveOnArbiterTimeout + BOOL + 8 + 255232 + + 1 + + + + ItemType + Input + + + + + fStateBoundaryDeadband + LREAL + 64 + 255296 + + 0 + + + + ItemType + Input + + + + + bBPOKAutoReset + BOOL + 8 + 255360 + + 0 + + + + ItemType + Input + + + + + fbStatePMPS + FB_PositionStatePMPS + 383104 + 255424 + + + pytmc + pv: PMPS + + + + + fbEncErrFFO + FB_EncErrorFFO + 27936 + 638528 + + + Exec + + + PMPSHandler + + + + PouType + FunctionBlock + + + + + ENUM_XS_YAG_States + 16 + INT + + Unknown + 0 + + + OUT + 1 + + + YAG1 + 2 + + + YAG2 + 3 + + + + FB_XS_YAG_States + 677952 + FB_PositionStateBase_WithPMPS + + enumSet + ENUM_XS_YAG_States + 16 + 666496 + + + ItemType + Input + + + pytmc + pv: SET io: io - stOutDUT_PositionState3648666560ItemTypeInputstYag1DUT_PositionState3648670208ItemTypeInputstYag2DUT_PositionState3648673856ItemTypeInputbStatesLockBOOL8677504ItemTypeInputenumGetENUM_XS_YAG_States16677520ItemTypeOutputpytmc + + + + + + stOut + DUT_PositionState + 3648 + 666560 + + + ItemType + Input + + + + + stYag1 + DUT_PositionState + 3648 + 670208 + + + ItemType + Input + + + + + stYag2 + DUT_PositionState + 3648 + 673856 + + + ItemType + Input + + + + + bStatesLock + BOOL + 8 + 677504 + + + ItemType + Input + + + + + enumGet + ENUM_XS_YAG_States + 16 + 677520 + + + ItemType + Output + + + pytmc + pv: GET io: i - bXSInitBOOL86775361fInDeltaLREAL646775682fOutDeltaLREAL646776322fInVelocityLREAL646776960.5fOutVelocityLREAL646777600.5fAccelLREAL64677824100fOutDecelLREAL6467788825PouTypeFunctionBlockFB_AnalogOutput576fRealLREAL6464ItemTypeInputfSafeMaxLREAL64128ItemTypeInputfSafeMinLREAL64192ItemTypeInputiTermBitsUINT16256ItemTypeInputfTermMaxLREAL64320ItemTypeInputfTermMinLREAL64384ItemTypeInputiRawINT16448ItemTypeOutputTcAddressTypeOutputfScaleLREAL64512PouTypeFunctionBlockFB_PPM_Gige1088iIlluminatorINTINT1632TcAddressTypeOutputbGigePowerBOOL848pytmc + + + + + + bXSInit + BOOL + 8 + 677536 + + 1 + + + + fInDelta + LREAL + 64 + 677568 + + 2 + + + + fOutDelta + LREAL + 64 + 677632 + + 2 + + + + fInVelocity + LREAL + 64 + 677696 + + 0.5 + + + + fOutVelocity + LREAL + 64 + 677760 + + 0.5 + + + + fAccel + LREAL + 64 + 677824 + + 100 + + + + fOutDecel + LREAL + 64 + 677888 + + 25 + + + + + PouType + FunctionBlock + + + + + FB_AnalogOutput + 576 + + fReal + LREAL + The real value to send to the output + 64 + 64 + + + ItemType + Input + + + + + fSafeMax + LREAL + The maximum allowed real value for the connected hardware + 64 + 128 + + + ItemType + Input + + + + + fSafeMin + LREAL + The minimum allowed real value for the connected hardware + 64 + 192 + + + ItemType + Input + + + + + iTermBits + UINT + The number of bits correlated with the terminal's max output. This is not necessarily the resolution parameter. + 16 + 256 + + + ItemType + Input + + + + + fTermMax + LREAL + The fReal value correlated with the terminal's max output + 64 + 320 + + + ItemType + Input + + + + + fTermMin + LREAL + The fReal value correlated with the terminal's min output + 64 + 384 + + + ItemType + Input + + + + + iRaw + INT + Connect this output to the terminal + 16 + 448 + + + ItemType + Output + + + TcAddressType + Output + + + + + fScale + LREAL + 64 + 512 + + + + PouType + FunctionBlock + + + + + FB_PPM_Gige + 1088 + + iIlluminatorINT + INT + 16 + 32 + + + TcAddressType + Output + + + + + bGigePower + BOOL + 8 + 48 + + + pytmc + pv: PWR field: ZNAM OFF field: ONAM ON - TcAddressTypeOutputfIlluminatorPercentLREAL6464pytmc + + + + TcAddressType + Output + + + + + fIlluminatorPercent + LREAL + 64 + 64 + + + pytmc + pv: CIL:PCT EGU: % - fbGetIllPercentFB_AnalogInput320128fbSetIllPercentFB_AnalogOutput576448bGigeInitBOOL810240PouTypeFunctionBlockST_BeamParams_IO1760nTranREAL320011plcAttribute_pytmcpv: Attenuation - io: inRateUDINT3232120plcAttribute_pytmcpv: Rate - io: ineVRangeDWORD32644294967295plcAttribute_pytmcpv: PhotonEnergy - io: iplcAttribute_displaymodebinaryneVREAL3296nBCRangeWORD161280655350nBeamClassUSINT814400nMachineModeUSINT8152astAttenuatorsST_PMPS_Attenuator_IO1161024160plcAttribute_pytmcpv: AuxAttenuator - io: iastAperturesST_PMPS_Aperture_IO143841184aVetoDevicesBOOL1161281568plcAttribute_pytmcpv: AuxAttenuator - io: ixValidToggleBOOL81696xValidBOOL81704plcAttribute_pytmcpv: Valid - io: inCohortIntUDINT321728plcAttribute_pytmcpv: Attenuation - io: iFB_VetoArbiter27168I_HigherAuthoritybVetoBOOL8640ItemTypeInputHigherAuthorityI_HigherAuthority3296ItemTypeInputLowerAuthorityI_LowerAuthority32128ItemTypeInputFFOFB_HardwareFFOutput32160ItemTypeInOutffKeepItSecretKeepItSafeFB_FastFault25088192.i_xAutoReset1.i_DescHolds beam off until request is back in arbitration.i_TypeCode200.i_xVetoable1stStandbyBPST_BeamParams176025280rtVetoR_TRIG6427040ftVetoF_TRIG6427104CheckRequestBOOL8nReqIDDWORD32RequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760RemoveRequestBOOL8nReqIDDWORD32PouTypeFunctionBlockFB_SubSysToArbiter_IO138752I_HigherAuthorityResetBOOL864ItemTypeInputsNameSTRING(80)64872SubSysToArbiterItemTypeInputi_bVetoBOOL8720ItemTypeInputArbiterFB_Arbiter32736ItemTypeInOutfbFFHWOFB_HardwareFFOutput32768ItemTypeInOuti_stCurrentBPST_BeamParams_IO1760800TcLinkToTIIB[PMPS_PRE]^IO Inputs^CurrentBPTcAddressTypeInputq_stRequestedBPST_BeamParams_IO17602560TcLinkToTIIB[PMPS_PRE]^IO Outputs^RequestedBPTcAddressTypeOutputxTxPDO_toggleBIT14320pytmcpv: TxPDO_toggle - io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggleTcAddressTypeInputxTxPDO_stateBIT14321pytmcpv: TxPDO_state - io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO stateTcAddressTypeInputffPMPSIO_DisconnectFB_FastFault250884352.i_DescArbiter network interface disconnected or not OP.i_DevNameSubSysToArbiternRequestCohortUDINT32294400pytmcpv: RequestCohort - io: inActiveCohortUDINT32294720pytmcpv: ActiveCohort - io: ifbVetoArbFB_VetoArbiter2716829504fbLogFB_LogMessage8198456704__CHECKREQUEST__XFIRSTTIMEBOOL81386881__CHECKREQUEST__NIDDWORD32138720CheckRequestBOOL8nReqIDDWORD32xFirstTimeBOOL8uselocation__CHECKREQUEST__XFIRSTTIMEnIdDWORD32uselocation__CHECKREQUEST__NIDRequestBPBOOL8nReqIDDWORD32stReqBPST_BeamParams1760RemoveRequestBOOL8nReqIDDWORD32PouTypeFunctionBlockVERSION64uiMajorUINT160uiMinorUINT1616uiServicePackUINT1632uiPatchUINT1648PlcLicenseInfo1024LicenseIdGUID1280InstancesUDINT32128LicenseNameSTRING(95)768256TcSystemEventClassInternalErrorErrorNoRTimeErrorAllocationLockedMemoryErrorErrorInsertMailboxErrorErrorWrongReceiveHMSGErrorTargetPortNotFoundErrorTargetMachineNotFoundErrorUnknownCommandIDErrorBadTaskIDErrorNoIOErrorUnknownAdsCommandErrorWin32ErrorErrorPortNotConnectedErrorInvalidAdsLengthErrorInvalidAdsNetIDErrorLowInstallationLevelErrorNoDebugAvailableErrorPortDisabledErrorPortAlreadyConnectedErrorAdsSyncWin32ErrorErrorAdsSyncTimeoutErrorAdsSyncAmsErrorErrorAdsSyncNoIndexMapErrorInvalidAdsPortErrorNoMemoryErrorTCPSendErrorErrorHostUnreachableErrorInvalidAMSFragmentErrorTcGeneralAdsEventClassGeneralDeviceErrorErrorServiceNotSupportedErrorInvalidIndexGroupErrorInvalidIndexOffsetErrorInvalidAccessErrorInvalidSizeErrorInvalidDataErrorNotReadyErrorBusyErrorInvalidContextErrorNoMemoryErrorInvalidParamErrorNotFoundErrorSyntaxErrorIncompatibleErrorAlreadyExistsErrorSymbolNotFoundErrorSymbolVersionInvalid Release handle and try again.)]]>ErrorInvalidStateErrorTransModeNotSupportedErrorNotificationHandleInvalid Release handle and try again.)]]>ErrorClientUnknownErrorNoMoreHandlesErrorInvalidWatchSizeErrorNotInitErrorDeviceTimeoutErrorNoInterfaceErrorInvalidInterfaceErrorInvalidClassIDErrorInvalidObjectIDErrorPendingErrorAbortedErrorSignalWarningErrorInvalidArrayIndexErrorSymbolNotActive Release handle and try again.)]]>ErrorAccessDeniedErrorLicenseMissingErrorLicenseExpiredErrorLicenseExceededErrorLicenseInvalidErrorLicenseSystemIDErrorLicenseNoTimeLimitErrorLicenseFutureIssueErrorLicenseTimeTooLongErrorExceptionErrorLicenseDuplicatedErrorInvalidServiceParamErrorListEmptyErrorVariableConAlreadyInUseErrorInvokeIDAlreadyInUseErrorTimeoutElapsedErrorWin32ErrorErrorTimeoutInvalidErrorPortNotOpenErrorNoAMSAddrErrorSyncInternalErrorErrorAddHashErrorRemoveHashErrorNoMoreSymbolsErrorSyncResInvalidErrorSyncPortLockedErrorTcRouterEventClassNoLockedMemoryErrorResizeMemoryErrorMailboxFullErrorDebugBoxFullErrorUnknownPortTypeErrorNotInitializedErrorPortAlreadyInUseErrorNotRegisteredErrorNoMoreQueuesErrorInvalidPortErrorNotActivatedErrorFragmentBoxFullErrorFragmentTimeoutErrorToBeRemovedErrorTcRTimeEventClassInternalErrorErrorBadTimerPeriodsErrorInvalidTaskPtrErrorInvalidStackPtrErrorPrioExistsErrorNoMoreTCBErrorNoMoreSemasErrorNoMoreQueuesErrorExtIRQAlreadyDefErrorExtIRQNotDefErrorExtIRQInstallFailedErrorIRQNotLessOrEqualErrorVMXNotSupportedErrorVMXDisabledErrorVMXControlsMissingErrorVMXEnableFailsErrorWin32EventClassERROR_SUCCESSVerboseERROR_INVALID_FUNCTIONErrorERROR_FILE_NOT_FOUNDErrorERROR_PATH_NOT_FOUNDErrorERROR_TOO_MANY_OPEN_FILESErrorERROR_ACCESS_DENIEDErrorERROR_INVALID_HANDLEErrorERROR_NOT_ENOUGH_MEMORYErrorERROR_INVALID_DATAErrorERROR_NOT_READYErrorERROR_BAD_COMMANDErrorERROR_CRCErrorERROR_BAD_LENGTHErrorERROR_WRITE_FAULTErrorERROR_READ_FAULTErrorERROR_GEN_FAILUREErrorERROR_NOT_SUPPORTEDErrorERROR_REM_NOT_LISTErrorERROR_DUP_NAMEErrorERROR_BAD_NETPATHErrorERROR_NETWORK_BUSYErrorERROR_DEV_NOT_EXISTErrorERROR_FILE_EXISTSErrorERROR_CANNOT_MAKEErrorERROR_ALREADY_ASSIGNEDErrorERROR_INVALID_PASSWORDErrorERROR_INVALID_PARAMETERErrorERROR_OPEN_FAILEDErrorERROR_ALREADY_EXISTSErrorERROR_INVALID_FLAG_NUMBERErrorWAIT_TIMEOUTErrorERROR_NO_MORE_ITEMSErrorERROR_INVALID_ADDRESSErrorERROR_ARITHMETIC_OVERFLOWErrorERROR_OPERATION_ABORTEDErrorERROR_IO_INCOMPLETEErrorERROR_IO_PENDINGErrorLCLSGeneralEventClassCriticalCriticalErrorErrorWarningWarningInfoInfoVerboseVerboserixs_optics{08500001-0000-0000-F000-000000000064}{777f1598-583b-4503-99bb-7c02e0abd97e}TF4100 TC3 Controller Toolbox{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication{bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd}TF6340 TC3 Serial-Communication0SerialIO#x020100701PiezoDriver#x020100602DaqTask#x020100803PlcTask#x020100300SerialIO Inputs0163840000GVL_SerialIO.Serial_stComIn_M1K2192EL6inData22BTcAddressTypeInputTcVarGlobal12945278081SerialIO Outputs0163840000GVL_SerialIO.Serial_stComOut_M1K2192EL6outData22BTcAddressTypeOutputTcVarGlobal12945280003SerialIO Internal0163840000P_Serial_Com.fbSerialLineControl_EL6001_M1K210432SerialLineControl1265813472GVL_COM_Buffers.Serial_RXBuffer_M1K22512ComBufferTcVarGlobal1292575600GVL_COM_Buffers.Serial_TXBuffer_M1K22512ComBufferTcVarGlobal1292578112TwinCAT_SystemInfoVarList._AppInfo2048PlcAppSystemInfono_initTcVarGlobal1302175328TwinCAT_SystemInfoVarList._TaskPouOid_SerialIO32OTCIDno_initTcVarGlobal1302177376TwinCAT_SystemInfoVarList._TaskOid_SerialIO32OTCIDno_initTcVarGlobal1302181504TwinCAT_SystemInfoVarList.__SerialIO704_Implicit_Task_Info.dwVersion2TcContextNameSerialIOTcVarGlobal130218172819PiezoDriver Internal1163840000PiezoSerial.fbE621SerialDriver_M1K2104032FB_PI_E621_SerialDriver1265825440GVL_M1K2.M1K2_Pitch2496HOMS_PitchMechanism.ReqPosLimHi200.ReqPosLimLo-30.diEncPosLimHi10121210.diEncPosLimLo10004610TcLinkTo.diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^PositionTcVarGlobal1292583872TwinCAT_SystemInfoVarList._TaskPouOid_PiezoDriver32OTCIDno_initTcVarGlobal1302181536TwinCAT_SystemInfoVarList._TaskOid_PiezoDriver32OTCIDno_initTcVarGlobal1302181568TwinCAT_SystemInfoVarList.__PiezoDriver704_Implicit_Task_Info.dwVersion2TcContextNamePiezoDriverTcVarGlobal130218243232DaqTask Inputs2163840000PRG_DAQ_ENCODER.iLatchPos64ULINTTcLinkToTIIB[EVR]^Latch^LatchPos1TcAddressTypeInput1265931520PRG_DAQ_ENCODER.iLatchNeg64ULINTTcLinkToTIIB[EVR]^Latch^LatchNeg1TcAddressTypeInput1265931584PRG_DAQ_ENCODER.nEncoderCount64ULINTTcLinkToTIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcAddressTypeInput126593164835DaqTask Internal2163840000GVL_Logger.sIpTidbit56STRING(6)172.21TcVarGlobal5052576Global_Variables.AMSPORT_R3_SYSSERV16UINT10000TcVarGlobal5136656Global_Variables.SYSTEMSERVICE_REG_HKEYLOCALMACHINE32UDINT200TcVarGlobal5138496Global_Variables.ADSLOG_MSGTYPE_HINT32DWORD1TcVarGlobal5138816Global_Variables.ADSLOG_MSGTYPE_ERROR32DWORD4TcVarGlobal5138880Global_Variables.ADSLOG_MSGTYPE_LOG32DWORD16TcVarGlobal5138912Global_Variables.DEFAULT_ADS_TIMEOUT32TIME5000TcVarGlobal5139776.TCPADS_MAXUDP_BUFFSIZE32UDINT32768TcVarGlobal5346784PRG_DAQ_ENCODER.bSendToDAQ8BOOL11265756640PRG_DAQ_ENCODER.bSendToTest8BOOL01265756648PRG_DAQ_ENCODER.bUseHWTriggers8BOOL11265756656PRG_DAQ_ENCODER.bUseSWTriggers8BOOL01265756664PRG_DAQ_ENCODER.sTestHost648STRING(80)172.21.140.211265931712PRG_DAQ_ENCODER.bNewTrigger8BOOL1265932360PRG_DAQ_ENCODER.nFrameCount16UINTpytmc + + + + + + fbGetIllPercent + FB_AnalogInput + 320 + 128 + + + fbSetIllPercent + FB_AnalogOutput + 576 + 448 + + + bGigeInit + BOOL + 8 + 1024 + + 0 + + + + + PouType + FunctionBlock + + + + + ST_BeamParams_IO + 1760 + + nTran + REAL + Requested pre-optic attenuation - 1 is full transmission + 32 + 0 + + 0 + 1 + 1 + + + + plcAttribute_pytmc + pv: Attenuation + io: i + + + + + nRate + UDINT + Pulse-rate + 32 + 32 + + 120 + + + + plcAttribute_pytmc + pv: Rate + io: i + + + + + neVRange + DWORD + Photon energy ranges + 32 + 64 + + 4294967295 + + + + plcAttribute_pytmc + pv: PhotonEnergy + io: i + + + plcAttribute_displaymode + binary + + + + + neV + REAL + Current Photon energy as calculated by the arbiter + 32 + 96 + + + nBCRange + WORD + 16 + 128 + + 0 + 65535 + 0 + + + + nBeamClass + USINT + 8 + 144 + + 0 + 0 + + + + nMachineMode + USINT + 8 + 152 + + + astAttenuators + ST_PMPS_Attenuator_IO + + 1 + 16 + + Beamline attenuators + 1024 + 160 + + + plcAttribute_pytmc + pv: AuxAttenuator + io: i + + + + + astApertures + ST_PMPS_Aperture_IO + + 1 + 4 + + 384 + 1184 + + + aVetoDevices + BOOL + + 1 + 16 + + Stopper statuses + 128 + 1568 + + + plcAttribute_pytmc + pv: AuxAttenuator + io: i + + + + + xValidToggle + BOOL + Toggle for watchdog + 8 + 1696 + + + xValid + BOOL + Beam parameter set is valid (if readback), or acknowledged (if request) + 8 + 1704 + + + plcAttribute_pytmc + pv: Valid + io: i + + + + + nCohortInt + UDINT + Cohort index. Identifies which cohort this BP set was included in arbitration + 32 + 1728 + + + plcAttribute_pytmc + pv: Attenuation + io: i + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + FB_VetoArbiter + 27168 + I_HigherAuthority + + bVeto + BOOL + Rising edge clears request, hold true to veto continuously, falling edge restores request + 8 + 64 + + 0 + + + + ItemType + Input + + + + + HigherAuthority + I_HigherAuthority + Typically connected to a higher-level arbiter. + 32 + 96 + + + ItemType + Input + + + + + LowerAuthority + I_LowerAuthority + Lower authority to be vetoed + 32 + 128 + + + ItemType + Input + + + + + FFO + FB_HardwareFFOutput + This should be the FFO upstream of the veto device + 32 + 160 + + + ItemType + InOut + + + + + ffKeepItSecretKeepItSafe + FB_FastFault + 25088 + 192 + + + .i_xAutoReset + 1 + + + .i_Desc + Holds beam off until request is back in arbitration + + + .i_TypeCode + 200 + + + .i_xVetoable + 1 + + + + + stStandbyBP + ST_BeamParams + 1760 + 25280 + + + rtVeto + R_TRIG + 64 + 27040 + + + ftVeto + F_TRIG + 64 + 27104 + + + CheckRequest + BOOL + 8 + + nReqID + DWORD + 32 + + + + RequestBP + BOOL + 8 + + nReqID + StateID of state requesting beam parameter set + DWORD + 32 + + + stReqBP + Requested beam params + ST_BeamParams + 1760 + + + + RemoveRequest + BOOL + 8 + + nReqID + StateID to remove + DWORD + 32 + + + + + PouType + FunctionBlock + + + + + FB_SubSysToArbiter_IO + Use on a subsystem PLC to request from the arbiter + Run at the top of your cycle to receive the latest BP + 138752 + I_HigherAuthority + + Reset + BOOL + Fast fault reset + 8 + 64 + + + ItemType + Input + + + + + sName + STRING(80) + 648 + 72 + + SubSysToArbiter + + + + ItemType + Input + + + + + i_bVeto + BOOL + 8 + 720 + + + ItemType + Input + + + + + Arbiter + FB_Arbiter + 32 + 736 + + + ItemType + InOut + + + + + fbFFHWO + FB_HardwareFFOutput + 32 + 768 + + + ItemType + InOut + + + + + i_stCurrentBP + ST_BeamParams_IO + 1760 + 800 + + + TcLinkTo + TIIB[PMPS_PRE]^IO Inputs^CurrentBP + + + TcAddressType + Input + + + + + q_stRequestedBP + ST_BeamParams_IO + 1760 + 2560 + + + TcLinkTo + TIIB[PMPS_PRE]^IO Outputs^RequestedBP + + + TcAddressType + Output + + + + + xTxPDO_toggle + BIT + 1 + 4320 + + + pytmc + pv: TxPDO_toggle + io: i + + + TcLinkTo + TIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggle + + + TcAddressType + Input + + + + + xTxPDO_state + BIT + 1 + 4321 + + + pytmc + pv: TxPDO_state + io: i + + + TcLinkTo + TIIB[PMPS_PRE]^SYNC Inputs^TxPDO state + + + TcAddressType + Input + + + + + ffPMPSIO_Disconnect + FB_FastFault + Fast faults + 25088 + 4352 + + + .i_Desc + Arbiter network interface disconnected or not OP + + + .i_DevName + SubSysToArbiter + + + + + nRequestCohort + UDINT + Request cohort + 32 + 29440 + + 0 + + + + pytmc + pv: RequestCohort + io: i + + + + + nActiveCohort + UDINT + Active cohort, updated by incoming BP from arbiter PLC, in the ElevateRequest arbiter call + 32 + 29472 + + 0 + + + + pytmc + pv: ActiveCohort + io: i + + + + + fbVetoArb + FB_VetoArbiter + 27168 + 29504 + + + fbLog + FB_LogMessage + 81984 + 56704 + + + __CHECKREQUEST__XFIRSTTIME + BOOL + 8 + 138688 + + 1 + + + + __CHECKREQUEST__NID + DWORD + 32 + 138720 + + + CheckRequest + BOOL + 8 + + nReqID + DWORD + 32 + + + xFirstTime + BOOL + 8 + + + uselocation + __CHECKREQUEST__XFIRSTTIME + + + + + nId + DWORD + 32 + + + uselocation + __CHECKREQUEST__NID + + + + + + RequestBP + BOOL + 8 + + nReqID + StateID of state requesting beam parameter set + DWORD + 32 + + + stReqBP + Requested beam params + ST_BeamParams + 1760 + + + + RemoveRequest + BOOL + 8 + + nReqID + StateID to remove + DWORD + 32 + + + + + PouType + FunctionBlock + + + + + VERSION + 64 + + uiMajor + UINT + 16 + 0 + + + uiMinor + UINT + 16 + 16 + + + uiServicePack + UINT + 16 + 32 + + + uiPatch + UINT + 16 + 48 + + + + PlcLicenseInfo + 1024 + + LicenseId + GUID + 128 + 0 + + + Instances + UDINT + 32 + 128 + + + LicenseName + STRING(95) + 768 + 256 + + + + TcSystemEventClass + TcSystemEventClass + + InternalError + InternalError + Error + + + NoRTime + NoRTime + Error + + + AllocationLockedMemoryError + AllocationLockedMemoryError + Error + + + InsertMailboxError + InsertMailboxError + Error + + + WrongReceiveHMSG + WrongReceiveHMSG + Error + + + TargetPortNotFound + TargetPortNotFound (possible cause: ADS server not started) + Error + + + TargetMachineNotFound + TargetMachineNotFound (possible cause: missing ADS route) + Error + + + UnknownCommandID + UnknownCommandID + Error + + + BadTaskID + BadTaskID + Error + + + NoIO + NoIO + Error + + + UnknownAdsCommand + UnknownAdsCommand + Error + + + Win32Error + Win32Error + Error + + + PortNotConnected + PortNotConnected + Error + + + InvalidAdsLength + InvalidAdsLength + Error + + + InvalidAdsNetID + InvalidAdsNetID + Error + + + LowInstallationLevel + LowInstallationLevel + Error + + + NoDebugAvailable + NoDebugAvailable + Error + + + PortDisabled + PortDisabled + Error + + + PortAlreadyConnected + PortAlreadyConnected + Error + + + AdsSyncWin32Error + AdsSyncWin32Error + Error + + + AdsSyncTimeout + AdsSyncTimeout + Error + + + AdsSyncAmsError + AdsSyncAmsError + Error + + + AdsSyncNoIndexMap + AdsSyncNoIndexMap + Error + + + InvalidAdsPort + InvalidAdsPort + Error + + + NoMemory + NoMemory + Error + + + TCPSendError + TCPSendError + Error + + + HostUnreachable + HostUnreachable + Error + + + InvalidAMSFragment + InvalidAMSFragment + Error + + + + TcGeneralAdsEventClass + TcGeneralAdsEventClass + + GeneralDeviceError + General device error + Error + + + ServiceNotSupported + Service is not supported by server. + Error + + + InvalidIndexGroup + Invalid index group + Error + + + InvalidIndexOffset + Invalid index offset + Error + + + InvalidAccess + Reading/writing is not permitted. + Error + + + InvalidSize + Parameter size is not correct. + Error + + + InvalidData + Invalid parameter value(s) + Error + + + NotReady + Device is not in a ready state. + Error + + + Busy + Device is busy. + Error + + + InvalidContext + Invalid context + Error + + + NoMemory + Out of memory + Error + + + InvalidParam + Invalid parameter value(s) + Error + + + NotFound + Not found (files, ...) + Error + + + Syntax + Syntax error in comand or file + Error + + + Incompatible + Object does not match. + Error + + + AlreadyExists + Object already exists. + Error + + + SymbolNotFound + Symbol was not found. + Error + + + SymbolVersionInvalid + Symbol version is invalid. (-> Release handle and try again.) + Error + + + InvalidState + Server is in invalid state. + Error + + + TransModeNotSupported + AdsTransMode is not supported. + Error + + + NotificationHandleInvalid + Notification handle is invalid. (-> Release handle and try again.) + Error + + + ClientUnknown + Notification client is not registered. + Error + + + NoMoreHandles + No more notification handles + Error + + + InvalidWatchSize + Size for watch is too big. + Error + + + NotInit + Device is not initialized. + Error + + + DeviceTimeout + Device has a timeout. + Error + + + NoInterface + Query interface is failed. + Error + + + InvalidInterface + Wrong interface is required. + Error + + + InvalidClassID + Class ID is invalid. + Error + + + InvalidObjectID + Object ID is invalid. + Error + + + Pending + Request is pending. + Error + + + Aborted + Request is aborted. + Error + + + SignalWarning + Signal warning + Error + + + InvalidArrayIndex + Invalid array index + Error + + + SymbolNotActive + Symbol is not active. (-> Release handle and try again.) + Error + + + AccessDenied + Access is denied. + Error + + + LicenseMissing + License is missing / not found. + Error + + + LicenseExpired + License is expired. + Error + + + LicenseExceeded + License is exceeded. + Error + + + LicenseInvalid + License is invalid. + Error + + + LicenseSystemID + License with invalid system ID + Error + + + LicenseNoTimeLimit + License is not time limited. + Error + + + LicenseFutureIssue + License issue time is in the future. + Error + + + LicenseTimeTooLong + License time period is too long. + Error + + + Exception + Exception in the device code + Error + + + LicenseDuplicated + License file is read twice. + Error + + + InvalidServiceParam + Invalid parameter at service call + Error + + + ListEmpty + Polling list is empty. + Error + + + VariableConAlreadyInUse + Variable connection is already in use. + Error + + + InvokeIDAlreadyInUse + Invoke ID is already in use. + Error + + + TimeoutElapsed + Timeout is elapsed. + Error + + + Win32Error + Error in Win32 subsystem + Error + + + TimeoutInvalid + Timeout value is invalid. + Error + + + PortNotOpen + Port is not open (Ads dll). + Error + + + NoAMSAddr + No AMS address (Ads dll) + Error + + + SyncInternalError + Internal error in Ads sync + Error + + + AddHash + Hash table overflow + Error + + + RemoveHash + Key not found in hash table + Error + + + NoMoreSymbols + No more symbols in cache + Error + + + SyncResInvalid + Invalid response received + Error + + + SyncPortLocked + Sync port is locked. + Error + + + + + + + TcRouterEventClass + TcRouterEventClass + + NoLockedMemory + No locked memory can be allocated. + Error + + + ResizeMemory + The size of the router memory could not be changed. + Error + + + MailboxFull + The mailbox has reached the maximum number of possible messages. The current sent message was rejected. + Error + + + DebugBoxFull + The debug mailbox has reached the maximum number of possible messages. The sent message will not be displayed in the debug monitor. + Error + + + UnknownPortType + The port type is unknown. + Error + + + NotInitialized + TwinCAT Router is not initialised. + Error + + + PortAlreadyInUse + The desired port number is already assigned. + Error + + + NotRegistered + The Port is not registered. + Error + + + NoMoreQueues + The maximum number of Ports is reached. + Error + + + InvalidPort + The port is invalid. + Error + + + NotActivated + TwinCAT Router is not active. + Error + + + FragmentBoxFull + Fragment Box is full. + Error + + + FragmentTimeout + Fragment Timeout + Error + + + ToBeRemoved + ToBeRemoved + Error + + + + TcRTimeEventClass + TcRTimeEventClass + + InternalError + An internal fatal error in the TwinCAT real-time system occurred. + Error + + + BadTimerPeriods + The timer period is invalid. + Error + + + InvalidTaskPtr + The task pointer has the invalid value ZERO. + Error + + + InvalidStackPtr + The task stack pointer has the invalid value ZERO. + Error + + + PrioExists + The demanded task priority is already assigned. + Error + + + NoMoreTCB + No more free TCB (Task Control Block) available. The maximum number of TCBs is 64. + Error + + + NoMoreSemas + No more free semaphores available. The maximum number of semaphores is 64. + Error + + + NoMoreQueues + No more free queues available. The maximum number of queues is 64. + Error + + + ExtIRQAlreadyDef + An external synchronisation interrupt is already applied. + Error + + + ExtIRQNotDef + No external synchronsiation interrupt is applied. + Error + + + ExtIRQInstallFailed + The apply of the external synchronisation interrupt failed. + Error + + + IRQNotLessOrEqual + Call of a service function in the wrong context. + Error + + + VMXNotSupported + Intel VT-x extension is not supported. + Error + + + VMXDisabled + Intel VT-x extension is not enabled in BIOS. + Error + + + VMXControlsMissing + Missing feature in Intel VT-x extension. + Error + + + VMXEnableFails + Enabling Intel VT-x fails. + Error + + + + Win32EventClass + Win32EventClass + + ERROR_SUCCESS + The operation completed successfully. + Verbose + + + ERROR_INVALID_FUNCTION + Incorrect function. + Error + + + ERROR_FILE_NOT_FOUND + The system cannot find the file specified. + Error + + + ERROR_PATH_NOT_FOUND + The system cannot find the path specified. + Error + + + ERROR_TOO_MANY_OPEN_FILES + The system cannot open the file. + Error + + + ERROR_ACCESS_DENIED + Access is denied. + Error + + + ERROR_INVALID_HANDLE + The handle is invalid. + Error + + + ERROR_NOT_ENOUGH_MEMORY + Not enough storage is available to process this command. + Error + + + ERROR_INVALID_DATA + The data is invalid. + Error + + + ERROR_NOT_READY + The device is not ready. + Error + + + ERROR_BAD_COMMAND + The device does not recognize the command. + Error + + + ERROR_CRC + Data error (cyclic redundancy check). + Error + + + ERROR_BAD_LENGTH + The program issued a command but the command length is incorrect. + Error + + + ERROR_WRITE_FAULT + The system cannot write to the specified device. + Error + + + ERROR_READ_FAULT + The system cannot read from the specified device. + Error + + + ERROR_GEN_FAILURE + A device attached to the system is not functioning. + Error + + + ERROR_NOT_SUPPORTED + The request is not supported. + Error + + + ERROR_REM_NOT_LIST + The remote computer is not available. + Error + + + ERROR_DUP_NAME + A duplicate name exists on the network. + Error + + + ERROR_BAD_NETPATH + The network path was not found. + Error + + + ERROR_NETWORK_BUSY + The network is busy. + Error + + + ERROR_DEV_NOT_EXIST + The specified network resource or device is no longer available. + Error + + + ERROR_FILE_EXISTS + The file exists. + Error + + + ERROR_CANNOT_MAKE + The directory or file cannot be created. + Error + + + ERROR_ALREADY_ASSIGNED + The local device name is already in use. + Error + + + ERROR_INVALID_PASSWORD + The specified network password is not correct. + Error + + + ERROR_INVALID_PARAMETER + The parameter is incorrect. + Error + + + ERROR_OPEN_FAILED + The system cannot open the device or file specified. + Error + + + ERROR_ALREADY_EXISTS + Cannot create a file when that file already exists. + Error + + + ERROR_INVALID_FLAG_NUMBER + The flag passed is not correct. + Error + + + WAIT_TIMEOUT + The wait operation timed out. + Error + + + ERROR_NO_MORE_ITEMS + No more data is available. + Error + + + ERROR_INVALID_ADDRESS + Attempt to access invalid address. + Error + + + ERROR_ARITHMETIC_OVERFLOW + Arithmetic result exceeded 32 bits. + Error + + + ERROR_OPERATION_ABORTED + The I/O operation has been aborted because of either a thread exit or an application request. + Error + + + ERROR_IO_INCOMPLETE + Overlapped I/O event is not in a signaled state. + Error + + + ERROR_IO_PENDING + Overlapped I/O operation is in progress. + Error + + + + + + + LCLSGeneralEventClass + Log event + + Critical + Critical + Critical + + + Error + Error + Error + + + Warning + Warning + Warning + + + Info + Info + Info + + + Verbose + Verbose + Verbose + + + + + + + + + + + + + + + rixs_optics + {08500001-0000-0000-F000-000000000064} + + + {777f1598-583b-4503-99bb-7c02e0abd97e} + TF4100 TC3 Controller Toolbox + + + {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} + TF6340 TC3 Serial-Communication + + + {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} + TF6340 TC3 Serial-Communication + + + {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} + TF6340 TC3 Serial-Communication + + + {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} + TF6340 TC3 Serial-Communication + + + {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} + TF6340 TC3 Serial-Communication + + + {bca6ee0a-9ce1-4d3f-98ca-413abc0d94fd} + TF6340 TC3 Serial-Communication + + + + + 0 + SerialIO + + #x02010070 + + + + 1 + PiezoDriver + + #x02010060 + + + + 2 + DaqTask + + #x02010080 + + + + 3 + PlcTask + + #x02010030 + + + + + + + 0 + SerialIO Inputs + 0 + 163840000 + + GVL_SerialIO.Serial_stComIn_M1K2 + Better have your inputs and outputs! + M1K2 + 192 + EL6inData22B + + + TcAddressType + Input + + + TcVarGlobal + + + 1294527808 + + + + 1 + SerialIO Outputs + 0 + 163840000 + + GVL_SerialIO.Serial_stComOut_M1K2 + 192 + EL6outData22B + + + TcAddressType + Output + + + TcVarGlobal + + + 1294528000 + + + + 3 + SerialIO Internal + 0 + 163840000 + + P_Serial_Com.fbSerialLineControl_EL6001_M1K2 + 10432 + SerialLineControl + 1265813472 + + + GVL_COM_Buffers.Serial_RXBuffer_M1K2 + M1K2 + 2512 + ComBuffer + + + TcVarGlobal + + + 1292575600 + + + GVL_COM_Buffers.Serial_TXBuffer_M1K2 + 2512 + ComBuffer + + + TcVarGlobal + + + 1292578112 + + + TwinCAT_SystemInfoVarList._AppInfo + 2048 + PlcAppSystemInfo + + + no_init + + + TcVarGlobal + + + 1302175328 + + + TwinCAT_SystemInfoVarList._TaskPouOid_SerialIO + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302177376 + + + TwinCAT_SystemInfoVarList._TaskOid_SerialIO + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181504 + + + TwinCAT_SystemInfoVarList.__SerialIO + 704 + _Implicit_Task_Info + + + .dwVersion + 2 + + + + + TcContextName + SerialIO + + + TcVarGlobal + + + 1302181728 + + + + 19 + PiezoDriver Internal + 1 + 163840000 + + PiezoSerial.fbE621SerialDriver_M1K2 + PI Serial + 104032 + FB_PI_E621_SerialDriver + 1265825440 + + + GVL_M1K2.M1K2_Pitch + Pitch Mechanism: + Currently Unused + 2496 + HOMS_PitchMechanism + + + .ReqPosLimHi + 200 + + + .ReqPosLimLo + -30 + + + .diEncPosLimHi + 10121210 + + + .diEncPosLimLo + 10004610 + + + + + TcLinkTo + .diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1292583872 + + + TwinCAT_SystemInfoVarList._TaskPouOid_PiezoDriver + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181536 + + + TwinCAT_SystemInfoVarList._TaskOid_PiezoDriver + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181568 + + + TwinCAT_SystemInfoVarList.__PiezoDriver + 704 + _Implicit_Task_Info + + + .dwVersion + 2 + + + + + TcContextName + PiezoDriver + + + TcVarGlobal + + + 1302182432 + + + + 32 + DaqTask Inputs + 2 + 163840000 + + PRG_DAQ_ENCODER.iLatchPos + Inputs + 64 + ULINT + + + TcLinkTo + TIIB[EVR]^Latch^LatchPos1 + + + TcAddressType + Input + + + 1265931520 + + + PRG_DAQ_ENCODER.iLatchNeg + 64 + ULINT + + + TcLinkTo + TIIB[EVR]^Latch^LatchNeg1 + + + TcAddressType + Input + + + 1265931584 + + + PRG_DAQ_ENCODER.nEncoderCount + 64 + ULINT + + + TcLinkTo + TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^Position + + + TcAddressType + Input + + + 1265931648 + + + + 35 + DaqTask Internal + 2 + 163840000 + + GVL_Logger.sIpTidbit + 56 + STRING(6) + + 172.21 + + + + TcVarGlobal + + + 5052576 + + + Global_Variables.AMSPORT_R3_SYSSERV + TwinCAT System Service + 16 + UINT + + 10000 + + + + TcVarGlobal + + + 5136656 + + + Global_Variables.SYSTEMSERVICE_REG_HKEYLOCALMACHINE + 32 + UDINT + + 200 + + + + TcVarGlobal + + + 5138496 + + + Global_Variables.ADSLOG_MSGTYPE_HINT + Hint icon + 32 + DWORD + + 1 + + + + TcVarGlobal + + + 5138816 + + + Global_Variables.ADSLOG_MSGTYPE_ERROR + Error icon + 32 + DWORD + + 4 + + + + TcVarGlobal + + + 5138880 + + + Global_Variables.ADSLOG_MSGTYPE_LOG + Write message to log file + 32 + DWORD + + 16 + + + + TcVarGlobal + + + 5138912 + + + Global_Variables.DEFAULT_ADS_TIMEOUT + Default ADS timeout value + 32 + TIME + + 5000 + + + + TcVarGlobal + + + 5139776 + + + .TCPADS_MAXUDP_BUFFSIZE + 32 + UDINT + + 32768 + + + + TcVarGlobal + + + 5346784 + + + PRG_DAQ_ENCODER.bSendToDAQ + 8 + BOOL + + 1 + + 1265756640 + + + PRG_DAQ_ENCODER.bSendToTest + 8 + BOOL + + 0 + + 1265756648 + + + PRG_DAQ_ENCODER.bUseHWTriggers + 8 + BOOL + + 1 + + 1265756656 + + + PRG_DAQ_ENCODER.bUseSWTriggers + 8 + BOOL + + 0 + + 1265756664 + + + PRG_DAQ_ENCODER.sTestHost + rix-daq is the default test host + 648 + STRING(80) + + 172.21.140.21 + + 1265931712 + + + PRG_DAQ_ENCODER.bNewTrigger + Internals + 8 + BOOL + 1265932360 + + + PRG_DAQ_ENCODER.nFrameCount + 16 + UINT + + + pytmc + pv: SP1K1:MONO:DAQ:FRAME_COUNT io: i - 1265932368PRG_DAQ_ENCODER.tSWTriggerDelay32TIME81265932384PRG_DAQ_ENCODER.iTimeSincePos64ULINT1265932416PRG_DAQ_ENCODER.iMaxTime64ULINT1265932480PRG_DAQ_ENCODER.iMinTime64ULINT100000000001265932544PRG_DAQ_ENCODER.fTimeInS64LREAL1265932608PRG_DAQ_ENCODER.iTriggerWidth64ULINT1265932672PRG_DAQ_ENCODER.fTriggerRate64LREALpytmc + + + + 1265932368 + + + PRG_DAQ_ENCODER.tSWTriggerDelay + 32 + TIME + + 8 + + 1265932384 + + + PRG_DAQ_ENCODER.iTimeSincePos + Outputs + 64 + ULINT + 1265932416 + + + PRG_DAQ_ENCODER.iMaxTime + 64 + ULINT + 1265932480 + + + PRG_DAQ_ENCODER.iMinTime + 64 + ULINT + + 10000000000 + + 1265932544 + + + PRG_DAQ_ENCODER.fTimeInS + 64 + LREAL + 1265932608 + + + PRG_DAQ_ENCODER.iTriggerWidth + 64 + ULINT + 1265932672 + + + PRG_DAQ_ENCODER.fTriggerRate + 64 + LREAL + + + pytmc + pv: SP1K1:MONO:DAQ:TRIG_RATE io: i - 1265932736PRG_DAQ_ENCODER.tonSWTrigger224TON1265932800PRG_DAQ_ENCODER.iPrevLatchPos64ULINT1265933056PRG_DAQ_ENCODER.fMaxTimeInS64LREAL1265933120PRG_DAQ_ENCODER.fMinTimeInS64LREAL100000001265933184PRG_DAQ_ENCODER.iTimeSinceLast64ULINT1265933248PRG_DAQ_ENCODER.nUpdateCycles64ULINT1265933312PRG_DAQ_ENCODER.stTaskInfo1024PlcTaskSystemInfo1265933376PRG_DAQ_ENCODER.iUnderflowCount64ULINT1265934400PRG_DAQ_ENCODER.fUnderflowPercent64LREAL1265934464PRG_DAQ_ENCODER.fEncScale64LREAL1265934528PRG_DAQ_ENCODER.fEncScaleDenominator64LREAL1265934592PRG_DAQ_ENCODER.fbSocketHandler108544FB_UDPSocketHandler1265934656PRG_DAQ_ENCODER.fbSocketSend274688FB_BufferedSocketSend1266043200PRG_DAQ_ENCODER.fbSocketHandlerTest108544FB_UDPSocketHandler1266317888PRG_DAQ_ENCODER.fbSocketSendTest274688FB_BufferedSocketSend1266426432PRG_DAQ_ENCODER.payload512DUT_01_Channel_NW1266701120PRG_DAQ_ENCODER.fbHeader512FB_AssembleHeader.sHardwareIDplc-tst-proto61266701632PRG_DAQ_ENCODER.fbChannel768FB_AssembleChannel.nChannel11266702144PRG_DAQ_ENCODER.fbGetTaskIndex128GETCURTASKINDEX1266702912PRG_DAQ_ENCODER.fEpicsEncCount32DINTpytmc + + + + 1265932736 + + + PRG_DAQ_ENCODER.tonSWTrigger + 224 + TON + 1265932800 + + + PRG_DAQ_ENCODER.iPrevLatchPos + 64 + ULINT + 1265933056 + + + PRG_DAQ_ENCODER.fMaxTimeInS + 64 + LREAL + 1265933120 + + + PRG_DAQ_ENCODER.fMinTimeInS + 64 + LREAL + + 10000000 + + 1265933184 + + + PRG_DAQ_ENCODER.iTimeSinceLast + 64 + ULINT + 1265933248 + + + PRG_DAQ_ENCODER.nUpdateCycles + 64 + ULINT + 1265933312 + + + PRG_DAQ_ENCODER.stTaskInfo + 1024 + PlcTaskSystemInfo + 1265933376 + + + PRG_DAQ_ENCODER.iUnderflowCount + 64 + ULINT + 1265934400 + + + PRG_DAQ_ENCODER.fUnderflowPercent + 64 + LREAL + 1265934464 + + + PRG_DAQ_ENCODER.fEncScale + 64 + LREAL + 1265934528 + + + PRG_DAQ_ENCODER.fEncScaleDenominator + 64 + LREAL + 1265934592 + + + PRG_DAQ_ENCODER.fbSocketHandler + 108544 + FB_UDPSocketHandler + 1265934656 + + + PRG_DAQ_ENCODER.fbSocketSend + 274688 + FB_BufferedSocketSend + 1266043200 + + + PRG_DAQ_ENCODER.fbSocketHandlerTest + 108544 + FB_UDPSocketHandler + 1266317888 + + + PRG_DAQ_ENCODER.fbSocketSendTest + 274688 + FB_BufferedSocketSend + 1266426432 + + + PRG_DAQ_ENCODER.payload + 512 + DUT_01_Channel_NW + 1266701120 + + + PRG_DAQ_ENCODER.fbHeader + 512 + FB_AssembleHeader + + + .sHardwareID + plc-tst-proto6 + + + 1266701632 + + + PRG_DAQ_ENCODER.fbChannel + 768 + FB_AssembleChannel + + + .nChannel + 1 + + + 1266702144 + + + PRG_DAQ_ENCODER.fbGetTaskIndex + Function blocks + 128 + GETCURTASKINDEX + 1266702912 + + + PRG_DAQ_ENCODER.fEpicsEncCount + EPICS Diagnostics (reduce data size) + 32 + DINT + + + pytmc + pv: SP1K1:MONO:DAQ:ENC_COUNT io: i - 1266703072PRG_DAQ_ENCODER.fEpicsTrigWidth32DINTpytmc + + + + 1266703072 + + + PRG_DAQ_ENCODER.fEpicsTrigWidth + 32 + DINT + + + pytmc + pv: SP1K1:MONO:DAQ:TRIG_WIDTH io: i - 1266703104Main.M721184DUT_MotionStage.nEnableMode0.fVelocity200.bPowerSelf1pytmc + + + + 1266703104 + + + Main.M7 + G_PI, urad + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .fVelocity + 200 + + + .bPowerSelf + 1 + + + + + pytmc + pv: SP1K1:MONO:MMS:G_PI - TcLinkTo.bLimitForwardEnable:=TIIB[g_pi_m]^STM Status^Status^Digital input 1; + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[g_pi_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[g_pi_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcVarGlobal1295848512TwinCAT_SystemInfoVarList._TaskInfo4096PlcTaskSystemInfo14no_initTcVarGlobal1302177408TwinCAT_SystemInfoVarList._TaskPouOid_DaqTask32OTCIDno_initTcVarGlobal1302181600TwinCAT_SystemInfoVarList._TaskOid_DaqTask32OTCIDno_initTcVarGlobal1302181632TwinCAT_SystemInfoVarList.__DaqTask704_Implicit_Task_Info.dwVersion2TcContextNameDaqTaskTcVarGlobal130218313648PlcTask Inputs3163840000LCLS_General.DefaultGlobals.stSys.I_EcatMaster148AMSNETIDnamingomitTcAddressTypeInput5052296lcls_twincat_optics.GVL_TestStructs.TestPitch_LimitSwitches.diEncCnt64LINTTcAddressTypeInput1265756288PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable18BOOLTcAddressTypeInput1272498272PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable28BOOLTcAddressTypeInput1272498280PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYupEnc128ST_RenishawAbsEncTcAddressTypeInput1272498304PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1272498432PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXupEnc128ST_RenishawAbsEncTcAddressTypeInput1272498560PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1272498688PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1272499264PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1272499392PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1272508736PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1272508864PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1273740352PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1274045184PRG_MR1K1_BEND.bMR1K1_Y_ENC_Ready8BOOLTcLinkToTIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^ReadyTcAddressTypeInput1274345824PRG_MR1K1_BEND.bMR1K1_Y_ENC_TxPDO8BOOLTcLinkToTIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^TxPDO StateTcAddressTypeInput1274345832PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 1^InputTcAddressTypeInput1274345840PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 2^InputTcAddressTypeInput1274345848PRG_MR1K1_BEND.fM1K1_Flow_1.iRaw16INTTcAddressTypeInput1274345888PRG_MR1K1_BEND.fM1K1_Flow_2.iRaw16INTTcAddressTypeInput1274346272PRG_MR1K1_BEND.fM1K1_Press_1.iRaw16INTTcAddressTypeInput1274346656PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_1_Err8BOOLTcAddressTypeInput1275120832PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_2_Err8BOOLTcAddressTypeInput1275120840PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_3_Err8BOOLTcAddressTypeInput1275120848PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_1_Err8BOOLTcAddressTypeInput1275120856PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_2_Err8BOOLTcAddressTypeInput1275120864PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_3_Err8BOOLTcAddressTypeInput1275120872PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable18BOOLTcAddressTypeInput1280931872PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable28BOOLTcAddressTypeInput1280931880PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYupEnc128ST_RenishawAbsEncTcAddressTypeInput1280931904PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1280932032PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXupEnc128ST_RenishawAbsEncTcAddressTypeInput1280932160PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXdwnEnc128ST_RenishawAbsEncTcAddressTypeInput1280932288PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1280932864PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1280932992PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count64ULINTTcAddressTypeInput1280942336PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count64ULINTTcAddressTypeInput1280942464PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1282173952PRG_SP1K1_MONO.bSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 1^InputTcAddressTypeInput1282476304PRG_SP1K1_MONO.bSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 2^InputTcAddressTypeInput1282476312PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1282478848PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1282782208PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283080512PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283378816PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283677120PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1283975424PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1284273728PRG_SP1K1_MONO.mpi_upe128ST_RenishawAbsEnc.ref0TcLinkTo.Count:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcAddressTypeInput1284569536PRG_SP1K1_MONO.gpi_upe128ST_RenishawAbsEnc.ref0TcLinkTo.Count:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^PositionTcAddressTypeInput1284569664PRG_SP1K1_MONO.RTD1.bError8BOOL1pytmc + .nRawEncoderULINT:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1295848512 + + + TwinCAT_SystemInfoVarList._TaskInfo + 4096 + PlcTaskSystemInfo + + 1 + 4 + + + + no_init + + + TcVarGlobal + + + 1302177408 + + + TwinCAT_SystemInfoVarList._TaskPouOid_DaqTask + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181600 + + + TwinCAT_SystemInfoVarList._TaskOid_DaqTask + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181632 + + + TwinCAT_SystemInfoVarList.__DaqTask + 704 + _Implicit_Task_Info + + + .dwVersion + 2 + + + + + TcContextName + DaqTask + + + TcVarGlobal + + + 1302183136 + + + + 48 + PlcTask Inputs + 3 + 163840000 + + LCLS_General.DefaultGlobals.stSys.I_EcatMaster1 + AMS Net ID used for FB_EcatDiag, among others + 48 + AMSNETID + + + naming + omit + + + TcAddressType + Input + + + 5052296 + + + lcls_twincat_optics.GVL_TestStructs.TestPitch_LimitSwitches.diEncCnt + Raw encoder count + 64 + LINT + + + TcAddressType + Input + + + 1265756288 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable1 + STO Button + 8 + BOOL + + + TcAddressType + Input + + + 1272498272 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.bSTOEnable2 + 8 + BOOL + + + TcAddressType + Input + + + 1272498280 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYupEnc + Encoders + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1272498304 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.stYdwnEnc + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1272498432 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXupEnc + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1272498560 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.stXdwnEnc + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1272498688 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1272499264 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1272499392 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1272508736 + + + PRG_MR1K1_BEND.M1K1.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1272508864 + + + PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1273740352 + + + PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1274045184 + + + PRG_MR1K1_BEND.bMR1K1_Y_ENC_Ready + 8 + BOOL + + + TcLinkTo + TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^Ready + + + TcAddressType + Input + + + 1274345824 + + + PRG_MR1K1_BEND.bMR1K1_Y_ENC_TxPDO + 8 + BOOL + + + TcLinkTo + TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Status^TxPDO State + + + TcAddressType + Input + + + 1274345832 + + + PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable1 + Emergency Stop for MR1K1 +Emergency Stop for MR1K1 + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 1^Input + + + TcAddressType + Input + + + 1274345840 + + + PRG_MR1K1_BEND_BENDER.M1K1BENDbSTOEnable2 + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 5 (EK1122)^EK1100_MR1K1_BEND^EL1004_M1K1_BENDER_STO^Channel 2^Input + + + TcAddressType + Input + + + 1274345848 + + + PRG_MR1K1_BEND.fM1K1_Flow_1.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1274345888 + + + PRG_MR1K1_BEND.fM1K1_Flow_2.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1274346272 + + + PRG_MR1K1_BEND.fM1K1_Press_1.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1274346656 + + + PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_1_Err + RTD error bit + 8 + BOOL + + + TcAddressType + Input + + + 1275120832 + + + PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_2_Err + 8 + BOOL + + + TcAddressType + Input + + + 1275120840 + + + PRG_MR1K1_BEND_BENDER.bM1K1US_RTD_3_Err + 8 + BOOL + + + TcAddressType + Input + + + 1275120848 + + + PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_1_Err + 8 + BOOL + + + TcAddressType + Input + + + 1275120856 + + + PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_2_Err + 8 + BOOL + + + TcAddressType + Input + + + 1275120864 + + + PRG_MR1K1_BEND_BENDER.bM1K1DS_RTD_3_Err + 8 + BOOL + + + TcAddressType + Input + + + 1275120872 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable1 + STO Button + 8 + BOOL + + + TcAddressType + Input + + + 1280931872 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.bSTOEnable2 + 8 + BOOL + + + TcAddressType + Input + + + 1280931880 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYupEnc + Encoders + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1280931904 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stYdwnEnc + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1280932032 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXupEnc + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1280932160 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.stXdwnEnc + 128 + ST_RenishawAbsEnc + + + TcAddressType + Input + + + 1280932288 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.PEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1280932864 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleY.gantry_diff_limit.SEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1280932992 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.PEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1280942336 + + + PRG_MR1K2_SWITCH.M1K2.fbRunHOMS.fbAutoCoupleX.gantry_diff_limit.SEnc.Count + Connect to encoder "Position" input + 64 + ULINT + + + TcAddressType + Input + + + 1280942464 + + + PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1282173952 + + + PRG_SP1K1_MONO.bSTOEnable1 + Where is the STO + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 1^Input + + + TcAddressType + Input + + + 1282476304 + + + PRG_SP1K1_MONO.bSTOEnable2 + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^X1 SP1K1-MONO(EK1100)^SP1K1-EL1004-E17^Channel 2^Input + + + TcAddressType + Input + + + 1282476312 + + + PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1282478848 + + + PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1282782208 + + + PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1283080512 + + + PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1283378816 + + + PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1283677120 + + + PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1283975424 + + + PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1284273728 + + + PRG_SP1K1_MONO.mpi_upe + 128 + ST_RenishawAbsEnc + + + .ref + 0 + + + + + TcLinkTo + .Count:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 1^Position + + + TcAddressType + Input + + + 1284569536 + + + PRG_SP1K1_MONO.gpi_upe + 128 + ST_RenishawAbsEnc + + + .ref + 0 + + + + + TcLinkTo + .Count:=TIIB[g_pi_up_dwn_e]^FB Inputs Channel 1^Position + + + TcAddressType + Input + + + 1284569664 + + + PRG_SP1K1_MONO.RTD1.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284570120PRG_SP1K1_MONO.RTD1.bUnderrange8BOOLTcAddressTypeInput1284570128PRG_SP1K1_MONO.RTD1.bOverrange8BOOLTcAddressTypeInput1284570136PRG_SP1K1_MONO.RTD1.iRaw16INTTcAddressTypeInput1284570144PRG_SP1K1_MONO.RTD2.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284570120 + + + PRG_SP1K1_MONO.RTD1.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570128 + + + PRG_SP1K1_MONO.RTD1.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570136 + + + PRG_SP1K1_MONO.RTD1.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284570144 + + + PRG_SP1K1_MONO.RTD2.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284570376PRG_SP1K1_MONO.RTD2.bUnderrange8BOOLTcAddressTypeInput1284570384PRG_SP1K1_MONO.RTD2.bOverrange8BOOLTcAddressTypeInput1284570392PRG_SP1K1_MONO.RTD2.iRaw16INTTcAddressTypeInput1284570400PRG_SP1K1_MONO.RTD3.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284570376 + + + PRG_SP1K1_MONO.RTD2.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570384 + + + PRG_SP1K1_MONO.RTD2.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570392 + + + PRG_SP1K1_MONO.RTD2.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284570400 + + + PRG_SP1K1_MONO.RTD3.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284570632PRG_SP1K1_MONO.RTD3.bUnderrange8BOOLTcAddressTypeInput1284570640PRG_SP1K1_MONO.RTD3.bOverrange8BOOLTcAddressTypeInput1284570648PRG_SP1K1_MONO.RTD3.iRaw16INTTcAddressTypeInput1284570656PRG_SP1K1_MONO.RTD4.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284570632 + + + PRG_SP1K1_MONO.RTD3.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570640 + + + PRG_SP1K1_MONO.RTD3.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570648 + + + PRG_SP1K1_MONO.RTD3.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284570656 + + + PRG_SP1K1_MONO.RTD4.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284570888PRG_SP1K1_MONO.RTD4.bUnderrange8BOOLTcAddressTypeInput1284570896PRG_SP1K1_MONO.RTD4.bOverrange8BOOLTcAddressTypeInput1284570904PRG_SP1K1_MONO.RTD4.iRaw16INTTcAddressTypeInput1284570912PRG_SP1K1_MONO.RTD5.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284570888 + + + PRG_SP1K1_MONO.RTD4.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570896 + + + PRG_SP1K1_MONO.RTD4.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284570904 + + + PRG_SP1K1_MONO.RTD4.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284570912 + + + PRG_SP1K1_MONO.RTD5.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284571144PRG_SP1K1_MONO.RTD5.bUnderrange8BOOLTcAddressTypeInput1284571152PRG_SP1K1_MONO.RTD5.bOverrange8BOOLTcAddressTypeInput1284571160PRG_SP1K1_MONO.RTD5.iRaw16INTTcAddressTypeInput1284571168PRG_SP1K1_MONO.RTD6.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284571144 + + + PRG_SP1K1_MONO.RTD5.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571152 + + + PRG_SP1K1_MONO.RTD5.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571160 + + + PRG_SP1K1_MONO.RTD5.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284571168 + + + PRG_SP1K1_MONO.RTD6.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284571400PRG_SP1K1_MONO.RTD6.bUnderrange8BOOLTcAddressTypeInput1284571408PRG_SP1K1_MONO.RTD6.bOverrange8BOOLTcAddressTypeInput1284571416PRG_SP1K1_MONO.RTD6.iRaw16INTTcAddressTypeInput1284571424PRG_SP1K1_MONO.RTD7.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284571400 + + + PRG_SP1K1_MONO.RTD6.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571408 + + + PRG_SP1K1_MONO.RTD6.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571416 + + + PRG_SP1K1_MONO.RTD6.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284571424 + + + PRG_SP1K1_MONO.RTD7.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284571656PRG_SP1K1_MONO.RTD7.bUnderrange8BOOLTcAddressTypeInput1284571664PRG_SP1K1_MONO.RTD7.bOverrange8BOOLTcAddressTypeInput1284571672PRG_SP1K1_MONO.RTD7.iRaw16INTTcAddressTypeInput1284571680PRG_SP1K1_MONO.RTD8.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284571656 + + + PRG_SP1K1_MONO.RTD7.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571664 + + + PRG_SP1K1_MONO.RTD7.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571672 + + + PRG_SP1K1_MONO.RTD7.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284571680 + + + PRG_SP1K1_MONO.RTD8.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1284571912PRG_SP1K1_MONO.RTD8.bUnderrange8BOOLTcAddressTypeInput1284571920PRG_SP1K1_MONO.RTD8.bOverrange8BOOLTcAddressTypeInput1284571928PRG_SP1K1_MONO.RTD8.iRaw16INTTcAddressTypeInput1284571936PRG_SP1K1_MONO.fSP1K1_Flow_1.iRaw16INTTcAddressTypeInput1284597280PRG_SP1K1_MONO.fSP1K1_Flow_2.iRaw16INTTcAddressTypeInput1284597664PRG_SP1K1_MONO.fSP1K1_Press_1.iRaw16INTTcAddressTypeInput1284598048PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1284759488PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285057792PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285356096PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285654400PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1285952704PRG_SL1K2_EXIT.RTD_Crystal_TOP.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1284571912 + + + PRG_SP1K1_MONO.RTD8.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571920 + + + PRG_SP1K1_MONO.RTD8.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1284571928 + + + PRG_SP1K1_MONO.RTD8.iRaw + 16 + INT + + + TcAddressType + Input + + + 1284571936 + + + PRG_SP1K1_MONO.fSP1K1_Flow_1.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1284597280 + + + PRG_SP1K1_MONO.fSP1K1_Flow_2.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1284597664 + + + PRG_SP1K1_MONO.fSP1K1_Press_1.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1284598048 + + + PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1284759488 + + + PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1285057792 + + + PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1285356096 + + + PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1285654400 + + + PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1285952704 + + + PRG_SL1K2_EXIT.RTD_Crystal_TOP.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1286926664PRG_SL1K2_EXIT.RTD_Crystal_TOP.bUnderrange8BOOLTcAddressTypeInput1286926672PRG_SL1K2_EXIT.RTD_Crystal_TOP.bOverrange8BOOLTcAddressTypeInput1286926680PRG_SL1K2_EXIT.RTD_Crystal_TOP.iRaw16INTTcAddressTypeInput1286926688PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1286926664 + + + PRG_SL1K2_EXIT.RTD_Crystal_TOP.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1286926672 + + + PRG_SL1K2_EXIT.RTD_Crystal_TOP.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1286926680 + + + PRG_SL1K2_EXIT.RTD_Crystal_TOP.iRaw + 16 + INT + + + TcAddressType + Input + + + 1286926688 + + + PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1286926920PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bUnderrange8BOOLTcAddressTypeInput1286926928PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bOverrange8BOOLTcAddressTypeInput1286926936PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.iRaw16INTTcAddressTypeInput1286926944PRG_SL1K2_EXIT.RTD_YAG.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1286926920 + + + PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1286926928 + + + PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1286926936 + + + PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM.iRaw + 16 + INT + + + TcAddressType + Input + + + 1286926944 + + + PRG_SL1K2_EXIT.RTD_YAG.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1286927176PRG_SL1K2_EXIT.RTD_YAG.bUnderrange8BOOLTcAddressTypeInput1286927184PRG_SL1K2_EXIT.RTD_YAG.bOverrange8BOOLTcAddressTypeInput1286927192PRG_SL1K2_EXIT.RTD_YAG.iRaw16INTTcAddressTypeInput1286927200PRG_SL1K2_EXIT.RTD_HeatSync.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1286927176 + + + PRG_SL1K2_EXIT.RTD_YAG.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1286927184 + + + PRG_SL1K2_EXIT.RTD_YAG.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1286927192 + + + PRG_SL1K2_EXIT.RTD_YAG.iRaw + 16 + INT + + + TcAddressType + Input + + + 1286927200 + + + PRG_SL1K2_EXIT.RTD_HeatSync.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1286927432PRG_SL1K2_EXIT.RTD_HeatSync.bUnderrange8BOOLTcAddressTypeInput1286927440PRG_SL1K2_EXIT.RTD_HeatSync.bOverrange8BOOLTcAddressTypeInput1286927448PRG_SL1K2_EXIT.RTD_HeatSync.iRaw16INTTcAddressTypeInput1286927456PRG_SL1K2_EXIT.fbGige.fbGetIllPercent.iRaw16INTTcAddressTypeInput1286927648PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1286931392PRG_2_PMPS_POST.fbArbiterIO.i_stCurrentBP1760ST_BeamParams_IOTcLinkToTIIB[PMPS_PRE]^IO Inputs^CurrentBPTcAddressTypeInput1287228640PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_toggle1BITpytmcpv: TxPDO_toggle - io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggleTcAddressTypeInput1287232160PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_state1BITpytmcpv: TxPDO_state - io: iTcLinkToTIIB[PMPS_PRE]^SYNC Inputs^TxPDO stateTcAddressTypeInput1287232161PRG_MR2K2_FLAT.M2K2FLATbSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 1^InputTcAddressTypeInput1288706400PRG_MR2K2_FLAT.M2K2FLATbSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 2^InputTcAddressTypeInput1288706408PRG_MR3K2_KBH.bM3K2US_RTD_1_Err8BOOLTcAddressTypeInput1288706416PRG_MR3K2_KBH.bM3K2US_RTD_2_Err8BOOLTcAddressTypeInput1288706424PRG_MR3K2_KBH.bM3K2US_RTD_3_Err8BOOLTcAddressTypeInput1290640704PRG_MR3K2_KBH.bM3K2DS_RTD_1_Err8BOOLTcAddressTypeInput1290640712PRG_MR3K2_KBH.bM3K2DS_RTD_2_Err8BOOLTcAddressTypeInput1290640720PRG_MR3K2_KBH.bM3K2DS_RTD_3_Err8BOOLTcAddressTypeInput1290640728PRG_MR3K2_KBH.M3K2KBHbSTOEnable18BOOLTcLinkToTIIB[EL1004_M3K2_STO]^Channel 1^InputTcAddressTypeInput1290640736PRG_MR3K2_KBH.M3K2KBHbSTOEnable28BOOLTcLinkToTIIB[EL1004_M3K2_STO]^Channel 2^InputTcAddressTypeInput1290640744PRG_MR4K2_KBV.bM4K2US_RTD_1_Err8BOOLTcAddressTypeInput1290640752PRG_MR4K2_KBV.bM4K2US_RTD_2_Err8BOOLTcAddressTypeInput1290640760PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1286927432 + + + PRG_SL1K2_EXIT.RTD_HeatSync.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1286927440 + + + PRG_SL1K2_EXIT.RTD_HeatSync.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1286927448 + + + PRG_SL1K2_EXIT.RTD_HeatSync.iRaw + 16 + INT + + + TcAddressType + Input + + + 1286927456 + + + PRG_SL1K2_EXIT.fbGige.fbGetIllPercent.iRaw + Connect this input to the terminal + 16 + INT + + + TcAddressType + Input + + + 1286927648 + + + PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1286931392 + + + PRG_2_PMPS_POST.fbArbiterIO.i_stCurrentBP + 1760 + ST_BeamParams_IO + + + TcLinkTo + TIIB[PMPS_PRE]^IO Inputs^CurrentBP + + + TcAddressType + Input + + + 1287228640 + + + PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_toggle + 1 + BIT + + + pytmc + pv: TxPDO_toggle + io: i + + + TcLinkTo + TIIB[PMPS_PRE]^SYNC Inputs^TxPDO toggle + + + TcAddressType + Input + + + 1287232160 + + + PRG_2_PMPS_POST.fbArbiterIO.xTxPDO_state + 1 + BIT + + + pytmc + pv: TxPDO_state + io: i + + + TcLinkTo + TIIB[PMPS_PRE]^SYNC Inputs^TxPDO state + + + TcAddressType + Input + + + 1287232161 + + + PRG_MR2K2_FLAT.M2K2FLATbSTOEnable1 + Emergency Stop for MR2K2 //M2K2 needs an EL1004 term and an ESTOP added, not listed in I/O either + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 1^Input + + + TcAddressType + Input + + + 1288706400 + + + PRG_MR2K2_FLAT.M2K2FLATbSTOEnable2 + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 310 (EK1122)^EK1100_MR2K2^EL1004_M2K2_STO^Channel 2^Input + + + TcAddressType + Input + + + 1288706408 + + + PRG_MR3K2_KBH.bM3K2US_RTD_1_Err + RTD error bit + 8 + BOOL + + + TcAddressType + Input + + + 1288706416 + + + PRG_MR3K2_KBH.bM3K2US_RTD_2_Err + 8 + BOOL + + + TcAddressType + Input + + + 1288706424 + + + PRG_MR3K2_KBH.bM3K2US_RTD_3_Err + 8 + BOOL + + + TcAddressType + Input + + + 1290640704 + + + PRG_MR3K2_KBH.bM3K2DS_RTD_1_Err + 8 + BOOL + + + TcAddressType + Input + + + 1290640712 + + + PRG_MR3K2_KBH.bM3K2DS_RTD_2_Err + 8 + BOOL + + + TcAddressType + Input + + + 1290640720 + + + PRG_MR3K2_KBH.bM3K2DS_RTD_3_Err + 8 + BOOL + + + TcAddressType + Input + + + 1290640728 + + + PRG_MR3K2_KBH.M3K2KBHbSTOEnable1 + Emergency Stop for MR3K2 + 8 + BOOL + + + TcLinkTo + TIIB[EL1004_M3K2_STO]^Channel 1^Input + + + TcAddressType + Input + + + 1290640736 + + + PRG_MR3K2_KBH.M3K2KBHbSTOEnable2 + 8 + BOOL + + + TcLinkTo + TIIB[EL1004_M3K2_STO]^Channel 2^Input + + + TcAddressType + Input + + + 1290640744 + + + PRG_MR4K2_KBV.bM4K2US_RTD_1_Err + RTD error bit + 8 + BOOL + + + TcAddressType + Input + + + 1290640752 + + + PRG_MR4K2_KBV.bM4K2US_RTD_2_Err + 8 + BOOL + + + TcAddressType + Input + + + 1290640760 + + + PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1292575240PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bUnderrange8BOOLTcAddressTypeInput1292575248PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bOverrange8BOOLTcAddressTypeInput1292575256PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.iRaw16INTTcAddressTypeInput1292575264PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bError8BOOL1pytmc + + + + TcAddressType + Input + + + 1292575240 + + + PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1292575248 + + + PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1292575256 + + + PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD.iRaw + 16 + INT + + + TcAddressType + Input + + + 1292575264 + + + PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bError + 8 + BOOL + + 1 + + + + pytmc + pv: ERR io: input field: ONAM True field: ZNAM False - TcAddressTypeInput1292575496PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bUnderrange8BOOLTcAddressTypeInput1292575504PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bOverrange8BOOLTcAddressTypeInput1292575512PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.iRaw16INTTcAddressTypeInput1292575520PRG_MR4K2_KBV.bM4K2US_RTD_3_Err8BOOLTcAddressTypeInput1292575552PRG_MR4K2_KBV.bM4K2DS_RTD_1_Err8BOOLTcAddressTypeInput1292575560PRG_MR4K2_KBV.bM4K2DS_RTD_2_Err8BOOLTcAddressTypeInput1292575568PRG_MR4K2_KBV.bM4K2DS_RTD_3_Err8BOOLTcAddressTypeInput1292575576PRG_MR4K2_KBV.M4K2KBVbSTOEnable18BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 1^InputTcAddressTypeInput1292575584PRG_MR4K2_KBV.M4K2KBVbSTOEnable28BOOLTcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 2^InputTcAddressTypeInput1292575592GVL_M1K1_BENDER_RTD.nM1K1US_RTD_116INTTcLinkToTIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292580624GVL_M1K1_BENDER_RTD.nM1K1US_RTD_216INTTcLinkToTIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292580640GVL_M1K1_BENDER_RTD.nM1K1US_RTD_316INTTcLinkToTIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292580656GVL_M1K1.M1K1_Pitch.diEncCnt64LINTTcAddressTypeInput1292583104GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_116INTTcLinkToTIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292583552GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_216INTTcLinkToTIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292583568GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_316INTTcLinkToTIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292583584GVL_M3K2.nM3K2US_RTD_116INTTcLinkToTIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292583600GVL_M1K2.M1K2_Pitch.diEncCnt64LINTTcAddressTypeInput1292586304GVL_M3K2.nM3K2US_RTD_216INTTcLinkToTIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586880GVL_M3K2.nM3K2US_RTD_316INTTcLinkToTIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586896GVL_M3K2.nM3K2DS_RTD_116INTTcLinkToTIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586912GVL_M3K2.nM3K2DS_RTD_216INTTcLinkToTIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586928GVL_M3K2.nM3K2DS_RTD_316INTTcLinkToTIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586944GVL_M4K2.nM4K2US_RTD_116INTTcLinkToTIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586960GVL_M4K2.nM4K2US_RTD_216INTTcLinkToTIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292586976GVL_M4K2.nM4K2US_RTD_316INTTcLinkToTIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292586992GVL_M4K2.nM4K2DS_RTD_116INTTcLinkToTIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292587584GVL_M4K2.nM4K2DS_RTD_216INTTcLinkToTIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 1^ValueTcAddressTypeInputTcVarGlobal1292587600GVL_M4K2.nM4K2DS_RTD_316INTTcLinkToTIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 2^ValueTcAddressTypeInputTcVarGlobal1292587616Main.sio_current16UINTTcAddressTypeInputTcVarGlobal1292587632Main.M1.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294529280Main.M1.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1292575496 + + + PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bUnderrange + 8 + BOOL + + + TcAddressType + Input + + + 1292575504 + + + PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.bOverrange + 8 + BOOL + + + TcAddressType + Input + + + 1292575512 + + + PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD.iRaw + 16 + INT + + + TcAddressType + Input + + + 1292575520 + + + PRG_MR4K2_KBV.bM4K2US_RTD_3_Err + 8 + BOOL + + + TcAddressType + Input + + + 1292575552 + + + PRG_MR4K2_KBV.bM4K2DS_RTD_1_Err + 8 + BOOL + + + TcAddressType + Input + + + 1292575560 + + + PRG_MR4K2_KBV.bM4K2DS_RTD_2_Err + 8 + BOOL + + + TcAddressType + Input + + + 1292575568 + + + PRG_MR4K2_KBV.bM4K2DS_RTD_3_Err + 8 + BOOL + + + TcAddressType + Input + + + 1292575576 + + + PRG_MR4K2_KBV.M4K2KBVbSTOEnable1 + Emergency Stop for MR4K2 + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 1^Input + + + TcAddressType + Input + + + 1292575584 + + + PRG_MR4K2_KBV.M4K2KBVbSTOEnable2 + 8 + BOOL + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^Term 79 (EK1521-0010)^Term 306 (EK1501-0010)^Term 322 (EK1122)^EK1100_MR4K2_BENDER^EL1004_M4K2_STO^Channel 2^Input + + + TcAddressType + Input + + + 1292575592 + + + GVL_M1K1_BENDER_RTD.nM1K1US_RTD_1 + M1K1 US RTDs + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292580624 + + + GVL_M1K1_BENDER_RTD.nM1K1US_RTD_2 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M1K1US1_M1K1US2]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292580640 + + + GVL_M1K1_BENDER_RTD.nM1K1US_RTD_3 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292580656 + + + GVL_M1K1.M1K1_Pitch.diEncCnt + Raw encoder count + 64 + LINT + + + TcAddressType + Input + + + 1292583104 + + + GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_1 + M1K1 DS RTDs + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M1K1US3_M1K1DS1]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292583552 + + + GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_2 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292583568 + + + GVL_M1K1_BENDER_RTD.nM1K1DS_RTD_3 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M1K1DS2_M1K1DS3]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292583584 + + + GVL_M3K2.nM3K2US_RTD_1 + M3K2 US RTDs + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292583600 + + + GVL_M1K2.M1K2_Pitch.diEncCnt + Raw encoder count + 64 + LINT + + + TcAddressType + Input + + + 1292586304 + + + GVL_M3K2.nM3K2US_RTD_2 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M3K2US1_M3K2US2]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586880 + + + GVL_M3K2.nM3K2US_RTD_3 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586896 + + + GVL_M3K2.nM3K2DS_RTD_1 + M3K2 DS RTDs + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M3K2US3_M3K2DS1]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586912 + + + GVL_M3K2.nM3K2DS_RTD_2 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586928 + + + GVL_M3K2.nM3K2DS_RTD_3 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M3K2DS2_M3K2DS3]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586944 + + + GVL_M4K2.nM4K2US_RTD_1 + M4K2 US RTDs + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586960 + + + GVL_M4K2.nM4K2US_RTD_2 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M4K2US1_M4K2US2]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586976 + + + GVL_M4K2.nM4K2US_RTD_3 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292586992 + + + GVL_M4K2.nM4K2DS_RTD_1 + M4K2 DS RTDs + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M4K2US3_M4K2DS1]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292587584 + + + GVL_M4K2.nM4K2DS_RTD_2 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 1^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292587600 + + + GVL_M4K2.nM4K2DS_RTD_3 + 16 + INT + + + TcLinkTo + TIIB[EL3202-0010_M4K2DS2_M4K2DS3]^RTD Inputs Channel 2^Value + + + TcAddressType + Input + + + TcVarGlobal + + + 1292587616 + + + Main.sio_current + 16 + UINT + + + TcAddressType + Input + + + TcVarGlobal + + + 1292587632 + + + Main.M1.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1294529280 + + + Main.M1.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1294537216Main.M1.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1294537216 + + + Main.M1.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1294537224Main.M1.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1294537224 + + + Main.M1.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1294537232Main.M1.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1294537232 + + + Main.M1.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1294537248Main.M1.nRawEncoderULINT64ULINTTcAddressTypeInput1294537280Main.M1.nRawEncoderUINT16UINTTcAddressTypeInput1294537344Main.M1.nRawEncoderINT16INTTcAddressTypeInput1294537360Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294551872Main.M2.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294848768Main.M2.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1294537248 + + + Main.M1.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1294537280 + + + Main.M1.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1294537344 + + + Main.M1.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1294537360 + + + Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1294551872 + + + Main.M2.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1294848768 + + + Main.M2.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1294856704Main.M2.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1294856704 + + + Main.M2.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1294856712Main.M2.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1294856712 + + + Main.M2.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1294856720Main.M2.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1294856720 + + + Main.M2.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1294856736Main.M2.nRawEncoderULINT64ULINTTcAddressTypeInput1294856768Main.M2.nRawEncoderUINT16UINTTcAddressTypeInput1294856832Main.M2.nRawEncoderINT16INTTcAddressTypeInput1294856848Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1294871360Main.M3.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295168256Main.M3.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1294856736 + + + Main.M2.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1294856768 + + + Main.M2.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1294856832 + + + Main.M2.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1294856848 + + + Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1294871360 + + + Main.M3.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295168256 + + + Main.M3.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295176192Main.M3.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295176192 + + + Main.M3.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295176200Main.M3.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295176200 + + + Main.M3.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295176208Main.M3.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295176208 + + + Main.M3.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295176224Main.M3.nRawEncoderULINT64ULINTTcAddressTypeInput1295176256Main.M3.nRawEncoderUINT16UINTTcAddressTypeInput1295176320Main.M3.nRawEncoderINT16INTTcAddressTypeInput1295176336Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295190848Main.M4.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295487744Main.M4.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295176224 + + + Main.M3.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295176256 + + + Main.M3.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295176320 + + + Main.M3.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295176336 + + + Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295190848 + + + Main.M4.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295487744 + + + Main.M4.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295495680Main.M4.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295495680 + + + Main.M4.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295495688Main.M4.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295495688 + + + Main.M4.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295495696Main.M4.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295495696 + + + Main.M4.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295495712Main.M4.nRawEncoderULINT64ULINTTcAddressTypeInput1295495744Main.M4.nRawEncoderUINT16UINTTcAddressTypeInput1295495808Main.M4.nRawEncoderINT16INTTcAddressTypeInput1295495824Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295510336Main.M5.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295807232Main.M5.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295495712 + + + Main.M4.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295495744 + + + Main.M4.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295495808 + + + Main.M4.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295495824 + + + Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295510336 + + + Main.M5.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295807232 + + + Main.M5.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295815168Main.M5.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295815168 + + + Main.M5.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295815176Main.M5.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295815176 + + + Main.M5.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295815184Main.M5.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295815184 + + + Main.M5.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295815200Main.M5.nRawEncoderULINT64ULINTTcAddressTypeInput1295815232Main.M5.nRawEncoderUINT16UINTTcAddressTypeInput1295815296Main.M5.nRawEncoderINT16INTTcAddressTypeInput1295815312Main.M6.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295828416Main.M6.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295815200 + + + Main.M5.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295815232 + + + Main.M5.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295815296 + + + Main.M5.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295815312 + + + Main.M6.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295828416 + + + Main.M6.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295836352Main.M6.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295836352 + + + Main.M6.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295836360Main.M6.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295836360 + + + Main.M6.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295836368Main.M6.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295836368 + + + Main.M6.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295836384Main.M6.nRawEncoderULINT64ULINTTcAddressTypeInput1295836416Main.M6.nRawEncoderUINT16UINTTcAddressTypeInput1295836480Main.M6.nRawEncoderINT16INTTcAddressTypeInput1295836496Main.M7.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295849600Main.M7.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295836384 + + + Main.M6.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295836416 + + + Main.M6.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295836480 + + + Main.M6.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295836496 + + + Main.M7.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295849600 + + + Main.M7.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295857536Main.M7.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295857536 + + + Main.M7.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295857544Main.M7.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295857544 + + + Main.M7.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295857552Main.M7.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295857552 + + + Main.M7.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295857568Main.M7.nRawEncoderULINT64ULINTTcAddressTypeInput1295857600Main.M7.nRawEncoderUINT16UINTTcAddressTypeInput1295857664Main.M7.nRawEncoderINT16INTTcAddressTypeInput1295857680Main.M8.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295870784Main.M8.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295857568 + + + Main.M7.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295857600 + + + Main.M7.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295857664 + + + Main.M7.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295857680 + + + Main.M8.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295870784 + + + Main.M8.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295878720Main.M8.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295878720 + + + Main.M8.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295878728Main.M8.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295878728 + + + Main.M8.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295878736Main.M8.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295878736 + + + Main.M8.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295878752Main.M8.nRawEncoderULINT64ULINTTcAddressTypeInput1295878784Main.M8.nRawEncoderUINT16UINTTcAddressTypeInput1295878848Main.M8.nRawEncoderINT16INTTcAddressTypeInput1295878864Main.M9.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295891968Main.M9.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295878752 + + + Main.M8.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295878784 + + + Main.M8.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295878848 + + + Main.M8.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295878864 + + + Main.M9.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295891968 + + + Main.M9.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295899904Main.M9.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295899904 + + + Main.M9.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295899912Main.M9.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295899912 + + + Main.M9.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295899920Main.M9.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295899920 + + + Main.M9.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295899936Main.M9.nRawEncoderULINT64ULINTTcAddressTypeInput1295899968Main.M9.nRawEncoderUINT16UINTTcAddressTypeInput1295900032Main.M9.nRawEncoderINT16INTTcAddressTypeInput1295900048Main.M10.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295913152Main.M10.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295899936 + + + Main.M9.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295899968 + + + Main.M9.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295900032 + + + Main.M9.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295900048 + + + Main.M10.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295913152 + + + Main.M10.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295921088Main.M10.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295921088 + + + Main.M10.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295921096Main.M10.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295921096 + + + Main.M10.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295921104Main.M10.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295921104 + + + Main.M10.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295921120Main.M10.nRawEncoderULINT64ULINTTcAddressTypeInput1295921152Main.M10.nRawEncoderUINT16UINTTcAddressTypeInput1295921216Main.M10.nRawEncoderINT16INTTcAddressTypeInput1295921232Main.M11.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295934336Main.M11.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295921120 + + + Main.M10.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295921152 + + + Main.M10.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295921216 + + + Main.M10.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295921232 + + + Main.M11.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295934336 + + + Main.M11.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295942272Main.M11.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295942272 + + + Main.M11.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295942280Main.M11.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295942280 + + + Main.M11.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295942288Main.M11.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295942288 + + + Main.M11.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295942304Main.M11.nRawEncoderULINT64ULINTTcAddressTypeInput1295942336Main.M11.nRawEncoderUINT16UINTTcAddressTypeInput1295942400Main.M11.nRawEncoderINT16INTTcAddressTypeInput1295942416Main.M12.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295955520Main.M12.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295942304 + + + Main.M11.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295942336 + + + Main.M11.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295942400 + + + Main.M11.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295942416 + + + Main.M12.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295955520 + + + Main.M12.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1295963456Main.M12.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295963456 + + + Main.M12.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1295963464Main.M12.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1295963464 + + + Main.M12.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1295963472Main.M12.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295963472 + + + Main.M12.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1295963488Main.M12.nRawEncoderULINT64ULINTTcAddressTypeInput1295963520Main.M12.nRawEncoderUINT16UINTTcAddressTypeInput1295963584Main.M12.nRawEncoderINT16INTTcAddressTypeInput1295963600Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1295978112Main.M13.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296275008Main.M13.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1295963488 + + + Main.M12.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1295963520 + + + Main.M12.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1295963584 + + + Main.M12.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1295963600 + + + Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1295978112 + + + Main.M13.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1296275008 + + + Main.M13.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1296282944Main.M13.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296282944 + + + Main.M13.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1296282952Main.M13.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1296282952 + + + Main.M13.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1296282960Main.M13.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296282960 + + + Main.M13.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1296282976Main.M13.nRawEncoderULINT64ULINTTcAddressTypeInput1296283008Main.M13.nRawEncoderUINT16UINTTcAddressTypeInput1296283072Main.M13.nRawEncoderINT16INTTcAddressTypeInput1296283088Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296297600Main.M14.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296594496Main.M14.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296282976 + + + Main.M13.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1296283008 + + + Main.M13.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1296283072 + + + Main.M13.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1296283088 + + + Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1296297600 + + + Main.M14.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1296594496 + + + Main.M14.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1296602432Main.M14.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296602432 + + + Main.M14.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1296602440Main.M14.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1296602440 + + + Main.M14.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1296602448Main.M14.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296602448 + + + Main.M14.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1296602464Main.M14.nRawEncoderULINT64ULINTTcAddressTypeInput1296602496Main.M14.nRawEncoderUINT16UINTTcAddressTypeInput1296602560Main.M14.nRawEncoderINT16INTTcAddressTypeInput1296602576Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296617088Main.M15.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296913984Main.M15.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296602464 + + + Main.M14.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1296602496 + + + Main.M14.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1296602560 + + + Main.M14.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1296602576 + + + Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1296617088 + + + Main.M15.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1296913984 + + + Main.M15.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1296921920Main.M15.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296921920 + + + Main.M15.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1296921928Main.M15.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1296921928 + + + Main.M15.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1296921936Main.M15.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296921936 + + + Main.M15.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1296921952Main.M15.nRawEncoderULINT64ULINTTcAddressTypeInput1296921984Main.M15.nRawEncoderUINT16UINTTcAddressTypeInput1296922048Main.M15.nRawEncoderINT16INTTcAddressTypeInput1296922064Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1296936576Main.M16.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297233472Main.M16.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1296921952 + + + Main.M15.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1296921984 + + + Main.M15.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1296922048 + + + Main.M15.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1296922064 + + + Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1296936576 + + + Main.M16.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297233472 + + + Main.M16.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297241408Main.M16.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297241408 + + + Main.M16.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297241416Main.M16.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297241416 + + + Main.M16.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297241424Main.M16.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297241424 + + + Main.M16.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297241440Main.M16.nRawEncoderULINT64ULINTTcAddressTypeInput1297241472Main.M16.nRawEncoderUINT16UINTTcAddressTypeInput1297241536Main.M16.nRawEncoderINT16INTTcAddressTypeInput1297241552Main.M17.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297254656Main.M17.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297241440 + + + Main.M16.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297241472 + + + Main.M16.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297241536 + + + Main.M16.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297241552 + + + Main.M17.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297254656 + + + Main.M17.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297262592Main.M17.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297262592 + + + Main.M17.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297262600Main.M17.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297262600 + + + Main.M17.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297262608Main.M17.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297262608 + + + Main.M17.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297262624Main.M17.nRawEncoderULINT64ULINTTcAddressTypeInput1297262656Main.M17.nRawEncoderUINT16UINTTcAddressTypeInput1297262720Main.M17.nRawEncoderINT16INTTcAddressTypeInput1297262736Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297277248Main.M18.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297574144Main.M18.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297262624 + + + Main.M17.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297262656 + + + Main.M17.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297262720 + + + Main.M17.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297262736 + + + Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297277248 + + + Main.M18.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297574144 + + + Main.M18.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297582080Main.M18.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297582080 + + + Main.M18.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297582088Main.M18.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297582088 + + + Main.M18.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297582096Main.M18.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297582096 + + + Main.M18.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297582112Main.M18.nRawEncoderULINT64ULINTTcAddressTypeInput1297582144Main.M18.nRawEncoderUINT16UINTTcAddressTypeInput1297582208Main.M18.nRawEncoderINT16INTTcAddressTypeInput1297582224Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297596736Main.M19.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297893632Main.M19.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297582112 + + + Main.M18.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297582144 + + + Main.M18.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297582208 + + + Main.M18.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297582224 + + + Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297596736 + + + Main.M19.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297893632 + + + Main.M19.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297901568Main.M19.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297901568 + + + Main.M19.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297901576Main.M19.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297901576 + + + Main.M19.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297901584Main.M19.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297901584 + + + Main.M19.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297901600Main.M19.nRawEncoderULINT64ULINTTcAddressTypeInput1297901632Main.M19.nRawEncoderUINT16UINTTcAddressTypeInput1297901696Main.M19.nRawEncoderINT16INTTcAddressTypeInput1297901712Main.M20.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297914816Main.M20.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297901600 + + + Main.M19.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297901632 + + + Main.M19.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297901696 + + + Main.M19.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297901712 + + + Main.M20.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297914816 + + + Main.M20.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297922752Main.M20.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297922752 + + + Main.M20.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297922760Main.M20.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297922760 + + + Main.M20.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297922768Main.M20.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297922768 + + + Main.M20.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297922784Main.M20.nRawEncoderULINT64ULINTTcAddressTypeInput1297922816Main.M20.nRawEncoderUINT16UINTTcAddressTypeInput1297922880Main.M20.nRawEncoderINT16INTTcAddressTypeInput1297922896Main.M21.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297936000Main.M21.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297922784 + + + Main.M20.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297922816 + + + Main.M20.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297922880 + + + Main.M20.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297922896 + + + Main.M21.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297936000 + + + Main.M21.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297943936Main.M21.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297943936 + + + Main.M21.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297943944Main.M21.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297943944 + + + Main.M21.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297943952Main.M21.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297943952 + + + Main.M21.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297943968Main.M21.nRawEncoderULINT64ULINTTcAddressTypeInput1297944000Main.M21.nRawEncoderUINT16UINTTcAddressTypeInput1297944064Main.M21.nRawEncoderINT16INTTcAddressTypeInput1297944080Main.M22.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297957184Main.M22.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297943968 + + + Main.M21.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297944000 + + + Main.M21.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297944064 + + + Main.M21.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297944080 + + + Main.M22.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297957184 + + + Main.M22.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297965120Main.M22.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297965120 + + + Main.M22.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297965128Main.M22.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297965128 + + + Main.M22.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297965136Main.M22.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297965136 + + + Main.M22.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297965152Main.M22.nRawEncoderULINT64ULINTTcAddressTypeInput1297965184Main.M22.nRawEncoderUINT16UINTTcAddressTypeInput1297965248Main.M22.nRawEncoderINT16INTTcAddressTypeInput1297965264Main.M23.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297978368Main.M23.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297965152 + + + Main.M22.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297965184 + + + Main.M22.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297965248 + + + Main.M22.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297965264 + + + Main.M23.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297978368 + + + Main.M23.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1297986304Main.M23.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297986304 + + + Main.M23.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1297986312Main.M23.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1297986312 + + + Main.M23.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1297986320Main.M23.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297986320 + + + Main.M23.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1297986336Main.M23.nRawEncoderULINT64ULINTTcAddressTypeInput1297986368Main.M23.nRawEncoderUINT16UINTTcAddressTypeInput1297986432Main.M23.nRawEncoderINT16INTTcAddressTypeInput1297986448Main.M24.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1297999552Main.M24.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1297986336 + + + Main.M23.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1297986368 + + + Main.M23.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1297986432 + + + Main.M23.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1297986448 + + + Main.M24.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1297999552 + + + Main.M24.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1298007488Main.M24.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298007488 + + + Main.M24.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1298007496Main.M24.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1298007496 + + + Main.M24.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1298007504Main.M24.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298007504 + + + Main.M24.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1298007520Main.M24.nRawEncoderULINT64ULINTTcAddressTypeInput1298007552Main.M24.nRawEncoderUINT16UINTTcAddressTypeInput1298007616Main.M24.nRawEncoderINT16INTTcAddressTypeInput1298007632Main.M25.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298020736Main.M25.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298007520 + + + Main.M24.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1298007552 + + + Main.M24.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1298007616 + + + Main.M24.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1298007632 + + + Main.M25.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298020736 + + + Main.M25.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1298028672Main.M25.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298028672 + + + Main.M25.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1298028680Main.M25.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1298028680 + + + Main.M25.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1298028688Main.M25.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298028688 + + + Main.M25.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1298028704Main.M25.nRawEncoderULINT64ULINTTcAddressTypeInput1298028736Main.M25.nRawEncoderUINT16UINTTcAddressTypeInput1298028800Main.M25.nRawEncoderINT16INTTcAddressTypeInput1298028816Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298043328Main.M26.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298340224Main.M26.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298028704 + + + Main.M25.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1298028736 + + + Main.M25.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1298028800 + + + Main.M25.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1298028816 + + + Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298043328 + + + Main.M26.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298340224 + + + Main.M26.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1298348160Main.M26.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298348160 + + + Main.M26.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1298348168Main.M26.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1298348168 + + + Main.M26.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1298348176Main.M26.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298348176 + + + Main.M26.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1298348192Main.M26.nRawEncoderULINT64ULINTTcAddressTypeInput1298348224Main.M26.nRawEncoderUINT16UINTTcAddressTypeInput1298348288Main.M26.nRawEncoderINT16INTTcAddressTypeInput1298348304Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298362816Main.M27.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298659712Main.M27.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298348192 + + + Main.M26.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1298348224 + + + Main.M26.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1298348288 + + + Main.M26.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1298348304 + + + Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298362816 + + + Main.M27.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298659712 + + + Main.M27.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1298667648Main.M27.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298667648 + + + Main.M27.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1298667656Main.M27.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1298667656 + + + Main.M27.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1298667664Main.M27.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298667664 + + + Main.M27.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1298667680Main.M27.nRawEncoderULINT64ULINTTcAddressTypeInput1298667712Main.M27.nRawEncoderUINT16UINTTcAddressTypeInput1298667776Main.M27.nRawEncoderINT16INTTcAddressTypeInput1298667792Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298682304Main.M28.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1298979200Main.M28.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298667680 + + + Main.M27.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1298667712 + + + Main.M27.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1298667776 + + + Main.M27.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1298667792 + + + Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298682304 + + + Main.M28.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1298979200 + + + Main.M28.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1298987136Main.M28.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298987136 + + + Main.M28.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1298987144Main.M28.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1298987144 + + + Main.M28.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1298987152Main.M28.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298987152 + + + Main.M28.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1298987168Main.M28.nRawEncoderULINT64ULINTTcAddressTypeInput1298987200Main.M28.nRawEncoderUINT16UINTTcAddressTypeInput1298987264Main.M28.nRawEncoderINT16INTTcAddressTypeInput1298987280Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299001792Main.M29.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299298688Main.M29.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1298987168 + + + Main.M28.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1298987200 + + + Main.M28.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1298987264 + + + Main.M28.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1298987280 + + + Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299001792 + + + Main.M29.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299298688 + + + Main.M29.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1299306624Main.M29.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299306624 + + + Main.M29.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1299306632Main.M29.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1299306632 + + + Main.M29.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1299306640Main.M29.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299306640 + + + Main.M29.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1299306656Main.M29.nRawEncoderULINT64ULINTTcAddressTypeInput1299306688Main.M29.nRawEncoderUINT16UINTTcAddressTypeInput1299306752Main.M29.nRawEncoderINT16INTTcAddressTypeInput1299306768Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299321280Main.M30.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299618176Main.M30.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299306656 + + + Main.M29.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1299306688 + + + Main.M29.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1299306752 + + + Main.M29.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1299306768 + + + Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299321280 + + + Main.M30.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299618176 + + + Main.M30.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1299626112Main.M30.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299626112 + + + Main.M30.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1299626120Main.M30.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1299626120 + + + Main.M30.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1299626128Main.M30.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299626128 + + + Main.M30.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1299626144Main.M30.nRawEncoderULINT64ULINTTcAddressTypeInput1299626176Main.M30.nRawEncoderUINT16UINTTcAddressTypeInput1299626240Main.M30.nRawEncoderINT16INTTcAddressTypeInput1299626256Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299640768Main.M31.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299937664Main.M31.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299626144 + + + Main.M30.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1299626176 + + + Main.M30.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1299626240 + + + Main.M30.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1299626256 + + + Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299640768 + + + Main.M31.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299937664 + + + Main.M31.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1299945600Main.M31.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299945600 + + + Main.M31.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1299945608Main.M31.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1299945608 + + + Main.M31.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1299945616Main.M31.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299945616 + + + Main.M31.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1299945632Main.M31.nRawEncoderULINT64ULINTTcAddressTypeInput1299945664Main.M31.nRawEncoderUINT16UINTTcAddressTypeInput1299945728Main.M31.nRawEncoderINT16INTTcAddressTypeInput1299945744Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1299960256Main.M32.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300257152Main.M32.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1299945632 + + + Main.M31.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1299945664 + + + Main.M31.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1299945728 + + + Main.M31.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1299945744 + + + Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1299960256 + + + Main.M32.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1300257152 + + + Main.M32.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1300265088Main.M32.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300265088 + + + Main.M32.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1300265096Main.M32.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1300265096 + + + Main.M32.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1300265104Main.M32.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300265104 + + + Main.M32.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1300265120Main.M32.nRawEncoderULINT64ULINTTcAddressTypeInput1300265152Main.M32.nRawEncoderUINT16UINTTcAddressTypeInput1300265216Main.M32.nRawEncoderINT16INTTcAddressTypeInput1300265232Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300279744Main.M33.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300576640Main.M33.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300265120 + + + Main.M32.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1300265152 + + + Main.M32.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1300265216 + + + Main.M32.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1300265232 + + + Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1300279744 + + + Main.M33.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1300576640 + + + Main.M33.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1300584576Main.M33.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300584576 + + + Main.M33.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1300584584Main.M33.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1300584584 + + + Main.M33.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1300584592Main.M33.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300584592 + + + Main.M33.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1300584608Main.M33.nRawEncoderULINT64ULINTTcAddressTypeInput1300584640Main.M33.nRawEncoderUINT16UINTTcAddressTypeInput1300584704Main.M33.nRawEncoderINT16INTTcAddressTypeInput1300584720Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300599232Main.M34.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300896128Main.M34.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300584608 + + + Main.M33.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1300584640 + + + Main.M33.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1300584704 + + + Main.M33.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1300584720 + + + Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1300599232 + + + Main.M34.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1300896128 + + + Main.M34.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1300904064Main.M34.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300904064 + + + Main.M34.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1300904072Main.M34.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1300904072 + + + Main.M34.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1300904080Main.M34.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300904080 + + + Main.M34.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1300904096Main.M34.nRawEncoderULINT64ULINTTcAddressTypeInput1300904128Main.M34.nRawEncoderUINT16UINTTcAddressTypeInput1300904192Main.M34.nRawEncoderINT16INTTcAddressTypeInput1300904208Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1300918720Main.M35.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301215616Main.M35.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1300904096 + + + Main.M34.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1300904128 + + + Main.M34.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1300904192 + + + Main.M34.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1300904208 + + + Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1300918720 + + + Main.M35.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1301215616 + + + Main.M35.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1301223552Main.M35.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301223552 + + + Main.M35.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1301223560Main.M35.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1301223560 + + + Main.M35.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1301223568Main.M35.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301223568 + + + Main.M35.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1301223584Main.M35.nRawEncoderULINT64ULINTTcAddressTypeInput1301223616Main.M35.nRawEncoderUINT16UINTTcAddressTypeInput1301223680Main.M35.nRawEncoderINT16INTTcAddressTypeInput1301223696Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301238208Main.M36.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301535104Main.M36.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301223584 + + + Main.M35.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1301223616 + + + Main.M35.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1301223680 + + + Main.M35.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1301223696 + + + Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1301238208 + + + Main.M36.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1301535104 + + + Main.M36.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1301543040Main.M36.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301543040 + + + Main.M36.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1301543048Main.M36.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1301543048 + + + Main.M36.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1301543056Main.M36.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301543056 + + + Main.M36.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1301543072Main.M36.nRawEncoderULINT64ULINTTcAddressTypeInput1301543104Main.M36.nRawEncoderUINT16UINTTcAddressTypeInput1301543168Main.M36.nRawEncoderINT16INTTcAddressTypeInput1301543184Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301557696Main.M37.Axis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301854592Main.M37.bLimitForwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301543072 + + + Main.M36.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1301543104 + + + Main.M36.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1301543168 + + + Main.M36.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1301543184 + + + Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1301557696 + + + Main.M37.Axis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1301854592 + + + Main.M37.bLimitForwardEnable + NC Forward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitForwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if forward limit hit - TcAddressTypeInput1301862528Main.M37.bLimitBackwardEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301862528 + + + Main.M37.bLimitBackwardEnable + NC Backward Limit Switch: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bLimitBackwardEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC FALSE if reverse limit hit - TcAddressTypeInput1301862536Main.M37.bHome8BOOLpytmc + + + + TcAddressType + Input + + + 1301862536 + + + Main.M37.bHome + NO Home Switch: TRUE if at home + 8 + BOOL + + + pytmc + pv: PLC:bHome io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if at homing switch - TcAddressTypeInput1301862544Main.M37.bHardwareEnable8BOOLpytmc + + + + TcAddressType + Input + + + 1301862544 + + + Main.M37.bHardwareEnable + NC STO Input: TRUE if ok to move + 8 + BOOL + + + pytmc + pv: PLC:bHardwareEnable io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if STO not hit - TcAddressTypeInput1301862560Main.M37.nRawEncoderULINT64ULINTTcAddressTypeInput1301862592Main.M37.nRawEncoderUINT16UINTTcAddressTypeInput1301862656Main.M37.nRawEncoderINT16INTTcAddressTypeInput1301862672Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.NcToPlc2048NCTOPLC_AXIS_REFTcAddressTypeInput1301877184Main.sio_load16UINTTcAddressTypeInputTcVarGlobal130217299249PlcTask Outputs3163840000PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1273739328PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1274044160PRG_MR1K1_BEND.bLEDPower018BOOLpytmc + + + + TcAddressType + Input + + + 1301862560 + + + Main.M37.nRawEncoderULINT + Raw encoder IO for ULINT (Biss-C) + 64 + ULINT + + + TcAddressType + Input + + + 1301862592 + + + Main.M37.nRawEncoderUINT + Raw encoder IO for UINT (Relative Encoders) + 16 + UINT + + + TcAddressType + Input + + + 1301862656 + + + Main.M37.nRawEncoderINT + Raw encoder IO for INT (LVDT) + 16 + INT + + + TcAddressType + Input + + + 1301862672 + + + Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.NcToPlc + 2048 + NCTOPLC_AXIS_REF + + + TcAddressType + Input + + + 1301877184 + + + Main.sio_load + 16 + UINT + + + TcAddressType + Input + + + TcVarGlobal + + + 1302172992 + + + + 49 + PlcTask Outputs + 3 + 163840000 + + PRG_MR1K1_BEND.fbM1K1PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1273739328 + + + PRG_MR1K1_BEND.fbMotionStage_m16.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1274044160 + + + PRG_MR1K1_BEND.bLEDPower01 + Mirror LEDs + 8 + BOOL + + + pytmc + pv: MR1K1:BEND:LED:01:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 1^OutputTcAddressTypeOutput1274341280PRG_MR1K1_BEND.bLEDPower028BOOLpytmc + + + + TcLinkTo + TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 1^Output + + + TcAddressType + Output + + + 1274341280 + + + PRG_MR1K1_BEND.bLEDPower02 + 8 + BOOL + + + pytmc + pv: MR1K1:BEND:LED:02:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 2^OutputTcAddressTypeOutput1274341288PRG_MR1K1_BEND.bLEDPower038BOOLpytmc + + + + TcLinkTo + TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 2^Output + + + TcAddressType + Output + + + 1274341288 + + + PRG_MR1K1_BEND.bLEDPower03 + 8 + BOOL + + + pytmc + pv: MR1K1:BEND:LED:03:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 3^OutputTcAddressTypeOutput1274341296PRG_MR1K1_BEND.bLEDPower048BOOLpytmc + + + + TcLinkTo + TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 3^Output + + + TcAddressType + Output + + + 1274341296 + + + PRG_MR1K1_BEND.bLEDPower04 + 8 + BOOL + + + pytmc + pv: MR1K1:BEND:LED:04:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 4^OutputTcAddressTypeOutput1274341304PRG_MR1K1_BEND.nMR1K1_Y_ENC_PMPS32UDINTTcLinkToTIIB[PMPS_PRE]^IO Outputs^MR1K1_Y_ENCTcAddressTypeOutput1274345792PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1282172928PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1282477824PRG_SP1K1_MONO.bLEDPower018BOOLpytmc + + + + TcLinkTo + TIIB[EL2024-0010_M1K1_BEND_LED1]^Channel 4^Output + + + TcAddressType + Output + + + 1274341304 + + + PRG_MR1K1_BEND.nMR1K1_Y_ENC_PMPS + //////////////////////////////////// + 32 + UDINT + + + TcLinkTo + TIIB[PMPS_PRE]^IO Outputs^MR1K1_Y_ENC + + + TcAddressType + Output + + + 1274345792 + + + PRG_MR1K2_SWITCH.fbM1K2PitchControl.fbMotionStage.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1282172928 + + + PRG_MR1K2_SWITCH.fbMotionStage_m5.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1282477824 + + + PRG_SP1K1_MONO.bLEDPower01 + 8 + BOOL + + + pytmc + pv: SP1K1:MONO:LED:01:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 10^OutputTcAddressTypeOutput1282775008PRG_SP1K1_MONO.bLEDPower028BOOLpytmc + + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 10^Output + + + TcAddressType + Output + + + 1282775008 + + + PRG_SP1K1_MONO.bLEDPower02 + 8 + BOOL + + + pytmc + pv: SP1K1:MONO:LED:02:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 12^OutputTcAddressTypeOutput1282775016PRG_SP1K1_MONO.bLEDPower038BOOLpytmc + + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 12^Output + + + TcAddressType + Output + + + 1282775016 + + + PRG_SP1K1_MONO.bLEDPower03 + 8 + BOOL + + + pytmc + pv: SP1K1:MONO:LED:03:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 14^OutputTcAddressTypeOutput1282775024PRG_SL1K2_EXIT.bFanOn8BOOLpytmc + + + + TcLinkTo + TIID^Device 1 (EtherCAT)^Term 1 (EK1200)^E5 (EK1122)^Box 84 (EP2338-0002)^Channel 14^Output + + + TcAddressType + Output + + + 1282775024 + + + PRG_SL1K2_EXIT.bFanOn + 8 + BOOL + + + pytmc + pv: SL1K2:EXIT:FAN:PWR field: ZNAM OFF ; field: ONAM ON ; - TcLinkToTIIB[EL2004_SL1K2]^Channel 1^OutputTcAddressTypeOutput1282775032PRG_SL1K2_EXIT.bLEDPower8BOOLpytmc + + + + TcLinkTo + TIIB[EL2004_SL1K2]^Channel 1^Output + + + TcAddressType + Output + + + 1282775032 + + + PRG_SL1K2_EXIT.bLEDPower + 8 + BOOL + + + pytmc + pv: SL1K2:EXIT:LED:PWR io: io field: ZNAM OFF field: ONAM ON - TcLinkToTIIB[EL2004_SL1K2]^Channel 2^OutputTcAddressTypeOutput1282779680PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1282781184PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283079488PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283377792PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283676096PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1283974400PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1284272704PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1284758464PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285056768PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285355072PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285653376PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1285951680PRG_SL1K2_EXIT.fbGige.iIlluminatorINT16INTTcAddressTypeOutput1286927520PRG_SL1K2_EXIT.fbGige.bGigePower8BOOLpytmc + + + + TcLinkTo + TIIB[EL2004_SL1K2]^Channel 2^Output + + + TcAddressType + Output + + + 1282779680 + + + PRG_SP1K1_MONO.fbMotionStage_m_pi.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1282781184 + + + PRG_SP1K1_MONO.fbMotionStage_g_pi.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1283079488 + + + PRG_SP1K1_MONO.fbMotionStage_m_h.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1283377792 + + + PRG_SP1K1_MONO.fbMotionStage_g_h.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1283676096 + + + PRG_SP1K1_MONO.fbMotionStage_s_r.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1283974400 + + + PRG_SP1K1_MONO.fbMotionStage_s_io.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1284272704 + + + PRG_SL1K2_EXIT.fbPitch.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1284758464 + + + PRG_SL1K2_EXIT.fbRoll.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1285056768 + + + PRG_SL1K2_EXIT.fbVertical.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1285355072 + + + PRG_SL1K2_EXIT.fbGap.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1285653376 + + + PRG_SL1K2_EXIT.fbYag.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1285951680 + + + PRG_SL1K2_EXIT.fbGige.iIlluminatorINT + 16 + INT + + + TcAddressType + Output + + + 1286927520 + + + PRG_SL1K2_EXIT.fbGige.bGigePower + 8 + BOOL + + + pytmc + pv: PWR field: ZNAM OFF field: ONAM ON - TcAddressTypeOutput1286927536PRG_SL1K2_EXIT.fbGige.fbSetIllPercent.iRaw16INTTcAddressTypeOutput1286928384PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1286930368PRG_2_PMPS_POST.fbArbiterIO.q_stRequestedBP1760ST_BeamParams_IOTcLinkToTIIB[PMPS_PRE]^IO Outputs^RequestedBPTcAddressTypeOutput1287230400GVL_PMPS.fbFastFaultOutput1.q_xFastFaultOut8BOOLpytmc + + + + TcAddressType + Output + + + 1286927536 + + + PRG_SL1K2_EXIT.fbGige.fbSetIllPercent.iRaw + Connect this output to the terminal + 16 + INT + + + TcAddressType + Output + + + 1286928384 + + + PRG_ST1K1_ZOS.fbZOS.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1286930368 + + + PRG_2_PMPS_POST.fbArbiterIO.q_stRequestedBP + 1760 + ST_BeamParams_IO + + + TcLinkTo + TIIB[PMPS_PRE]^IO Outputs^RequestedBP + + + TcAddressType + Output + + + 1287230400 + + + GVL_PMPS.fbFastFaultOutput1.q_xFastFaultOut + 8 + BOOL + + + pytmc + pv: FaultHWO io: i field: DESC Hardware Output Status - TcAddressTypeOutput1293537480GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut8BOOLpytmc + + + + TcAddressType + Output + + + 1293537480 + + + GVL_PMPS.fbFastFaultOutput2.q_xFastFaultOut + 8 + BOOL + + + pytmc + pv: FaultHWO io: i field: DESC Hardware Output Status - TcAddressTypeOutput1294032776Main.M1.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294528256Main.M1.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1294032776 + + + Main.M1.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1294528256 + + + Main.M1.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1294537240Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294550848Main.M2.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294847744Main.M2.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1294537240 + + + Main.fbMotionStage_m1.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1294550848 + + + Main.M2.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1294847744 + + + Main.M2.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1294856728Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1294870336Main.M3.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295167232Main.M3.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1294856728 + + + Main.fbMotionStage_m2.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1294870336 + + + Main.M3.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295167232 + + + Main.M3.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295176216Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295189824Main.M4.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295486720Main.M4.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295176216 + + + Main.fbMotionStage_m3.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295189824 + + + Main.M4.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295486720 + + + Main.M4.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295495704Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295509312Main.M5.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295806208Main.M5.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295495704 + + + Main.fbMotionStage_m4.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295509312 + + + Main.M5.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295806208 + + + Main.M5.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295815192Main.M6.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295827392Main.M6.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295815192 + + + Main.M6.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295827392 + + + Main.M6.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295836376Main.M7.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295848576Main.M7.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295836376 + + + Main.M7.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295848576 + + + Main.M7.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295857560Main.M8.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295869760Main.M8.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295857560 + + + Main.M8.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295869760 + + + Main.M8.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295878744Main.M9.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295890944Main.M9.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295878744 + + + Main.M9.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295890944 + + + Main.M9.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295899928Main.M10.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295912128Main.M10.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295899928 + + + Main.M10.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295912128 + + + Main.M10.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295921112Main.M11.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295933312Main.M11.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295921112 + + + Main.M11.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295933312 + + + Main.M11.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295942296Main.M12.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295954496Main.M12.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295942296 + + + Main.M12.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295954496 + + + Main.M12.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1295963480Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1295977088Main.M13.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296273984Main.M13.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1295963480 + + + Main.fbMotionStage_m12.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1295977088 + + + Main.M13.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1296273984 + + + Main.M13.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1296282968Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296296576Main.M14.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296593472Main.M14.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1296282968 + + + Main.fbMotionStage_m13.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1296296576 + + + Main.M14.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1296593472 + + + Main.M14.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1296602456Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296616064Main.M15.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296912960Main.M15.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1296602456 + + + Main.fbMotionStage_m14.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1296616064 + + + Main.M15.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1296912960 + + + Main.M15.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1296921944Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1296935552Main.M16.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297232448Main.M16.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1296921944 + + + Main.fbMotionStage_m15.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1296935552 + + + Main.M16.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297232448 + + + Main.M16.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297241432Main.M17.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297253632Main.M17.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297241432 + + + Main.M17.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297253632 + + + Main.M17.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297262616Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297276224Main.M18.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297573120Main.M18.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297262616 + + + Main.fbMotionStage_m17.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297276224 + + + Main.M18.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297573120 + + + Main.M18.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297582104Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297595712Main.M19.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297892608Main.M19.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297582104 + + + Main.fbMotionStage_m18.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297595712 + + + Main.M19.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297892608 + + + Main.M19.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297901592Main.M20.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297913792Main.M20.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297901592 + + + Main.M20.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297913792 + + + Main.M20.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297922776Main.M21.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297934976Main.M21.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297922776 + + + Main.M21.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297934976 + + + Main.M21.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297943960Main.M22.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297956160Main.M22.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297943960 + + + Main.M22.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297956160 + + + Main.M22.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297965144Main.M23.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297977344Main.M23.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297965144 + + + Main.M23.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297977344 + + + Main.M23.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1297986328Main.M24.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1297998528Main.M24.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1297986328 + + + Main.M24.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1297998528 + + + Main.M24.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1298007512Main.M25.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298019712Main.M25.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1298007512 + + + Main.M25.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298019712 + + + Main.M25.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1298028696Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298042304Main.M26.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298339200Main.M26.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1298028696 + + + Main.fbMotionStageM25.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298042304 + + + Main.M26.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298339200 + + + Main.M26.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1298348184Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298361792Main.M27.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298658688Main.M27.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1298348184 + + + Main.fbMotionStageM26.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298361792 + + + Main.M27.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298658688 + + + Main.M27.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1298667672Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298681280Main.M28.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1298978176Main.M28.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1298667672 + + + Main.fbMotionStageM27.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298681280 + + + Main.M28.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1298978176 + + + Main.M28.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1298987160Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299000768Main.M29.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299297664Main.M29.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1298987160 + + + Main.fbMotionStageM28.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299000768 + + + Main.M29.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299297664 + + + Main.M29.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1299306648Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299320256Main.M30.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299617152Main.M30.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1299306648 + + + Main.fbMotionStageM29.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299320256 + + + Main.M30.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299617152 + + + Main.M30.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1299626136Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299639744Main.M31.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299936640Main.M31.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1299626136 + + + Main.fbMotionStageM30.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299639744 + + + Main.M31.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299936640 + + + Main.M31.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1299945624Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1299959232Main.M32.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300256128Main.M32.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1299945624 + + + Main.fbMotionStageM31.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1299959232 + + + Main.M32.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1300256128 + + + Main.M32.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1300265112Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300278720Main.M33.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300575616Main.M33.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1300265112 + + + Main.fbMotionStageM32.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1300278720 + + + Main.M33.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1300575616 + + + Main.M33.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1300584600Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300598208Main.M34.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300895104Main.M34.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1300584600 + + + Main.fbMotionStageM33.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1300598208 + + + Main.M34.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1300895104 + + + Main.M34.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1300904088Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1300917696Main.M35.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301214592Main.M35.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1300904088 + + + Main.fbMotionStageM34.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1300917696 + + + Main.M35.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1301214592 + + + Main.M35.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1301223576Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301237184Main.M36.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301534080Main.M36.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1301223576 + + + Main.fbMotionStageM35.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1301237184 + + + Main.M36.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1301534080 + + + Main.M36.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1301543064Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301556672Main.M37.Axis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput1301853568Main.M37.bBrakeRelease8BOOLpytmc + + + + TcAddressType + Output + + + 1301543064 + + + Main.fbMotionStageM36.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1301556672 + + + Main.M37.Axis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1301853568 + + + Main.M37.bBrakeRelease + NC Brake Output: TRUE to release brake + 8 + BOOL + + + pytmc + pv: PLC:bBrakeRelease io: i field: ZNAM FALSE field: ONAM TRUE field: DESC TRUE if brake released - TcAddressTypeOutput1301862552Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.PlcToNc1024PLCTONC_AXIS_REFTcAddressTypeOutput130187616051PlcTask Internal3163840000MOTION_GVL.fbPmpsFileReader928512FB_JsonFileToJsonDocTcVarGlobal4096000MOTION_GVL.fbStandardPMPSDB27744FB_Standard_PMPSDBpytmc + + + + TcAddressType + Output + + + 1301862552 + + + Main.fbMotionStageM37.fbDriveVirtual.MasterAxis.PlcToNc + 1024 + PLCTONC_AXIS_REF + + + TcAddressType + Output + + + 1301876160 + + + + 51 + PlcTask Internal + 3 + 163840000 + + MOTION_GVL.fbPmpsFileReader + 928512 + FB_JsonFileToJsonDoc + + + TcVarGlobal + + + 4096000 + + + MOTION_GVL.fbStandardPMPSDB + 27744 + FB_Standard_PMPSDB + + + pytmc + pv: @(PREFIX)DB io: io - TcVarGlobal5024512DefaultGlobals.stSys88ST_SystemTcVarGlobal5052256GVL_Logger.bTrickleTripped8BOOLpytmc + + + + TcVarGlobal + + + 5024512 + + + DefaultGlobals.stSys + Included for you + 88 + ST_System + + + TcVarGlobal + + + 5052256 + + + GVL_Logger.bTrickleTripped + Global trickle trip flag + 8 + BOOL + + + pytmc + pv: @(PREFIX)LCLSGeneral:GlobalLogTrickleTrip io: i field: DESC Tripped by overall log count - TcVarGlobal5052344DefaultGlobals.fTimeStamp64LREALTcVarGlobal5052352GeneralConstants.MAX_STATES16INT15TcVarGlobal5052416GVL_Logger.cLogHost + + + TcVarGlobal + + + 5052344 + + + DefaultGlobals.fTimeStamp + 64 + LREAL + + + TcVarGlobal + + + 5052352 + + + GeneralConstants.MAX_STATES + 16 including "Unknown" is the max for an EPICS MBBI + This is the max number of user-defined states (OUT, TARGET1, YAG...) + 16 + INT + + 15 + + + + TcVarGlobal + + + 5052416 + + + GVL_Logger.cLogHost + Using the IP address directly avoids DNS configuration issues. While we may want to address this in the future, for now the static IP will suffice: @@ -2285,77 +70796,5947 @@ Emergency Stop for MR1K1]]>8BOOL128STRING(15)172.21.32.36pytmc + + 128 + STRING(15) + + 172.21.32.36 + + + + pytmc + pv: @(PREFIX)LCLSGeneral:LogHost io: io field: DESC The log host IP address - TcVarGlobal5052432GVL_Logger.iLogPort16UINT54321pytmc + + + + TcVarGlobal + + + 5052432 + + + GVL_Logger.iLogPort + 16 + UINT + + 54321 + + + + pytmc + pv: @(PREFIX)LCLSGeneral:LogPort io: io field: DESC The log host UDP port - TcVarGlobal5052560Global_Variables.BOOTDATAFLAGS_RETAIN_LOADED8BYTE1TcVarGlobal5052632GVL_Logger.nLocalTripThreshold32TIME1TcVarGlobal5052640GVL_Logger.nMinTimeViolationAcceptable16INT5TcVarGlobal5052672Global_Variables.AMSPORT_LOGGER16UINT100TcVarGlobal5052688GVL_Logger.nLocalTrickleTripThreshold32TIME100TcVarGlobal5052704GVL_Logger.nTrickleTripTime32TIME10000TcVarGlobal5052736GVL_Logger.nTripResetPeriod32TIME600000TcVarGlobal5052768GVL_Logger.sPlcHostname648STRING(80)unknownTcVarGlobal5052800Global_Variables.BOOTDATAFLAGS_RETAIN_INVALID8BYTE2TcVarGlobal5053448Global_Variables.AMSPORT_EVENTLOG16UINT110TcVarGlobal5053456GVL_Logger.TCPADS_MAXUDP_BUFFSIZE + + + TcVarGlobal + + + 5052560 + + + Global_Variables.BOOTDATAFLAGS_RETAIN_LOADED + Retain data loaded + 8 + BYTE + + 1 + + + + TcVarGlobal + + + 5052632 + + + GVL_Logger.nLocalTripThreshold + Minimum time between log messages + 32 + TIME + + 1 + + + + TcVarGlobal + + + 5052640 + + + GVL_Logger.nMinTimeViolationAcceptable + Trip if `nLocalTripThreshold` exceeded `nMinTimeViolationAcceptable` times + 16 + INT + + 5 + + + + TcVarGlobal + + + 5052672 + + + Global_Variables.AMSPORT_LOGGER + Logger + 16 + UINT + + 100 + + + + TcVarGlobal + + + 5052688 + + + GVL_Logger.nLocalTrickleTripThreshold + Default trickle trip, activated by global threshold + 32 + TIME + + 100 + + + + TcVarGlobal + + + 5052704 + + + GVL_Logger.nTrickleTripTime + Default time for log-handler to recognize a trickle overload condition, many log-message FB occasionally creating a message + 32 + TIME + + 10000 + + + + TcVarGlobal + + + 5052736 + + + GVL_Logger.nTripResetPeriod + Default time for CB auto-reset + 32 + TIME + + 600000 + + + + TcVarGlobal + + + 5052768 + + + GVL_Logger.sPlcHostname + 648 + STRING(80) + + unknown + + + + TcVarGlobal + + + 5052800 + + + Global_Variables.BOOTDATAFLAGS_RETAIN_INVALID + Retain data is invalid + 8 + BYTE + + 2 + + + + TcVarGlobal + + + 5053448 + + + Global_Variables.AMSPORT_EVENTLOG + Event logger + 16 + UINT + + 110 + + + + TcVarGlobal + + + 5053456 + + + GVL_Logger.TCPADS_MAXUDP_BUFFSIZE + Ref: https://infosys.beckhoff.com/english.php?content=../content/1033/tcpipserver/html/TcPlcLibTcpIp_FB_SocketUdpSendTo.htm TODO: Activate the "Replace constants" option in the - TwinCAT PLC Control->"Project->Options...->Build" dialog window. - ]]>32UDINT10000TcVarGlobal5053472GVL_Logger.fbRootLogger81984FB_LogMessageTcVarGlobal5053504GVL_Logger.nGlobAccEvents32UDINTpytmc + TwinCAT PLC Control->"Project->Options...->Build" dialog window. + + 32 + UDINT + + 10000 + + + + TcVarGlobal + + + 5053472 + + + GVL_Logger.fbRootLogger + Instantiated here to be used everywhere + 81984 + FB_LogMessage + + + TcVarGlobal + + + 5053504 + + + GVL_Logger.nGlobAccEvents + Global log message count + 32 + UDINT + + + pytmc + pv: @(PREFIX)LCLSGeneral:LogMessageCount io: i field: DESC Total log messages on the last cycle - TcVarGlobal5135488GVL_Logger.nTrickleThreshold32UDINT2TcVarGlobal5135520Global_Version.stLibVersion_Tc2_EtherCAT288ST_LibVersion.iMajor3.iMinor3.iBuild21.iRevision0.nFlags1.sVersion3.3.21.0const_non_replacedTcVarGlobal5135552Global_Version.stLibVersion_Tc2_Standard288ST_LibVersion.iMajor3.iMinor3.iBuild3.iRevision0.nFlags0.sVersion3.3.3.0const_non_replacedTcVarGlobal5135840Global_Version.stLibVersion_Tc2_System288ST_LibVersion.iMajor3.iMinor4.iBuild24.iRevision0.nFlags0.sVersion3.4.24.0const_non_replacedTcVarGlobal5136128Global_Variables.AMSPORT_R0_RTIME16UINT200TcVarGlobal5136416Global_Variables.AMSPORT_R0_IO16UINT300TcVarGlobal5136432Global_Variables.AMSPORT_R0_NC16UINT500TcVarGlobal5136448Global_Variables.AMSPORT_R0_NCSAF16UINT501TcVarGlobal5136464Global_Variables.AMSPORT_R0_NCSVB16UINT511TcVarGlobal5136480Global_Variables.AMSPORT_R0_ISG16UINT550TcVarGlobal5136496Global_Variables.AMSPORT_R0_CNC16UINT600TcVarGlobal5136512Global_Variables.AMSPORT_R0_LINE16UINT700TcVarGlobal5136528Global_Variables.AMSPORT_R0_PLC16UINT800TcVarGlobal5136544Global_Variables.AMSPORT_R0_PLC_RTS116UINT801TcVarGlobal5136560Global_Variables.AMSPORT_R0_PLC_RTS216UINT811TcVarGlobal5136576Global_Variables.AMSPORT_R0_PLC_RTS316UINT821TcVarGlobal5136592Global_Variables.AMSPORT_R0_PLC_RTS416UINT831TcVarGlobal5136608Global_Variables.AMSPORT_R0_CAM16UINT900TcVarGlobal5136624Global_Variables.AMSPORT_R0_CAMTOOL16UINT950TcVarGlobal5136640Global_Variables.AMSPORT_R3_SCOPESERVER16UINT14001TcVarGlobal5136672Global_Variables.ADSSTATE_INVALID16UINT0TcVarGlobal5136688Global_Variables.ADSSTATE_IDLE16UINT1TcVarGlobal5136704Global_Variables.ADSSTATE_RESET16UINT2TcVarGlobal5136720Global_Variables.ADSSTATE_INIT16UINT3TcVarGlobal5136736Global_Variables.ADSSTATE_START16UINT4TcVarGlobal5136752Global_Variables.ADSSTATE_RUN16UINT5TcVarGlobal5136768Global_Variables.ADSSTATE_STOP16UINT6TcVarGlobal5136784Global_Variables.ADSSTATE_SAVECFG16UINT7TcVarGlobal5136800Global_Variables.ADSSTATE_LOADCFG16UINT8TcVarGlobal5136816Global_Variables.ADSSTATE_POWERFAILURE16UINT9TcVarGlobal5136832Global_Variables.ADSSTATE_POWERGOOD16UINT10TcVarGlobal5136848Global_Variables.ADSSTATE_ERROR16UINT11TcVarGlobal5136864Global_Variables.ADSSTATE_SHUTDOWN16UINT12TcVarGlobal5136880Global_Variables.ADSSTATE_SUSPEND16UINT13TcVarGlobal5136896Global_Variables.ADSSTATE_RESUME16UINT14TcVarGlobal5136912Global_Variables.ADSSTATE_CONFIG16UINT15TcVarGlobal5136928Global_Variables.ADSSTATE_RECONFIG16UINT16TcVarGlobal5136944Global_Variables.ADSSTATE_STOPPING16UINT17TcVarGlobal5136960Global_Variables.ADSSTATE_INCOMPATIBLE16UINT18TcVarGlobal5136976Global_Variables.ADSSTATE_EXCEPTION16UINT19TcVarGlobal5136992Global_Variables.ADSSTATE_MAXSTATES16UINT20TcVarGlobal5137008Global_Variables.ADSIGRP_SYMTAB32UDINT61440TcVarGlobal5137024Global_Variables.ADSIGRP_SYMNAME32UDINT61441TcVarGlobal5137056Global_Variables.ADSIGRP_SYMVAL32UDINT61442TcVarGlobal5137088Global_Variables.ADSIGRP_SYM_HNDBYNAME32UDINT61443TcVarGlobal5137120Global_Variables.ADSIGRP_SYM_VALBYNAME32UDINT61444TcVarGlobal5137152Global_Variables.ADSIGRP_SYM_VALBYHND32UDINT61445TcVarGlobal5137184Global_Variables.ADSIGRP_SYM_RELEASEHND32UDINT61446TcVarGlobal5137216Global_Variables.ADSIGRP_SYM_INFOBYNAME32UDINT61447TcVarGlobal5137248Global_Variables.ADSIGRP_SYM_VERSION32UDINT61448TcVarGlobal5137280Global_Variables.ADSIGRP_SYM_INFOBYNAMEEX32UDINT61449TcVarGlobal5137312Global_Variables.ADSIGRP_SYM_DOWNLOAD32UDINT61450TcVarGlobal5137344Global_Variables.ADSIGRP_SYM_UPLOAD32UDINT61451TcVarGlobal5137376Global_Variables.ADSIGRP_SYM_UPLOADINFO32UDINT61452TcVarGlobal5137408Global_Variables.ADSIGRP_SYMNOTE32UDINT61456TcVarGlobal5137440Global_Variables.ADSIGRP_IOIMAGE_RWIB32UDINT61472TcVarGlobal5137472Global_Variables.ADSIGRP_IOIMAGE_RWIX32UDINT61473TcVarGlobal5137504Global_Variables.ADSIGRP_IOIMAGE_RISIZE32UDINT61477TcVarGlobal5137536Global_Variables.ADSIGRP_IOIMAGE_RWOB32UDINT61488TcVarGlobal5137568Global_Variables.ADSIGRP_IOIMAGE_RWOX32UDINT61489TcVarGlobal5137600Global_Variables.ADSIGRP_IOIMAGE_ROSIZE32UDINT61493TcVarGlobal5137632Global_Variables.ADSIGRP_IOIMAGE_CLEARI32UDINT61504TcVarGlobal5137664Global_Variables.ADSIGRP_IOIMAGE_CLEARO32UDINT61520TcVarGlobal5137696Global_Variables.ADSIGRP_IOIMAGE_RWIOB32UDINT61536TcVarGlobal5137728Global_Variables.ADSIGRP_DEVICE_DATA32UDINT61696TcVarGlobal5137760Global_Variables.ADSIOFFS_DEVDATA_ADSSTATE32UDINT0TcVarGlobal5137792Global_Variables.ADSIOFFS_DEVDATA_DEVSTATE32UDINT2TcVarGlobal5137824Global_Variables.SYSTEMSERVICE_OPENCREATE32UDINT100TcVarGlobal5137856Global_Variables.SYSTEMSERVICE_OPENREAD32UDINT101TcVarGlobal5137888Global_Variables.SYSTEMSERVICE_OPENWRITE32UDINT102TcVarGlobal5137920Global_Variables.SYSTEMSERVICE_CREATEFILE32UDINT110TcVarGlobal5137952Global_Variables.SYSTEMSERVICE_CLOSEHANDLE32UDINT111TcVarGlobal5137984Global_Variables.SYSTEMSERVICE_FOPEN32UDINT120TcVarGlobal5138016Global_Variables.SYSTEMSERVICE_FCLOSE32UDINT121TcVarGlobal5138048Global_Variables.SYSTEMSERVICE_FREAD32UDINT122TcVarGlobal5138080Global_Variables.SYSTEMSERVICE_FWRITE32UDINT123TcVarGlobal5138112Global_Variables.SYSTEMSERVICE_FSEEK32UDINT124TcVarGlobal5138144Global_Variables.SYSTEMSERVICE_FTELL32UDINT125TcVarGlobal5138176Global_Variables.SYSTEMSERVICE_FGETS32UDINT126TcVarGlobal5138208Global_Variables.SYSTEMSERVICE_FPUTS32UDINT127TcVarGlobal5138240Global_Variables.SYSTEMSERVICE_FSCANF32UDINT128TcVarGlobal5138272Global_Variables.SYSTEMSERVICE_FPRINTF32UDINT129TcVarGlobal5138304Global_Variables.SYSTEMSERVICE_FEOF32UDINT130TcVarGlobal5138336Global_Variables.SYSTEMSERVICE_FDELETE32UDINT131TcVarGlobal5138368Global_Variables.SYSTEMSERVICE_FRENAME32UDINT132TcVarGlobal5138400Global_Variables.SYSTEMSERVICE_MKDIR32UDINT138TcVarGlobal5138432Global_Variables.SYSTEMSERVICE_RMDIR32UDINT139TcVarGlobal5138464Global_Variables.SYSTEMSERVICE_SENDEMAIL32UDINT300TcVarGlobal5138528Global_Variables.SYSTEMSERVICE_TIMESERVICES32UDINT400TcVarGlobal5138560Global_Variables.SYSTEMSERVICE_STARTPROCESS32UDINT500TcVarGlobal5138592Global_Variables.SYSTEMSERVICE_CHANGENETID32UDINT600TcVarGlobal5138624Global_Variables.TIMESERVICE_DATEANDTIME32UDINT1TcVarGlobal5138656Global_Variables.TIMESERVICE_SYSTEMTIMES32UDINT2TcVarGlobal5138688Global_Variables.TIMESERVICE_RTCTIMEDIFF32UDINT3TcVarGlobal5138720Global_Variables.TIMESERVICE_ADJUSTTIMETORTC32UDINT4TcVarGlobal5138752Global_Variables.TIMESERVICE_TIMEZONINFORMATION32UDINT6TcVarGlobal5138784Global_Variables.ADSLOG_MSGTYPE_WARN32DWORD2TcVarGlobal5138848Global_Variables.ADSLOG_MSGTYPE_MSGBOX32DWORD32TcVarGlobal5138944Global_Variables.ADSLOG_MSGTYPE_RESOURCE32DWORD64TcVarGlobal5138976Global_Variables.ADSLOG_MSGTYPE_STRING32DWORD128TcVarGlobal5139008Global_Variables.BOOTDATAFLAGS_RETAIN_REQUESTED8BYTE4TcVarGlobal5139040Global_Variables.BOOTDATAFLAGS_PERSISTENT_LOADED8BYTE16TcVarGlobal5139048Global_Variables.BOOTDATAFLAGS_PERSISTENT_INVALID8BYTE32TcVarGlobal5139056Global_Variables.SYSTEMSTATEFLAGS_BSOD8BYTE1TcVarGlobal5139064Global_Variables.SYSTEMSTATEFLAGS_RTVIOLATION8BYTE2TcVarGlobal5139072Global_Variables.nWatchdogTime8BYTETcVarGlobal5139080Global_Variables.TCEVENTFLAG_PRIOCLASS16WORD16TcVarGlobal5139088Global_Variables.FOPEN_MODEREAD32DWORD1TcVarGlobal5139104Global_Variables.FOPEN_MODEWRITE32DWORD2TcVarGlobal5139136Global_Variables.FOPEN_MODEAPPEND32DWORD4TcVarGlobal5139168Global_Variables.FOPEN_MODEPLUS32DWORD8TcVarGlobal5139200Global_Variables.FOPEN_MODEBINARY32DWORD16TcVarGlobal5139232Global_Variables.FOPEN_MODETEXT32DWORD32TcVarGlobal5139264Global_Variables.TCEVENTFLAG_FMTSELF16WORD32TcVarGlobal5139520Global_Variables.TCEVENTFLAG_LOG16WORD64TcVarGlobal5139536Global_Variables.TCEVENTFLAG_MSGBOX16WORD128TcVarGlobal5139552Global_Variables.TCEVENTFLAG_SRCID16WORD256TcVarGlobal5139568Global_Variables.TCEVENTFLAG_AUTOFMTALL16WORD4096TcVarGlobal5139584Global_Variables.TCEVENTSTATE_INVALID16WORD0TcVarGlobal5139600Global_Variables.TCEVENTSTATE_SIGNALED16WORD1TcVarGlobal5139616Global_Variables.TCEVENTSTATE_RESET16WORD2TcVarGlobal5139632Global_Variables.TCEVENTSTATE_CONFIRMED16WORD16TcVarGlobal5139648Global_Variables.TCEVENTSTATE_RESETCON16WORD18TcVarGlobal5139664Global_Variables.TCEVENT_SRCNAMESIZE16INT15TcVarGlobal5139680Global_Variables.TCEVENT_FMTPRGSIZE16INT31TcVarGlobal5139696Global_Variables.PI64LREAL3.14159265358979TcVarGlobal5139712Global_Variables.MAX_STRING_LENGTH32UDINT255TcVarGlobal5139808Global_Variables.eWatchdogConfig16E_WATCHDOG_TIME_CONFIG0TcVarGlobal5140352Global_Variables.MAX_AVERAGE_MEASURES16INT10LowerBorder2UpperBorder100TcVarGlobal5140368Global_Version.stLibVersion_Tc3_Module288ST_LibVersion.iMajor3.iMinor3.iBuild21.iRevision0.sVersion3.3.21.0const_non_replacedTcVarGlobal5140384Global_Version.stLibVersion_Tc2_Utilities288ST_LibVersion.iMajor3.iMinor3.iBuild40.iRevision1.nFlags0.sVersion3.3.40.1const_non_replacedTcVarGlobal5140992Global_Variables.GLOBAL_FORMAT_HASH_PREFIX_TYPE16E_HashPrefixTypes0TcVarGlobal5141280Global_Variables.GLOBAL_SBCS_TABLE16E_SBCSType1TcVarGlobal5141296Global_Variables.GLOBAL_DCF77_PULSE_SPLIT pulse < 140ms, Bit == 1 => pulse >= 140ms ]]>32TIME140TcVarGlobal5141312Global_Variables.GLOBAL_DCF77_SEQUENCE_CHECK8BOOL0TcVarGlobal5141344Global_Variables.DEFAULT_CSV_FIELD_SEP german field separator, comma (,) := 16#2C => US field separator ]]>8BYTE59TcVarGlobal5141352Global_Variables.MAX_REMOTE_PCS16INT99TcVarGlobal5141360Global_Variables.MAX_ADAPTER_NAME_LENGTH32UDINT259TcVarGlobal5202848Global_Variables.MAX_ADAPTER_DESCRIPTION_LENGTH32UDINT131TcVarGlobal5202880Global_Variables.MAX_ADAPTER_ADDRESS_LENGTH32UDINT7TcVarGlobal5202912Global_Variables.SYSTEMSERVICE_IPHELPERAPI32UDINT701TcVarGlobal5202944Global_Variables.SYSTEMSERVICE_IPHOSTNAME32UDINT702TcVarGlobal5202976Global_Variables.IPHELPERAPI_ADAPTERSINFO32UDINT1TcVarGlobal5203008Global_Variables.IPHELPERAPI_IPADDRBYHOSTNAME32UDINT4TcVarGlobal5203040Global_Variables.MAX_LOCAL_ADAPTERS32UDINT5TcVarGlobal5203072Global_Variables.SYSTEMSERVICE_ADDREMOTE32UDINT801TcVarGlobal5203104Global_Variables.SYSTEMSERVICE_DELREMOTE32UDINT802TcVarGlobal5203136Global_Variables.SYSTEMSERVICE_ENUMREMOTE32UDINT803TcVarGlobal5203168Global_Variables.ROUTE_FLAG_TEMPORARY32DWORD1TcVarGlobal5203200Global_Variables.ROUTE_FLAG_DYNAMIC32DWORD2TcVarGlobal5203232Global_Variables.ROUTE_FLAG_NOOVERRIDE32DWORD4TcVarGlobal5203264Global_Variables.MAX_ROUTE_NAME_LEN8BYTE31TcVarGlobal5203296Global_Variables.MAX_ROUTE_ADDR_LEN8BYTE79TcVarGlobal5203304Global_Variables.MIN_ROUTE_TRANSPORT8BYTE0TcVarGlobal5203312Global_Variables.MAX_ROUTE_TRANSPORT8BYTE12TcVarGlobal5203320Global_Variables.EMPTY_ROUTE_ENTRY1184ST_AmsRouteEntry.sName.sNetID.sAddress.tTimeout0.dwFlags0TcVarGlobal5203328Global_Variables.SYSTEMSERVICE_FFILEFIND32UDINT133TcVarGlobal5204512Global_Variables.HKEY_MAX_BINARY_DATA_SIZE32UDINT500TcVarGlobal5204544Global_Variables.AMSLOGGER_IGR_GENERAL32UDINT4096TcVarGlobal5204576Global_Variables.AMSLOGGER_IOF_MODE32UDINT1TcVarGlobal5204608Global_Variables.AMSPORT_AMSLOGGER16UINT10502TcVarGlobal5204640Global_Variables.FORMAT_MAX_ARGS16INT10TcVarGlobal5204656Global_Variables.FLOATREC_EXP_IS_NAN16INT-32768TcVarGlobal5204672Global_Variables.FLOATREC_EXP_IS_INF16INT32767TcVarGlobal5204688Global_Variables.FLOATREC_MAX_DIGITS16INT20TcVarGlobal5204704Global_Variables.FLOATREC_MAX_PRECISION16INT307TcVarGlobal5204720Global_Variables.FLOATREC_MIN_PRECISION16INT0TcVarGlobal5204736Global_Variables.FMTERR_NOERROR32DWORD0TcVarGlobal5204768Global_Variables.FMTERR_PERCENTSIGNPOSITION32DWORD16TcVarGlobal5204800Global_Variables.FMTERR_ASTERISKPOSITION32DWORD32TcVarGlobal5204832Global_Variables.FMTERR_WIDTHVALUE32DWORD64TcVarGlobal5204864Global_Variables.FMTERR_PRECISIONVALUE32DWORD128TcVarGlobal5204896Global_Variables.FMTERR_FLAGPOSITION32DWORD256TcVarGlobal5204928Global_Variables.FMTERR_WIDTHPRECISIONVALPOS32DWORD512TcVarGlobal5204960Global_Variables.FMTERR_PRECISIONDOTPOSITION32DWORD1024TcVarGlobal5204992Global_Variables.FMTERR_TYPEFIELDVALUE32DWORD2048TcVarGlobal5205024Global_Variables.FMTERR_ARGTYPEINVALID32DWORD4096TcVarGlobal5205056Global_Variables.FMTERR_UNACCEPTEDPARAMETER32DWORD8192TcVarGlobal5205088Global_Variables.FMTERR_INSUFFICIENTARGS32DWORD16384TcVarGlobal5205120Global_Variables.FMTERR_DESTBUFFOVERFLOW32DWORD32768TcVarGlobal5205152Global_Variables.FMTERR_INVALIDPOINTERINPUT32DWORD65536TcVarGlobal5205184Global_Variables.EMPTY_ARG_VALUE96T_Arg.eType0.cbLen0.pData0TcVarGlobal5205216Global_Variables.FORMAT_HEXASC_CODES256BYTE02016[0,0]48[0,1]49[0,2]50[0,3]51[0,4]52[0,5]53[0,6]54[0,7]55[0,8]56[0,9]57[0,10]97[0,11]98[0,12]99[0,13]100[0,14]101[0,15]102[1,0]48[1,1]49[1,2]50[1,3]51[1,4]52[1,5]53[1,6]54[1,7]55[1,8]56[1,9]57[1,10]65[1,11]66[1,12]67[1,13]68[1,14]69[1,15]70TcVarGlobal5205312Global_Variables.FORMAT_DECASC_CODES80BYTE010[0]48[1]49[2]50[3]51[4]52[5]53[6]54[7]55[8]56[9]57TcVarGlobal5205568Global_Variables.SYSTEMTIME_MAX_MONTHDAYS384WORD02112[0,1]31[0,2]28[0,3]31[0,4]30[0,5]31[0,6]30[0,7]31[0,8]31[0,9]30[0,10]31[0,11]30[0,12]31[1,1]31[1,2]29[1,3]31[1,4]30[1,5]31[1,6]30[1,7]31[1,8]31[1,9]30[1,10]31[1,11]30[1,12]31TcVarGlobal5211056Global_Variables.SYSTEMTIME_MAX_YEARSDAY448WORD02014[0,0]0[0,1]31[0,2]59[0,3]90[0,4]120[0,5]151[0,6]181[0,7]212[0,8]243[0,9]273[0,10]304[0,11]334[0,12]365[0,13]396[1,0]0[1,1]31[1,2]60[1,3]91[1,4]121[1,5]152[1,6]182[1,7]213[1,8]244[1,9]274[1,10]305[1,11]335[1,12]366[1,13]397TcVarGlobal5211440Global_Variables.SYSTEMTIME_DATEDELTA_OFFSET32DWORD584389TcVarGlobal5211904Global_Variables.SYSTEMTIME_TICKSPERMSEC64T_ULARGE_INTEGER.dwHighPart0.dwLowPart10000TcVarGlobal5211936Global_Variables.SYSTEMTIME_TICKSPERSEC64T_ULARGE_INTEGER.dwHighPart0.dwLowPart10000000TcVarGlobal5212000Global_Variables.SYSTEMTIME_TICKSPERDAY64T_ULARGE_INTEGER.dwHighPart201.dwLowPart711573504TcVarGlobal5212064Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN64T_ULARGE_INTEGER.dwHighPart27111902.dwLowPart3577643008TcVarGlobal5212128Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX64T_ULARGE_INTEGER.dwHighPart37111701.dwLowPart2856069504TcVarGlobal5212192Global_Variables.DATE_AND_TIME_SECPERDAY32DWORD86400TcVarGlobal5212256Global_Variables.SYSTEMTIME_TICKSPERMSEC6464ULINT10000TcVarGlobal5212288Global_Variables.SYSTEMTIME_TICKSPERSEC6464ULINT10000000TcVarGlobal5212352Global_Variables.SYSTEMTIME_TICKSPERDAY6464ULINT864000000000TcVarGlobal5212416Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN6464ULINT116444736000000000TcVarGlobal5212480Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX6464ULINT159393544950000000TcVarGlobal5212544Global_Variables.WEST_EUROPE_TZI864ST_TimeZoneInformation.bias-60.standardNameW. Europe Standard Time.standardDate.wYear0.standardDate.wMonth10.standardDate.wDayOfWeek0.standardDate.wDay5.standardDate.wHour3.standardBias0.daylightNameW. Europe Daylight Time.daylightDate.wYear0.daylightDate.wMonth3.daylightDate.wDayOfWeek0.daylightDate.wDay5.daylightDate.wHour2.daylightBias-60TcVarGlobal5212608Global_Variables.DATE_AND_TIME_SECPERWEEK32DWORD604800TcVarGlobal5217568Global_Variables.DBG_OUTPUT_NONE32DWORD0TcVarGlobal5223776Global_Variables.DBG_OUTPUT_LOG32DWORD1TcVarGlobal5223808Global_Variables.DBG_OUTPUT_FILE32DWORD2TcVarGlobal5223840Global_Variables.DBG_OUTPUT_VISU32DWORD4TcVarGlobal5223872Global_Variables.DEFAULT_CSV_FIELD_DOUBLE_QUOTE used to enclose special characters like line breaks, double-quotes, commas... ]]>8BYTE34TcVarGlobal5340112Global_Variables.DEFAULT_CSV_RECORD_SEP_CR record separator (first character) ]]>8BYTE13TcVarGlobal5340120Global_Variables.DEFAULT_CSV_RECORD_SEP_LF record separator (second character) ]]>8BYTE10TcVarGlobal5341072Global_Variables.EMPTY_GUID_STRUCT128GUID.Data10.Data20.Data30.Data4[0]0.Data4[1]0.Data4[2]0.Data4[3]0.Data4[4]0.Data4[5]0.Data4[6]0.Data4[7]0TcVarGlobal5342816Global_Variables.EMPTY_GUID_STRING296STRING(36)00000000-0000-0000-0000-000000000000TcVarGlobal5342944Global_Variables.EMPTY_GUID_REGSTRING312STRING(38){00000000-0000-0000-0000-000000000000}TcVarGlobal5343240Global_Variables.ASCII_STX8BYTE2TcVarGlobal5343560Global_Version.stLibVersion_Tc2_IoFunctions288ST_LibVersion.iMajor3.iMinor3.iBuild13.iRevision0.nFlags0.sVersion3.3.13.0const_non_replacedTcVarGlobal5343648Global_Version.stLibVersion_Tc2_ModbusSrv288ST_LibVersion.iMajor3.iMinor3.iBuild2.iRevision0.sVersion3.3.2.0const_non_replacedTcVarGlobal5343936Global_Version.stLibVersion_Tc2_SerialCom288ST_LibVersion.iMajor3.iMinor3.iBuild7.iRevision0.nFlags0.sVersion3.3.7.0const_non_replacedTcVarGlobal5344224Global_Variables.COMERRORADS_INVALID_COMPORT32UDINT36865TcVarGlobal5344512Global_Variables.COMERRORADS_INVALID_CMD32UDINT36866TcVarGlobal5344544Global_Variables.COMERRORADS_INVALID_DATAPOINTER32UDINT36867TcVarGlobal5344576Global_Variables.COMERRORADS_INVALID_CFGSTLEN32UDINT36881TcVarGlobal5344608Global_Variables.COMERRORADS_INVALID_CFGSTVER32UDINT36882TcVarGlobal5344640Global_Variables.COMERRORADS_INVALID_TL32UDINT36883TcVarGlobal5344672Global_Variables.COMERRORADS_INVALID_BAUDRATE32UDINT36897TcVarGlobal5344704Global_Variables.COMERRORADS_INVALID_PARITY32UDINT36898TcVarGlobal5344736Global_Variables.COMERRORADS_INVALID_DATABITS32UDINT36899TcVarGlobal5344768Global_Variables.COMERRORADS_INVALID_STOPBITS32UDINT36900TcVarGlobal5344800Global_Variables.COMERRORADS_INVALID_DTR_CTRL32UDINT36901TcVarGlobal5344832Global_Variables.COMERRORADS_INVALID_RTS_CTRL32UDINT36902TcVarGlobal5344864Global_Variables.COMERRORADS_INVALID_CTS_OUTCTRL32UDINT36903TcVarGlobal5344896Global_Variables.COMERRORADS_INVALID_DSR_OUTCTRL32UDINT36904TcVarGlobal5344928Global_Variables.COMERRORADS_INVALID_DSR_SENS32UDINT36905TcVarGlobal5344960Global_Variables.COMERRORADS_NOT_INIT32UDINT36913TcVarGlobal5344992Global_Variables.COMERRORADS_RD_BUFFER_OVERRUN32UDINT36914TcVarGlobal5345024Global_Variables.COMERRORADS_PORT_CONNECTED32UDINT36915TcVarGlobal5345056Global_Variables.COMERRORADS_PORT_NOT_CONNECTED32UDINT36916TcVarGlobal5345088Global_Variables.COMERRORADS_RD_THREAD_TIMEOUT32UDINT36917TcVarGlobal5345120Global_Variables.COMERRORADS_WR_THREAD_TIMEOUT32UDINT36918TcVarGlobal5345152Global_Variables.COMERRORADS_RD_FAILURE32UDINT36919TcVarGlobal5345184Global_Variables.COMERRORADS_WR_FAILURE32UDINT36920TcVarGlobal5345216Global_Variables.COMERRORADS_SERVER_INCOMPATIBLE32UDINT37121TcVarGlobal5345248Global_Variables.ASCII_ETX8BYTE3TcVarGlobal5345784Global_Variables.ASCII_DLE8BYTE16TcVarGlobal5345792Global_Variables.ASCII_NAK8BYTE21TcVarGlobal5345800Global_Variables.MAX_RETRIES16INT5TcVarGlobal5345808Global_Variables.TIMEOUT_ZVZ32TIME220TcVarGlobal5345824Global_Variables.TIMEOUT_QVZ32TIME2000TcVarGlobal5345856Global_Variables.TIMEOUT_WVZ32TIME4000TcVarGlobal5345888Global_Constants.EMPTY_EVENT_CLASS128GUID.Data10.Data20.Data30.Data4[0]0.Data4[1]0.Data4[2]0.Data4[3]0.Data4[4]0.Data4[5]0.Data4[6]0.Data4[7]0TcVarGlobal5345920Global_Constants.EMPTY_EVENT_ID32UDINT0TcVarGlobal5346048Global_Constants.EMPTY_SEVERITY16TcEventSeverity0TcVarGlobal5346080Global_Variables.AMSPORT_TCPIPSRV16UINT10201TcVarGlobal5346096Global_Constants.SUCCESS_EVENT192TcEventEntry.uuidEventClass.Data10.uuidEventClass.Data20.uuidEventClass.Data30.uuidEventClass.Data4[0]0.uuidEventClass.Data4[1]0.uuidEventClass.Data4[2]0.uuidEventClass.Data4[3]0.uuidEventClass.Data4[4]0.uuidEventClass.Data4[5]0.uuidEventClass.Data4[6]0.uuidEventClass.Data4[7]0.nEventID0.eSeverity0TcVarGlobal5346112GVL.nLangId_OnlineMonitoring32DINT1033TcVarGlobal5346304ParameterList.cSourceNameSize32UDINT256LowerBorder81UpperBorder10000TcVarGlobal5346336Global_Version.stLibVersion_Tc3_EventLogger288ST_LibVersion.iMajor3.iMinor1.iBuild33.iRevision0.nFlags1.sVersion3.1.33.0const_non_replacedTcVarGlobal5346368GVL_INTERNAL.UNINITIALIZED_CLASS_GUID128GUID.Data13886330336.Data262671.Data318227.Data4[0]149.Data4[1]213.Data4[2]115.Data4[3]223.Data4[4]8.Data4[5]75.Data4[6]96.Data4[7]248TcVarGlobal5346656Global_Variables.TCPADS_IGR_CONLIST32UDINT2147483649TcVarGlobal5346816Global_Variables.TCPADS_IGR_CLOSEBYHDL32UDINT2147483650TcVarGlobal5346848Global_Variables.TCPADS_IGR_SENDBYHDL32UDINT2147483651TcVarGlobal5346880Global_Variables.TCPADS_IGR_PEERBYHDL32UDINT2147483652TcVarGlobal5346912Global_Variables.TCPADS_IGR_RECVBYHDL32UDINT2147483653TcVarGlobal5346944Global_Variables.TCPADS_IGR_RECVFROMBYHDL32UDINT2147483654TcVarGlobal5346976Global_Variables.TCPADS_IGR_SENDTOBYHDL32UDINT2147483655TcVarGlobal5347008Global_Variables.TCPADS_IGR_MULTICAST_ADDBYHDL32UDINT2147483656TcVarGlobal5347040Global_Variables.TCPADS_IGR_MULTICAST_DROPBYHDL32UDINT2147483657TcVarGlobal5347072Global_Variables.TCPADS_IGR_ADAPTER_LINKSTATUS32UDINT2147483658TcVarGlobal5347104Global_Variables.TCPADSCONLST_IOF_CONNECT32UDINT1TcVarGlobal5347136Global_Variables.TCPADSCONLST_IOF_LISTEN32UDINT2TcVarGlobal5347168Global_Variables.TCPADSCONLST_IOF_CLOSEALL32UDINT3TcVarGlobal5347200Global_Variables.TCPADSCONLST_IOF_ACCEPT32UDINT4TcVarGlobal5347232Global_Variables.TCPADSCONLST_IOF_UDPBIND32UDINT5TcVarGlobal5347264Global_Variables.TCPADSCONLST_IOF_GETHNDLBYADDR32UDINT6TcVarGlobal5347296Global_Variables.TCPADSCONLST_IOF_GETLINKSTATUS32UDINT7TcVarGlobal5347328Global_Variables.TCPADS_NULL_HSOCKET352T_HSOCKET.handle0.remoteAddr.nPort0.remoteAddr.sAddr.localAddr.nPort0.localAddr.sAddrTcVarGlobal5347360Global_Variables.LISTEN_MODE_CLOSEALL32DWORD1TcVarGlobal5347712Global_Variables.LISTEN_MODE_USEOPENED32DWORD2TcVarGlobal5347744Global_Variables.CONNECT_MODE_ENABLEDBG32DWORD2147483648TcVarGlobal5347776Global_Variables.MAX_THROTTLE_MODE32DWORD12TcVarGlobal5347808Global_Variables.THROTTLE_MODE_OFF416T_ThrottleTimes[0]0[1]0[2]0[3]0[4]0[5]0[6]0[7]0[8]0[9]0[10]0[11]0[12]0TcVarGlobal5347840Global_Variables.THROTTLE_MODE_DEFAULT416T_ThrottleTimes[0]0[1]10[2]20[3]40[4]60[5]80[6]100[7]200[8]400[9]600[10]800[11]1000[12]2000TcVarGlobal5348256Global_Version.stLibVersion_Tc3_JsonXml288ST_LibVersion.iMajor3.iMinor3.iBuild18.iRevision0.nFlags1.sVersion3.3.18.0const_non_replacedTcVarGlobal5348672GVL_Param_TcUnit.MaxNumberOfTestSuites16UINT1000TcVarGlobal5348960GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite16UINT100TcVarGlobal5348976GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite16UINT1000TcVarGlobal5348992GVL_Param_TcUnit.LogExtendedResults + + + TcVarGlobal + + + 5135488 + + + GVL_Logger.nTrickleThreshold + If GlobAccEvents goes over this level for longer than the + 32 + UDINT + + 2 + + + + TcVarGlobal + + + 5135520 + + + Global_Version.stLibVersion_Tc2_EtherCAT + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 21 + + + .iRevision + 0 + + + .nFlags + 1 + + + .sVersion + 3.3.21.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5135552 + + + Global_Version.stLibVersion_Tc2_Standard + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 3 + + + .iRevision + 0 + + + .nFlags + 0 + + + .sVersion + 3.3.3.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5135840 + + + Global_Version.stLibVersion_Tc2_System + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 4 + + + .iBuild + 24 + + + .iRevision + 0 + + + .nFlags + 0 + + + .sVersion + 3.4.24.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5136128 + + + Global_Variables.AMSPORT_R0_RTIME + R0 Real time + 16 + UINT + + 200 + + + + TcVarGlobal + + + 5136416 + + + Global_Variables.AMSPORT_R0_IO + I/O Driver + 16 + UINT + + 300 + + + + TcVarGlobal + + + 5136432 + + + Global_Variables.AMSPORT_R0_NC + 16 + UINT + + 500 + + + + TcVarGlobal + + + 5136448 + + + Global_Variables.AMSPORT_R0_NCSAF + 16 + UINT + + 501 + + + + TcVarGlobal + + + 5136464 + + + Global_Variables.AMSPORT_R0_NCSVB + 16 + UINT + + 511 + + + + TcVarGlobal + + + 5136480 + + + Global_Variables.AMSPORT_R0_ISG + 16 + UINT + + 550 + + + + TcVarGlobal + + + 5136496 + + + Global_Variables.AMSPORT_R0_CNC + 16 + UINT + + 600 + + + + TcVarGlobal + + + 5136512 + + + Global_Variables.AMSPORT_R0_LINE + 16 + UINT + + 700 + + + + TcVarGlobal + + + 5136528 + + + Global_Variables.AMSPORT_R0_PLC + 16 + UINT + + 800 + + + + TcVarGlobal + + + 5136544 + + + Global_Variables.AMSPORT_R0_PLC_RTS1 + TwinCAT v2.xx first PLC runtime system + 16 + UINT + + 801 + + + + TcVarGlobal + + + 5136560 + + + Global_Variables.AMSPORT_R0_PLC_RTS2 + TwinCAT v2.xx second PLC runtime system + 16 + UINT + + 811 + + + + TcVarGlobal + + + 5136576 + + + Global_Variables.AMSPORT_R0_PLC_RTS3 + TwinCAT v2.xx third PLC runtime system + 16 + UINT + + 821 + + + + TcVarGlobal + + + 5136592 + + + Global_Variables.AMSPORT_R0_PLC_RTS4 + TwinCAT v2.xx fourth PLC runtime system + 16 + UINT + + 831 + + + + TcVarGlobal + + + 5136608 + + + Global_Variables.AMSPORT_R0_CAM + 16 + UINT + + 900 + + + + TcVarGlobal + + + 5136624 + + + Global_Variables.AMSPORT_R0_CAMTOOL + Camming tool + 16 + UINT + + 950 + + + + TcVarGlobal + + + 5136640 + + + Global_Variables.AMSPORT_R3_SCOPESERVER + TwinCAT Scope Server + 16 + UINT + + 14001 + + + + TcVarGlobal + + + 5136672 + + + Global_Variables.ADSSTATE_INVALID + Invalid ADS state + 16 + UINT + + 0 + + + + TcVarGlobal + + + 5136688 + + + Global_Variables.ADSSTATE_IDLE + 16 + UINT + + 1 + + + + TcVarGlobal + + + 5136704 + + + Global_Variables.ADSSTATE_RESET + 16 + UINT + + 2 + + + + TcVarGlobal + + + 5136720 + + + Global_Variables.ADSSTATE_INIT + 16 + UINT + + 3 + + + + TcVarGlobal + + + 5136736 + + + Global_Variables.ADSSTATE_START + 16 + UINT + + 4 + + + + TcVarGlobal + + + 5136752 + + + Global_Variables.ADSSTATE_RUN + 16 + UINT + + 5 + + + + TcVarGlobal + + + 5136768 + + + Global_Variables.ADSSTATE_STOP + 16 + UINT + + 6 + + + + TcVarGlobal + + + 5136784 + + + Global_Variables.ADSSTATE_SAVECFG + 16 + UINT + + 7 + + + + TcVarGlobal + + + 5136800 + + + Global_Variables.ADSSTATE_LOADCFG + 16 + UINT + + 8 + + + + TcVarGlobal + + + 5136816 + + + Global_Variables.ADSSTATE_POWERFAILURE + 16 + UINT + + 9 + + + + TcVarGlobal + + + 5136832 + + + Global_Variables.ADSSTATE_POWERGOOD + 16 + UINT + + 10 + + + + TcVarGlobal + + + 5136848 + + + Global_Variables.ADSSTATE_ERROR + 16 + UINT + + 11 + + + + TcVarGlobal + + + 5136864 + + + Global_Variables.ADSSTATE_SHUTDOWN + 16 + UINT + + 12 + + + + TcVarGlobal + + + 5136880 + + + Global_Variables.ADSSTATE_SUSPEND + 16 + UINT + + 13 + + + + TcVarGlobal + + + 5136896 + + + Global_Variables.ADSSTATE_RESUME + 16 + UINT + + 14 + + + + TcVarGlobal + + + 5136912 + + + Global_Variables.ADSSTATE_CONFIG + System is in config mode + 16 + UINT + + 15 + + + + TcVarGlobal + + + 5136928 + + + Global_Variables.ADSSTATE_RECONFIG + System should restart in config mode + 16 + UINT + + 16 + + + + TcVarGlobal + + + 5136944 + + + Global_Variables.ADSSTATE_STOPPING + 16 + UINT + + 17 + + + + TcVarGlobal + + + 5136960 + + + Global_Variables.ADSSTATE_INCOMPATIBLE + 16 + UINT + + 18 + + + + TcVarGlobal + + + 5136976 + + + Global_Variables.ADSSTATE_EXCEPTION + 16 + UINT + + 19 + + + + TcVarGlobal + + + 5136992 + + + Global_Variables.ADSSTATE_MAXSTATES + Max. number of available ads states + 16 + UINT + + 20 + + + + TcVarGlobal + + + 5137008 + + + Global_Variables.ADSIGRP_SYMTAB + Symbol table + 32 + UDINT + + 61440 + + + + TcVarGlobal + + + 5137024 + + + Global_Variables.ADSIGRP_SYMNAME + Symbol name + 32 + UDINT + + 61441 + + + + TcVarGlobal + + + 5137056 + + + Global_Variables.ADSIGRP_SYMVAL + Symbol value + 32 + UDINT + + 61442 + + + + TcVarGlobal + + + 5137088 + + + Global_Variables.ADSIGRP_SYM_HNDBYNAME + 32 + UDINT + + 61443 + + + + TcVarGlobal + + + 5137120 + + + Global_Variables.ADSIGRP_SYM_VALBYNAME + 32 + UDINT + + 61444 + + + + TcVarGlobal + + + 5137152 + + + Global_Variables.ADSIGRP_SYM_VALBYHND + 32 + UDINT + + 61445 + + + + TcVarGlobal + + + 5137184 + + + Global_Variables.ADSIGRP_SYM_RELEASEHND + 32 + UDINT + + 61446 + + + + TcVarGlobal + + + 5137216 + + + Global_Variables.ADSIGRP_SYM_INFOBYNAME + 32 + UDINT + + 61447 + + + + TcVarGlobal + + + 5137248 + + + Global_Variables.ADSIGRP_SYM_VERSION + 32 + UDINT + + 61448 + + + + TcVarGlobal + + + 5137280 + + + Global_Variables.ADSIGRP_SYM_INFOBYNAMEEX + 32 + UDINT + + 61449 + + + + TcVarGlobal + + + 5137312 + + + Global_Variables.ADSIGRP_SYM_DOWNLOAD + 32 + UDINT + + 61450 + + + + TcVarGlobal + + + 5137344 + + + Global_Variables.ADSIGRP_SYM_UPLOAD + 32 + UDINT + + 61451 + + + + TcVarGlobal + + + 5137376 + + + Global_Variables.ADSIGRP_SYM_UPLOADINFO + 32 + UDINT + + 61452 + + + + TcVarGlobal + + + 5137408 + + + Global_Variables.ADSIGRP_SYMNOTE + Notification of named handle + 32 + UDINT + + 61456 + + + + TcVarGlobal + + + 5137440 + + + Global_Variables.ADSIGRP_IOIMAGE_RWIB + Read/write input BYTE(S) + 32 + UDINT + + 61472 + + + + TcVarGlobal + + + 5137472 + + + Global_Variables.ADSIGRP_IOIMAGE_RWIX + Read/write input bit + 32 + UDINT + + 61473 + + + + TcVarGlobal + + + 5137504 + + + Global_Variables.ADSIGRP_IOIMAGE_RISIZE + Read input size (in BYTE) + 32 + UDINT + + 61477 + + + + TcVarGlobal + + + 5137536 + + + Global_Variables.ADSIGRP_IOIMAGE_RWOB + Read/write output BYTE(S) + 32 + UDINT + + 61488 + + + + TcVarGlobal + + + 5137568 + + + Global_Variables.ADSIGRP_IOIMAGE_RWOX + Read/write output bit + 32 + UDINT + + 61489 + + + + TcVarGlobal + + + 5137600 + + + Global_Variables.ADSIGRP_IOIMAGE_ROSIZE + Read/write output bit + 32 + UDINT + + 61493 + + + + TcVarGlobal + + + 5137632 + + + Global_Variables.ADSIGRP_IOIMAGE_CLEARI + Write inputs TO null + 32 + UDINT + + 61504 + + + + TcVarGlobal + + + 5137664 + + + Global_Variables.ADSIGRP_IOIMAGE_CLEARO + Write outputs TO null + 32 + UDINT + + 61520 + + + + TcVarGlobal + + + 5137696 + + + Global_Variables.ADSIGRP_IOIMAGE_RWIOB + Read input AND write output BYTE(S) ADS-READWRITE + 32 + UDINT + + 61536 + + + + TcVarGlobal + + + 5137728 + + + Global_Variables.ADSIGRP_DEVICE_DATA + State, name, etc... + 32 + UDINT + + 61696 + + + + TcVarGlobal + + + 5137760 + + + Global_Variables.ADSIOFFS_DEVDATA_ADSSTATE + Ads state OF device + 32 + UDINT + + 0 + + + + TcVarGlobal + + + 5137792 + + + Global_Variables.ADSIOFFS_DEVDATA_DEVSTATE + Device state + 32 + UDINT + + 2 + + + + TcVarGlobal + + + 5137824 + + + Global_Variables.SYSTEMSERVICE_OPENCREATE + Open and if not existing create + 32 + UDINT + + 100 + + + + TcVarGlobal + + + 5137856 + + + Global_Variables.SYSTEMSERVICE_OPENREAD + Open existing for read access + 32 + UDINT + + 101 + + + + TcVarGlobal + + + 5137888 + + + Global_Variables.SYSTEMSERVICE_OPENWRITE + Open existing for write access + 32 + UDINT + + 102 + + + + TcVarGlobal + + + 5137920 + + + Global_Variables.SYSTEMSERVICE_CREATEFILE + Create + 32 + UDINT + + 110 + + + + TcVarGlobal + + + 5137952 + + + Global_Variables.SYSTEMSERVICE_CLOSEHANDLE + Close + 32 + UDINT + + 111 + + + + TcVarGlobal + + + 5137984 + + + Global_Variables.SYSTEMSERVICE_FOPEN + 32 + UDINT + + 120 + + + + TcVarGlobal + + + 5138016 + + + Global_Variables.SYSTEMSERVICE_FCLOSE + 32 + UDINT + + 121 + + + + TcVarGlobal + + + 5138048 + + + Global_Variables.SYSTEMSERVICE_FREAD + 32 + UDINT + + 122 + + + + TcVarGlobal + + + 5138080 + + + Global_Variables.SYSTEMSERVICE_FWRITE + 32 + UDINT + + 123 + + + + TcVarGlobal + + + 5138112 + + + Global_Variables.SYSTEMSERVICE_FSEEK + 32 + UDINT + + 124 + + + + TcVarGlobal + + + 5138144 + + + Global_Variables.SYSTEMSERVICE_FTELL + 32 + UDINT + + 125 + + + + TcVarGlobal + + + 5138176 + + + Global_Variables.SYSTEMSERVICE_FGETS + 32 + UDINT + + 126 + + + + TcVarGlobal + + + 5138208 + + + Global_Variables.SYSTEMSERVICE_FPUTS + 32 + UDINT + + 127 + + + + TcVarGlobal + + + 5138240 + + + Global_Variables.SYSTEMSERVICE_FSCANF + 32 + UDINT + + 128 + + + + TcVarGlobal + + + 5138272 + + + Global_Variables.SYSTEMSERVICE_FPRINTF + 32 + UDINT + + 129 + + + + TcVarGlobal + + + 5138304 + + + Global_Variables.SYSTEMSERVICE_FEOF + 32 + UDINT + + 130 + + + + TcVarGlobal + + + 5138336 + + + Global_Variables.SYSTEMSERVICE_FDELETE + 32 + UDINT + + 131 + + + + TcVarGlobal + + + 5138368 + + + Global_Variables.SYSTEMSERVICE_FRENAME + 32 + UDINT + + 132 + + + + TcVarGlobal + + + 5138400 + + + Global_Variables.SYSTEMSERVICE_MKDIR + 32 + UDINT + + 138 + + + + TcVarGlobal + + + 5138432 + + + Global_Variables.SYSTEMSERVICE_RMDIR + 32 + UDINT + + 139 + + + + TcVarGlobal + + + 5138464 + + + Global_Variables.SYSTEMSERVICE_SENDEMAIL + 32 + UDINT + + 300 + + + + TcVarGlobal + + + 5138528 + + + Global_Variables.SYSTEMSERVICE_TIMESERVICES + 32 + UDINT + + 400 + + + + TcVarGlobal + + + 5138560 + + + Global_Variables.SYSTEMSERVICE_STARTPROCESS + 32 + UDINT + + 500 + + + + TcVarGlobal + + + 5138592 + + + Global_Variables.SYSTEMSERVICE_CHANGENETID + 32 + UDINT + + 600 + + + + TcVarGlobal + + + 5138624 + + + Global_Variables.TIMESERVICE_DATEANDTIME + Date/time + 32 + UDINT + + 1 + + + + TcVarGlobal + + + 5138656 + + + Global_Variables.TIMESERVICE_SYSTEMTIMES + 32 + UDINT + + 2 + + + + TcVarGlobal + + + 5138688 + + + Global_Variables.TIMESERVICE_RTCTIMEDIFF + 32 + UDINT + + 3 + + + + TcVarGlobal + + + 5138720 + + + Global_Variables.TIMESERVICE_ADJUSTTIMETORTC + 32 + UDINT + + 4 + + + + TcVarGlobal + + + 5138752 + + + Global_Variables.TIMESERVICE_TIMEZONINFORMATION + 32 + UDINT + + 6 + + + + TcVarGlobal + + + 5138784 + + + Global_Variables.ADSLOG_MSGTYPE_WARN + Warning icon + 32 + DWORD + + 2 + + + + TcVarGlobal + + + 5138848 + + + Global_Variables.ADSLOG_MSGTYPE_MSGBOX + View message in message box + 32 + DWORD + + 32 + + + + TcVarGlobal + + + 5138944 + + + Global_Variables.ADSLOG_MSGTYPE_RESOURCE + 32 + DWORD + + 64 + + + + TcVarGlobal + + + 5138976 + + + Global_Variables.ADSLOG_MSGTYPE_STRING + 32 + DWORD + + 128 + + + + TcVarGlobal + + + 5139008 + + + Global_Variables.BOOTDATAFLAGS_RETAIN_REQUESTED + 8 + BYTE + + 4 + + + + TcVarGlobal + + + 5139040 + + + Global_Variables.BOOTDATAFLAGS_PERSISTENT_LOADED + Persistent data loaded + 8 + BYTE + + 16 + + + + TcVarGlobal + + + 5139048 + + + Global_Variables.BOOTDATAFLAGS_PERSISTENT_INVALID + Persistent data is invalid + 8 + BYTE + + 32 + + + + TcVarGlobal + + + 5139056 + + + Global_Variables.SYSTEMSTATEFLAGS_BSOD + Blue screen of death + 8 + BYTE + + 1 + + + + TcVarGlobal + + + 5139064 + + + Global_Variables.SYSTEMSTATEFLAGS_RTVIOLATION + Realtime violation - latency time + 8 + BYTE + + 2 + + + + TcVarGlobal + + + 5139072 + + + Global_Variables.nWatchdogTime + Watchdog time. Depending of g_WatchdogConfig : seconds or minutes + 8 + BYTE + + + TcVarGlobal + + + 5139080 + + + Global_Variables.TCEVENTFLAG_PRIOCLASS + Event class/priority through textformatter + 16 + WORD + + 16 + + + + TcVarGlobal + + + 5139088 + + + Global_Variables.FOPEN_MODEREAD + "r": Opens for reading. If the file does not exist or cannot be found, the call fails. + 32 + DWORD + + 1 + + + + TcVarGlobal + + + 5139104 + + + Global_Variables.FOPEN_MODEWRITE + "w": Opens an empty file for writing. If the given file exists, its contents are destroyed. + 32 + DWORD + + 2 + + + + TcVarGlobal + + + 5139136 + + + Global_Variables.FOPEN_MODEAPPEND + "a": Opens for writing at the end of the file (appending) without removing the EOF marker before writing new data to the file; creates the file first if it doesnot exist. + 32 + DWORD + + 4 + + + + TcVarGlobal + + + 5139168 + + + Global_Variables.FOPEN_MODEPLUS + "+": Opens for reading and writing + 32 + DWORD + + 8 + + + + TcVarGlobal + + + 5139200 + + + Global_Variables.FOPEN_MODEBINARY + "b": Open in binary (untranslated) mode. + 32 + DWORD + + 16 + + + + TcVarGlobal + + + 5139232 + + + Global_Variables.FOPEN_MODETEXT + "t": Open in text (translated) mode. + 32 + DWORD + + 32 + + + + TcVarGlobal + + + 5139264 + + + Global_Variables.TCEVENTFLAG_FMTSELF + Format in message + 16 + WORD + + 32 + + + + TcVarGlobal + + + 5139520 + + + Global_Variables.TCEVENTFLAG_LOG + Write to log file + 16 + WORD + + 64 + + + + TcVarGlobal + + + 5139536 + + + Global_Variables.TCEVENTFLAG_MSGBOX + Display message box + 16 + WORD + + 128 + + + + TcVarGlobal + + + 5139552 + + + Global_Variables.TCEVENTFLAG_SRCID + Src id instead of source name + 16 + WORD + + 256 + + + + TcVarGlobal + + + 5139568 + + + Global_Variables.TCEVENTFLAG_AUTOFMTALL + 16 + WORD + + 4096 + + + + TcVarGlobal + + + 5139584 + + + Global_Variables.TCEVENTSTATE_INVALID + Event object is not initialized + 16 + WORD + + 0 + + + + TcVarGlobal + + + 5139600 + + + Global_Variables.TCEVENTSTATE_SIGNALED + Event object is in a signaled state + 16 + WORD + + 1 + + + + TcVarGlobal + + + 5139616 + + + Global_Variables.TCEVENTSTATE_RESET + Event object is in a reset state + 16 + WORD + + 2 + + + + TcVarGlobal + + + 5139632 + + + Global_Variables.TCEVENTSTATE_CONFIRMED + Event object is confirmed but not reset + 16 + WORD + + 16 + + + + TcVarGlobal + + + 5139648 + + + Global_Variables.TCEVENTSTATE_RESETCON + Event object is confirmed and reset + 16 + WORD + + 18 + + + + TcVarGlobal + + + 5139664 + + + Global_Variables.TCEVENT_SRCNAMESIZE + 16 + INT + + 15 + + + + TcVarGlobal + + + 5139680 + + + Global_Variables.TCEVENT_FMTPRGSIZE + 16 + INT + + 31 + + + + TcVarGlobal + + + 5139696 + + + Global_Variables.PI + 64 + LREAL + + 3.14159265358979 + + + + TcVarGlobal + + + 5139712 + + + Global_Variables.MAX_STRING_LENGTH + Max. length of T_MaxString (inclusive null delimiter) + 32 + UDINT + + 255 + + + + TcVarGlobal + + + 5139808 + + + Global_Variables.eWatchdogConfig + 16 + E_WATCHDOG_TIME_CONFIG + + 0 + + + + TcVarGlobal + + + 5140352 + + + Global_Variables.MAX_AVERAGE_MEASURES + Max. number of measures used in the profiler function block: 2..100 + 16 + INT + + 10 + + + + LowerBorder + 2 + + + UpperBorder + 100 + + + TcVarGlobal + + + 5140368 + + + Global_Version.stLibVersion_Tc3_Module + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 21 + + + .iRevision + 0 + + + .sVersion + 3.3.21.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5140384 + + + Global_Version.stLibVersion_Tc2_Utilities + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 40 + + + .iRevision + 1 + + + .nFlags + 0 + + + .sVersion + 3.3.40.1 + + + + + const_non_replaced + + + TcVarGlobal + + + 5140992 + + + Global_Variables.GLOBAL_FORMAT_HASH_PREFIX_TYPE + Global hash prefix type constant used for binary, octal or hexadecimal string format type + 16 + E_HashPrefixTypes + + 0 + + + + TcVarGlobal + + + 5141280 + + + Global_Variables.GLOBAL_SBCS_TABLE + Windows SBCS (Single Byte Character Set) Code Page Table + 16 + E_SBCSType + + 1 + + + + TcVarGlobal + + + 5141296 + + + Global_Variables.GLOBAL_DCF77_PULSE_SPLIT + Default DCF77 short/long pulse split time value. Bit == 0 => pulse < 140ms, Bit == 1 => pulse >= 140ms + 32 + TIME + + 140 + + + + TcVarGlobal + + + 5141312 + + + Global_Variables.GLOBAL_DCF77_SEQUENCE_CHECK + TRUE = Enable DCF77 telegram plausibility check (two telegrams are checked), FALSE = Disable check + 8 + BOOL + + 0 + + + + TcVarGlobal + + + 5141344 + + + Global_Variables.DEFAULT_CSV_FIELD_SEP + Default CSV-file field separator character. Semicolon (;) := 16#3B => german field separator, comma (,) := 16#2C => US field separator + 8 + BYTE + + 59 + + + + TcVarGlobal + + + 5141352 + + + Global_Variables.MAX_REMOTE_PCS + Max. number of TwinCAT remote systems/PC's + 16 + INT + + 99 + + + + TcVarGlobal + + + 5141360 + + + Global_Variables.MAX_ADAPTER_NAME_LENGTH + Max. System Service local adapter name length (256 + 4 inkl. \0) + 32 + UDINT + + 259 + + + + TcVarGlobal + + + 5202848 + + + Global_Variables.MAX_ADAPTER_DESCRIPTION_LENGTH + Max. System Service local adapter descirpion length (128 + 4 inkl. \0) + 32 + UDINT + + 131 + + + + TcVarGlobal + + + 5202880 + + + Global_Variables.MAX_ADAPTER_ADDRESS_LENGTH + Max. System Service local adapter physical address length (bytes[0..7]) + 32 + UDINT + + 7 + + + + TcVarGlobal + + + 5202912 + + + Global_Variables.SYSTEMSERVICE_IPHELPERAPI + IPHELPERAPI index group + 32 + UDINT + + 701 + + + + TcVarGlobal + + + 5202944 + + + Global_Variables.SYSTEMSERVICE_IPHOSTNAME + IPHOSTNAME index group + 32 + UDINT + + 702 + + + + TcVarGlobal + + + 5202976 + + + Global_Variables.IPHELPERAPI_ADAPTERSINFO + IPHELPERAPI index offset + 32 + UDINT + + 1 + + + + TcVarGlobal + + + 5203008 + + + Global_Variables.IPHELPERAPI_IPADDRBYHOSTNAME + IPHELPERAPI index offset + 32 + UDINT + + 4 + + + + TcVarGlobal + + + 5203040 + + + Global_Variables.MAX_LOCAL_ADAPTERS + Max. number of local network adapters + 32 + UDINT + + 5 + + + + TcVarGlobal + + + 5203072 + + + Global_Variables.SYSTEMSERVICE_ADDREMOTE + System Service route function: Add route + 32 + UDINT + + 801 + + + + TcVarGlobal + + + 5203104 + + + Global_Variables.SYSTEMSERVICE_DELREMOTE + System Service route function: Delete route + 32 + UDINT + + 802 + + + + TcVarGlobal + + + 5203136 + + + Global_Variables.SYSTEMSERVICE_ENUMREMOTE + System Service route function: Enumerater route + 32 + UDINT + + 803 + + + + TcVarGlobal + + + 5203168 + + + Global_Variables.ROUTE_FLAG_TEMPORARY + TwinCAT route flag: Temporary + 32 + DWORD + + 1 + + + + TcVarGlobal + + + 5203200 + + + Global_Variables.ROUTE_FLAG_DYNAMIC + TwinCAT route flag: Hostname instead OF IP address + 32 + DWORD + + 2 + + + + TcVarGlobal + + + 5203232 + + + Global_Variables.ROUTE_FLAG_NOOVERRIDE + TwinCAT route flag: No override + 32 + DWORD + + 4 + + + + TcVarGlobal + + + 5203264 + + + Global_Variables.MAX_ROUTE_NAME_LEN + Max. TwinCAT router route name length + 8 + BYTE + + 31 + + + + TcVarGlobal + + + 5203296 + + + Global_Variables.MAX_ROUTE_ADDR_LEN + Max. TwinCAT router route address length + 8 + BYTE + + 79 + + + + TcVarGlobal + + + 5203304 + + + Global_Variables.MIN_ROUTE_TRANSPORT + Min. route type: eRouteTransport_None + 8 + BYTE + + 0 + + + + TcVarGlobal + + + 5203312 + + + Global_Variables.MAX_ROUTE_TRANSPORT + Max. route type: eRouteTransport_SOAP + 8 + BYTE + + 12 + + + + TcVarGlobal + + + 5203320 + + + Global_Variables.EMPTY_ROUTE_ENTRY + eTransport := eRouteTransport_None see Workitem 7547 + 1184 + ST_AmsRouteEntry + + + .sName + + + + .sNetID + + + + .sAddress + + + + .tTimeout + 0 + + + .dwFlags + 0 + + + + + TcVarGlobal + + + 5203328 + + + Global_Variables.SYSTEMSERVICE_FFILEFIND + System Service file find function number + 32 + UDINT + + 133 + + + + TcVarGlobal + + + 5204512 + + + Global_Variables.HKEY_MAX_BINARY_DATA_SIZE + Max. byte size of binary registry value data + 32 + UDINT + + 500 + + + + TcVarGlobal + + + 5204544 + + + Global_Variables.AMSLOGGER_IGR_GENERAL + TwinCAT Ams Logger general index group + 32 + UDINT + + 4096 + + + + TcVarGlobal + + + 5204576 + + + Global_Variables.AMSLOGGER_IOF_MODE + TwinCAT Ams Logger mode + 32 + UDINT + + 1 + + + + TcVarGlobal + + + 5204608 + + + Global_Variables.AMSPORT_AMSLOGGER + TwinCAT Ams Logger port number + 16 + UINT + + 10502 + + + + TcVarGlobal + + + 5204640 + + + Global_Variables.FORMAT_MAX_ARGS + Format string constant: Max. number of format arguments in FB_FormatString + 16 + INT + + 10 + + + + TcVarGlobal + + + 5204656 + + + Global_Variables.FLOATREC_EXP_IS_NAN + T_FloatRec type and F_GetFloatRec function constant: The value is #NAN or -#NAN + 16 + INT + + -32768 + + + + TcVarGlobal + + + 5204672 + + + Global_Variables.FLOATREC_EXP_IS_INF + T_FloatRec type and F_GetFloatRec function constant: The value is #INF or -#INF + 16 + INT + + 32767 + + + + TcVarGlobal + + + 5204688 + + + Global_Variables.FLOATREC_MAX_DIGITS + T_FloatRec type and F_GetFloatRec function constant: Max. number of significant digits. Note: double precision floats have max. 15 significant digits + 16 + INT + + 20 + + + + TcVarGlobal + + + 5204704 + + + Global_Variables.FLOATREC_MAX_PRECISION + T_FloatRec type and F_GetFloatRec function constant: Max. floating point precision (1e-307) + 16 + INT + + 307 + + + + TcVarGlobal + + + 5204720 + + + Global_Variables.FLOATREC_MIN_PRECISION + T_FloatRec type and F_GetFloatRec function constant: Min. floating point precision + 16 + INT + + 0 + + + + TcVarGlobal + + + 5204736 + + + Global_Variables.FMTERR_NOERROR + FB_FormatString function block error code: No error + 32 + DWORD + + 0 + + + + TcVarGlobal + + + 5204768 + + + Global_Variables.FMTERR_PERCENTSIGNPOSITION + FB_FormatString function block error code: Percent sign (%) at invalid position + 32 + DWORD + + 16 + + + + TcVarGlobal + + + 5204800 + + + Global_Variables.FMTERR_ASTERISKPOSITION + FB_FormatString function block error code: Asterisk parameter at invalid position + 32 + DWORD + + 32 + + + + TcVarGlobal + + + 5204832 + + + Global_Variables.FMTERR_WIDTHVALUE + FB_FormatString function block error code: Invalid width field value + 32 + DWORD + + 64 + + + + TcVarGlobal + + + 5204864 + + + Global_Variables.FMTERR_PRECISIONVALUE + FB_FormatString function block error code: Invalid precision field value + 32 + DWORD + + 128 + + + + TcVarGlobal + + + 5204896 + + + Global_Variables.FMTERR_FLAGPOSITION + FB_FormatString function block error code: One of the flags at invalid position + 32 + DWORD + + 256 + + + + TcVarGlobal + + + 5204928 + + + Global_Variables.FMTERR_WIDTHPRECISIONVALPOS + FB_FormatString function block error code: The width or precision field value at invalid position + 32 + DWORD + + 512 + + + + TcVarGlobal + + + 5204960 + + + Global_Variables.FMTERR_PRECISIONDOTPOSITION + FB_FormatString function block error code: Dot "." sign of precision field at invalid position + 32 + DWORD + + 1024 + + + + TcVarGlobal + + + 5204992 + + + Global_Variables.FMTERR_TYPEFIELDVALUE + FB_FormatString function block error code: Invalid (unsupported) type field value + 32 + DWORD + + 2048 + + + + TcVarGlobal + + + 5205024 + + + Global_Variables.FMTERR_ARGTYPEINVALID + FB_FormatString function block error code: Different type field and argument parameter + 32 + DWORD + + 4096 + + + + TcVarGlobal + + + 5205056 + + + Global_Variables.FMTERR_UNACCEPTEDPARAMETER + FB_FormatString function block error code: Invalid format string parameters + 32 + DWORD + + 8192 + + + + TcVarGlobal + + + 5205088 + + + Global_Variables.FMTERR_INSUFFICIENTARGS + FB_FormatString function block error code: To much arguments in format string + 32 + DWORD + + 16384 + + + + TcVarGlobal + + + 5205120 + + + Global_Variables.FMTERR_DESTBUFFOVERFLOW + FB_FormatString function block error code: Destination string buffer overflow (formatted string is to long ) + 32 + DWORD + + 32768 + + + + TcVarGlobal + + + 5205152 + + + Global_Variables.FMTERR_INVALIDPOINTERINPUT + FB_FormatString function block error code: Invalid pointer input + 32 + DWORD + + 65536 + + + + TcVarGlobal + + + 5205184 + + + Global_Variables.EMPTY_ARG_VALUE + T_Arg empty value + 96 + T_Arg + + + .eType + 0 + + + .cbLen + 0 + + + .pData + 0 + + + + + TcVarGlobal + + + 5205216 + + + Global_Variables.FORMAT_HEXASC_CODES + 256 + BYTE + + 0 + 2 + + + 0 + 16 + + + + [0,0] + 48 + + + [0,1] + 49 + + + [0,2] + 50 + + + [0,3] + 51 + + + [0,4] + 52 + + + [0,5] + 53 + + + [0,6] + 54 + + + [0,7] + 55 + + + [0,8] + 56 + + + [0,9] + 57 + + + [0,10] + 97 + + + [0,11] + 98 + + + [0,12] + 99 + + + [0,13] + 100 + + + [0,14] + 101 + + + [0,15] + 102 + + + [1,0] + 48 + + + [1,1] + 49 + + + [1,2] + 50 + + + [1,3] + 51 + + + [1,4] + 52 + + + [1,5] + 53 + + + [1,6] + 54 + + + [1,7] + 55 + + + [1,8] + 56 + + + [1,9] + 57 + + + [1,10] + 65 + + + [1,11] + 66 + + + [1,12] + 67 + + + [1,13] + 68 + + + [1,14] + 69 + + + [1,15] + 70 + + + + + TcVarGlobal + + + 5205312 + + + Global_Variables.FORMAT_DECASC_CODES + ASCII to decimal and decimal digits to ASCII codes + 80 + BYTE + + 0 + 10 + + + + [0] + 48 + + + [1] + 49 + + + [2] + 50 + + + [3] + 51 + + + [4] + 52 + + + [5] + 53 + + + [6] + 54 + + + [7] + 55 + + + [8] + 56 + + + [9] + 57 + + + + + TcVarGlobal + + + 5205568 + + + Global_Variables.SYSTEMTIME_MAX_MONTHDAYS + 384 + WORD + + 0 + 2 + + + 1 + 12 + + + + [0,1] + 31 + + + [0,2] + 28 + + + [0,3] + 31 + + + [0,4] + 30 + + + [0,5] + 31 + + + [0,6] + 30 + + + [0,7] + 31 + + + [0,8] + 31 + + + [0,9] + 30 + + + [0,10] + 31 + + + [0,11] + 30 + + + [0,12] + 31 + + + [1,1] + 31 + + + [1,2] + 29 + + + [1,3] + 31 + + + [1,4] + 30 + + + [1,5] + 31 + + + [1,6] + 30 + + + [1,7] + 31 + + + [1,8] + 31 + + + [1,9] + 30 + + + [1,10] + 31 + + + [1,11] + 30 + + + [1,12] + 31 + + + + + TcVarGlobal + + + 5211056 + + + Global_Variables.SYSTEMTIME_MAX_YEARSDAY + 448 + WORD + + 0 + 2 + + + 0 + 14 + + + + [0,0] + 0 + + + [0,1] + 31 + + + [0,2] + 59 + + + [0,3] + 90 + + + [0,4] + 120 + + + [0,5] + 151 + + + [0,6] + 181 + + + [0,7] + 212 + + + [0,8] + 243 + + + [0,9] + 273 + + + [0,10] + 304 + + + [0,11] + 334 + + + [0,12] + 365 + + + [0,13] + 396 + + + [1,0] + 0 + + + [1,1] + 31 + + + [1,2] + 60 + + + [1,3] + 91 + + + [1,4] + 121 + + + [1,5] + 152 + + + [1,6] + 182 + + + [1,7] + 213 + + + [1,8] + 244 + + + [1,9] + 274 + + + [1,10] + 305 + + + [1,11] + 335 + + + [1,12] + 366 + + + [1,13] + 397 + + + + + TcVarGlobal + + + 5211440 + + + Global_Variables.SYSTEMTIME_DATEDELTA_OFFSET + Number of past days since year zero until 1 January 1601 + 32 + DWORD + + 584389 + + + + TcVarGlobal + + + 5211904 + + + Global_Variables.SYSTEMTIME_TICKSPERMSEC + Number of 100ns ticks per millisecond + 64 + T_ULARGE_INTEGER + + + .dwHighPart + 0 + + + .dwLowPart + 10000 + + + + + TcVarGlobal + + + 5211936 + + + Global_Variables.SYSTEMTIME_TICKSPERSEC + Number of 100ns ticks per second + 64 + T_ULARGE_INTEGER + + + .dwHighPart + 0 + + + .dwLowPart + 10000000 + + + + + TcVarGlobal + + + 5212000 + + + Global_Variables.SYSTEMTIME_TICKSPERDAY + Number of 100ns ticks per day + 64 + T_ULARGE_INTEGER + + + .dwHighPart + 201 + + + .dwLowPart + 711573504 + + + + + TcVarGlobal + + + 5212064 + + + Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN + Min. DT value as file time DT#1970-01-01-00:00:00 + 64 + T_ULARGE_INTEGER + + + .dwHighPart + 27111902 + + + .dwLowPart + 3577643008 + + + + + TcVarGlobal + + + 5212128 + + + Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX + Max. DT value as file time DT#2106-02-06-06:28:15 + 64 + T_ULARGE_INTEGER + + + .dwHighPart + 37111701 + + + .dwLowPart + 2856069504 + + + + + TcVarGlobal + + + 5212192 + + + Global_Variables.DATE_AND_TIME_SECPERDAY + Number of seconds per day + 32 + DWORD + + 86400 + + + + TcVarGlobal + + + 5212256 + + + Global_Variables.SYSTEMTIME_TICKSPERMSEC64 + Number of 100ns ticks per millisecond + 64 + ULINT + + 10000 + + + + TcVarGlobal + + + 5212288 + + + Global_Variables.SYSTEMTIME_TICKSPERSEC64 + Number of 100ns ticks per second + 64 + ULINT + + 10000000 + + + + TcVarGlobal + + + 5212352 + + + Global_Variables.SYSTEMTIME_TICKSPERDAY64 + Number of 100ns ticks per day + 64 + ULINT + + 864000000000 + + + + TcVarGlobal + + + 5212416 + + + Global_Variables.SYSTEMTIME_DATE_AND_TIME_MIN64 + Min. DT value as file time DT#1970-01-01-00:00:00 + 64 + ULINT + + 116444736000000000 + + + + TcVarGlobal + + + 5212480 + + + Global_Variables.SYSTEMTIME_DATE_AND_TIME_MAX64 + Max. DT value as file time DT#2106-02-06-06:28:15 + 64 + ULINT + + 159393544950000000 + + + + TcVarGlobal + + + 5212544 + + + Global_Variables.WEST_EUROPE_TZI + 864 + ST_TimeZoneInformation + + + .bias + -60 + + + .standardName + W. Europe Standard Time + + + .standardDate.wYear + 0 + + + .standardDate.wMonth + 10 + + + .standardDate.wDayOfWeek + 0 + + + .standardDate.wDay + 5 + + + .standardDate.wHour + 3 + + + .standardBias + 0 + + + .daylightName + W. Europe Daylight Time + + + .daylightDate.wYear + 0 + + + .daylightDate.wMonth + 3 + + + .daylightDate.wDayOfWeek + 0 + + + .daylightDate.wDay + 5 + + + .daylightDate.wHour + 2 + + + .daylightBias + -60 + + + + + TcVarGlobal + + + 5212608 + + + Global_Variables.DATE_AND_TIME_SECPERWEEK + Number of seconds per week + 32 + DWORD + + 604800 + + + + TcVarGlobal + + + 5217568 + + + Global_Variables.DBG_OUTPUT_NONE + Disabled (no debug oputput) + 32 + DWORD + + 0 + + + + TcVarGlobal + + + 5223776 + + + Global_Variables.DBG_OUTPUT_LOG + Enabled, TwinCAT System Manager Log + 32 + DWORD + + 1 + + + + TcVarGlobal + + + 5223808 + + + Global_Variables.DBG_OUTPUT_FILE + Enabled, text file + 32 + DWORD + + 2 + + + + TcVarGlobal + + + 5223840 + + + Global_Variables.DBG_OUTPUT_VISU + reserved + 32 + DWORD + + 4 + + + + TcVarGlobal + + + 5223872 + + + Global_Variables.DEFAULT_CSV_FIELD_DOUBLE_QUOTE + CSV separator constant: double-quote (") => used to enclose special characters like line breaks, double-quotes, commas... + 8 + BYTE + + 34 + + + + TcVarGlobal + + + 5340112 + + + Global_Variables.DEFAULT_CSV_RECORD_SEP_CR + CSV separator constant: cariage return => record separator (first character) + 8 + BYTE + + 13 + + + + TcVarGlobal + + + 5340120 + + + Global_Variables.DEFAULT_CSV_RECORD_SEP_LF + CSV separator constant: line feed => record separator (second character) + 8 + BYTE + + 10 + + + + TcVarGlobal + + + 5341072 + + + Global_Variables.EMPTY_GUID_STRUCT + 128 + GUID + + + .Data1 + 0 + + + .Data2 + 0 + + + .Data3 + 0 + + + .Data4[0] + 0 + + + .Data4[1] + 0 + + + .Data4[2] + 0 + + + .Data4[3] + 0 + + + .Data4[4] + 0 + + + .Data4[5] + 0 + + + .Data4[6] + 0 + + + .Data4[7] + 0 + + + + + TcVarGlobal + + + 5342816 + + + Global_Variables.EMPTY_GUID_STRING + 296 + STRING(36) + + 00000000-0000-0000-0000-000000000000 + + + + TcVarGlobal + + + 5342944 + + + Global_Variables.EMPTY_GUID_REGSTRING + 312 + STRING(38) + + {00000000-0000-0000-0000-000000000000} + + + + TcVarGlobal + + + 5343240 + + + Global_Variables.ASCII_STX + 8 + BYTE + + 2 + + + + TcVarGlobal + + + 5343560 + + + Global_Version.stLibVersion_Tc2_IoFunctions + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 13 + + + .iRevision + 0 + + + .nFlags + 0 + + + .sVersion + 3.3.13.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5343648 + + + Global_Version.stLibVersion_Tc2_ModbusSrv + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 2 + + + .iRevision + 0 + + + .sVersion + 3.3.2.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5343936 + + + Global_Version.stLibVersion_Tc2_SerialCom + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 7 + + + .iRevision + 0 + + + .nFlags + 0 + + + .sVersion + 3.3.7.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5344224 + + + Global_Variables.COMERRORADS_INVALID_COMPORT + constants for error codes returned as nErrorID output of SerialLineControlADS + invalid input parameters + 32 + UDINT + + 36865 + + + + TcVarGlobal + + + 5344512 + + + Global_Variables.COMERRORADS_INVALID_CMD + 32 + UDINT + + 36866 + + + + TcVarGlobal + + + 5344544 + + + Global_Variables.COMERRORADS_INVALID_DATAPOINTER + 32 + UDINT + + 36867 + + + + TcVarGlobal + + + 5344576 + + + Global_Variables.COMERRORADS_INVALID_CFGSTLEN + 32 + UDINT + + 36881 + + + + TcVarGlobal + + + 5344608 + + + Global_Variables.COMERRORADS_INVALID_CFGSTVER + unknown configuration structure version + 32 + UDINT + + 36882 + + + + TcVarGlobal + + + 5344640 + + + Global_Variables.COMERRORADS_INVALID_TL + invalid TraceLevel + 32 + UDINT + + 36883 + + + + TcVarGlobal + + + 5344672 + + + Global_Variables.COMERRORADS_INVALID_BAUDRATE + 32 + UDINT + + 36897 + + + + TcVarGlobal + + + 5344704 + + + Global_Variables.COMERRORADS_INVALID_PARITY + 32 + UDINT + + 36898 + + + + TcVarGlobal + + + 5344736 + + + Global_Variables.COMERRORADS_INVALID_DATABITS + 32 + UDINT + + 36899 + + + + TcVarGlobal + + + 5344768 + + + Global_Variables.COMERRORADS_INVALID_STOPBITS + 32 + UDINT + + 36900 + + + + TcVarGlobal + + + 5344800 + + + Global_Variables.COMERRORADS_INVALID_DTR_CTRL + 32 + UDINT + + 36901 + + + + TcVarGlobal + + + 5344832 + + + Global_Variables.COMERRORADS_INVALID_RTS_CTRL + 32 + UDINT + + 36902 + + + + TcVarGlobal + + + 5344864 + + + Global_Variables.COMERRORADS_INVALID_CTS_OUTCTRL + 32 + UDINT + + 36903 + + + + TcVarGlobal + + + 5344896 + + + Global_Variables.COMERRORADS_INVALID_DSR_OUTCTRL + 32 + UDINT + + 36904 + + + + TcVarGlobal + + + 5344928 + + + Global_Variables.COMERRORADS_INVALID_DSR_SENS + 32 + UDINT + + 36905 + + + + TcVarGlobal + + + 5344960 + + + Global_Variables.COMERRORADS_NOT_INIT + Specific Error Codes + 32 + UDINT + + 36913 + + + + TcVarGlobal + + + 5344992 + + + Global_Variables.COMERRORADS_RD_BUFFER_OVERRUN + 32 + UDINT + + 36914 + + + + TcVarGlobal + + + 5345024 + + + Global_Variables.COMERRORADS_PORT_CONNECTED + port already opened by the server + 32 + UDINT + + 36915 + + + + TcVarGlobal + + + 5345056 + + + Global_Variables.COMERRORADS_PORT_NOT_CONNECTED + port not yet opened by the server + 32 + UDINT + + 36916 + + + + TcVarGlobal + + + 5345088 + + + Global_Variables.COMERRORADS_RD_THREAD_TIMEOUT + 32 + UDINT + + 36917 + + + + TcVarGlobal + + + 5345120 + + + Global_Variables.COMERRORADS_WR_THREAD_TIMEOUT + 32 + UDINT + + 36918 + + + + TcVarGlobal + + + 5345152 + + + Global_Variables.COMERRORADS_RD_FAILURE + 32 + UDINT + + 36919 + + + + TcVarGlobal + + + 5345184 + + + Global_Variables.COMERRORADS_WR_FAILURE + 32 + UDINT + + 36920 + + + + TcVarGlobal + + + 5345216 + + + Global_Variables.COMERRORADS_SERVER_INCOMPATIBLE + server version incompatible + 32 + UDINT + + 37121 + + + + TcVarGlobal + + + 5345248 + + + Global_Variables.ASCII_ETX + 8 + BYTE + + 3 + + + + TcVarGlobal + + + 5345784 + + + Global_Variables.ASCII_DLE + 8 + BYTE + + 16 + + + + TcVarGlobal + + + 5345792 + + + Global_Variables.ASCII_NAK + 8 + BYTE + + 21 + + + + TcVarGlobal + + + 5345800 + + + Global_Variables.MAX_RETRIES + 16 + INT + + 5 + + + + TcVarGlobal + + + 5345808 + + + Global_Variables.TIMEOUT_ZVZ + maximale Zeichenverzugszeit + 32 + TIME + + 220 + + + + TcVarGlobal + + + 5345824 + + + Global_Variables.TIMEOUT_QVZ + maximale Quittungsverzugszeit + 32 + TIME + + 2000 + + + + TcVarGlobal + + + 5345856 + + + Global_Variables.TIMEOUT_WVZ + maximale Wiederholungsverzugszeit + 32 + TIME + + 4000 + + + + TcVarGlobal + + + 5345888 + + + Global_Constants.EMPTY_EVENT_CLASS + 128 + GUID + + + .Data1 + 0 + + + .Data2 + 0 + + + .Data3 + 0 + + + .Data4[0] + 0 + + + .Data4[1] + 0 + + + .Data4[2] + 0 + + + .Data4[3] + 0 + + + .Data4[4] + 0 + + + .Data4[5] + 0 + + + .Data4[6] + 0 + + + .Data4[7] + 0 + + + + + TcVarGlobal + + + 5345920 + + + Global_Constants.EMPTY_EVENT_ID + 32 + UDINT + + 0 + + + + TcVarGlobal + + + 5346048 + + + Global_Constants.EMPTY_SEVERITY + 16 + TcEventSeverity + + 0 + + + + TcVarGlobal + + + 5346080 + + + Global_Variables.AMSPORT_TCPIPSRV + 16 + UINT + + 10201 + + + + TcVarGlobal + + + 5346096 + + + Global_Constants.SUCCESS_EVENT + 192 + TcEventEntry + + + .uuidEventClass.Data1 + 0 + + + .uuidEventClass.Data2 + 0 + + + .uuidEventClass.Data3 + 0 + + + .uuidEventClass.Data4[0] + 0 + + + .uuidEventClass.Data4[1] + 0 + + + .uuidEventClass.Data4[2] + 0 + + + .uuidEventClass.Data4[3] + 0 + + + .uuidEventClass.Data4[4] + 0 + + + .uuidEventClass.Data4[5] + 0 + + + .uuidEventClass.Data4[6] + 0 + + + .uuidEventClass.Data4[7] + 0 + + + .nEventID + 0 + + + .eSeverity + 0 + + + + + TcVarGlobal + + + 5346112 + + + GVL.nLangId_OnlineMonitoring + language id for online monitoring; English(US)=1033 ; German(Germany)=1031 + 32 + DINT + + 1033 + + + + TcVarGlobal + + + 5346304 + + + ParameterList.cSourceNameSize + size [bytes] for source names (recommended is a size between 128 and 512) + 32 + UDINT + + 256 + + + + LowerBorder + 81 + + + UpperBorder + 10000 + + + TcVarGlobal + + + 5346336 + + + Global_Version.stLibVersion_Tc3_EventLogger + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 1 + + + .iBuild + 33 + + + .iRevision + 0 + + + .nFlags + 1 + + + .sVersion + 3.1.33.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5346368 + + + GVL_INTERNAL.UNINITIALIZED_CLASS_GUID + {E7A4B1E0-F4CF-4733-95D5-73DF084B60F8} + 128 + GUID + + + .Data1 + 3886330336 + + + .Data2 + 62671 + + + .Data3 + 18227 + + + .Data4[0] + 149 + + + .Data4[1] + 213 + + + .Data4[2] + 115 + + + .Data4[3] + 223 + + + .Data4[4] + 8 + + + .Data4[5] + 75 + + + .Data4[6] + 96 + + + .Data4[7] + 248 + + + + + TcVarGlobal + + + 5346656 + + + Global_Variables.TCPADS_IGR_CONLIST + 32 + UDINT + + 2147483649 + + + + TcVarGlobal + + + 5346816 + + + Global_Variables.TCPADS_IGR_CLOSEBYHDL + 32 + UDINT + + 2147483650 + + + + TcVarGlobal + + + 5346848 + + + Global_Variables.TCPADS_IGR_SENDBYHDL + 32 + UDINT + + 2147483651 + + + + TcVarGlobal + + + 5346880 + + + Global_Variables.TCPADS_IGR_PEERBYHDL + 32 + UDINT + + 2147483652 + + + + TcVarGlobal + + + 5346912 + + + Global_Variables.TCPADS_IGR_RECVBYHDL + 32 + UDINT + + 2147483653 + + + + TcVarGlobal + + + 5346944 + + + Global_Variables.TCPADS_IGR_RECVFROMBYHDL + 32 + UDINT + + 2147483654 + + + + TcVarGlobal + + + 5346976 + + + Global_Variables.TCPADS_IGR_SENDTOBYHDL + 32 + UDINT + + 2147483655 + + + + TcVarGlobal + + + 5347008 + + + Global_Variables.TCPADS_IGR_MULTICAST_ADDBYHDL + 32 + UDINT + + 2147483656 + + + + TcVarGlobal + + + 5347040 + + + Global_Variables.TCPADS_IGR_MULTICAST_DROPBYHDL + 32 + UDINT + + 2147483657 + + + + TcVarGlobal + + + 5347072 + + + Global_Variables.TCPADS_IGR_ADAPTER_LINKSTATUS + 32 + UDINT + + 2147483658 + + + + TcVarGlobal + + + 5347104 + + + Global_Variables.TCPADSCONLST_IOF_CONNECT + 32 + UDINT + + 1 + + + + TcVarGlobal + + + 5347136 + + + Global_Variables.TCPADSCONLST_IOF_LISTEN + 32 + UDINT + + 2 + + + + TcVarGlobal + + + 5347168 + + + Global_Variables.TCPADSCONLST_IOF_CLOSEALL + 32 + UDINT + + 3 + + + + TcVarGlobal + + + 5347200 + + + Global_Variables.TCPADSCONLST_IOF_ACCEPT + 32 + UDINT + + 4 + + + + TcVarGlobal + + + 5347232 + + + Global_Variables.TCPADSCONLST_IOF_UDPBIND + 32 + UDINT + + 5 + + + + TcVarGlobal + + + 5347264 + + + Global_Variables.TCPADSCONLST_IOF_GETHNDLBYADDR + 32 + UDINT + + 6 + + + + TcVarGlobal + + + 5347296 + + + Global_Variables.TCPADSCONLST_IOF_GETLINKSTATUS + 32 + UDINT + + 7 + + + + TcVarGlobal + + + 5347328 + + + Global_Variables.TCPADS_NULL_HSOCKET + Empty (not initialized) socket + 352 + T_HSOCKET + + + .handle + 0 + + + .remoteAddr.nPort + 0 + + + .remoteAddr.sAddr + + + + .localAddr.nPort + 0 + + + .localAddr.sAddr + + + + + + TcVarGlobal + + + 5347360 + + + Global_Variables.LISTEN_MODE_CLOSEALL + FORCED close of all previous opened sockets + 32 + DWORD + + 1 + + + + TcVarGlobal + + + 5347712 + + + Global_Variables.LISTEN_MODE_USEOPENED + Try to use allready opened listener socket + 32 + DWORD + + 2 + + + + TcVarGlobal + + + 5347744 + + + Global_Variables.CONNECT_MODE_ENABLEDBG + Enables/Disables debugging messages + 32 + DWORD + + 2147483648 + + + + TcVarGlobal + + + 5347776 + + + Global_Variables.MAX_THROTTLE_MODE + 32 + DWORD + + 12 + + + + TcVarGlobal + + + 5347808 + + + Global_Variables.THROTTLE_MODE_OFF + 416 + T_ThrottleTimes + + + [0] + 0 + + + [1] + 0 + + + [2] + 0 + + + [3] + 0 + + + [4] + 0 + + + [5] + 0 + + + [6] + 0 + + + [7] + 0 + + + [8] + 0 + + + [9] + 0 + + + [10] + 0 + + + [11] + 0 + + + [12] + 0 + + + + + TcVarGlobal + + + 5347840 + + + Global_Variables.THROTTLE_MODE_DEFAULT + 416 + T_ThrottleTimes + + + [0] + 0 + + + [1] + 10 + + + [2] + 20 + + + [3] + 40 + + + [4] + 60 + + + [5] + 80 + + + [6] + 100 + + + [7] + 200 + + + [8] + 400 + + + [9] + 600 + + + [10] + 800 + + + [11] + 1000 + + + [12] + 2000 + + + + + TcVarGlobal + + + 5348256 + + + Global_Version.stLibVersion_Tc3_JsonXml + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 18 + + + .iRevision + 0 + + + .nFlags + 1 + + + .sVersion + 3.3.18.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 5348672 + + + GVL_Param_TcUnit.MaxNumberOfTestSuites + 16 + UINT + + 1000 + + + + TcVarGlobal + + + 5348960 + + + GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite + 16 + UINT + + 100 + + + + TcVarGlobal + + + 5348976 + + + GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite + 16 + UINT + + 1000 + + + + TcVarGlobal + + + 5348992 + + + GVL_Param_TcUnit.LogExtendedResults + TcUnit logs complete test results. These include: - Amount of test suites - Amount of tests - Amount of successful tests - Amount of failed tests - - Any eventual failed assertion (with the expected & actual value plus an user defined message) + - Any eventual failed assertion (with the expected & actual value plus an user defined message) These are all printed to the ADS logger (Visual Studio error list) marked with ERROR criticality On top of this TcUnit also reports some statistics/extended information with HINT/INFO criticality. These statistics are more detailed results of the tests. This information is used when results are being collected by an external software (such as TcUnit-Runner) to do for example Jenkins integration. This extra information however takes time to print, so by setting the following parameter to FALSE - it will speed up TcUnit finishing. ]]>8BOOL1TcVarGlobal5349008GVL_Param_TcUnit.xUnitEnablePublish8BOOL0TcVarGlobal5349016GVL_Param_TcUnit.xUnitBufferSize32UDINT65535TcVarGlobal5349024GVL_Param_TcUnit.xUnitFilePath2048T_MaxStringC:\tcunit_xunit_testresults.xmlTcVarGlobal5349056GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize + 8 + BOOL + + 1 + + + + TcVarGlobal + + + 5349008 + + + GVL_Param_TcUnit.xUnitEnablePublish + Enable (TRUE) or disable (FALSE) publishing of the xUnit Xml report + 8 + BOOL + + 0 + + + + TcVarGlobal + + + 5349016 + + + GVL_Param_TcUnit.xUnitBufferSize + Default reserved PLC memory buffer used for composition of the xUnit xml file (64 kb default) + 32 + UDINT + + 65535 + + + + TcVarGlobal + + + 5349024 + + + GVL_Param_TcUnit.xUnitFilePath + Default path and filename for the xunit testresults e.g.: for use with jenkins + 2048 + T_MaxString + + C:\tcunit_xunit_testresults.xml + + + + TcVarGlobal + + + 5349056 + + + GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize + This is the maximum number of ADS-messages that can be stored for reporting at the same time. Having a size of 2000 means that it's possible to report up to ~400 test cases in one single PLC cycle. Each entry consumes around 500 bytes, so with an example of a ring buffer size of - 2000 it means that TcUnit will consume around 1 MB of router memory. ]]>16UINT2000TcVarGlobal5351104GVL_TcUnit.TestSuiteIsRegistered8BOOLTcVarGlobal5351120GVL_TcUnit.CurrentTestIsFinished8BOOLTcVarGlobal5351128GVL_TcUnit.TcUnitRunner621826944FB_TcUnitRunnerTcVarGlobal5351136GVL_TcUnit.CurrentTestSuiteBeingCalled32FB_TestSuiteTcVarGlobal627178080GVL_TcUnit.CurrentTestNameBeingCalled2048T_MaxStringTcVarGlobal627178112GVL_TcUnit.IgnoreCurrentTest + 16 + UINT + + 2000 + + + + TcVarGlobal + + + 5351104 + + + GVL_TcUnit.TestSuiteIsRegistered + Indication of whether the last instantiated test suite has an assert instance created + 8 + BOOL + + + TcVarGlobal + + + 5351120 + + + GVL_TcUnit.CurrentTestIsFinished + Whether or not the current test being called has finished running + 8 + BOOL + + + TcVarGlobal + + + 5351128 + + + GVL_TcUnit.TcUnitRunner + 621826944 + FB_TcUnitRunner + + + TcVarGlobal + + + 5351136 + + + GVL_TcUnit.CurrentTestSuiteBeingCalled + Pointer to current test suite being called + 32 + FB_TestSuite + + + TcVarGlobal + + + 627178080 + + + GVL_TcUnit.CurrentTestNameBeingCalled + Current name of test being called + 2048 + T_MaxString + + + TcVarGlobal + + + 627178112 + + + GVL_TcUnit.IgnoreCurrentTest + This is a flag that indicates that the current test should be ignored, and thus that all assertions under it should be ignored as well. A test can be ignored either - because the user has requested so, or because the test is a duplicate name ]]>8BOOLTcVarGlobal627180160GVL_Param_TcUnit.LogExtendedResults + 8 + BOOL + + + TcVarGlobal + + + 627180160 + + + GVL_Param_TcUnit.LogExtendedResults + TcUnit logs complete test results. These include: - Number of test suites - Number of tests - Number of successful tests - Number of failed tests - - Any eventual failed assertion (with the expected & actual value plus an user defined message) + - Any eventual failed assertion (with the expected & actual value plus an user defined message) These are all printed to the ADS logger (Visual Studio error list) marked with ERROR criticality On top of this TcUnit also reports some statistics/extended information with HINT/INFO criticality. These statistics are more detailed results of the tests. This information is used when results are being collected by an external software (such as TcUnit-Runner) to do for example Jenkins integration. This extra information however takes time to print, so by setting the following parameter to FALSE - it will speed up TcUnit finishing. ]]>8BOOL1TcVarGlobal627180168GVL_TcUnit.NumberOfInitializedTestSuites16UINT0TcVarGlobal627180176GVL_TcUnit.TestSuiteAddresses32000FB_TestSuite11000TcVarGlobal627180192GVL_TcUnit.AdsMessageQueue8320864FB_AdsLogStringMessageFifoQueueTcVarGlobal627212192Global_Version.stLibVersion_TcUnit288ST_LibVersion.iMajor1.iMinor1.iBuild0.iRevision0.sVersion1.1.0.0const_non_replacedTcVarGlobal635533056PMPS_GVL.stRequestedBeamParameters1760ST_BeamParamspytmc + it will speed up TcUnit finishing. + 8 + BOOL + + 1 + + + + TcVarGlobal + + + 627180168 + + + GVL_TcUnit.NumberOfInitializedTestSuites + The assert function block instance should be 1:1 mapped to + the test suite instance path. + 16 + UINT + + 0 + + + + TcVarGlobal + + + 627180176 + + + GVL_TcUnit.TestSuiteAddresses + 32000 + FB_TestSuite + + 1 + 1000 + + + + TcVarGlobal + + + 627180192 + + + GVL_TcUnit.AdsMessageQueue + Buffered ADS message queue for output to the error list + 8320864 + FB_AdsLogStringMessageFifoQueue + + + TcVarGlobal + + + 627212192 + + + Global_Version.stLibVersion_TcUnit + 288 + ST_LibVersion + + + .iMajor + 1 + + + .iMinor + 1 + + + .iBuild + 0 + + + .iRevision + 0 + + + .sVersion + 1.1.0.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 635533056 + + + PMPS_GVL.stRequestedBeamParameters + Summarized request for the line, as recognized by the line arbiter PLC + 1760 + ST_BeamParams + + + pytmc + pv: @(PREFIX)RequestedBP io: i archive: 1Hz monitor - TcVarGlobal635533344PMPS_GVL.stCurrentBeamParameters1760ST_BeamParamspytmc + + + + TcVarGlobal + + + 635533344 + + + PMPS_GVL.stCurrentBeamParameters + Currently active BP set, broadcast by the line arbiter PLC + 1760 + ST_BeamParams + + + pytmc + pv: @(PREFIX)CurrentBP io: i archive: 1Hz monitor - TcVarGlobal635535104PMPS_GVL.g_areVBoundaries1024REAL032pytmc + + + + TcVarGlobal + + + 635535104 + + + PMPS_GVL.g_areVBoundaries + 1024 + REAL + + 0 + 32 + + + + pytmc + pv: @(PREFIX)eVRangeCnst io: i archive: 1Hz monitor field: DESC Active eV Range constants field: EGU eV - TcVarGlobal635536864PMPS_GVL.PERange32PE_RangesTcVarGlobal635537888PMPS_GVL.EXCLUDED_ASSERTION_ID32UDINT4294967295TcVarGlobal635537920PMPS_GVL.MAX_DEVICE_STATES32UDINT300TcVarGlobal635537952PMPS_GVL.VISIBLE_TEST_VELOCITY64LREAL10TcVarGlobal635537984PMPS_GVL.FAST_TEST_VELOCITY64LREAL100TcVarGlobal635538048PMPS_GVL.TRANS_SCALING_FACTOR32REAL1TcVarGlobal635538112PMPS_GVL.AUX_ATTENUATORS16UINT16TcVarGlobal635538144PMPS_GVL.MAX_VETO_DEVICES16UINT16TcVarGlobal635538160PMPS_GVL.stAttenuators64ST_PMPS_Attenuator.nTran1.xAttOK1TcVarGlobal635538176PMPS_GVL.cstFullBeam1760ST_BeamParamspytmc + + + + TcVarGlobal + + + 635536864 + + + PMPS_GVL.PERange + Included to place the ev ranges properly + 32 + PE_Ranges + + + TcVarGlobal + + + 635537888 + + + PMPS_GVL.EXCLUDED_ASSERTION_ID + An assertion ID that should always return "not found" in the assertion pool + 32 + UDINT + + 4294967295 + + + + TcVarGlobal + + + 635537920 + + + PMPS_GVL.MAX_DEVICE_STATES + 32 + UDINT + + 300 + + + + TcVarGlobal + + + 635537952 + + + PMPS_GVL.VISIBLE_TEST_VELOCITY + 64 + LREAL + + 10 + + + + TcVarGlobal + + + 635537984 + + + PMPS_GVL.FAST_TEST_VELOCITY + 64 + LREAL + + 100 + + + + TcVarGlobal + + + 635538048 + + + PMPS_GVL.TRANS_SCALING_FACTOR + Scaling factor for fixed-point transmission + 32 + REAL + + 1 + + + + TcVarGlobal + + + 635538112 + + + PMPS_GVL.AUX_ATTENUATORS + Maximum # of attenuators in the PMPS + 16 + UINT + + 16 + + + + TcVarGlobal + + + 635538144 + + + PMPS_GVL.MAX_VETO_DEVICES + 16 + UINT + + 16 + + + + TcVarGlobal + + + 635538160 + + + PMPS_GVL.stAttenuators + 64 + ST_PMPS_Attenuator + + + .nTran + 1 + + + .xAttOK + 1 + + + + + TcVarGlobal + + + 635538176 + + + PMPS_GVL.cstFullBeam + 1760 + ST_BeamParams + + + pytmc + pv: @(PREFIX)FullBeamCnst io: i archive: 1Hz monitor field: DESC Full beam constant - TcVarGlobal635538240PMPS_GVL.cst0RateBeam1760ST_BeamParamspytmc + + + + TcVarGlobal + + + 635538240 + + + PMPS_GVL.cst0RateBeam + 1760 + ST_BeamParams + + + pytmc + pv: @(PREFIX)0RateBeamCnst io: i archive: 1Hz monitor field: DESC 0-rate beam constant - TcVarGlobal635540000PMPS_GVL.cnMaxStateArrayLen + + + TcVarGlobal + + + 635540000 + + + PMPS_GVL.cnMaxStateArrayLen + {attribute 'pytmc' := ' pv: @(PREFIX)SafeBeamCnst io: i archive: 1Hz monitor @@ -2365,647 +76746,7254 @@ Emergency Stop for MR1K1]]>8BOOL16INT20TcVarGlobal635541760PMPS_GVL.MAX_APERTURES16UINT4TcVarGlobal635541776PMPS_GVL.DUMMY_AUX_ATT_ARRAY1024ST_PMPS_Attenuator116suppress_warning_0C0228TcVarGlobal635541792PMPS_GVL.g_cBoundaries16INT31TcVarGlobal635542816PMPS_PARAM.MAX_FAST_FAULTS16UINT50TcVarGlobal635542832PMPS_GVL.reVHyst + 16 + INT + + 20 + + + + TcVarGlobal + + + 635541760 + + + PMPS_GVL.MAX_APERTURES + Maximum # of power slits in the PMPS + 16 + UINT + + 4 + + + + TcVarGlobal + + + 635541776 + + + PMPS_GVL.DUMMY_AUX_ATT_ARRAY + 1024 + ST_PMPS_Attenuator + + 1 + 16 + + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 635541792 + + + PMPS_GVL.g_cBoundaries + 16 + INT + + 31 + + + + TcVarGlobal + + + 635542816 + + + PMPS_PARAM.MAX_FAST_FAULTS + Max fast faults for an FFO + 16 + UINT + + 50 + + + + TcVarGlobal + + + 635542832 + + + PMPS_GVL.reVHyst + /////////////////////// /////////////////////// -//////////////////////////////////// ]]>32REAL5pytmc +//////////////////////////////////// + 32 + REAL + + 5 + + + + pytmc + pv: @(PREFIX)eVRangeHyst io: i archive: 1Hz monitor field: DESC eV Range hystersis field: EGU eV - TcVarGlobal635542848PMPS_GVL.g_areVBoundariesL1024REAL032[0]1000[1]1700[2]2100[3]2500[4]3800[5]4000[6]5000[7]7000[8]7500[9]7700[10]8900[11]10000[12]11100[13]12000[14]13000[15]13500[16]14000[17]16900[18]18000[19]20000[20]22000[21]24000[22]25000[23]25500[24]26000[25]27000[26]28000[27]28500[28]29000[29]30000[30]60000[31]90000pytmc + + + + TcVarGlobal + + + 635542848 + + + PMPS_GVL.g_areVBoundariesL + 1024 + REAL + + 0 + 32 + + + + [0] + 1000 + + + [1] + 1700 + + + [2] + 2100 + + + [3] + 2500 + + + [4] + 3800 + + + [5] + 4000 + + + [6] + 5000 + + + [7] + 7000 + + + [8] + 7500 + + + [9] + 7700 + + + [10] + 8900 + + + [11] + 10000 + + + [12] + 11100 + + + [13] + 12000 + + + [14] + 13000 + + + [15] + 13500 + + + [16] + 14000 + + + [17] + 16900 + + + [18] + 18000 + + + [19] + 20000 + + + [20] + 22000 + + + [21] + 24000 + + + [22] + 25000 + + + [23] + 25500 + + + [24] + 26000 + + + [25] + 27000 + + + [26] + 28000 + + + [27] + 28500 + + + [28] + 29000 + + + [29] + 30000 + + + [30] + 60000 + + + [31] + 90000 + + + + + pytmc + pv: @(PREFIX)L:eVRangeCnst io: i archive: 1Hz monitor field: DESC eV Range constants field: EGU eV - TcVarGlobal635542880PMPS_GVL.g_areVBoundariesK1024REAL032[0]100[1]250[2]270[3]350[4]400[5]450[6]480[7]530[8]680[9]730[10]850[11]1100[12]1150[13]1250[14]1450[15]1500[16]1550[17]1650[18]1700[19]1750[20]1820[21]1850[22]2000[23]2200[24]2500[25]2800[26]3000[27]3150[28]3500[29]4000[30]5300[31]7000pytmc + + + + TcVarGlobal + + + 635542880 + + + PMPS_GVL.g_areVBoundariesK + 1024 + REAL + + 0 + 32 + + + + [0] + 100 + + + [1] + 250 + + + [2] + 270 + + + [3] + 350 + + + [4] + 400 + + + [5] + 450 + + + [6] + 480 + + + [7] + 530 + + + [8] + 680 + + + [9] + 730 + + + [10] + 850 + + + [11] + 1100 + + + [12] + 1150 + + + [13] + 1250 + + + [14] + 1450 + + + [15] + 1500 + + + [16] + 1550 + + + [17] + 1650 + + + [18] + 1700 + + + [19] + 1750 + + + [20] + 1820 + + + [21] + 1850 + + + [22] + 2000 + + + [23] + 2200 + + + [24] + 2500 + + + [25] + 2800 + + + [26] + 3000 + + + [27] + 3150 + + + [28] + 3500 + + + [29] + 4000 + + + [30] + 5300 + + + [31] + 7000 + + + + + pytmc + pv: @(PREFIX)K:eVRangeCnst io: i archive: 1Hz monitor field: DESC eV Range constants field: EGU eV - TcVarGlobal635543904PMPS_PARAM.MAX_ASSERTIONS32UDINT20TcVarGlobal635544928PMPS_PARAM.TRANS_MARGIN32REAL0.05TcVarGlobal635544960PMPS_TOOLS.fbJson256FB_JsonSaxWriterTcVarGlobal635544992GVL_Param_TcUnit.MaxNumberOfTestSuites16UINT1000TcVarGlobal635545248GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite16UINT100TcVarGlobal635545264GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite16UINT1000TcVarGlobal635545280GVL_Param_TcUnit.xUnitEnablePublish8BOOL0TcVarGlobal635545296GVL_TcUnit.TestSuiteIsRegistered8BOOLTcVarGlobal635545304GVL_Param_TcUnit.xUnitBufferSize32UDINT65535TcVarGlobal635545312GVL_Param_TcUnit.xUnitFilePath2048T_MaxStringC:\tcunit_xunit_testresults.xmlTcVarGlobal635545344GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize + + + TcVarGlobal + + + 635543904 + + + PMPS_PARAM.MAX_ASSERTIONS + Maximum number of BP requests in the arbiter + 32 + UDINT + + 20 + + + + TcVarGlobal + + + 635544928 + + + PMPS_PARAM.TRANS_MARGIN + Allowed % margin above requested transmission level in SafeBPCompare (0.0500 = 5deci% default). Note: change this value if scaling factor changes. + 32 + REAL + + 0.05 + + + + TcVarGlobal + + + 635544960 + + + PMPS_TOOLS.fbJson + 256 + FB_JsonSaxWriter + + + TcVarGlobal + + + 635544992 + + + GVL_Param_TcUnit.MaxNumberOfTestSuites + 16 + UINT + + 1000 + + + + TcVarGlobal + + + 635545248 + + + GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite + 16 + UINT + + 100 + + + + TcVarGlobal + + + 635545264 + + + GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite + 16 + UINT + + 1000 + + + + TcVarGlobal + + + 635545280 + + + GVL_Param_TcUnit.xUnitEnablePublish + Enable (TRUE) or disable (FALSE) publishing of the xUnit Xml report + 8 + BOOL + + 0 + + + + TcVarGlobal + + + 635545296 + + + GVL_TcUnit.TestSuiteIsRegistered + Indication of whether the last instantiated test suite has an assert instance created + 8 + BOOL + + + TcVarGlobal + + + 635545304 + + + GVL_Param_TcUnit.xUnitBufferSize + Default reserved PLC memory buffer used for composition of the xUnit xml file (64 kb default) + 32 + UDINT + + 65535 + + + + TcVarGlobal + + + 635545312 + + + GVL_Param_TcUnit.xUnitFilePath + Default path and filename for the xunit testresults e.g.: for use with jenkins + 2048 + T_MaxString + + C:\tcunit_xunit_testresults.xml + + + + TcVarGlobal + + + 635545344 + + + GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize + This is the maximum number of ADS-messages that can be stored for reporting at the same time. Having a size of 2000 means that it's possible to report up to ~400 test cases in one single PLC cycle. Each entry consumes around 500 bytes, so with an example of a ring buffer size of - 2000 it means that TcUnit will consume around 1 MB of router memory. ]]>16UINT2000TcVarGlobal635547392GVL_TcUnit.CurrentTestIsFinished8BOOLTcVarGlobal635547408GVL_TcUnit.IgnoreCurrentTest + 16 + UINT + + 2000 + + + + TcVarGlobal + + + 635547392 + + + GVL_TcUnit.CurrentTestIsFinished + Whether or not the current test being called has finished running + 8 + BOOL + + + TcVarGlobal + + + 635547408 + + + GVL_TcUnit.IgnoreCurrentTest + This is a flag that indicates that the current test should be ignored, and thus that all assertions under it should be ignored as well. A test can be ignored either - because the user has requested so, or because the test is a duplicate name ]]>8BOOLTcVarGlobal635547416GVL_Param_TcUnit.TimeBetweenTestSuitesExecution32TIME0TcVarGlobal635547424GVL_TcUnit.TcUnitRunner621827200FB_TcUnitRunnerTcVarGlobal635547456GVL_TcUnit.CurrentTestSuiteBeingCalled32FB_TestSuiteTcVarGlobal1257374656GVL_TcUnit.CurrentTestNameBeingCalled2048T_MaxStringTcVarGlobal1257374688GVL_TcUnit.NumberOfInitializedTestSuites16UINT0TcVarGlobal1257376736Global_Variables.nCTRL_LOGGER_DATA_ARRAY_SIZE16UINT10TcVarGlobal1257376752GVL_TcUnit.TestSuiteAddresses32000FB_TestSuite11000TcVarGlobal1257376768GVL_TcUnit.CurrentlyRunningOrderedTestInTestSuite + 8 + BOOL + + + TcVarGlobal + + + 635547416 + + + GVL_Param_TcUnit.TimeBetweenTestSuitesExecution + Time delay between a test suite is finished and the execution of the next test suite starts + if using RUN_IN_SEQUENCE() + 32 + TIME + + 0 + + + + TcVarGlobal + + + 635547424 + + + GVL_TcUnit.TcUnitRunner + 621827200 + FB_TcUnitRunner + + + TcVarGlobal + + + 635547456 + + + GVL_TcUnit.CurrentTestSuiteBeingCalled + Pointer to current test suite being called + 32 + FB_TestSuite + + + TcVarGlobal + + + 1257374656 + + + GVL_TcUnit.CurrentTestNameBeingCalled + Current name of test being called + 2048 + T_MaxString + + + TcVarGlobal + + + 1257374688 + + + GVL_TcUnit.NumberOfInitializedTestSuites + The assert function block instance should be 1:1 mapped to + the test suite instance path. + 16 + UINT + + 0 + + + + TcVarGlobal + + + 1257376736 + + + Global_Variables.nCTRL_LOGGER_DATA_ARRAY_SIZE + 16 + UINT + + 10 + + + + TcVarGlobal + + + 1257376752 + + + GVL_TcUnit.TestSuiteAddresses + 32000 + FB_TestSuite + + 1 + 1000 + + + + TcVarGlobal + + + 1257376768 + + + GVL_TcUnit.CurrentlyRunningOrderedTestInTestSuite + If the user is utilizing the TEST_ORDERED(), we need to keep track of which ordered test is currently running. We do this by defining an array, in where we can see which current TEST_ORDERED() is the one to be handled right now. - The below array is only used for TEST_ORDERED()-tests. ]]>16000UINT11000LowerBorder1UpperBorder100TcVarGlobal1257408768GVL_TcUnit.AdsMessageQueue8320864FB_AdsLogStringMessageFifoQueueTcVarGlobal1257424768Global_Version.stLibVersion_TcUnit288ST_LibVersion.iMajor1.iMinor2.iBuild0.iRevision0.sVersion1.2.0.0const_non_replacedTcVarGlobal1265745632Global_Version.stLibVersion_Tc2_MC2288ST_LibVersion.iMajor3.iMinor3.iBuild42.iRevision0.sVersion3.3.42.0const_non_replacedTcVarGlobal1265745920Global_Variables.TcMcGlobal6976_TCMCGLOBALTcVarGlobal1265746208GVL_Constants.cPiezoRange32REAL60TcVarGlobal1265753184Global_Variables.DEFAULT_HOME_POSITION64LREAL1E+307TcVarGlobal1265753216Global_Variables.DEFAULT_BACKLASHVALUE64LREAL1E+307TcVarGlobal1265753280Global_Version.stLibVersion_Tc2_Math288ST_LibVersion.iMajor3.iMinor3.iBuild1.iRevision0.sVersion3.3.1.0const_non_replacedTcVarGlobal1265753344GVL_Constants.nGANTRY_TOLERANCE_NM_DEFAULT64LINT50000TcVarGlobal1265753664GVL_Constants.cPiezoMaxVoltage64LREAL120TcVarGlobal1265753728GVL_Constants.cPiezoMinVoltage64LREAL-10TcVarGlobal1265753792GVL_TestStructs.TestPitch_LimitSwitches2496HOMS_PitchMechanism.ReqPosLimHi2000.ReqPosLimLo-2000.diEncPosLimHi10768330.diEncPosLimLo8141680TcVarGlobal1265753856Global_Version.stLibVersion_Tc2_ControllerToolbox288ST_LibVersion.iMajor3.iMinor4.iBuild3.iRevision0.nFlags0.sVersion3.4.3.0const_non_replacedTcVarGlobal1265756352Global_Variables.stCtrl_GLOBAL_CycleTimeInterpretation128ST_CTRL_CYCLE_TIME_INTERPRETATIONTcVarGlobal1265756672PiezoSerial.rtInitParams_M1K264R_TRIG1265929472PiezoSerial.tonTimeoutRst_M1K2224TON.PT20001265929536PRG_DAQ_ENCODER.nBusyCycles16UINT1265933024PRG_DAQ_ENCODER.nMaxBusyCycles16UINT1265933040PRG_DAQ_ENCODER.nDroppedFrames16UINT1266703040PRG_MR1K1_BEND.bM1K1PitchDone8BOOL1266703056PRG_MR1K1_BEND.bM1K1PitchBusy8BOOL1266703064PRG_MR1K1_BEND.nEncCntYupM1K132UDINTpytmc + The below array is only used for TEST_ORDERED()-tests. + 16000 + UINT + + 1 + 1000 + + + + LowerBorder + 1 + + + UpperBorder + 100 + + + TcVarGlobal + + + 1257408768 + + + GVL_TcUnit.AdsMessageQueue + Buffered ADS message queue for output to the error list + 8320864 + FB_AdsLogStringMessageFifoQueue + + + TcVarGlobal + + + 1257424768 + + + Global_Version.stLibVersion_TcUnit + 288 + ST_LibVersion + + + .iMajor + 1 + + + .iMinor + 2 + + + .iBuild + 0 + + + .iRevision + 0 + + + .sVersion + 1.2.0.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 1265745632 + + + Global_Version.stLibVersion_Tc2_MC2 + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 42 + + + .iRevision + 0 + + + .sVersion + 3.3.42.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 1265745920 + + + Global_Variables.TcMcGlobal + 6976 + _TCMCGLOBAL + + + TcVarGlobal + + + 1265746208 + + + GVL_Constants.cPiezoRange + From Old HOMS_FEE Project, 90 um of piezo stroke, unsure what these units are + 32 + REAL + + 60 + + + + TcVarGlobal + + + 1265753184 + + + Global_Variables.DEFAULT_HOME_POSITION + 64 + LREAL + + 1E+307 + + + + TcVarGlobal + + + 1265753216 + + + Global_Variables.DEFAULT_BACKLASHVALUE + 64 + LREAL + + 1E+307 + + + + TcVarGlobal + + + 1265753280 + + + Global_Version.stLibVersion_Tc2_Math + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 1 + + + .iRevision + 0 + + + .sVersion + 3.3.1.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 1265753344 + + + GVL_Constants.nGANTRY_TOLERANCE_NM_DEFAULT + default gantry tolerance in encoder counts = nm + 64 + LINT + + 50000 + + + + TcVarGlobal + + + 1265753664 + + + GVL_Constants.cPiezoMaxVoltage + in Volts + 64 + LREAL + + 120 + + + + TcVarGlobal + + + 1265753728 + + + GVL_Constants.cPiezoMinVoltage + in Volts + 64 + LREAL + + -10 + + + + TcVarGlobal + + + 1265753792 + + + GVL_TestStructs.TestPitch_LimitSwitches + 2496 + HOMS_PitchMechanism + + + .ReqPosLimHi + 2000 + + + .ReqPosLimLo + -2000 + + + .diEncPosLimHi + 10768330 + + + .diEncPosLimLo + 8141680 + + + + + TcVarGlobal + + + 1265753856 + + + Global_Version.stLibVersion_Tc2_ControllerToolbox + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 4 + + + .iBuild + 3 + + + .iRevision + 0 + + + .nFlags + 0 + + + .sVersion + 3.4.3.0 + + + + + const_non_replaced + + + TcVarGlobal + + + 1265756352 + + + Global_Variables.stCtrl_GLOBAL_CycleTimeInterpretation + 128 + ST_CTRL_CYCLE_TIME_INTERPRETATION + + + TcVarGlobal + + + 1265756672 + + + PiezoSerial.rtInitParams_M1K2 + 64 + R_TRIG + 1265929472 + + + PiezoSerial.tonTimeoutRst_M1K2 + For timeout reset + 224 + TON + + + .PT + 2000 + + + 1265929536 + + + PRG_DAQ_ENCODER.nBusyCycles + Temp testing + 16 + UINT + 1265933024 + + + PRG_DAQ_ENCODER.nMaxBusyCycles + 16 + UINT + 1265933040 + + + PRG_DAQ_ENCODER.nDroppedFrames + 16 + UINT + 1266703040 + + + PRG_MR1K1_BEND.bM1K1PitchDone + 8 + BOOL + 1266703056 + + + PRG_MR1K1_BEND.bM1K1PitchBusy + 8 + BOOL + 1266703064 + + + PRG_MR1K1_BEND.nEncCntYupM1K1 + Raw Encoder Counts + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:YUP:CNT field: EGU cnt io: i - 1266705952PRG_1_PlcTask.fbLogHandler5784960FB_LogHandler1266705984PRG_MR1K1_BEND.M1K120672DUT_HOMSTcLinkTo.fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K1_STO]^Channel 1^Input; + + + + 1266705952 + + + PRG_1_PlcTask.fbLogHandler + 5784960 + FB_LogHandler + 1266705984 + + + PRG_MR1K1_BEND.M1K1 + 20672 + DUT_HOMS + + + TcLinkTo + .fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K1_STO]^Channel 1^Input; .fbRunHOMS.bSTOEnable2:=TIIB[EL1004_M1K1_STO]^Channel 2^Input; .fbRunHOMS.stYupEnc.Count:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Position; .fbRunHOMS.stYdwnEnc.Count:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 2^Position; .fbRunHOMS.stXupEnc.Count:=TIIB[EL5042_M1K1_Xupdwn]^FB Inputs Channel 1^Position; - .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K1_Xupdwn]^FB Inputs Channel 2^Positionpytmc + .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K1_Xupdwn]^FB Inputs Channel 2^Position + + + pytmc + pv: MR1K1:BEND - 1272497344PRG_MR1K1_BEND.fbYRMSErrorM1K1386624FB_RMSWatchpytmc + + + + 1272497344 + + + PRG_MR1K1_BEND.fbYRMSErrorM1K1 + Encoder Arrays/RMS Watch: + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K1:BEND:ENC:Y - 1272518016PRG_MR1K1_BEND.fMaxYRMSErrorM1K164LREAL1272904640PRG_MR1K1_BEND.fMinYRMSErrorM1K164LREAL1272904704PRG_MR1K1_BEND.fbXRMSErrorM1K1386624FB_RMSWatchpytmc + + + + 1272518016 + + + PRG_MR1K1_BEND.fMaxYRMSErrorM1K1 + 64 + LREAL + 1272904640 + + + PRG_MR1K1_BEND.fMinYRMSErrorM1K1 + 64 + LREAL + 1272904704 + + + PRG_MR1K1_BEND.fbXRMSErrorM1K1 + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K1:BEND:ENC:X - 1272904768PRG_MR1K1_BEND.fMaxXRMSErrorM1K164LREAL1273291392PRG_MR1K1_BEND.fMinXRMSErrorM1K164LREAL1273291456PRG_MR1K1_BEND.fbPitchRMSErrorM1K1386624FB_RMSWatchpytmc + + + + 1272904768 + + + PRG_MR1K1_BEND.fMaxXRMSErrorM1K1 + 64 + LREAL + 1273291392 + + + PRG_MR1K1_BEND.fMinXRMSErrorM1K1 + 64 + LREAL + 1273291456 + + + PRG_MR1K1_BEND.fbPitchRMSErrorM1K1 + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K1:BEND:ENC:PITCH - 1273291520PRG_MR1K1_BEND.fMaxPitchRMSErrorM1K164LREAL1273678144PRG_MR1K1_BEND.fMinPitchRMSErrorM1K164LREAL1273678208PRG_MR1K1_BEND.fbM1K1PitchControl364416FB_PitchControl1273678272PRG_MR1K1_BEND.fbMotionStage_m16 + + + 1273291520 + + + PRG_MR1K1_BEND.fMaxPitchRMSErrorM1K1 + 64 + LREAL + 1273678144 + + + PRG_MR1K1_BEND.fMinPitchRMSErrorM1K1 + 64 + LREAL + 1273678208 + + + PRG_MR1K1_BEND.fbM1K1PitchControl + Pitch Control + 364416 + FB_PitchControl + 1273678272 + + + PRG_MR1K1_BEND.fbMotionStage_m16 + 3-15-20 Having issues with pitch control on new Axilon systems (M1K2) Should test on this one to see if common to all new systems - Using stepper only for now]]>298304FB_MotionStage1274042688PRG_MR1K1_BEND.nEncCntYdwnM1K132UDINTpytmc + Using stepper only for now + 298304 + FB_MotionStage + 1274042688 + + + PRG_MR1K1_BEND.nEncCntYdwnM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:YDWN:CNT field: EGU cnt io: i - 1274340992PRG_MR1K1_BEND.nEncCntXupM1K132UDINTpytmc + + + + 1274340992 + + + PRG_MR1K1_BEND.nEncCntXupM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:XUP:CNT field: EGU cnt io: i - 1274341024PRG_MR1K1_BEND.nEncCntXdwnM1K132UDINTpytmc + + + + 1274341024 + + + PRG_MR1K1_BEND.nEncCntXdwnM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:XDWN:CNT field: EGU cnt io: i - 1274341056PRG_MR1K1_BEND.nEncCntPitchM1K132UDINTpytmc + + + + 1274341056 + + + PRG_MR1K1_BEND.nEncCntPitchM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:PITCH:CNT field: EGU cnt io: i - 1274341088PRG_MR1K1_BEND.nEncRefYupM1K132UDINTpytmc + + + + 1274341088 + + + PRG_MR1K1_BEND.nEncRefYupM1K1 + Encoder Reference Values + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:YUP:REF field: EGU cnt io: i - 1274341120PRG_MR1K1_BEND.nEncRefYdwnM1K132UDINTpytmc + + + + 1274341120 + + + PRG_MR1K1_BEND.nEncRefYdwnM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:YDWN:REF field: EGU cnt io: i - 1274341152PRG_MR1K1_BEND.nEncRefXupM1K132UDINTpytmc + + + + 1274341152 + + + PRG_MR1K1_BEND.nEncRefXupM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:XUP:REF field: EGU cnt io: i - 1274341184PRG_MR1K1_BEND.nEncRefXdwnM1K132UDINTpytmc + + + + 1274341184 + + + PRG_MR1K1_BEND.nEncRefXdwnM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:XDWN:REF field: EGU cnt io: i - 1274341216PRG_MR1K1_BEND.nEncRefPitchM1K132UDINTpytmc + + + + 1274341216 + + + PRG_MR1K1_BEND.nEncRefPitchM1K1 + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:PITCH:REF field: EGU cnt io: i - 1274341248PRG_MR1K1_BEND.mcReadParameterPitchM1K14352MC_ReadParameter1274341312PRG_MR1K1_BEND.fEncRefPitchM1K1_urad64LREAL1274345664PRG_MR1K1_BEND.fEncLeverArm_mm64LREAL4101274345728PRG_MR1K1_BEND.fM1K1_Flow_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 1^Value1274345856PRG_MR1K1_BEND.fM1K1_Flow_1_val64LREALpytmc + + + + 1274341248 + + + PRG_MR1K1_BEND.mcReadParameterPitchM1K1 + 4352 + MC_ReadParameter + 1274341312 + + + PRG_MR1K1_BEND.fEncRefPitchM1K1_urad + Current Pitch encoder offset in urad + 64 + LREAL + 1274345664 + + + PRG_MR1K1_BEND.fEncLeverArm_mm + Common + 64 + LREAL + + 410 + + 1274345728 + + + PRG_MR1K1_BEND.fM1K1_Flow_1 + M1K1 Flow Press Sensors + 320 + FB_AnalogInput + + + TcLinkTo + .iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 1^Value + + + 1274345856 + + + PRG_MR1K1_BEND.fM1K1_Flow_1_val + 64 + LREAL + + + pytmc + pv: MR1K1:BEND:FWM:1 field: EGU lpm io: i - 1274346176PRG_MR1K1_BEND.fM1K1_Flow_2320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 2^Value1274346240PRG_MR1K1_BEND.fM1K1_Flow_2_val64LREALpytmc + + + + 1274346176 + + + PRG_MR1K1_BEND.fM1K1_Flow_2 + 320 + FB_AnalogInput + + + TcLinkTo + .iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 2^Value + + + 1274346240 + + + PRG_MR1K1_BEND.fM1K1_Flow_2_val + 64 + LREAL + + + pytmc + pv: MR1K1:BEND:FWM:2 field: EGU lpm io: i - 1274346560PRG_MR1K1_BEND.fM1K1_Press_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 3^Value1274346624PRG_MR1K1_BEND.fM1K1_Press_1_val64LREALpytmc + + + + 1274346560 + + + PRG_MR1K1_BEND.fM1K1_Press_1 + 320 + FB_AnalogInput + + + TcLinkTo + .iRaw := TIIB[EL3054_M1K1_FWM_PRSM]^AI Standard Channel 3^Value + + + 1274346624 + + + PRG_MR1K1_BEND.fM1K1_Press_1_val + 64 + LREAL + + + pytmc + pv: MR1K1:BEND:PRSM:1 field: EGU bar io: i - 1274346944PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorM1K1386624FB_RMSWatchpytmc + + + + 1274346944 + + + PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorM1K1 + Encoder Arrays/RMS Watch: +MR1K1 US BENDER ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K1:BEND:ENC:US - 1274347008PRG_MR1K1_BEND_BENDER.fMaxBendUSRMSErrorM1K164LREAL1274733632PRG_MR1K1_BEND_BENDER.fMinBendUSRMSErrorM1K164LREAL1274733696PRG_MR1K1_BEND_BENDER.fbBendDSRMSErrorM1K1386624FB_RMSWatchpytmc + + + + 1274347008 + + + PRG_MR1K1_BEND_BENDER.fMaxBendUSRMSErrorM1K1 + 64 + LREAL + 1274733632 + + + PRG_MR1K1_BEND_BENDER.fMinBendUSRMSErrorM1K1 + 64 + LREAL + 1274733696 + + + PRG_MR1K1_BEND_BENDER.fbBendDSRMSErrorM1K1 + MR1K1 DS BENDER ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K1:BEND:ENC:DS - 1274733760PRG_MR1K1_BEND_BENDER.fMaxBendDSRMSErrorM1K164LREAL1275120384PRG_MR1K1_BEND_BENDER.fMinBendDSRMSErrorM1K164LREAL1275120448PRG_MR1K1_BEND_BENDER.nEncRefBendUSM1K132UDINTpytmc + + + + 1274733760 + + + PRG_MR1K1_BEND_BENDER.fMaxBendDSRMSErrorM1K1 + 64 + LREAL + 1275120384 + + + PRG_MR1K1_BEND_BENDER.fMinBendDSRMSErrorM1K1 + 64 + LREAL + 1275120448 + + + PRG_MR1K1_BEND_BENDER.nEncRefBendUSM1K1 + Encoder Reference Values +MR1K1 BEND US ENC REF + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:US:REF field: EGU cnt io: i - 1275120512PRG_MR1K1_BEND_BENDER.nEncRefBendDSM1K132UDINTpytmc + + + + 1275120512 + + + PRG_MR1K1_BEND_BENDER.nEncRefBendDSM1K1 + MR1K1 BEND DS ENC REF + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:DS:REF field: EGU cnt io: i - 1275120544PRG_MR1K1_BEND_BENDER.nEncCntBendUSM1K132UDINTpytmc + + + + 1275120544 + + + PRG_MR1K1_BEND_BENDER.nEncCntBendUSM1K1 + Encoder raw counts +M1K1 BEND US ENC CNT + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:US:CNT field: EGU cnt io: i - 1275120576PRG_MR1K1_BEND_BENDER.nEncCntBendDSM1K132UDINTpytmc + + + + 1275120576 + + + PRG_MR1K1_BEND_BENDER.nEncCntBendDSM1K1 + M1K1 BEND DS ENC CNT + 32 + UDINT + + + pytmc + pv: MR1K1:BEND:ENC:DS:CNT field: EGU cnt io: i - 1275120608PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_132REALpytmc + + + + 1275120608 + + + PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_1 + MR1K1 Bender RTDs + MR1K1 US RTDs + 32 + REAL + + + pytmc + pv: MR1K1:BEND:RTD:US:1 field: ASLO 0.01 field: EGU C io: i - 1275120640PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_232REALpytmc + + + + 1275120640 + + + PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_2 + 32 + REAL + + + pytmc + pv: MR1K1:BEND:RTD:US:2 field: ASLO 0.01 field: EGU C io: i - 1275120672PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_332REALpytmc + + + + 1275120672 + + + PRG_MR1K1_BEND_BENDER.fM1K1US_RTD_3 + 32 + REAL + + + pytmc + pv: MR1K1:BEND:RTD:US:3 field: ASLO 0.01 field: EGU C io: i - 1275120704PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_132REALpytmc + + + + 1275120704 + + + PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_1 + M1K1 DS RTDs + 32 + REAL + + + pytmc + pv: MR1K1:BEND:RTD:DS:1 field: ASLO 0.01 field: EGU C io: i - 1275120736PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_232REALpytmc + + + + 1275120736 + + + PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_2 + 32 + REAL + + + pytmc + pv: MR1K1:BEND:RTD:DS:2 field: ASLO 0.01 field: EGU C io: i - 1275120768PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_332REALpytmc + + + + 1275120768 + + + PRG_MR1K1_BEND_BENDER.fM1K1DS_RTD_3 + 32 + REAL + + + pytmc + pv: MR1K1:BEND:RTD:DS:3 field: ASLO 0.01 field: EGU C io: i - 1275120800PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorMR1K116INT1275120880PRG_MR1K1_BEND_BENDER.fbLogHandler5784960FB_LogHandler1275120896PRG_MR1K1_BEND_BENDER.ffBenderRange25088FB_FastFault.i_xAutoReset1.i_DevNameMR1K1 Bender.i_DescBenders have moved out of range, monochromator beam may be focused where it can damage the BCS. Adjust bender to be within limits to clear fault.i_TypeCode10261280905856PRG_MR1K2_SWITCH.M1K220672DUT_HOMSTcLinkTo.fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K2_STO]^Channel 1^Input; + + + + 1275120800 + + + PRG_MR1K1_BEND_BENDER.fbBendUSRMSErrorMR1K1 + 16 + INT + 1275120880 + + + PRG_MR1K1_BEND_BENDER.fbLogHandler + Logging + 5784960 + FB_LogHandler + 1275120896 + + + PRG_MR1K1_BEND_BENDER.ffBenderRange + PMPS + 25088 + FB_FastFault + + + .i_xAutoReset + 1 + + + .i_DevName + MR1K1 Bender + + + .i_Desc + Benders have moved out of range, monochromator beam may be focused where it can damage the BCS. Adjust bender to be within limits to clear fault + + + .i_TypeCode + 1026 + + + 1280905856 + + + PRG_MR1K2_SWITCH.M1K2 + 20672 + DUT_HOMS + + + TcLinkTo + .fbRunHOMS.bSTOEnable1:=TIIB[EL1004_M1K2_STO]^Channel 1^Input; .fbRunHOMS.bSTOEnable2:=TIIB[EL1004_M1K2_STO]^Channel 2^Input; .fbRunHOMS.stYupEnc.Count:=TIIB[EL5042_M1K2_Yleftright]^FB Inputs Channel 1^Position; .fbRunHOMS.stYdwnEnc.Count:=TIIB[EL5042_M1K2_Yleftright]^FB Inputs Channel 2^Position; .fbRunHOMS.stXupEnc.Count:=TIIB[EL5042_M1K2_Xupdwn]^FB Inputs Channel 1^Position; - .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K2_Xupdwn]^FB Inputs Channel 2^Positionpytmc + .fbRunHOMS.stXdwnEnc.Count:=TIIB[EL5042_M1K2_Xupdwn]^FB Inputs Channel 2^Position + + + pytmc + pv: MR1K2:SWITCH - 1280930944PRG_MR1K2_SWITCH.fbYRMSErrorM1K2386624FB_RMSWatchpytmc + + + + 1280930944 + + + PRG_MR1K2_SWITCH.fbYRMSErrorM1K2 + Encoder Arrays/RMS Watch: + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K2:SWITCH:ENC:Y - 1280951616PRG_MR1K2_SWITCH.fMaxYRMSErrorM1K264LREAL1281338240PRG_MR1K2_SWITCH.fMinYRMSErrorM1K264LREAL1281338304PRG_MR1K2_SWITCH.fbXRMSErrorM1K2386624FB_RMSWatchpytmc + + + + 1280951616 + + + PRG_MR1K2_SWITCH.fMaxYRMSErrorM1K2 + 64 + LREAL + 1281338240 + + + PRG_MR1K2_SWITCH.fMinYRMSErrorM1K2 + 64 + LREAL + 1281338304 + + + PRG_MR1K2_SWITCH.fbXRMSErrorM1K2 + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K2:SWITCH:ENC:X - 1281338368PRG_MR1K2_SWITCH.fMaxXRMSErrorM1K264LREAL1281724992PRG_MR1K2_SWITCH.fMinXRMSErrorM1K264LREAL1281725056PRG_MR1K2_SWITCH.fbPitchRMSErrorM1K2386624FB_RMSWatchpytmc + + + + 1281338368 + + + PRG_MR1K2_SWITCH.fMaxXRMSErrorM1K2 + 64 + LREAL + 1281724992 + + + PRG_MR1K2_SWITCH.fMinXRMSErrorM1K2 + 64 + LREAL + 1281725056 + + + PRG_MR1K2_SWITCH.fbPitchRMSErrorM1K2 + 386624 + FB_RMSWatch + + + pytmc + pv: MR1K2:SWITCH:ENC:PITCH - 1281725120PRG_MR1K2_SWITCH.fMaxPitchRMSErrorM1K264LREAL1282111744PRG_MR1K2_SWITCH.fMinPitchRMSErrorM1K264LREAL1282111808PRG_MR1K2_SWITCH.fbM1K2PitchControl364416FB_PitchControl1282111872PRG_MR1K2_SWITCH.bM1K2PitchDone8BOOL1282476288PRG_MR1K2_SWITCH.bM1K2PitchBusy8BOOL1282476296PRG_MR1K2_SWITCH.nEncCntYleftM1K232UDINTpytmc + + + + 1281725120 + + + PRG_MR1K2_SWITCH.fMaxPitchRMSErrorM1K2 + 64 + LREAL + 1282111744 + + + PRG_MR1K2_SWITCH.fMinPitchRMSErrorM1K2 + 64 + LREAL + 1282111808 + + + PRG_MR1K2_SWITCH.fbM1K2PitchControl + Pitch Control + 364416 + FB_PitchControl + 1282111872 + + + PRG_MR1K2_SWITCH.bM1K2PitchDone + 8 + BOOL + 1282476288 + + + PRG_MR1K2_SWITCH.bM1K2PitchBusy + 8 + BOOL + 1282476296 + + + PRG_MR1K2_SWITCH.nEncCntYleftM1K2 + Raw Encoder Counts + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:YLEFT:CNT field: EGU cnt io: i - 1282476320PRG_MR1K2_SWITCH.fbMotionStage_m5298304FB_MotionStage1282476352PRG_MR1K2_SWITCH.fYRoll_urad64LREALpytmc + + + + 1282476320 + + + PRG_MR1K2_SWITCH.fbMotionStage_m5 + 3-15-20 Having issues with pitch control on new Axilon systems + Using stepper only for now + 298304 + FB_MotionStage + 1282476352 + + + PRG_MR1K2_SWITCH.fYRoll_urad + Roll about Z axis in urad + 64 + LREAL + + + pytmc + pv: MR1K2:SWITCH:ENC:ROLL field: EGU urad io: i - 1282774656PRG_MR1K2_SWITCH.nEncCntYrightM1K232UDINTpytmc + + + + 1282774656 + + + PRG_MR1K2_SWITCH.nEncCntYrightM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:YRIGHT:CNT field: EGU cnt io: i - 1282774720PRG_MR1K2_SWITCH.nEncCntXupM1K232UDINTpytmc + + + + 1282774720 + + + PRG_MR1K2_SWITCH.nEncCntXupM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:XUP:CNT field: EGU cnt io: i - 1282774752PRG_MR1K2_SWITCH.nEncCntXdwnM1K232UDINTpytmc + + + + 1282774752 + + + PRG_MR1K2_SWITCH.nEncCntXdwnM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:XDWN:CNT field: EGU cnt io: i - 1282774784PRG_MR1K2_SWITCH.nEncCntPitchM1K232UDINTpytmc + + + + 1282774784 + + + PRG_MR1K2_SWITCH.nEncCntPitchM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:PITCH:CNT field: EGU cnt io: i - 1282774816PRG_MR1K2_SWITCH.nEncRefYleftM1K232UDINTpytmc + + + + 1282774816 + + + PRG_MR1K2_SWITCH.nEncRefYleftM1K2 + Encoder Reference Values + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:YLEFT:REF field: EGU cnt io: i - 1282774848PRG_MR1K2_SWITCH.nEncRefYrightM1K232UDINTpytmc + + + + 1282774848 + + + PRG_MR1K2_SWITCH.nEncRefYrightM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:YRIGHT:REF field: EGU cnt io: i - 1282774880PRG_MR1K2_SWITCH.nEncRefXupM1K232UDINTpytmc + + + + 1282774880 + + + PRG_MR1K2_SWITCH.nEncRefXupM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:XUP:REF field: EGU cnt io: i - 1282774912PRG_MR1K2_SWITCH.nEncRefXdwnM1K232UDINTpytmc + + + + 1282774912 + + + PRG_MR1K2_SWITCH.nEncRefXdwnM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:XDWN:REF field: EGU cnt io: i - 1282774944PRG_MR1K2_SWITCH.nEncRefPitchM1K232UDINTpytmc + + + + 1282774944 + + + PRG_MR1K2_SWITCH.nEncRefPitchM1K2 + 32 + UDINT + + + pytmc + pv: MR1K2:SWITCH:ENC:PITCH:REF field: EGU cnt io: i - 1282774976PRG_MR1K2_SWITCH.mcReadParameterPitchM1K24352MC_ReadParameter1282775040PRG_MR1K2_SWITCH.fEncRefPitchM1K2_urad64LREAL1282779392PRG_MR1K2_SWITCH.fEncLeverArm_mm64LREAL3911282779456PRG_SL1K2_EXIT.bInit8BOOL11282779688PRG_ZeroOrder_PMPS.bSafeBenderRange8BOOLpytmc + + + + 1282774976 + + + PRG_MR1K2_SWITCH.mcReadParameterPitchM1K2 + 4352 + MC_ReadParameter + 1282775040 + + + PRG_MR1K2_SWITCH.fEncRefPitchM1K2_urad + Current Pitch encoder offset in urad + 64 + LREAL + 1282779392 + + + PRG_MR1K2_SWITCH.fEncLeverArm_mm + Common + 64 + LREAL + + 391 + + 1282779456 + + + PRG_SL1K2_EXIT.bInit + 8 + BOOL + + 1 + + 1282779688 + + + PRG_ZeroOrder_PMPS.bSafeBenderRange + 8 + BOOL + + + pytmc + pv: @(PREFIX)SafeBenderRange field: ZNAM FALSE field: ONAM TRUE - 1282779696PRG_ZeroOrder_PMPS.bLRG_Grating_IN8BOOLpytmc + + + + 1282779696 + + + PRG_ZeroOrder_PMPS.bLRG_Grating_IN + 8 + BOOL + + + pytmc + pv: @(PREFIX)LRG_Grating_IN field: ZNAM FALSE field: ONAM TRUE - 1282779704PRG_SP1K1_MONO.fbMotionStage_m_pi298304FB_MotionStage1282779712PRG_SP1K1_MONO.fbMotionStage_g_pi298304FB_MotionStage1283078016PRG_SP1K1_MONO.fbMotionStage_m_h298304FB_MotionStage1283376320PRG_SP1K1_MONO.fbMotionStage_g_h298304FB_MotionStage1283674624PRG_SP1K1_MONO.fbMotionStage_s_r298304FB_MotionStage1283972928PRG_SP1K1_MONO.fbMotionStage_s_io298304FB_MotionStage1284271232PRG_SP1K1_MONO.mpi_upeurad64LREALpytmc + + + + 1282779704 + + + PRG_SP1K1_MONO.fbMotionStage_m_pi + 298304 + FB_MotionStage + 1282779712 + + + PRG_SP1K1_MONO.fbMotionStage_g_pi + 298304 + FB_MotionStage + 1283078016 + + + PRG_SP1K1_MONO.fbMotionStage_m_h + 298304 + FB_MotionStage + 1283376320 + + + PRG_SP1K1_MONO.fbMotionStage_g_h + 298304 + FB_MotionStage + 1283674624 + + + PRG_SP1K1_MONO.fbMotionStage_s_r + 298304 + FB_MotionStage + 1283972928 + + + PRG_SP1K1_MONO.fbMotionStage_s_io + 298304 + FB_MotionStage + 1284271232 + + + PRG_SP1K1_MONO.mpi_upeurad + 64 + LREAL + + + pytmc + pv: SP1K1:MONO:ENC:M_PI:02 io: o - 1284569792PRG_SP1K1_MONO.gpi_upeurad64LREALpytmc + + + + 1284569792 + + + PRG_SP1K1_MONO.gpi_upeurad + 64 + LREAL + + + pytmc + pv: SP1K1:MONO:ENC:G_PI:02 io: o - 1284569856PRG_SP1K1_MONO.RTD1256FB_TempSensorpytmc + + + + 1284569856 + + + PRG_SP1K1_MONO.RTD1 + RTDs + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:01 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Overrange1284569920PRG_SP1K1_MONO.RTD2256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 1^Status^Overrange + + + 1284569920 + + + PRG_SP1K1_MONO.RTD2 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:02 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Overrange1284570176PRG_SP1K1_MONO.RTD3256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3202-E13]^RTD Inputs Channel 2^Status^Overrange + + + 1284570176 + + + PRG_SP1K1_MONO.RTD3 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:03 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Overrange1284570432PRG_SP1K1_MONO.RTD4256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 1^Status^Overrange + + + 1284570432 + + + PRG_SP1K1_MONO.RTD4 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:04 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Overrange1284570688PRG_SP1K1_MONO.RTD5256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3202-E14]^RTD Inputs Channel 2^Status^Overrange + + + 1284570688 + + + PRG_SP1K1_MONO.RTD5 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:05 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Overrange1284570944PRG_SP1K1_MONO.RTD6256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 1^Status^Overrange + + + 1284570944 + + + PRG_SP1K1_MONO.RTD6 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:06 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Overrange1284571200PRG_SP1K1_MONO.RTD7256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3204-E15]^RTD Inputs Channel 2^Status^Overrange + + + 1284571200 + + + PRG_SP1K1_MONO.RTD7 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:07 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Value; .bError := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Overrange1284571456PRG_SP1K1_MONO.RTD8256FB_TempSensorpytmc + .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 1^Status^Overrange + + + 1284571456 + + + PRG_SP1K1_MONO.RTD8 + 256 + FB_TempSensor + + + pytmc + pv: SP1K1:MONO:RTD:08 io: o - TcLinkTo.iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Value; + + + + TcLinkTo + .iRaw := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Value; .bError := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Error; .bUnderrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Underrange; - .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Overrange1284571712PRG_SP1K1_MONO.fipi_read64LREALpytmc + .bOverrange := TIIB[SP1K1-EL3204-E16]^RTD Inputs Channel 2^Status^Overrange + + + 1284571712 + + + PRG_SP1K1_MONO.fipi_read + ///////TODO + 64 + LREAL + + + pytmc + pv: GM:PITCH:fipi_read io: i - 1284571968PRG_SP1K1_MONO.fipi_set64LREALpytmc + + + + 1284571968 + + + PRG_SP1K1_MONO.fipi_set + 64 + LREAL + + + pytmc + pv: GM:PITCH:fipi_set io: o - 1284572032PRG_SP1K1_MONO.sd_io_FFO25088FB_FastFault.i_DevNameSP1K1-MONO.i_DescFault occurs When SP1K1-MONO screw driver motor is not in the out position.i_TypeCode43681284572096PRG_SP1K1_MONO.sd_io_e_pmps64LREAL74000.291284597184PRG_SP1K1_MONO.fSP1K1_Flow_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 1^Value1284597248PRG_SP1K1_MONO.fSP1K1_Flow_1_val64LREALpytmc + + + + 1284572032 + + + PRG_SP1K1_MONO.sd_io_FFO + 25088 + FB_FastFault + + + .i_DevName + SP1K1-MONO + + + .i_Desc + Fault occurs When SP1K1-MONO screw driver motor is not in the out position + + + .i_TypeCode + 4368 + + + 1284572096 + + + PRG_SP1K1_MONO.sd_io_e_pmps + 64 + LREAL + + 74000.29 + + 1284597184 + + + PRG_SP1K1_MONO.fSP1K1_Flow_1 + SP1K1 Flow Press Sensors + 320 + FB_AnalogInput + + + TcLinkTo + .iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 1^Value + + + 1284597248 + + + PRG_SP1K1_MONO.fSP1K1_Flow_1_val + 64 + LREAL + + + pytmc + pv: SP1K1:MONO:FWM:1 field: EGU lpm io: i - 1284597568PRG_SP1K1_MONO.fSP1K1_Flow_2320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 2^Value1284597632PRG_SP1K1_MONO.fSP1K1_Flow_2_val64LREALpytmc + + + + 1284597568 + + + PRG_SP1K1_MONO.fSP1K1_Flow_2 + 320 + FB_AnalogInput + + + TcLinkTo + .iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 2^Value + + + 1284597632 + + + PRG_SP1K1_MONO.fSP1K1_Flow_2_val + 64 + LREAL + + + pytmc + pv: SP1K1:MONO:FWM:2 field: EGU lpm io: i - 1284597952PRG_SP1K1_MONO.fSP1K1_Press_1320FB_AnalogInputTcLinkTo.iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 3^Value1284598016PRG_SP1K1_MONO.fSP1K1_Press_1_val64LREALpytmc + + + + 1284597952 + + + PRG_SP1K1_MONO.fSP1K1_Press_1 + 320 + FB_AnalogInput + + + TcLinkTo + .iRaw := TIIB[EL3054_SP1K1_FWM_PRSM]^AI Standard Channel 3^Value + + + 1284598016 + + + PRG_SP1K1_MONO.fSP1K1_Press_1_val + 64 + LREAL + + + pytmc + pv: SP1K1:MONO:PRSM:1 field: EGU bar io: i - 1284598336PRG_SP1K1_MONO.fGpiEncoderPosDiff64LREAL1284598400PRG_SP1K1_MONO.afGpiPosDiffBuffer64000LREAL110001284598464PRG_SP1K1_MONO.afGpiExtraBuffer64000LREAL110001284662464PRG_SP1K1_MONO.fbGpiPosDiffCollect288FB_DataBuffer1284726464PRG_2_PMPS_POST.delta32REAL0.11284726752PRG_SP1K1_MONO.fbGpiPosDiffStats896FB_BasicStatspytmc + + + + 1284598336 + + + PRG_SP1K1_MONO.fGpiEncoderPosDiff + SP1K1 Grating Mono Vibration Stats + 64 + LREAL + 1284598400 + + + PRG_SP1K1_MONO.afGpiPosDiffBuffer + 64000 + LREAL + + 1 + 1000 + + 1284598464 + + + PRG_SP1K1_MONO.afGpiExtraBuffer + 64000 + LREAL + + 1 + 1000 + + 1284662464 + + + PRG_SP1K1_MONO.fbGpiPosDiffCollect + 288 + FB_DataBuffer + 1284726464 + + + PRG_2_PMPS_POST.delta + 32 + REAL + + 0.1 + + 1284726752 + + + PRG_SP1K1_MONO.fbGpiPosDiffStats + 896 + FB_BasicStats + + + pytmc + pv: SP1K1:MONO:MMS:G_PI:ENCDIFF - 1284726784PRG_SP1K1_MONO.fGpiRangeMax64LREAL1284727680PRG_SP1K1_MONO.rtNewGpiMove64R_TRIG1284727744PRG_SP1K1_MONO.tonNewGpiMove224TON1284727808PRG_SL1K2_EXIT.FFO25088FB_FastFault.i_DevNameSL1K2-EXIT.i_DescFault occurs when device is in an usafe state.i_TypeCode36641284731904PRG_SL1K2_EXIT.fbPitch298304FB_MotionStage1284756992PRG_SL1K2_EXIT.fbRoll298304FB_MotionStage1285055296PRG_SL1K2_EXIT.fbVertical298304FB_MotionStage1285353600PRG_SL1K2_EXIT.fbGap298304FB_MotionStage1285651904PRG_SL1K2_EXIT.fbYag298304FB_MotionStage1285950208PRG_SL1K2_EXIT.fbStates677952FB_XS_YAG_Statespytmc + + + + 1284726784 + + + PRG_SP1K1_MONO.fGpiRangeMax + 64 + LREAL + 1284727680 + + + PRG_SP1K1_MONO.rtNewGpiMove + 64 + R_TRIG + 1284727744 + + + PRG_SP1K1_MONO.tonNewGpiMove + 224 + TON + 1284727808 + + + PRG_SL1K2_EXIT.FFO + 25088 + FB_FastFault + + + .i_DevName + SL1K2-EXIT + + + .i_Desc + Fault occurs when device is in an usafe state + + + .i_TypeCode + 3664 + + + 1284731904 + + + PRG_SL1K2_EXIT.fbPitch + 298304 + FB_MotionStage + 1284756992 + + + PRG_SL1K2_EXIT.fbRoll + 298304 + FB_MotionStage + 1285055296 + + + PRG_SL1K2_EXIT.fbVertical + 298304 + FB_MotionStage + 1285353600 + + + PRG_SL1K2_EXIT.fbGap + 298304 + FB_MotionStage + 1285651904 + + + PRG_SL1K2_EXIT.fbYag + 298304 + FB_MotionStage + 1285950208 + + + PRG_SL1K2_EXIT.fbStates + 677952 + FB_XS_YAG_States + + + pytmc + pv: SL1K2:EXIT:YAG:STATE io: i - 1286248512PRG_SL1K2_EXIT.RTD_Crystal_TOP256FB_TempSensorpytmc + + + + 1286248512 + + + PRG_SL1K2_EXIT.RTD_Crystal_TOP + 256 + FB_TempSensor + + + pytmc + pv: SL1K2:EXIT:RTD:CRYSTAL_TOP - TcLinkTo.iRaw := TIIB[EL3201_SL1K2_1]^RTD^Value; + + + + TcLinkTo + .iRaw := TIIB[EL3201_SL1K2_1]^RTD^Value; .bError := TIIB[EL3201_SL1K2_1]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_1]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_1]^RTD^Status^Overrange1286926464PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM256FB_TempSensorpytmc + .bOverrange := TIIB[EL3201_SL1K2_1]^RTD^Status^Overrange + + + 1286926464 + + + PRG_SL1K2_EXIT.RTD_Crystal_BOTTOM + 256 + FB_TempSensor + + + pytmc + pv: SL1K2:EXIT:RTD:CRYSTAL_BOTTOM - TcLinkTo.iRaw := TIIB[EL3201_SL1K2_2]^RTD^Value; + + + + TcLinkTo + .iRaw := TIIB[EL3201_SL1K2_2]^RTD^Value; .bError := TIIB[EL3201_SL1K2_2]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_2]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_2]^RTD^Status^Overrange1286926720PRG_SL1K2_EXIT.RTD_YAG256FB_TempSensorpytmc + .bOverrange := TIIB[EL3201_SL1K2_2]^RTD^Status^Overrange + + + 1286926720 + + + PRG_SL1K2_EXIT.RTD_YAG + 256 + FB_TempSensor + + + pytmc + pv: SL1K2:EXIT:RTD:YAG - TcLinkTo.iRaw := TIIB[EL3201_SL1K2_3]^RTD^Value; + + + + TcLinkTo + .iRaw := TIIB[EL3201_SL1K2_3]^RTD^Value; .bError := TIIB[EL3201_SL1K2_3]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_3]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_3]^RTD^Status^Overrange1286926976PRG_SL1K2_EXIT.RTD_HeatSync256FB_TempSensorpytmc + .bOverrange := TIIB[EL3201_SL1K2_3]^RTD^Status^Overrange + + + 1286926976 + + + PRG_SL1K2_EXIT.RTD_HeatSync + 256 + FB_TempSensor + + + pytmc + pv: SL1K2:EXIT:RTD:HeatSync - TcLinkTo.iRaw := TIIB[EL3201_SL1K2_4]^RTD^Value; + + + + TcLinkTo + .iRaw := TIIB[EL3201_SL1K2_4]^RTD^Value; .bError := TIIB[EL3201_SL1K2_4]^RTD^Status^Error; .bUnderrange := TIIB[EL3201_SL1K2_4]^RTD^Status^Underrange; - .bOverrange := TIIB[EL3201_SL1K2_4]^RTD^Status^Overrange1286927232PRG_SL1K2_EXIT.fbGige1088FB_PPM_Gigepytmc + .bOverrange := TIIB[EL3201_SL1K2_4]^RTD^Status^Overrange + + + 1286927232 + + + PRG_SL1K2_EXIT.fbGige + 1088 + FB_PPM_Gige + + + pytmc + pv: SL1K2:EXIT:CAM - TcLinkTo.iIlluminatorINT := TIIB[EL4004_SL1K2]^AO Outputs Channel 1^Analog output; - .bGigePower := TIIB[EL2004_SL1K2]^Channel 3^Output1286927488PRG_SL1K2_EXIT.fSmallDelta64LREAL0.011286928576PRG_SL1K2_EXIT.fBigDelta64LREAL101286928640PRG_SL1K2_EXIT.fMaxVelocity64LREAL0.51286928704PRG_SL1K2_EXIT.fHighAccel64LREAL0.81286928768PRG_SL1K2_EXIT.fLowAccel64LREAL0.11286928832PRG_ST1K1_ZOS.fbZOS298304FB_MotionStage1286928896PRG_ZeroOrder_PMPS.bZOS_IN8BOOLpytmc + + + + TcLinkTo + .iIlluminatorINT := TIIB[EL4004_SL1K2]^AO Outputs Channel 1^Analog output; + .bGigePower := TIIB[EL2004_SL1K2]^Channel 3^Output + + + 1286927488 + + + PRG_SL1K2_EXIT.fSmallDelta + Motion Parameters + 64 + LREAL + + 0.01 + + 1286928576 + + + PRG_SL1K2_EXIT.fBigDelta + 64 + LREAL + + 10 + + 1286928640 + + + PRG_SL1K2_EXIT.fMaxVelocity + 64 + LREAL + + 0.5 + + 1286928704 + + + PRG_SL1K2_EXIT.fHighAccel + 64 + LREAL + + 0.8 + + 1286928768 + + + PRG_SL1K2_EXIT.fLowAccel + 64 + LREAL + + 0.1 + + 1286928832 + + + PRG_ST1K1_ZOS.fbZOS + 298304 + FB_MotionStage + 1286928896 + + + PRG_ZeroOrder_PMPS.bZOS_IN + 8 + BOOL + + + pytmc + pv: @(PREFIX)ZOS_IN field: ZNAM FALSE field: ONAM TRUE - 1287227808PRG_ZeroOrder_PMPS.bZOB_on_Lower_Stopper8BOOLpytmc + + + + 1287227808 + + + PRG_ZeroOrder_PMPS.bZOB_on_Lower_Stopper + 8 + BOOL + + + pytmc + pv: :@(PREFIX)ZOB_on_Lower_Stopper field: ZNAM FALSE field: ONAM TRUE - 1287227816PRG_ZeroOrder_PMPS.bMR1K1_Inserted8BOOLpytmc + + + + 1287227816 + + + PRG_ZeroOrder_PMPS.bMR1K1_Inserted + 8 + BOOL + + + pytmc + pv: @(PREFIX)MR1K1_Inserted field: ZNAM FALSE field: ONAM TRUE - 1287227824PRG_ZeroOrder_PMPS.bBeamPermitted8BOOLpytmc + + + + 1287227824 + + + PRG_ZeroOrder_PMPS.bBeamPermitted + 8 + BOOL + + + pytmc + pv: @(PREFIX)BeamPermitted field: ZNAM FALSE field: ONAM TRUE - 1287227832PRG_2_PMPS_POST.fbArbiterIO138752FB_SubSysToArbiter_IO1287227840PRG_2_PMPS_POST.fb_vetoArbiter27168FB_VetoArbiter1287366592PRG_2_PMPS_POST.ff2_ff1_link_optics25088FB_FastFault.i_xAutoReset1.i_DevNameFF2 to FF1 Link Optics.i_DescThis is virtual FF2 fault, Please see faulting optics devices.i_TypeCode655351287393760PRG_2_PMPS_POST.ffRIX0125088FB_FastFault.i_xAutoReset0.i_DevNameRIX Tran 0.1.i_DescFaults when M1K1 is IN and transmission is above 0.1.i_TypeCode627291287418848PRG_2_PMPS_POST.ffRIX0225088FB_FastFault.i_xAutoReset0.i_DevNameRIX Tran 0.2.i_DescFaults when M1K1 is IN and transmission is above 0.2.i_TypeCode627361287443936PRG_2_PMPS_POST.ffRIX0525088FB_FastFault.i_xAutoReset0.i_DevNameRIX Tran 0.5.i_DescFaults when M1K1 is IN and transmission is above 0.5.i_TypeCode627371287469024PRG_ZeroOrder_PMPS.ffZeroOrderBeam25088FB_FastFault.i_xAutoReset1.i_DevNameZero Order Beam.i_DescFaults when Zero order beam safe conditions are not met.i_TypeCode627261287494112PRG_MR2K2_FLAT.nEncRefXM2K232UDINTpytmc + + + + 1287227832 + + + PRG_2_PMPS_POST.fbArbiterIO + 138752 + FB_SubSysToArbiter_IO + 1287227840 + + + PRG_2_PMPS_POST.fb_vetoArbiter + 27168 + FB_VetoArbiter + 1287366592 + + + PRG_2_PMPS_POST.ff2_ff1_link_optics + 25088 + FB_FastFault + + + .i_xAutoReset + 1 + + + .i_DevName + FF2 to FF1 Link Optics + + + .i_Desc + This is virtual FF2 fault, Please see faulting optics devices + + + .i_TypeCode + 65535 + + + 1287393760 + + + PRG_2_PMPS_POST.ffRIX01 + Extra FFOs + 25088 + FB_FastFault + + + .i_xAutoReset + 0 + + + .i_DevName + RIX Tran 0.1 + + + .i_Desc + Faults when M1K1 is IN and transmission is above 0.1 + + + .i_TypeCode + 62729 + + + 1287418848 + + + PRG_2_PMPS_POST.ffRIX02 + 25088 + FB_FastFault + + + .i_xAutoReset + 0 + + + .i_DevName + RIX Tran 0.2 + + + .i_Desc + Faults when M1K1 is IN and transmission is above 0.2 + + + .i_TypeCode + 62736 + + + 1287443936 + + + PRG_2_PMPS_POST.ffRIX05 + 25088 + FB_FastFault + + + .i_xAutoReset + 0 + + + .i_DevName + RIX Tran 0.5 + + + .i_Desc + Faults when M1K1 is IN and transmission is above 0.5 + + + .i_TypeCode + 62737 + + + 1287469024 + + + PRG_ZeroOrder_PMPS.ffZeroOrderBeam + PMPS + 25088 + FB_FastFault + + + .i_xAutoReset + 1 + + + .i_DevName + Zero Order Beam + + + .i_Desc + Faults when Zero order beam safe conditions are not met + + + .i_TypeCode + 62726 + + + 1287494112 + + + PRG_MR2K2_FLAT.nEncRefXM2K2 + Encoder Reference Values +MR2K2 X ENC REF + 32 + UDINT + + + pytmc + pv: MR2K2:FLAT:ENC:X:REF field: EGU cnt io: i - 1287519200PRG_ZeroOrder_PMPS.Pm364LREAL1287519232PRG_ZeroOrder_PMPS.Pm264LREAL1287519296PRG_ZeroOrder_PMPS.Pm164LREAL1287519360PRG_ZeroOrder_PMPS.Hm164LREAL1287519424PRG_ZeroOrder_PMPS.HZos64LREAL1287519488PRG_ZeroOrder_PMPS.Zbm164LREAL1287519552PRG_ZeroOrder_PMPS.Zbm264LREAL1287519616PRG_ZeroOrder_PMPS.Zbm364LREAL1287519680PRG_ZeroOrder_PMPS.Hbm164LREAL1287519744PRG_ZeroOrder_PMPS.Hbm264LREAL1287519808PRG_ZeroOrder_PMPS.Hbm364LREAL1287519872PRG_ZeroOrder_PMPS.Hb0m364LREAL1287519936PRG_ZeroOrder_PMPS.Hm364LREAL1287520000PRG_ZeroOrder_PMPS.Hpiv64LREAL1287520064PRG_ZeroOrder_PMPS.Theta_m164LREAL1287520128PRG_ZeroOrder_PMPS.Theta_m264LREAL1287520192PRG_ZeroOrder_PMPS.Theta_m364LREAL1287520256PRG_ZeroOrder_PMPS.Delta64LREAL1287520320PRG_ZeroOrder_PMPS.Ans64LREAL1287520384PRG_ZeroOrder_PMPS.ffZeroOrderBeamExitSlits25088FB_FastFault.i_xAutoReset1.i_DevNameZero Order Beam and Exit Slits.i_DescFaults when Zero order beam is aligned and exit slits are closed.i_TypeCode627261287520448PRG_ZeroOrder_PMPS.Hi264LREAL1.41287545536PRG_ZeroOrder_PMPS.Zi264LREAL731.6131287545600PRG_ZeroOrder_PMPS.Theta064LREAL01287545664PRG_ZeroOrder_PMPS.Zm164LREAL733.7721287545728PRG_ZeroOrder_PMPS.Zmon64LREAL739.6221287545792PRG_ZeroOrder_PMPS.Zpiv64LREAL739.7621287545856PRG_ZeroOrder_PMPS.Zzos64LREAL741.4221287545920PRG_MR2K2_FLAT.fbXRMSErrorM2K2386624FB_RMSWatchpytmc pv: MR2K2:FLAT:ENC:X1287545984PRG_MR2K2_FLAT.fMaxXRMSErrorM2K264LREAL1287932608PRG_MR2K2_FLAT.fMinXRMSErrorM2K264LREAL1287932672PRG_MR2K2_FLAT.fbYRMSErrorM2K2386624FB_RMSWatchpytmc pv: MR2K2:FLAT:ENC:Y1287932736PRG_MR2K2_FLAT.fMaxYRMSErrorM2K264LREAL1288319360PRG_MR2K2_FLAT.fMinYRMSErrorM2K264LREAL1288319424PRG_MR2K2_FLAT.fbrXRMSErrorM2K2386624FB_RMSWatchpytmc pv: MR2K2:FLAT:ENC:PITCH1288319488PRG_MR2K2_FLAT.fMaxrXRMSErrorM2K264LREAL1288706112PRG_MR2K2_FLAT.fMinrXRMSErrorM2K264LREAL1288706176PRG_MR2K2_FLAT.nEncRefYM2K232UDINTpytmc + + + + 1287519200 + + + PRG_ZeroOrder_PMPS.Pm3 + 64 + LREAL + 1287519232 + + + PRG_ZeroOrder_PMPS.Pm2 + 64 + LREAL + 1287519296 + + + PRG_ZeroOrder_PMPS.Pm1 + 64 + LREAL + 1287519360 + + + PRG_ZeroOrder_PMPS.Hm1 + 64 + LREAL + 1287519424 + + + PRG_ZeroOrder_PMPS.HZos + 64 + LREAL + 1287519488 + + + PRG_ZeroOrder_PMPS.Zbm1 + 64 + LREAL + 1287519552 + + + PRG_ZeroOrder_PMPS.Zbm2 + 64 + LREAL + 1287519616 + + + PRG_ZeroOrder_PMPS.Zbm3 + 64 + LREAL + 1287519680 + + + PRG_ZeroOrder_PMPS.Hbm1 + 64 + LREAL + 1287519744 + + + PRG_ZeroOrder_PMPS.Hbm2 + 64 + LREAL + 1287519808 + + + PRG_ZeroOrder_PMPS.Hbm3 + 64 + LREAL + 1287519872 + + + PRG_ZeroOrder_PMPS.Hb0m3 + 64 + LREAL + 1287519936 + + + PRG_ZeroOrder_PMPS.Hm3 + fixed calc + 64 + LREAL + 1287520000 + + + PRG_ZeroOrder_PMPS.Hpiv + 64 + LREAL + 1287520064 + + + PRG_ZeroOrder_PMPS.Theta_m1 + 64 + LREAL + 1287520128 + + + PRG_ZeroOrder_PMPS.Theta_m2 + 64 + LREAL + 1287520192 + + + PRG_ZeroOrder_PMPS.Theta_m3 + 64 + LREAL + 1287520256 + + + PRG_ZeroOrder_PMPS.Delta + 64 + LREAL + 1287520320 + + + PRG_ZeroOrder_PMPS.Ans + 64 + LREAL + 1287520384 + + + PRG_ZeroOrder_PMPS.ffZeroOrderBeamExitSlits + 25088 + FB_FastFault + + + .i_xAutoReset + 1 + + + .i_DevName + Zero Order Beam and Exit Slits + + + .i_Desc + Faults when Zero order beam is aligned and exit slits are closed + + + .i_TypeCode + 62726 + + + 1287520448 + + + PRG_ZeroOrder_PMPS.Hi2 + m + 64 + LREAL + + 1.4 + + 1287545536 + + + PRG_ZeroOrder_PMPS.Zi2 + m + 64 + LREAL + + 731.613 + + 1287545600 + + + PRG_ZeroOrder_PMPS.Theta0 + 64 + LREAL + + 0 + + 1287545664 + + + PRG_ZeroOrder_PMPS.Zm1 + m + 64 + LREAL + + 733.772 + + 1287545728 + + + PRG_ZeroOrder_PMPS.Zmon + m + 64 + LREAL + + 739.622 + + 1287545792 + + + PRG_ZeroOrder_PMPS.Zpiv + m + 64 + LREAL + + 739.762 + + 1287545856 + + + PRG_ZeroOrder_PMPS.Zzos + m + 64 + LREAL + + 741.422 + + 1287545920 + + + PRG_MR2K2_FLAT.fbXRMSErrorM2K2 + Encoder Arrays/RMS Watch: +MR2K2 X ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR2K2:FLAT:ENC:X + + + 1287545984 + + + PRG_MR2K2_FLAT.fMaxXRMSErrorM2K2 + 64 + LREAL + 1287932608 + + + PRG_MR2K2_FLAT.fMinXRMSErrorM2K2 + 64 + LREAL + 1287932672 + + + PRG_MR2K2_FLAT.fbYRMSErrorM2K2 + MR2K2 Y ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR2K2:FLAT:ENC:Y + + + 1287932736 + + + PRG_MR2K2_FLAT.fMaxYRMSErrorM2K2 + 64 + LREAL + 1288319360 + + + PRG_MR2K2_FLAT.fMinYRMSErrorM2K2 + 64 + LREAL + 1288319424 + + + PRG_MR2K2_FLAT.fbrXRMSErrorM2K2 + MR2K2 rX ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR2K2:FLAT:ENC:PITCH + + + 1288319488 + + + PRG_MR2K2_FLAT.fMaxrXRMSErrorM2K2 + 64 + LREAL + 1288706112 + + + PRG_MR2K2_FLAT.fMinrXRMSErrorM2K2 + 64 + LREAL + 1288706176 + + + PRG_MR2K2_FLAT.nEncRefYM2K2 + MR2K2 Y ENC REF + 32 + UDINT + + + pytmc + pv: MR2K2:FLAT:ENC:Y:REF field: EGU cnt io: i - 1288706240PRG_MR2K2_FLAT.nEncRefrXM2K232UDINTpytmc + + + + 1288706240 + + + PRG_MR2K2_FLAT.nEncRefrXM2K2 + MR2K2 rX ENC REF + 32 + UDINT + + + pytmc + pv: MR2K2:FLAT:ENC:PITCH:REF field: EGU cnt io: i - 1288706272PRG_MR2K2_FLAT.nEncCntXM2K232UDINTpytmc + + + + 1288706272 + + + PRG_MR2K2_FLAT.nEncCntXM2K2 + Encoder raw counts +M2K2 FLAT X ENC CNT + 32 + UDINT + + + pytmc + pv: MR2K2:FLAT:ENC:X:CNT field: EGU cnt io: i - 1288706304PRG_MR2K2_FLAT.nEncCntYM2K232UDINTpytmc + + + + 1288706304 + + + PRG_MR2K2_FLAT.nEncCntYM2K2 + M2K2 FLAT Y ENC CNT + 32 + UDINT + + + pytmc + pv: MR2K2:FLAT:ENC:Y:CNT field: EGU cnt io: i - 1288706336PRG_MR2K2_FLAT.nEncCntrXM2K232UDINTpytmc + + + + 1288706336 + + + PRG_MR2K2_FLAT.nEncCntrXM2K2 + M2K2 FLAT rX ENC CNT + 32 + UDINT + + + pytmc + pv: MR2K2:FLAT:ENC:PITCH:CNT field: EGU cnt io: i - 1288706368PRG_MR3K2_KBH.fbXRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:X1288706432PRG_MR3K2_KBH.fMaxXRMSErrorM3K264LREAL1289093056PRG_MR3K2_KBH.fMinXRMSErrorM3K264LREAL1289093120PRG_MR3K2_KBH.fbYRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:Y1289093184PRG_MR3K2_KBH.fMaxYRMSErrorM3K264LREAL1289479808PRG_MR3K2_KBH.fMinYRMSErrorM3K264LREAL1289479872PRG_MR3K2_KBH.fbrYRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:PITCH1289479936PRG_MR3K2_KBH.fMaxrYRMSErrorM3K264LREAL1289866560PRG_MR3K2_KBH.fMinrYRMSErrorM3K264LREAL1289866624PRG_MR3K2_KBH.fbUSRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:BEND:US1289866688PRG_MR3K2_KBH.fMaxUSRMSErrorM3K264LREAL1290253312PRG_MR3K2_KBH.fMinUSRMSErrorM3K264LREAL1290253376PRG_MR3K2_KBH.fbdSRMSErrorM3K2386624FB_RMSWatchpytmc pv: MR3K2:KBH:ENC:BEND:DS1290253440PRG_MR3K2_KBH.fMaxDSRMSErrorM3K264LREAL1290640064PRG_MR3K2_KBH.fMinDSRMSErrorM3K264LREAL1290640128PRG_MR3K2_KBH.nEncRefXM3K232UDINTpytmc + + + + 1288706368 + + + PRG_MR3K2_KBH.fbXRMSErrorM3K2 + Encoder Arrays/RMS Watch: +MR3K2 X ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR3K2:KBH:ENC:X + + + 1288706432 + + + PRG_MR3K2_KBH.fMaxXRMSErrorM3K2 + 64 + LREAL + 1289093056 + + + PRG_MR3K2_KBH.fMinXRMSErrorM3K2 + 64 + LREAL + 1289093120 + + + PRG_MR3K2_KBH.fbYRMSErrorM3K2 + MR3K2 Y ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR3K2:KBH:ENC:Y + + + 1289093184 + + + PRG_MR3K2_KBH.fMaxYRMSErrorM3K2 + 64 + LREAL + 1289479808 + + + PRG_MR3K2_KBH.fMinYRMSErrorM3K2 + 64 + LREAL + 1289479872 + + + PRG_MR3K2_KBH.fbrYRMSErrorM3K2 + MR3K2 rY ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR3K2:KBH:ENC:PITCH + + + 1289479936 + + + PRG_MR3K2_KBH.fMaxrYRMSErrorM3K2 + 64 + LREAL + 1289866560 + + + PRG_MR3K2_KBH.fMinrYRMSErrorM3K2 + 64 + LREAL + 1289866624 + + + PRG_MR3K2_KBH.fbUSRMSErrorM3K2 + MR3K2 US ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR3K2:KBH:ENC:BEND:US + + + 1289866688 + + + PRG_MR3K2_KBH.fMaxUSRMSErrorM3K2 + 64 + LREAL + 1290253312 + + + PRG_MR3K2_KBH.fMinUSRMSErrorM3K2 + 64 + LREAL + 1290253376 + + + PRG_MR3K2_KBH.fbdSRMSErrorM3K2 + MR3K2 DS ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR3K2:KBH:ENC:BEND:DS + + + 1290253440 + + + PRG_MR3K2_KBH.fMaxDSRMSErrorM3K2 + 64 + LREAL + 1290640064 + + + PRG_MR3K2_KBH.fMinDSRMSErrorM3K2 + 64 + LREAL + 1290640128 + + + PRG_MR3K2_KBH.nEncRefXM3K2 + Encoder Reference Values +MR3K2 X ENC REF + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:X:REF field: EGU cnt io: i - 1290640192PRG_MR3K2_KBH.nEncRefYM3K232UDINTpytmc + + + + 1290640192 + + + PRG_MR3K2_KBH.nEncRefYM3K2 + MR3K2 Y ENC REF + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:Y:REF field: EGU cnt io: i - 1290640224PRG_MR3K2_KBH.nEncRefrYM3K232UDINTpytmc + + + + 1290640224 + + + PRG_MR3K2_KBH.nEncRefrYM3K2 + MR3K2 rY ENC REF + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:PITCH:REF field: EGU cnt io: i - 1290640256PRG_MR3K2_KBH.nEncRefUSM3K232UDINTpytmc + + + + 1290640256 + + + PRG_MR3K2_KBH.nEncRefUSM3K2 + MR3K2 US ENC REF + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:BEND:US:REF field: EGU cnt io: i - 1290640288PRG_MR3K2_KBH.nEncRefDSM3K232UDINTpytmc + + + + 1290640288 + + + PRG_MR3K2_KBH.nEncRefDSM3K2 + MR3K2 DS ENC REF + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:BEND:DS:REF field: EGU cnt io: i - 1290640320PRG_MR3K2_KBH.nEncCntXM3K232UDINTpytmc + + + + 1290640320 + + + PRG_MR3K2_KBH.nEncCntXM3K2 + Encoder raw counts +M3K2 KBH X ENC CNT + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:X:CNT field: EGU cnt io: i - 1290640352PRG_MR3K2_KBH.nEncCntYM3K232UDINTpytmc + + + + 1290640352 + + + PRG_MR3K2_KBH.nEncCntYM3K2 + M3K2 KBH Y ENC CNT + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:Y:CNT field: EGU cnt io: i - 1290640384PRG_MR3K2_KBH.nEncCntrYM3K232UDINTpytmc + + + + 1290640384 + + + PRG_MR3K2_KBH.nEncCntrYM3K2 + M3K2 KBH rY ENC CNT + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:PITCH:CNT field: EGU cnt io: i - 1290640416PRG_MR3K2_KBH.nEncCntUSM3K232UDINTpytmc + + + + 1290640416 + + + PRG_MR3K2_KBH.nEncCntUSM3K2 + M3K2 KBH US ENC CNT + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:BEND:US:CNT field: EGU cnt io: i - 1290640448PRG_MR3K2_KBH.nEncCntDSM3K232UDINTpytmc + + + + 1290640448 + + + PRG_MR3K2_KBH.nEncCntDSM3K2 + M3K2 KBH DS ENC CNT + 32 + UDINT + + + pytmc + pv: MR3K2:KBH:ENC:BEND:DS:CNT field: EGU cnt io: i - 1290640480PRG_MR3K2_KBH.fM3K2US_RTD_132REALpytmc + + + + 1290640480 + + + PRG_MR3K2_KBH.fM3K2US_RTD_1 + MR3K2 Bender RTDs + MR3K2 US RTDs + 32 + REAL + + + pytmc + pv: MR3K2:KBH:RTD:BEND:US:1 field: ASLO 0.01 field: EGU C io: i - 1290640512PRG_MR3K2_KBH.fM3K2US_RTD_232REALpytmc + + + + 1290640512 + + + PRG_MR3K2_KBH.fM3K2US_RTD_2 + 32 + REAL + + + pytmc + pv: MR3K2:KBH:RTD:BEND:US:2 field: ASLO 0.01 field: EGU C io: i - 1290640544PRG_MR3K2_KBH.fM3K2US_RTD_332REALpytmc + + + + 1290640544 + + + PRG_MR3K2_KBH.fM3K2US_RTD_3 + 32 + REAL + + + pytmc + pv: MR3K2:KBH:RTD:CHIN:L field: ASLO 0.01 field: EGU C io: i - 1290640576PRG_MR3K2_KBH.fM3K2DS_RTD_132REALpytmc + + + + 1290640576 + + + PRG_MR3K2_KBH.fM3K2DS_RTD_1 + M3K2 DS RTDs + 32 + REAL + + + pytmc + pv: MR3K2:KBH:RTD:BEND:DS:1 field: ASLO 0.01 field: EGU C io: i - 1290640608PRG_MR3K2_KBH.fM3K2DS_RTD_232REALpytmc + + + + 1290640608 + + + PRG_MR3K2_KBH.fM3K2DS_RTD_2 + 32 + REAL + + + pytmc + pv: MR3K2:KBH:RTD:CHIN:R field: ASLO 0.01 field: EGU C io: i - 1290640640PRG_MR3K2_KBH.fM3K2DS_RTD_332REALpytmc + + + + 1290640640 + + + PRG_MR3K2_KBH.fM3K2DS_RTD_3 + 32 + REAL + + + pytmc + pv: MR3K2:KBH:RTD:BEND:DS:3 field: ASLO 0.01 field: EGU C io: i - 1290640672PRG_MR4K2_KBV.fbXRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:X1290640768PRG_MR4K2_KBV.fMaxXRMSErrorM4K264LREAL1291027392PRG_MR4K2_KBV.fMinXRMSErrorM4K264LREAL1291027456PRG_MR4K2_KBV.fbYRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:Y1291027520PRG_MR4K2_KBV.fMaxYRMSErrorM4K264LREAL1291414144PRG_MR4K2_KBV.fMinYRMSErrorM4K264LREAL1291414208PRG_MR4K2_KBV.fbrXRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:PITCH1291414272PRG_MR4K2_KBV.fMaxrXRMSErrorM4K264LREAL1291800896PRG_MR4K2_KBV.fMinrXRMSErrorM4K264LREAL1291800960PRG_MR4K2_KBV.fbUSRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:BEND:US1291801024PRG_MR4K2_KBV.fMaxUSRMSErrorM4K264LREAL1292187648PRG_MR4K2_KBV.fMinUSRMSErrorM4K264LREAL1292187712PRG_MR4K2_KBV.fbdSRMSErrorM4K2386624FB_RMSWatchpytmc pv: MR4K2:KBV:ENC:BEND:DS1292187776PRG_MR4K2_KBV.fMaxDSRMSErrorM4K264LREAL1292574400PRG_MR4K2_KBV.fMinDSRMSErrorM4K264LREAL1292574464PRG_MR4K2_KBV.nEncRefXM4K232UDINTpytmc + + + + 1290640672 + + + PRG_MR4K2_KBV.fbXRMSErrorM4K2 + Encoder Arrays/RMS Watch: +MR4K2 X ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR4K2:KBV:ENC:X + + + 1290640768 + + + PRG_MR4K2_KBV.fMaxXRMSErrorM4K2 + 64 + LREAL + 1291027392 + + + PRG_MR4K2_KBV.fMinXRMSErrorM4K2 + 64 + LREAL + 1291027456 + + + PRG_MR4K2_KBV.fbYRMSErrorM4K2 + MR4K2 Y ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR4K2:KBV:ENC:Y + + + 1291027520 + + + PRG_MR4K2_KBV.fMaxYRMSErrorM4K2 + 64 + LREAL + 1291414144 + + + PRG_MR4K2_KBV.fMinYRMSErrorM4K2 + 64 + LREAL + 1291414208 + + + PRG_MR4K2_KBV.fbrXRMSErrorM4K2 + MR4K2 rX ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR4K2:KBV:ENC:PITCH + + + 1291414272 + + + PRG_MR4K2_KBV.fMaxrXRMSErrorM4K2 + 64 + LREAL + 1291800896 + + + PRG_MR4K2_KBV.fMinrXRMSErrorM4K2 + 64 + LREAL + 1291800960 + + + PRG_MR4K2_KBV.fbUSRMSErrorM4K2 + MR4K2 US ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR4K2:KBV:ENC:BEND:US + + + 1291801024 + + + PRG_MR4K2_KBV.fMaxUSRMSErrorM4K2 + 64 + LREAL + 1292187648 + + + PRG_MR4K2_KBV.fMinUSRMSErrorM4K2 + 64 + LREAL + 1292187712 + + + PRG_MR4K2_KBV.fbdSRMSErrorM4K2 + MR4K2 DS ENC RMS + 386624 + FB_RMSWatch + + + pytmc + pv: MR4K2:KBV:ENC:BEND:DS + + + 1292187776 + + + PRG_MR4K2_KBV.fMaxDSRMSErrorM4K2 + 64 + LREAL + 1292574400 + + + PRG_MR4K2_KBV.fMinDSRMSErrorM4K2 + 64 + LREAL + 1292574464 + + + PRG_MR4K2_KBV.nEncRefXM4K2 + Encoder Reference Values +MR4K2 X ENC REF + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:X:REF field: EGU cnt io: i - 1292574528PRG_MR4K2_KBV.nEncRefYM4K232UDINTpytmc + + + + 1292574528 + + + PRG_MR4K2_KBV.nEncRefYM4K2 + MR4K2 Y ENC REF + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:Y:REF field: EGU cnt io: i - 1292574560PRG_MR4K2_KBV.nEncRefrXM4K232UDINTpytmc + + + + 1292574560 + + + PRG_MR4K2_KBV.nEncRefrXM4K2 + MR4K2 rX ENC REF + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:PITCH:REF field: EGU cnt io: i - 1292574592PRG_MR4K2_KBV.nEncRefUSM4K232UDINTpytmc + + + + 1292574592 + + + PRG_MR4K2_KBV.nEncRefUSM4K2 + MR4K2 US ENC REF + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:BEND:US:REF field: EGU cnt io: i - 1292574624PRG_MR4K2_KBV.nEncRefDSM4K232UDINTpytmc + + + + 1292574624 + + + PRG_MR4K2_KBV.nEncRefDSM4K2 + MR4K2 DS ENC REF + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:BEND:DS:REF field: EGU cnt io: i - 1292574656PRG_MR4K2_KBV.nEncCntXM4K232UDINTpytmc + + + + 1292574656 + + + PRG_MR4K2_KBV.nEncCntXM4K2 + Encoder raw counts +M4K2 KBV X ENC CNT + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:X:CNT field: EGU cnt io: i - 1292574688PRG_MR4K2_KBV.nEncCntYM4K232UDINTpytmc + + + + 1292574688 + + + PRG_MR4K2_KBV.nEncCntYM4K2 + M4K2 KBV Y ENC CNT + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:Y:CNT field: EGU cnt io: i - 1292574720PRG_MR4K2_KBV.nEncCntrXM4K232UDINTpytmc + + + + 1292574720 + + + PRG_MR4K2_KBV.nEncCntrXM4K2 + M4K2 KBV rX ENC CNT + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:PITCH:CNT field: EGU cnt io: i - 1292574752PRG_MR4K2_KBV.nEncCntUSM4K232UDINTpytmc + + + + 1292574752 + + + PRG_MR4K2_KBV.nEncCntUSM4K2 + M4K2 KBV US ENC CNT + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:BEND:US:CNT field: EGU cnt io: i - 1292574784PRG_MR4K2_KBV.nEncCntDSM4K232UDINTpytmc + + + + 1292574784 + + + PRG_MR4K2_KBV.nEncCntDSM4K2 + M4K2 KBV DS ENC CNT + 32 + UDINT + + + pytmc + pv: MR4K2:KBV:ENC:BEND:DS:CNT field: EGU cnt io: i - 1292574816PRG_MR4K2_KBV.fM4K2US_RTD_132REALpytmc + + + + 1292574816 + + + PRG_MR4K2_KBV.fM4K2US_RTD_1 + MR4K2 Bender RTDs + MR4K2 US RTDs + 32 + REAL + + + pytmc + pv: MR4K2:KBV:RTD:BEND:US:1 field: ASLO 0.01 field: EGU C io: i - 1292574848PRG_MR4K2_KBV.fM4K2US_RTD_232REALpytmc + + + + 1292574848 + + + PRG_MR4K2_KBV.fM4K2US_RTD_2 + 32 + REAL + + + pytmc + pv: MR4K2:KBV:RTD:BEND:US:2 field: ASLO 0.01 field: EGU C io: i - 1292574880PRG_MR4K2_KBV.fM4K2US_RTD_332REALpytmc + + + + 1292574880 + + + PRG_MR4K2_KBV.fM4K2US_RTD_3 + 32 + REAL + + + pytmc + pv: MR4K2:KBV:RTD:BEND:US:3 field: ASLO 0.01 field: EGU C io: i - 1292574912PRG_MR4K2_KBV.fM4K2DS_RTD_132REALpytmc + + + + 1292574912 + + + PRG_MR4K2_KBV.fM4K2DS_RTD_1 + M4K2 DS RTDs + 32 + REAL + + + pytmc + pv: MR4K2:KBV:RTD:BEND:DS:1 field: ASLO 0.01 field: EGU C io: i - 1292574944PRG_MR4K2_KBV.fM4K2DS_RTD_232REALpytmc + + + + 1292574944 + + + PRG_MR4K2_KBV.fM4K2DS_RTD_2 + 32 + REAL + + + pytmc + pv: MR4K2:KBV:RTD:BEND:DS:2 field: ASLO 0.01 field: EGU C io: i - 1292574976PRG_MR4K2_KBV.fM4K2DS_RTD_332REALpytmc + + + + 1292574976 + + + PRG_MR4K2_KBV.fM4K2DS_RTD_3 + 32 + REAL + + + pytmc + pv: MR4K2:KBV:RTD:BEND:DS:3 field: ASLO 0.01 field: EGU C io: i - 1292575008PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD256FB_TempSensorTcLinkTo.iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Value; + + + + 1292575008 + + + PRG_MR4K2_KBV.nM4K2_Chin_Right_RTD + 256 + FB_TempSensor + + + TcLinkTo + .iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Value; .bUnderrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Underrange; .bOverrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Overrange; - .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Errorpytmc + .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 1^Status^Error + + + pytmc + pv: MR4K2:KBV:RTD:CHIN:R field: EGU C io: i - 1292575040PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD256FB_TempSensorTcLinkTo.iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Value; + + + + 1292575040 + + + PRG_MR4K2_KBV.nM4K2_Chin_Left_RTD + 256 + FB_TempSensor + + + TcLinkTo + .iRaw := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Value; .bUnderrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Underrange; .bOverrange := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Overrange; - .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Errorpytmc + .bError := TIIB[EL3204_M4K2_CHIN]^RTD Inputs Channel 2^Status^Error + + + pytmc + pv: MR4K2:KBV:RTD:CHIN:L field: EGU C io: i - 1292575296GVL_M1K1.M1K1_Pitch2496HOMS_PitchMechanism.ReqPosLimHi24681.ReqPosLimLo24321.diEncPosLimHi10139808.diEncPosLimLo9950984TcLinkTo.diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^PositionTcVarGlobal1292580672GVL_M1K1_BENDER_Constants.nM1K1bendUS_ENC_REF64ULINT21458400TcVarGlobal1292583168GVL_M1K1_BENDER_Constants.nM1K1bendDS_ENC_REF64ULINT21225900TcVarGlobal1292583232GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_UpperLimit64ULINT22100000TcVarGlobal1292583296GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_LowerLimit64ULINT20900000TcVarGlobal1292583360GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_UpperLimit64ULINT21800000TcVarGlobal1292583424GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_LowerLimit64ULINT20600000TcVarGlobal1292583488GVL_M1K1_Constants.nYUP_ENC_REF64ULINT13008545TcVarGlobal1292583616GVL_M1K1_Constants.nYDWN_ENC_REF64ULINT11158257TcVarGlobal1292583680GVL_M1K1_Constants.nXUP_ENC_REF64ULINT19831295TcVarGlobal1292583744GVL_M1K1_Constants.nXDWN_ENC_REF64ULINT19604132TcVarGlobal1292583808GVL_M2K2.nM2K2X_ENC_REF64ULINT6077000TcVarGlobal1292586368GVL_M2K2.nM2K2Y_ENC_REF64ULINT5975460TcVarGlobal1292586432GVL_M2K2.nM2K2rX_ENC_REF64ULINT50412360TcVarGlobal1292586496GVL_M3K2.nM3K2X_ENC_REF64ULINT5951195TcVarGlobal1292586560GVL_M3K2.nM3K2Y_ENC_REF64ULINT5857203TcVarGlobal1292586624GVL_M3K2.nM3K2rY_ENC_REF64ULINT39991700TcVarGlobal1292586688GVL_M3K2.nM3K2US_ENC_REF64ULINT1234567TcVarGlobal1292586752GVL_M3K2.nM3K2DS_ENC_REF64ULINT1234567TcVarGlobal1292586816GVL_M4K2.nM4K2X_ENC_REF64ULINT5902073TcVarGlobal1292587008GVL_M4K2.nM4K2Y_ENC_REF64ULINT6000313TcVarGlobal1292587072GVL_M4K2.nM4K2rX_ENC_REF64ULINT50657020TcVarGlobal1292587136GVL_M4K2.nM4K2US_ENC_REF64ULINT1234567TcVarGlobal1292587200GVL_M4K2.nM4K2DS_ENC_REF64ULINT1234567TcVarGlobal1292587264GVL_M4K2.nM4K2US_PMPS_UpperLimit64ULINT21500000TcVarGlobal1292587328GVL_M4K2.nM4K2US_PMPS_LowerLimit64ULINT20100000TcVarGlobal1292587392GVL_M4K2.nM4K2DS_PMPS_UpperLimit64ULINT21100000TcVarGlobal1292587456GVL_M4K2.nM4K2DS_PMPS_LowerLimit64ULINT19800000TcVarGlobal1292587520GVL_M1K2_Constants.nYLEFT_ENC_REF64ULINT96270560TcVarGlobal1292587648GVL_M1K2_Constants.nYRIGHT_ENC_REF64ULINT98728200TcVarGlobal1292587712GVL_M1K2_Constants.nXUP_ENC_REF64ULINT19501048TcVarGlobal1292587776GVL_M1K2_Constants.nXDWN_ENC_REF64ULINT20872028TcVarGlobal1292587840GVL_M1K2_Constants.fRollLeverArm_um32REAL717000TcVarGlobal1292587904GVL_PMPS.rPhotonEnergy32REALTcVarGlobal1292587936GVL_PMPS.fbArbiter1474624FB_Arbiterpytmcpv: PLC:RIX:OPTICS:ARB:01old_input_assignmentsTcVarGlobal1292587968GVL_PMPS.fbArbiter2474624FB_Arbiterpytmcpv: PLC:RIX:OPTICS:ARB:02old_input_assignmentsTcVarGlobal1293062592GVL_PMPS.fbFastFaultOutput1495296FB_HardwareFFOutput.bAutoReset1.i_sNetID172.21.42.126.1.1pytmcpv: PLC:RIX:OPTICS:FFO:01TcLinkTo.q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 1^OutputTcVarGlobal1293537216GVL_PMPS.fbFastFaultOutput2495296FB_HardwareFFOutput.bAutoReset1.i_sNetID172.21.42.126.1.1pytmcpv: PLC:RIX:OPTICS:FFO:02TcLinkTo.q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 2^OutputTcVarGlobal1294032512Main.M121184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 2pytmc + + + + 1292575296 + + + GVL_M1K1.M1K1_Pitch + Pitch Mechanism:\ + Currently unused + 2496 + HOMS_PitchMechanism + + + .ReqPosLimHi + 24681 + + + .ReqPosLimLo + 24321 + + + .diEncPosLimHi + 10139808 + + + .diEncPosLimLo + 9950984 + + + + + TcLinkTo + .diEncCnt:=TIIB[EL5042_M1K2_Pitch]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1292580672 + + + GVL_M1K1_BENDER_Constants.nM1K1bendUS_ENC_REF + Encoder reference values in counts = nm + 64 + ULINT + + 21458400 + + + + TcVarGlobal + + + 1292583168 + + + GVL_M1K1_BENDER_Constants.nM1K1bendDS_ENC_REF + 64 + ULINT + + 21225900 + + + + TcVarGlobal + + + 1292583232 + + + GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_UpperLimit + 21500000;//22100000; As requested by Alex R and RP, switched back again + 64 + ULINT + + 22100000 + + + + TcVarGlobal + + + 1292583296 + + + GVL_M1K1_BENDER_Constants.nM1K1bendUS_PMPS_LowerLimit + 20100000;//20900000; + 64 + ULINT + + 20900000 + + + + TcVarGlobal + + + 1292583360 + + + GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_UpperLimit + 21100000;//21800000; + 64 + ULINT + + 21800000 + + + + TcVarGlobal + + + 1292583424 + + + GVL_M1K1_BENDER_Constants.nM1K1bendDS_PMPS_LowerLimit + 19800000;//20600000; + 64 + ULINT + + 20600000 + + + + TcVarGlobal + + + 1292583488 + + + GVL_M1K1_Constants.nYUP_ENC_REF + Encoder reference values in counts = nm + Enc reference values from Axilon FAT + 64 + ULINT + + 13008545 + + + + TcVarGlobal + + + 1292583616 + + + GVL_M1K1_Constants.nYDWN_ENC_REF + 64 + ULINT + + 11158257 + + + + TcVarGlobal + + + 1292583680 + + + GVL_M1K1_Constants.nXUP_ENC_REF + 64 + ULINT + + 19831295 + + + + TcVarGlobal + + + 1292583744 + + + GVL_M1K1_Constants.nXDWN_ENC_REF + 64 + ULINT + + 19604132 + + + + TcVarGlobal + + + 1292583808 + + + GVL_M2K2.nM2K2X_ENC_REF + these numbers + 64 + ULINT + + 6077000 + + + + TcVarGlobal + + + 1292586368 + + + GVL_M2K2.nM2K2Y_ENC_REF + are + 64 + ULINT + + 5975460 + + + + TcVarGlobal + + + 1292586432 + + + GVL_M2K2.nM2K2rX_ENC_REF + real + 64 + ULINT + + 50412360 + + + + TcVarGlobal + + + 1292586496 + + + GVL_M3K2.nM3K2X_ENC_REF + Encoder reference values in counts = nm + Put encoder reference values for nominal 0 here + 64 + ULINT + + 5951195 + + + + TcVarGlobal + + + 1292586560 + + + GVL_M3K2.nM3K2Y_ENC_REF + 64 + ULINT + + 5857203 + + + + TcVarGlobal + + + 1292586624 + + + GVL_M3K2.nM3K2rY_ENC_REF + 64 + ULINT + + 39991700 + + + + TcVarGlobal + + + 1292586688 + + + GVL_M3K2.nM3K2US_ENC_REF + these numbers + 64 + ULINT + + 1234567 + + + + TcVarGlobal + + + 1292586752 + + + GVL_M3K2.nM3K2DS_ENC_REF + are not real!! + 64 + ULINT + + 1234567 + + + + TcVarGlobal + + + 1292586816 + + + GVL_M4K2.nM4K2X_ENC_REF + Encoder reference values in counts = nm + Put encoder reference values for nominal 0 here + 64 + ULINT + + 5902073 + + + + TcVarGlobal + + + 1292587008 + + + GVL_M4K2.nM4K2Y_ENC_REF + 64 + ULINT + + 6000313 + + + + TcVarGlobal + + + 1292587072 + + + GVL_M4K2.nM4K2rX_ENC_REF + 64 + ULINT + + 50657020 + + + + TcVarGlobal + + + 1292587136 + + + GVL_M4K2.nM4K2US_ENC_REF + these numbers + 64 + ULINT + + 1234567 + + + + TcVarGlobal + + + 1292587200 + + + GVL_M4K2.nM4K2DS_ENC_REF + are not real!! + 64 + ULINT + + 1234567 + + + + TcVarGlobal + + + 1292587264 + + + GVL_M4K2.nM4K2US_PMPS_UpperLimit + 22100000; + 64 + ULINT + + 21500000 + + + + TcVarGlobal + + + 1292587328 + + + GVL_M4K2.nM4K2US_PMPS_LowerLimit + 20900000; + 64 + ULINT + + 20100000 + + + + TcVarGlobal + + + 1292587392 + + + GVL_M4K2.nM4K2DS_PMPS_UpperLimit + 21800000; + 64 + ULINT + + 21100000 + + + + TcVarGlobal + + + 1292587456 + + + GVL_M4K2.nM4K2DS_PMPS_LowerLimit + 20600000; + 64 + ULINT + + 19800000 + + + + TcVarGlobal + + + 1292587520 + + + GVL_M1K2_Constants.nYLEFT_ENC_REF + Encoder reference values in counts = nm + Enc reference values after alignment 3-13-20 + 64 + ULINT + + 96270560 + + + + TcVarGlobal + + + 1292587648 + + + GVL_M1K2_Constants.nYRIGHT_ENC_REF + 64 + ULINT + + 98728200 + + + + TcVarGlobal + + + 1292587712 + + + GVL_M1K2_Constants.nXUP_ENC_REF + 64 + ULINT + + 19501048 + + + + TcVarGlobal + + + 1292587776 + + + GVL_M1K2_Constants.nXDWN_ENC_REF + 64 + ULINT + + 20872028 + + + + TcVarGlobal + + + 1292587840 + + + GVL_M1K2_Constants.fRollLeverArm_um + lever arm for Yright/Yleft axes in um + 32 + REAL + + 717000 + + + + TcVarGlobal + + + 1292587904 + + + GVL_PMPS.rPhotonEnergy + 32 + REAL + + + TcVarGlobal + + + 1292587936 + + + GVL_PMPS.fbArbiter1 + 474624 + FB_Arbiter + + + pytmc + pv: PLC:RIX:OPTICS:ARB:01 + + + old_input_assignments + + + TcVarGlobal + + + 1292587968 + + + GVL_PMPS.fbArbiter2 + 474624 + FB_Arbiter + + + pytmc + pv: PLC:RIX:OPTICS:ARB:02 + + + old_input_assignments + + + TcVarGlobal + + + 1293062592 + + + GVL_PMPS.fbFastFaultOutput1 + 495296 + FB_HardwareFFOutput + + + .bAutoReset + 1 + + + .i_sNetID + 172.21.42.126.1.1 + + + + + pytmc + pv: PLC:RIX:OPTICS:FFO:01 + + + TcLinkTo + .q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 1^Output + + + TcVarGlobal + + + 1293537216 + + + GVL_PMPS.fbFastFaultOutput2 + 495296 + FB_HardwareFFOutput + + + .bAutoReset + 1 + + + .i_sNetID + 172.21.42.126.1.1 + + + + + pytmc + pv: PLC:RIX:OPTICS:FFO:02 + + + TcLinkTo + .q_xFastFaultOut:=TIIB[PMPS_FFO]^Channel 2^Output + + + TcVarGlobal + + + 1294032512 + + + Main.M1 + M1K2 Yleft + 21184 + DUT_MotionStage + + + .fVelocity + 100 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yleft]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K2:SWITCH:MMS:YLEFT - TcVarGlobal1294528192Main.fbMotionStage_m1298304FB_MotionStageTcVarGlobal1294549376Main.M221184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1294528192 + + + Main.fbMotionStage_m1 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1294549376 + + + Main.M2 + M1K2 Yright + 21184 + DUT_MotionStage + + + .fVelocity + 100 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Yright]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K2:SWITCH:MMS:YRIGHT - TcVarGlobal1294847680Main.fbMotionStage_m2298304FB_MotionStageTcVarGlobal1294868864Main.M321184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1294847680 + + + Main.fbMotionStage_m2 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1294868864 + + + Main.M3 + M1K2 Xup + 21184 + DUT_MotionStage + + + .fVelocity + 150 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xup]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K2:SWITCH:MMS:XUP - TcVarGlobal1295167168Main.fbMotionStage_m3298304FB_MotionStageTcVarGlobal1295188352Main.M421184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1295167168 + + + Main.fbMotionStage_m3 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1295188352 + + + Main.M4 + M1K2 Xdwn + 21184 + DUT_MotionStage + + + .fVelocity + 150 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_Xdwn]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K2:SWITCH:MMS:XDWN - TcVarGlobal1295486656Main.fbMotionStage_m4298304FB_MotionStageTcVarGlobal1295507840Main.M521184DUT_MotionStage.fVelocity30.nEnableMode2.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1295486656 + + + Main.fbMotionStage_m4 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1295507840 + + + Main.M5 + M1K2 Pitch Stepper + 21184 + DUT_MotionStage + + + .fVelocity + 30 + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K2_PitchCoarse]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K2:SWITCH:MMS:PITCH - TcVarGlobal1295806144Main.M621184DUT_MotionStage.nEnableMode0.fVelocity200.bPowerSelf1pytmc + + + + TcVarGlobal + + + 1295806144 + + + Main.M6 + M_PI, urad + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .fVelocity + 200 + + + .bPowerSelf + 1 + + + + + pytmc + pv: SP1K1:MONO:MMS:M_PI - TcLinkTo.bLimitForwardEnable:=TIIB[m_pi_m]^STM Status^Status^Digital input 1; + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[m_pi_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[m_pi_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 2^PositionTcVarGlobal1295827328Main.M821184DUT_MotionStage.nEnableMode2.fVelocity500.bPowerSelf1pytmc + .nRawEncoderULINT:=TIIB[m_pi_up_dwn_e]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1295827328 + + + Main.M8 + M_H, um + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .fVelocity + 500 + + + .bPowerSelf + 1 + + + + + pytmc + pv: SP1K1:MONO:MMS:M_H - TcLinkTo.bLimitForwardEnable:=TIIB[m_h_m]^STM Status^Status^Digital input 1; + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[m_h_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[m_h_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 1^PositionTcVarGlobal1295869696Main.M921184DUT_MotionStage.nEnableMode2.fVelocity1000.bPowerSelf1pytmc + .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1295869696 + + + Main.M9 + G_H, um + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .fVelocity + 1000 + + + .bPowerSelf + 1 + + + + + pytmc + pv: SP1K1:MONO:MMS:G_H - TcLinkTo.bLimitForwardEnable:=TIIB[g_h_m]^STM Status^Status^Digital input 1; + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[g_h_m]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[g_h_m]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 2^PositionTcVarGlobal1295890880Main.M1021184DUT_MotionStage.nEnableMode2.fVelocity500.bPowerSelf1pytmc + .nRawEncoderULINT:=TIIB[m_h_e-g_h_e]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1295890880 + + + Main.M10 + SD_V, um + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .fVelocity + 500 + + + .bPowerSelf + 1 + + + + + pytmc + pv: SP1K1:MONO:MMS:SD_V - TcLinkTo.bLimitForwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 2TcVarGlobal1295912064Main.M1121184DUT_MotionStage.nEnableMode2.fVelocity500.bPowerSelf1pytmc + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[s_io_m]^STM Status^Status^Digital input 2 + + + TcVarGlobal + + + 1295912064 + + + Main.M11 + SD_R, urad + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .fVelocity + 500 + + + .bPowerSelf + 1 + + + + + pytmc + pv: SP1K1:MONO:MMS:SD_ROT - TcVarGlobal1295933248Main.M1221184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Yup]^STM Status^Status^Digital input 1; + + + + TcVarGlobal + + + 1295933248 + + + Main.M12 + M1K1 Yup + 21184 + DUT_MotionStage + + + .fVelocity + 100 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K1_Yup]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Positionpytmc + .nRawEncoderULINT:=TIIB[EL5042_M1K1_Yupdwn]^FB Inputs Channel 1^Position + + + pytmc + pv: MR1K1:BEND:MMS:YUP - TcVarGlobal1295954432Main.fbMotionStage_m12298304FB_MotionStageTcVarGlobal1295975616Main.M1321184DUT_MotionStage.fVelocity100.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1295954432 + + + Main.fbMotionStage_m12 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1295975616 + + + Main.M13 + M1K1 Ydwn + 21184 + DUT_MotionStage + + + .fVelocity + 100 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Ydwn]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K1:BEND:MMS:YDWN - TcVarGlobal1296273920Main.fbMotionStage_m13298304FB_MotionStageTcVarGlobal1296295104Main.M1421184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1296273920 + + + Main.fbMotionStage_m13 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1296295104 + + + Main.M14 + M1K1 Xup + 21184 + DUT_MotionStage + + + .fVelocity + 150 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xup]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K1:BEND:MMS:XUP - TcVarGlobal1296593408Main.fbMotionStage_m14298304FB_MotionStageTcVarGlobal1296614592Main.M1521184DUT_MotionStage.fVelocity150.nEnableMode0.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 1; - .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 2pytmc + + + + TcVarGlobal + + + 1296593408 + + + Main.fbMotionStage_m14 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1296614592 + + + Main.M15 + M1K1 Xdwn + 21184 + DUT_MotionStage + + + .fVelocity + 150 + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 1; + .bLimitBackwardEnable:=TIIB[EL7047_M1K1_Xdwn]^STM Status^Status^Digital input 2 + + + pytmc + pv: MR1K1:BEND:MMS:XDWN - TcVarGlobal1296912896Main.fbMotionStage_m15298304FB_MotionStageTcVarGlobal1296934080Main.M1621184DUT_MotionStage.fVelocity30.nEnableMode2.bPowerSelf1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_M1K1_PitchCoarse]^STM Status^Status^Digital input 1; + + + + TcVarGlobal + + + 1296912896 + + + Main.fbMotionStage_m15 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1296934080 + + + Main.M16 + M1K1 Pitch Stepper + 21184 + DUT_MotionStage + + + .fVelocity + 30 + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_M1K1_PitchCoarse]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_M1K1_PitchCoarse]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M1K1_Pitch]^FB Inputs Channel 1^Positionpytmc + .nRawEncoderULINT:=TIIB[EL5042_M1K1_Pitch]^FB Inputs Channel 1^Position + + + pytmc + pv: MR1K1:BEND:MMS:PITCH - TcVarGlobal1297232384Main.M1721184DUT_MotionStage.nEnableMode2.bPowerSelf1TcLinkTo.bLimitBackwardEnable:=TIIB[EL7041_M1K1_BEND_US]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 1^Positionpytmc + + + + TcVarGlobal + + + 1297232384 + + + Main.M17 + MR1K1 US BEND + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitBackwardEnable:=TIIB[EL7041_M1K1_BEND_US]^STM Status^Status^Digital input 2; + .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 1^Position + + + pytmc + pv: MR1K1:BEND:MMS:US - TcVarGlobal1297253568Main.fbMotionStage_m17298304FB_MotionStageTcVarGlobal1297274752Main.M1821184DUT_MotionStage.nEnableMode2.bPowerSelf1TcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M1K1_BEND_DS]^STM Status^Status^Digital input 1; + + + + TcVarGlobal + + + 1297253568 + + + Main.fbMotionStage_m17 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1297274752 + + + Main.M18 + MR1K1 DS BEND + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + TcLinkTo + .bLimitForwardEnable :=TIIB[EL7041_M1K1_BEND_DS]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M1K1_BEND_DS]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 2^Positionpytmc + .nRawEncoderULINT := TIIB[EL5042_M1K1_BEND_USDS]^FB Inputs Channel 2^Position + + + pytmc + pv: MR1K1:BEND:MMS:DS - TcVarGlobal1297573056Main.fbMotionStage_m18298304FB_MotionStageTcVarGlobal1297594240Main.M1921184DUT_MotionStage.sNameSL1K2:EXIT:MMS:PITCH.fVelocity0.12TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_PITCH]^STM Status^Status^Digital input 2; + + + + TcVarGlobal + + + 1297573056 + + + Main.fbMotionStage_m18 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1297594240 + + + Main.M19 + Air Pitch + 21184 + DUT_MotionStage + + + .sName + SL1K2:EXIT:MMS:PITCH + + + .fVelocity + 0.12 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_SL1K2_PITCH]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_PITCH]^STM Status^Status^Digital input 1; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 1^Positionpytmc + .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 1^Position + + + pytmc + pv: SL1K2:EXIT:MMS:PITCH - TcVarGlobal1297892544Main.M2021184DUT_MotionStage.sNameSL1K2:EXIT:MMS:VERT.fVelocity0.3TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_VERT]^STM Status^Status^Digital input 1; + + + + TcVarGlobal + + + 1297892544 + + + Main.M20 + Air Vertical + 21184 + DUT_MotionStage + + + .sName + SL1K2:EXIT:MMS:VERT + + + .fVelocity + 0.3 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_SL1K2_VERT]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_VERT]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 2^Positionpytmc + .nRawEncoderULINT := TIIB[EL5042_SL1K2_PITCH_VERT]^FB Inputs Channel 2^Position + + + pytmc + pv: SL1K2:EXIT:MMS:VERT - TcVarGlobal1297913728Main.M2121184DUT_MotionStage.sNameSL1K2:EXIT:MMS:ROLL.fVelocity0.24TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_ROLL]^STM Status^Status^Digital input 2; + + + + TcVarGlobal + + + 1297913728 + + + Main.M21 + Air Roll + 21184 + DUT_MotionStage + + + .sName + SL1K2:EXIT:MMS:ROLL + + + .fVelocity + 0.24 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_SL1K2_ROLL]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_ROLL]^STM Status^Status^Digital input 1; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 1^Positionpytmc + .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 1^Position + + + pytmc + pv: SL1K2:EXIT:MMS:ROLL - TcVarGlobal1297934912Main.M2221184DUT_MotionStage.sNameSL1K2:EXIT:MMS:GAP.fVelocity0.1TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_GAP]^STM Status^Status^Digital input 2; + + + + TcVarGlobal + + + 1297934912 + + + Main.M22 + GAP + 21184 + DUT_MotionStage + + + .sName + SL1K2:EXIT:MMS:GAP + + + .fVelocity + 0.1 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_SL1K2_GAP]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_GAP]^STM Status^Status^Digital input 1; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 2^Positionpytmc + .nRawEncoderULINT := TIIB[EL5042_SL1K2_ROLL_GAP]^FB Inputs Channel 2^Position + + + pytmc + pv: SL1K2:EXIT:MMS:GAP - TcVarGlobal1297956096Main.M2321184DUT_MotionStage.sNameSL1K2:EXIT:MMS:YAG.fVelocity0.5TcLinkTo.bLimitForwardEnable:=TIIB[EL7047_SL1K2_YAG]^STM Status^Status^Digital input 1; + + + + TcVarGlobal + + + 1297956096 + + + Main.M23 + YAG + 21184 + DUT_MotionStage + + + .sName + SL1K2:EXIT:MMS:YAG + + + .fVelocity + 0.5 + + + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7047_SL1K2_YAG]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7047_SL1K2_YAG]^STM Status^Status^Digital input 2; - .nRawEncoderULINT := TIIB[EL5042_SL1K2_YAG]^FB Inputs Channel 1^Positionpytmc + .nRawEncoderULINT := TIIB[EL5042_SL1K2_YAG]^FB Inputs Channel 1^Position + + + pytmc + pv: SL1K2:EXIT:MMS:YAG - TcVarGlobal1297977280Main.M2421184DUT_MotionStage.sNameST1K1:ZOS:MMSpytmcpv: ST1K1:ZOS:MMSTcLinkTo.bLimitForwardEnable := TIIB[ST1K1-EL7041]^STM Status^Status^Digital input 1; + + + + TcVarGlobal + + + 1297977280 + + + Main.M24 + ST1K1-ZOS-MMS + 21184 + DUT_MotionStage + + + .sName + ST1K1:ZOS:MMS + + + + + pytmc + pv: ST1K1:ZOS:MMS + + + TcLinkTo + .bLimitForwardEnable := TIIB[ST1K1-EL7041]^STM Status^Status^Digital input 1; .bLimitBackwardEnable := TIIB[ST1K1-EL7041]^STM Status^Status^Digital input 2; .nRawEncoderULINT :=TIIB[ST1K1-EL5042]^FB Inputs Channel 1^Position; - .bBrakeRelease := TIIB[ST1K1-EL2008]^Channel 1^OutputTcVarGlobal1297998464Main.M2521184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR2K2:FLAT:MMS:XTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M2K2X]^STM Status^Status^Digital input 1; + .bBrakeRelease := TIIB[ST1K1-EL2008]^Channel 1^Output + + + TcVarGlobal + + + 1297998464 + + + Main.M25 + X mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR2K2:FLAT:MMS:X + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M2K2X]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M2K2X]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 1^PositionTcVarGlobal1298019648Main.fbMotionStageM25298304FB_MotionStageTcVarGlobal1298040832Main.M2621184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR2K2:FLAT:MMS:YTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M2K2Y]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1298019648 + + + Main.fbMotionStageM25 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1298040832 + + + Main.M26 + Y mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR2K2:FLAT:MMS:Y + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M2K2Y]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M2K2Y]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 2^PositionTcVarGlobal1298339136Main.fbMotionStageM26298304FB_MotionStageTcVarGlobal1298360320Main.M2721184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR2K2:FLAT:MMS:PITCHTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M2K2rX]^STM Status^Status^Digital input 2; + .nRawEncoderULINT:=TIIB[EL5042_M2K2X_M2K2Y]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1298339136 + + + Main.fbMotionStageM26 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1298360320 + + + Main.M27 + Pitch mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR2K2:FLAT:MMS:PITCH + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M2K2rX]^STM Status^Status^Digital input 2; .bLimitBackwardEnable:=TIIB[EL7041_M2K2rX]^STM Status^Status^Digital input 1; - .nRawEncoderULINT:=TIIB[EL5042_M2K2rX]^FB Inputs Channel 1^PositionTcVarGlobal1298658624Main.fbMotionStageM27298304FB_MotionStageTcVarGlobal1298679808Main.M2821184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:XTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M3K2X]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M2K2rX]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1298658624 + + + Main.fbMotionStageM27 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1298679808 + + + Main.M28 + X mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR3K2:KBH:MMS:X + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M3K2X]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2X]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 1^PositionTcVarGlobal1298978112Main.fbMotionStageM28298304FB_MotionStageTcVarGlobal1298999296Main.M2921184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:YTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M3K2Y]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1298978112 + + + Main.fbMotionStageM28 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1298999296 + + + Main.M29 + Y mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR3K2:KBH:MMS:Y + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M3K2Y]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2Y]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 2^PositionTcVarGlobal1299297600Main.fbMotionStageM29298304FB_MotionStageTcVarGlobal1299318784Main.M3021184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:PITCHTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M3K2rY]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M3K2X_M3K2Y]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1299297600 + + + Main.fbMotionStageM29 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1299318784 + + + Main.M30 + Pitch mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR3K2:KBH:MMS:PITCH + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M3K2rY]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2ry]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M3K2rY]^FB Inputs Channel 1^PositionTcVarGlobal1299617088Main.fbMotionStageM30298304FB_MotionStageTcVarGlobal1299638272Main.M3121184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmc pv: MR3K2:KBH:MMS:BEND:USTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_US]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M3K2rY]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1299617088 + + + Main.fbMotionStageM30 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1299638272 + + + Main.M31 + MR3K2 US BEND + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR3K2:KBH:MMS:BEND:US + + + TcLinkTo + .bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_US]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2_BEND_US]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 1^PositionTcVarGlobal1299936576Main.fbMotionStageM31298304FB_MotionStageTcVarGlobal1299957760Main.M3221184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmcpv: MR3K2:KBH:MMS:BEND:DSTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_DS]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1299936576 + + + Main.fbMotionStageM31 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1299957760 + + + Main.M32 + MR3K2 DS BEND + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR3K2:KBH:MMS:BEND:DS + + + TcLinkTo + .bLimitForwardEnable :=TIIB[EL7041_M3K2_BEND_DS]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M3K2_BEND_DS]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 2^PositionTcVarGlobal1300256064Main.fbMotionStageM32298304FB_MotionStageTcVarGlobal1300277248Main.M3321184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:XTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M4K2X]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:= TIIB[EL5042_M3K2_BEND_USDS]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1300256064 + + + Main.fbMotionStageM32 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1300277248 + + + Main.M33 + X mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR4K2:KBV:MMS:X + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M4K2X]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2X]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 1^PositionTcVarGlobal1300575552Main.fbMotionStageM33298304FB_MotionStageTcVarGlobal1300596736Main.M3421184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:YTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M4K2Y]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1300575552 + + + Main.fbMotionStageM33 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1300596736 + + + Main.M34 + Y mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR4K2:KBV:MMS:Y + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M4K2Y]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2Y]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 2^PositionTcVarGlobal1300895040Main.fbMotionStageM34298304FB_MotionStageTcVarGlobal1300916224Main.M3521184DUT_MotionStage.nEnableMode0.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:PITCHTcLinkTo.bLimitForwardEnable:=TIIB[EL7041_M4K2rX]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M4K2X_M4K2Y]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1300895040 + + + Main.fbMotionStageM34 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1300916224 + + + Main.M35 + Pitch mot + 21184 + DUT_MotionStage + + + .nEnableMode + 0 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR4K2:KBV:MMS:PITCH + + + TcLinkTo + .bLimitForwardEnable:=TIIB[EL7041_M4K2rX]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2rX]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:=TIIB[EL5042_M4K2rX]^FB Inputs Channel 1^PositionTcVarGlobal1301214528Main.fbMotionStageM35298304FB_MotionStageTcVarGlobal1301235712Main.M3621184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmc pv: MR4K2:KBV:MMS:BEND:USTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_US]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:=TIIB[EL5042_M4K2rX]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1301214528 + + + Main.fbMotionStageM35 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1301235712 + + + Main.M36 + MR4K2 US BEND + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR4K2:KBV:MMS:BEND:US + + + TcLinkTo + .bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_US]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2_BEND_US]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 1^PositionTcVarGlobal1301534016Main.fbMotionStageM36298304FB_MotionStageTcVarGlobal1301555200Main.M3721184DUT_MotionStage.nEnableMode2.bPowerSelf1pytmcpv: MR4K2:KBV:MMS:BEND:DSTcLinkTo.bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_DS]^STM Status^Status^Digital input 1; + .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 1^Position + + + TcVarGlobal + + + 1301534016 + + + Main.fbMotionStageM36 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1301555200 + + + Main.M37 + MR4K2 DS BEND + 21184 + DUT_MotionStage + + + .nEnableMode + 2 + + + .bPowerSelf + 1 + + + + + pytmc + pv: MR4K2:KBV:MMS:BEND:DS + + + TcLinkTo + .bLimitForwardEnable :=TIIB[EL7041_M4K2_BEND_DS]^STM Status^Status^Digital input 1; .bLimitBackwardEnable:=TIIB[EL7041_M4K2_BEND_DS]^STM Status^Status^Digital input 2; - .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 2^PositionTcVarGlobal1301853504Main.fbMotionStageM37298304FB_MotionStageTcVarGlobal1301874688Main.dummyBool8BOOLTcVarGlobal1302173008Constants.bLittleEndian8BOOL1TcVarGlobal1302173024Constants.bSimulationMode8BOOL0TcVarGlobal1302173032Constants.RuntimeVersion64VERSION.uiMajor3.uiMinor5.uiServicePack6.uiPatch0TcVarGlobal1302173040Constants.CompilerVersion64VERSION.uiMajor3.uiMinor5.uiServicePack10.uiPatch100TcVarGlobal1302173104Constants.nRegisterSize16WORD32TcVarGlobal1302173168Constants.nPackMode16UINT8TcVarGlobal1302173184Constants.bFPUSupport8BOOL1TcVarGlobal1302173200Constants.RuntimeVersionNumeric32DWORD50660864TcVarGlobal1302173216Constants.CompilerVersionNumeric32DWORD50661988TcVarGlobal1302173248TwinCAT_LicenseInfoVarList._LicenseInfo2048PlcLicenseInfo12[1].LicenseId.Data12004817304[1].LicenseId.Data222587[1].LicenseId.Data317667[1].LicenseId.Data4[0]153[1].LicenseId.Data4[1]187[1].LicenseId.Data4[2]124[1].LicenseId.Data4[3]2[1].LicenseId.Data4[4]224[1].LicenseId.Data4[5]171[1].LicenseId.Data4[6]217[1].LicenseId.Data4[7]126[1].Instances0[1].LicenseNameTF4100 TC3 Controller Toolbox[2].LicenseId.Data13165056522[2].LicenseId.Data240161[2].LicenseId.Data319775[2].LicenseId.Data4[0]152[2].LicenseId.Data4[1]202[2].LicenseId.Data4[2]65[2].LicenseId.Data4[3]58[2].LicenseId.Data4[4]188[2].LicenseId.Data4[5]13[2].LicenseId.Data4[6]148[2].LicenseId.Data4[7]253[2].Instances0[2].LicenseNameTF6340 TC3 Serial-CommunicationTcVarGlobal1302173280TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask32OTCIDno_initTcVarGlobal1302181664TwinCAT_SystemInfoVarList._TaskOid_PlcTask32OTCIDno_initTcVarGlobal1302181696TwinCAT_SystemInfoVarList.__PlcTask704_Implicit_Task_Info.dwVersion2TcContextNamePlcTaskTcVarGlobal1302183840TC_EVENT_CLASSES.TcSystemEventClass128GUID.Data1301464608.Data256308.Data319887.Data4[0]150.Data4[1]199.Data4[2]31.Data4[3]214.Data4[4]182.Data4[5]21.Data4[6]107.Data4[7]49tc_no_symbolunused;ST_TcSystemEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200032TC_EVENT_CLASSES.TcGeneralAdsEventClass128GUID.Data12562503300.Data263794.Data320132.Data4[0]181.Data4[1]139.Data4[2]104.Data4[3]161.Data4[4]241.Data4[5]195.Data4[6]65.Data4[7]146tc_no_symbolunused;ST_TcGeneralAdsEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200160TC_EVENT_CLASSES.TcRouterEventClass128GUID.Data13822601028.Data219635.Data317627.Data4[0]141.Data4[1]148.Data4[2]18.Data4[3]249.Data4[4]206.Data4[5]14.Data4[6]47.Data4[7]144tc_no_symbolunused;ST_TcRouterEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200288TC_EVENT_CLASSES.TcRTimeEventClass128GUID.Data13056961710.Data245834.Data319918.Data4[0]164.Data4[1]79.Data4[2]249.Data4[3]41.Data4[4]251.Data4[5]17.Data4[6]73.Data4[7]68tc_no_symbolunused;ST_TcRTimeEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200416TC_EVENT_CLASSES.Win32EventClass128GUID.Data1487345068.Data260659.Data320275.Data4[0]143.Data4[1]32.Data4[2]161.Data4[3]46.Data4[4]119.Data4[5]171.Data4[6]99.Data4[7]135tc_no_symbolunused;ST_Win32EventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200544TC_EVENT_CLASSES.LCLSGeneralEventClass128GUID.Data12546958919.Data246492.Data320012.Data4[0]180.Data4[1]176.Data4[2]115.Data4[3]80.Data4[4]208.Data4[5]71.Data4[6]20.Data4[7]87tc_no_symbolunused;ST_LCLSGeneralEventClassconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302200672TC_EVENTS.LCLSGeneralEventClass960ST_LCLSGeneralEventClasstc_no_symbolunusedconst_non_replacedsuppress_warning_0C0228TcVarGlobal1302231008PRG_ZeroOrder_PMPS.nMachineMode16INTpytmc + .nRawEncoderULINT:= TIIB[EL5042_M4K2_BEND_USDS]^FB Inputs Channel 2^Position + + + TcVarGlobal + + + 1301853504 + + + Main.fbMotionStageM37 + 298304 + FB_MotionStage + + + TcVarGlobal + + + 1301874688 + + + Main.dummyBool + 8 + BOOL + + + TcVarGlobal + + + 1302173008 + + + Constants.bLittleEndian + Does the target support an FPU + 8 + BOOL + + 1 + + + + TcVarGlobal + + + 1302173024 + + + Constants.bSimulationMode + Does the target support an FPU + 8 + BOOL + + 0 + + + + TcVarGlobal + + + 1302173032 + + + Constants.RuntimeVersion + Does the target support an FPU + 64 + VERSION + + + .uiMajor + 3 + + + .uiMinor + 5 + + + .uiServicePack + 6 + + + .uiPatch + 0 + + + + + TcVarGlobal + + + 1302173040 + + + Constants.CompilerVersion + Does the target support an FPU + 64 + VERSION + + + .uiMajor + 3 + + + .uiMinor + 5 + + + .uiServicePack + 10 + + + .uiPatch + 100 + + + + + TcVarGlobal + + + 1302173104 + + + Constants.nRegisterSize + Does the target support an FPU + 16 + WORD + + 32 + + + + TcVarGlobal + + + 1302173168 + + + Constants.nPackMode + Does the target support an FPU + 16 + UINT + + 8 + + + + TcVarGlobal + + + 1302173184 + + + Constants.bFPUSupport + 8 + BOOL + + 1 + + + + TcVarGlobal + + + 1302173200 + + + Constants.RuntimeVersionNumeric + 32 + DWORD + + 50660864 + + + + TcVarGlobal + + + 1302173216 + + + Constants.CompilerVersionNumeric + 32 + DWORD + + 50661988 + + + + TcVarGlobal + + + 1302173248 + + + TwinCAT_LicenseInfoVarList._LicenseInfo + 2048 + PlcLicenseInfo + + 1 + 2 + + + + [1].LicenseId.Data1 + 2004817304 + + + [1].LicenseId.Data2 + 22587 + + + [1].LicenseId.Data3 + 17667 + + + [1].LicenseId.Data4[0] + 153 + + + [1].LicenseId.Data4[1] + 187 + + + [1].LicenseId.Data4[2] + 124 + + + [1].LicenseId.Data4[3] + 2 + + + [1].LicenseId.Data4[4] + 224 + + + [1].LicenseId.Data4[5] + 171 + + + [1].LicenseId.Data4[6] + 217 + + + [1].LicenseId.Data4[7] + 126 + + + [1].Instances + 0 + + + [1].LicenseName + TF4100 TC3 Controller Toolbox + + + [2].LicenseId.Data1 + 3165056522 + + + [2].LicenseId.Data2 + 40161 + + + [2].LicenseId.Data3 + 19775 + + + [2].LicenseId.Data4[0] + 152 + + + [2].LicenseId.Data4[1] + 202 + + + [2].LicenseId.Data4[2] + 65 + + + [2].LicenseId.Data4[3] + 58 + + + [2].LicenseId.Data4[4] + 188 + + + [2].LicenseId.Data4[5] + 13 + + + [2].LicenseId.Data4[6] + 148 + + + [2].LicenseId.Data4[7] + 253 + + + [2].Instances + 0 + + + [2].LicenseName + TF6340 TC3 Serial-Communication + + + + + TcVarGlobal + + + 1302173280 + + + TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181664 + + + TwinCAT_SystemInfoVarList._TaskOid_PlcTask + 32 + OTCID + + + no_init + + + TcVarGlobal + + + 1302181696 + + + TwinCAT_SystemInfoVarList.__PlcTask + 704 + _Implicit_Task_Info + + + .dwVersion + 2 + + + + + TcContextName + PlcTask + + + TcVarGlobal + + + 1302183840 + + + TC_EVENT_CLASSES.TcSystemEventClass + 11F7FC20-DBF4-4DAF-96C7-1FD6B6156B31 + 128 + GUID + + + .Data1 + 301464608 + + + .Data2 + 56308 + + + .Data3 + 19887 + + + .Data4[0] + 150 + + + .Data4[1] + 199 + + + .Data4[2] + 31 + + + .Data4[3] + 214 + + + .Data4[4] + 182 + + + .Data4[5] + 21 + + + .Data4[6] + 107 + + + .Data4[7] + 49 + + + + + tc_no_symbol + unused;ST_TcSystemEventClass + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302200032 + + + TC_EVENT_CLASSES.TcGeneralAdsEventClass + 98BCB284-F932-4EA4-B58B-68A1F1C34192 + 128 + GUID + + + .Data1 + 2562503300 + + + .Data2 + 63794 + + + .Data3 + 20132 + + + .Data4[0] + 181 + + + .Data4[1] + 139 + + + .Data4[2] + 104 + + + .Data4[3] + 161 + + + .Data4[4] + 241 + + + .Data4[5] + 195 + + + .Data4[6] + 65 + + + .Data4[7] + 146 + + + + + tc_no_symbol + unused;ST_TcGeneralAdsEventClass + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302200160 + + + TC_EVENT_CLASSES.TcRouterEventClass + E3D84344-4CB3-44DB-8D94-12F9CE0E2F90 + 128 + GUID + + + .Data1 + 3822601028 + + + .Data2 + 19635 + + + .Data3 + 17627 + + + .Data4[0] + 141 + + + .Data4[1] + 148 + + + .Data4[2] + 18 + + + .Data4[3] + 249 + + + .Data4[4] + 206 + + + .Data4[5] + 14 + + + .Data4[6] + 47 + + + .Data4[7] + 144 + + + + + tc_no_symbol + unused;ST_TcRouterEventClass + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302200288 + + + TC_EVENT_CLASSES.TcRTimeEventClass + B63588AE-B30A-4DCE-A44F-F929FB114944 + 128 + GUID + + + .Data1 + 3056961710 + + + .Data2 + 45834 + + + .Data3 + 19918 + + + .Data4[0] + 164 + + + .Data4[1] + 79 + + + .Data4[2] + 249 + + + .Data4[3] + 41 + + + .Data4[4] + 251 + + + .Data4[5] + 17 + + + .Data4[6] + 73 + + + .Data4[7] + 68 + + + + + tc_no_symbol + unused;ST_TcRTimeEventClass + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302200416 + + + TC_EVENT_CLASSES.Win32EventClass + 1D0C4BAC-ECF3-4F33-8F20-A12E77AB6387 + 128 + GUID + + + .Data1 + 487345068 + + + .Data2 + 60659 + + + .Data3 + 20275 + + + .Data4[0] + 143 + + + .Data4[1] + 32 + + + .Data4[2] + 161 + + + .Data4[3] + 46 + + + .Data4[4] + 119 + + + .Data4[5] + 171 + + + .Data4[6] + 99 + + + .Data4[7] + 135 + + + + + tc_no_symbol + unused;ST_Win32EventClass + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302200544 + + + TC_EVENT_CLASSES.LCLSGeneralEventClass + 97CF8247-B59C-4E2C-B4B0-7350D0471457 + 128 + GUID + + + .Data1 + 2546958919 + + + .Data2 + 46492 + + + .Data3 + 20012 + + + .Data4[0] + 180 + + + .Data4[1] + 176 + + + .Data4[2] + 115 + + + .Data4[3] + 80 + + + .Data4[4] + 208 + + + .Data4[5] + 71 + + + .Data4[6] + 20 + + + .Data4[7] + 87 + + + + + tc_no_symbol + unused;ST_LCLSGeneralEventClass + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302200672 + + + TC_EVENTS.LCLSGeneralEventClass + ST_LCLSGeneralEventClass + 960 + ST_LCLSGeneralEventClass + + + tc_no_symbol + unused + + + const_non_replaced + + + suppress_warning_0 + C0228 + + + TcVarGlobal + + + 1302231008 + + + PRG_ZeroOrder_PMPS.nMachineMode + 16 + INT + + + pytmc + pv: @(PREFIX)MachineMode field: ZRST NC field: ONST SC field: TWST Misconfig field: THST UnInit - 1302264976PRG_ZeroOrder_PMPS.Pm1Offset64LREAL181811302617600PRG_ZeroOrder_PMPS.Pm2Offset64LREAL-906411302617664PRG_ZeroOrder_PMPS.Pm3Offset64LREAL-63300130261772852PlcTask Retains3163840000PMPS_GVL.SuccessfulPreemption32UDINTpytmc + + + + 1302264976 + + + PRG_ZeroOrder_PMPS.Pm1Offset + =18310-129 + 64 + LREAL + + 18181 + + 1302617600 + + + PRG_ZeroOrder_PMPS.Pm2Offset + 64 + LREAL + + -90641 + + 1302617664 + + + PRG_ZeroOrder_PMPS.Pm3Offset + urad, could depend on the inserted grating + 64 + LREAL + + -63300 + + 1302617728 + + + + 52 + PlcTask Retains + 3 + 163840000 + + PMPS_GVL.SuccessfulPreemption + Any time BPTM applies a new BP request which is confirmed + 32 + UDINT + + + pytmc + pv: @(PREFIX)SuccessfulPreemptions io: i - TcVarGlobal3072000PMPS_GVL.AccumulatedFF32UDINTpytmc + + + + TcVarGlobal + + + 3072000 + + + PMPS_GVL.AccumulatedFF + Any time a FF occurs + 32 + UDINT + + + pytmc + pv: @(PREFIX)AccumulatedFastFaults io: i - TcVarGlobal3072032PMPS_GVL.BP_jsonDoc32SJsonValueTcVarGlobal3072064TcSystemEventClassTcGeneralAdsEventClassTcRouterEventClassTcRTimeEventClassWin32EventClassLCLSGeneralEventClassApplicationNamePort_851ChangeDate2023-09-19T15:32:28GeneratedCodeSize876544GlobalDataSize162369536 \ No newline at end of file + + + + TcVarGlobal + + + 3072032 + + + PMPS_GVL.BP_jsonDoc + 32 + SJsonValue + + + TcVarGlobal + + + 3072064 + + + + + + + TcSystemEventClass + + + TcGeneralAdsEventClass + + + TcRouterEventClass + + + TcRTimeEventClass + + + Win32EventClass + + + LCLSGeneralEventClass + + + + + ApplicationName + Port_851 + + + ChangeDate + 2023-09-19T15:32:28 + + + GeneratedCodeSize + 876544 + + + GlobalDataSize + 162369536 + + + + +