From 82fdcfe965fe4b7312e0d983a57cb4f18d93057e Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 15:35:25 -0700 Subject: [PATCH 01/14] ENH: add flowswitch links for PC1K0, IM1K0, SL1K0 --- .../kfe_motion/POUs/IM2K0/FB_XPIM_IM2K0.TcPOU | 2 +- .../kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU | 4 +++- .../kfe_motion/POUs/PRG_OTHER.TcPOU | 20 +++++++++++++++++++ .../kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU | 3 ++- plc-kfe-motion/kfe_motion/kfe_motion.plcproj | 5 ++++- 5 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU diff --git a/plc-kfe-motion/kfe_motion/POUs/IM2K0/FB_XPIM_IM2K0.TcPOU b/plc-kfe-motion/kfe_motion/POUs/IM2K0/FB_XPIM_IM2K0.TcPOU index 2e79bb1..dbdb4d9 100644 --- a/plc-kfe-motion/kfe_motion/POUs/IM2K0/FB_XPIM_IM2K0.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/IM2K0/FB_XPIM_IM2K0.TcPOU @@ -85,7 +85,7 @@ VAR fbLED: FB_XPIM_LED; {attribute 'pytmc' := ' - pv: SFW + pv: FSW '} fbFlowSwitch: FB_XTES_Flowswitch; END_VAR diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU index 7d07aef..26a9f39 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU @@ -9,7 +9,9 @@ VAR .bFocusEndFwd := TIIB[IM1K0-EL1088]^Channel 3^Input; .bFocusEndBwd := TIIB[IM1K0-EL1088]^Channel 4^Input; .fbOpal.bOpalPower := TIIB[IM1K0-EL2004]^Channel 2^Output; - .fbLED.bLedPower := TIIB[IM1K0-EL2004]^Channel 3^Output'} + .fbLED.bLedPower := TIIB[IM1K0-EL2004]^Channel 3^Output; + .fbFlowSwitch.bFlowOk := TIIB[EBD-PCW-FSW-EL1004]^Channel 2^Input +'} fbIM1K0: FB_XPIM; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU new file mode 100644 index 0000000..714f6c8 --- /dev/null +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -0,0 +1,20 @@ + + + + + + + + + \ No newline at end of file diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU index 2f2ddbb..bf64eef 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU @@ -40,7 +40,8 @@ VAR .RTD_Bottom_2.bUnderrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Underrange; .RTD_Bottom_2.bOverrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Overrange; .AptArrayStatus := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[1]; - .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[1]'} + .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[1] + .fbFlowSwitch.bFlowOk := TIIB[EBD-PCW-FSW-EL1004]^Channel 3^Input'} fbSL1K0: FB_SLITS_POWER; //{attribute 'TcLinkTo' := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus'} {attribute 'pytmc' := ' diff --git a/plc-kfe-motion/kfe_motion/kfe_motion.plcproj b/plc-kfe-motion/kfe_motion/kfe_motion.plcproj index c1606d1..c1cbb51 100644 --- a/plc-kfe-motion/kfe_motion/kfe_motion.plcproj +++ b/plc-kfe-motion/kfe_motion/kfe_motion.plcproj @@ -67,6 +67,9 @@ Code + + Code + Code @@ -159,7 +162,7 @@ LCLS General, 2.9.1 (SLAC) - lcls-twincat-common-components, 3.0.1 (SLAC) + lcls-twincat-common-components, 3.2.0 (SLAC) lcls-twincat-motion, 4.0.4 (SLAC) From 35745db3c4f96bfd9e439160a1adb1c4bf1dc51a Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 15:51:58 -0700 Subject: [PATCH 02/14] ENH: add flowswitch readbacks for IM2K0, SL2K0, PF1K0 --- plc-kfe-motion/kfe_motion/POUs/PRG_IM2K0_XTES.TcPOU | 3 ++- plc-kfe-motion/kfe_motion/POUs/PRG_PF1K0_WFS.TcPOU | 3 ++- plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM2K0_XTES.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM2K0_XTES.TcPOU index 38a8837..0f7f83d 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM2K0_XTES.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM2K0_XTES.TcPOU @@ -5,7 +5,8 @@ VAR {attribute 'pytmc' := 'pv: IM2K0:XTES'} {attribute 'TcLinkTo' := '.fbLED.bLedPower := TIIB[IM2K0-EL2004]^Channel 3^Output; - .fbGige.bGigePower := TIIB[IM2K0-EL2004]^Channel 4^Output'} + .fbGige.bGigePower := TIIB[IM2K0-EL2004]^Channel 4^Output; + .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input'} // same cooling loop as SL2K0 fbIM2K0: FB_XPIM_IM2K0; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_PF1K0_WFS.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_PF1K0_WFS.TcPOU index a80e50c..071538b 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_PF1K0_WFS.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_PF1K0_WFS.TcPOU @@ -11,7 +11,8 @@ VAR .fbThermoCouple2.bError := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Status^Error; .fbThermoCouple2.bUnderrange := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Status^Underrange; .fbThermoCouple2.bOverrange := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Status^Overrange; - .fbThermoCouple2.iRaw := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Value'} + .fbThermoCouple2.iRaw := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Value; + .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input'} // shares same cooling loop as SL2K0 fbPF1K0: FB_WFS; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU index 9269834..579c0c6 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU @@ -40,7 +40,8 @@ VAR .RTD_Bottom_2.bUnderrange := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Underrange; .RTD_Bottom_2.bOverrange := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Overrange; .AptArrayStatus := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[2]; - .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[2]'} + .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[2]; + .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input'} fbSL2K0: FB_SLITS_POWER; //GET PMP Move Ok bit // Default True until it is properly linked to PMPS bit From 77b9737efc6fc63fa8783810199235586a477975 Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 16:19:56 -0700 Subject: [PATCH 03/14] ENH: implement flow switch for IM1K4, PC1K4 --- .../kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU | 3 ++- plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU index 38c1f68..90b7ccc 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU @@ -9,7 +9,8 @@ VAR .bFocusEndFwd := TIIB[IM1K4-EL1088-E5]^Channel 3^Input; .bFocusEndBwd := TIIB[IM1K4-EL1088-E5]^Channel 4^Input; .fbOpal.bOpalPower := TIIB[IM1K4-EL2004-E2]^Channel 2^Output; - .fbLED.bLedPower := TIIB[IM1K4-EL2004-E2]^Channel 3^Output'} + .fbLED.bLedPower := TIIB[IM1K4-EL2004-E2]^Channel 3^Output; + .fbFlowSwitch.bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 2^Input'} fbIM1K4: FB_XPIM; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index 714f6c8..2fc5ae3 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -4,13 +4,13 @@ From d9a361e0a75f7a4be630d6c24a22591cfd7766a8 Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 16:24:04 -0700 Subject: [PATCH 04/14] ENH: make photon collimator fbFlowSwitch calls --- plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU | 3 ++- plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index 2fc5ae3..be37dda 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -14,7 +14,8 @@ VAR_OUTPUT END_VAR ]]> - + \ No newline at end of file diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU index 2bf79ba..6c087e4 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU @@ -38,6 +38,7 @@ VAR io: io '} bST3K4_auto: BOOL := TRUE; + END_VAR ]]> From f4c6bcce455eff4856df72ed9ae788ef432e927f Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 16:27:37 -0700 Subject: [PATCH 05/14] ENH: PC flowswitch declared as VAR, VAR_OUT in function block --- plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index be37dda..3f18652 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -3,7 +3,7 @@ Date: Tue, 31 Oct 2023 16:28:39 -0700 Subject: [PATCH 06/14] DOC: run pre-commit --- plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU | 2 +- plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index 3f18652..199f2c1 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -6,7 +6,7 @@ VAR {attribute 'pytmc' := 'pv: PC1K0:XTES:FSW'} {attribute 'TcLinkTo' := .bFlowOk := TIIB[EBD-PCW-FSW-EL1004]^Channel 1^Input'} - fbPC1K0FlowSwitch : FB_XTES_Flowswitch; + fbPC1K0FlowSwitch : FB_XTES_Flowswitch; {attribute 'pytmc' := 'pv: PC1K4:XTES:FSW'} {attribute 'TcLinkTo' := .bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 2^Input'} diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU index 6c087e4..b0ed0eb 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU @@ -38,7 +38,7 @@ VAR io: io '} bST3K4_auto: BOOL := TRUE; - + END_VAR ]]> From 1567e73176272dcbf65826c886c06235711b1b17 Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 16:33:10 -0700 Subject: [PATCH 07/14] ENH: implement ST1K4 flowswitch --- plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU index b0ed0eb..39be56b 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU @@ -39,6 +39,12 @@ VAR '} bST3K4_auto: BOOL := TRUE; + {attribute 'pytmc' := ' + pv: FSW + '} + {attribute 'TcLinkTo' := .bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 1^Input'} + fbFlowSwitch: FB_XTES_Flowswitch; + END_VAR ]]> @@ -74,6 +80,8 @@ IF bST3K4_auto THEN eEnumSet := ENUM_EpicsInOut.OUT; END_IF END_IF + +fbFlowSwitch(); ]]> From a1d9396e8a5871db73a69bd1f55a1b48edbc93af Mon Sep 17 00:00:00 2001 From: nwaters Date: Tue, 31 Oct 2023 16:42:40 -0700 Subject: [PATCH 08/14] ENH: IM1K3 flow switch implem --- plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU index 080d8ee..125846c 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU @@ -14,7 +14,8 @@ VAR .fbYagThermoCouple.bError := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Error; .fbYagThermoCouple.bUnderrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Underrange; .fbYagThermoCouple.bOverrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Overrange; - .fbYagThermoCouple.iRaw := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Value'} + .fbYagThermoCouple.iRaw := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Value; + .bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 3^Input'} fbIM1K3: FB_PPM; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( From 2143b30a143540dccbd137e4004082d200c3fb1c Mon Sep 17 00:00:00 2001 From: nwaters Date: Wed, 1 Nov 2023 09:53:48 -0700 Subject: [PATCH 09/14] BUG: update IM1K3 pragma --- plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU index 125846c..bc987e0 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU @@ -15,7 +15,7 @@ VAR .fbYagThermoCouple.bUnderrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Underrange; .fbYagThermoCouple.bOverrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Overrange; .fbYagThermoCouple.iRaw := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Value; - .bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 3^Input'} + .fbFlowSwitch.bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 3^Input'} fbIM1K3: FB_PPM; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( From 59c6af90c6060da178b5fbf1719f0aaf9b3fd4db Mon Sep 17 00:00:00 2001 From: nwaters Date: Wed, 1 Nov 2023 16:06:54 -0700 Subject: [PATCH 10/14] ENH: make IO name conform --- .../PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100).xti | 2 +- .../{EBD-PCW-FSW-EL1004.xti => IM1K0-EL1004.xti} | 0 plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU | 2 +- plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU | 2 +- plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU | 2 +- 5 files changed, 4 insertions(+), 4 deletions(-) rename plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100)/{EBD-PCW-FSW-EL1004.xti => IM1K0-EL1004.xti} (100%) diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100).xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100).xti index ebf01d3..56c5cad 100644 --- a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100).xti +++ b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100).xti @@ -31,7 +31,7 @@ - + diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100)/EBD-PCW-FSW-EL1004.xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100)/IM1K0-EL1004.xti similarity index 100% rename from plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100)/EBD-PCW-FSW-EL1004.xti rename to plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 1 (EK1122)/X2 IM1K0-XTES (EK1100)/IM1K0-EL1004.xti diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU index 26a9f39..55a7330 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU @@ -10,7 +10,7 @@ VAR .bFocusEndBwd := TIIB[IM1K0-EL1088]^Channel 4^Input; .fbOpal.bOpalPower := TIIB[IM1K0-EL2004]^Channel 2^Output; .fbLED.bLedPower := TIIB[IM1K0-EL2004]^Channel 3^Output; - .fbFlowSwitch.bFlowOk := TIIB[EBD-PCW-FSW-EL1004]^Channel 2^Input + .fbFlowSwitch.bFlowOk := TIIB[IM1K0-EL1004]^Channel 2^Input '} fbIM1K0: FB_XPIM; fbStateSetup: FB_StateSetupHelper; diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index 199f2c1..2c81c54 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -5,7 +5,7 @@ // A Program for implementing devices with minimal interaction. VAR {attribute 'pytmc' := 'pv: PC1K0:XTES:FSW'} - {attribute 'TcLinkTo' := .bFlowOk := TIIB[EBD-PCW-FSW-EL1004]^Channel 1^Input'} + {attribute 'TcLinkTo' := .bFlowOk := TIIB[IM1K0-EL1004]^Channel 1^Input'} fbPC1K0FlowSwitch : FB_XTES_Flowswitch; {attribute 'pytmc' := 'pv: PC1K4:XTES:FSW'} diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU index bf64eef..58324ec 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU @@ -41,7 +41,7 @@ VAR .RTD_Bottom_2.bOverrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Overrange; .AptArrayStatus := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[1]; .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[1] - .fbFlowSwitch.bFlowOk := TIIB[EBD-PCW-FSW-EL1004]^Channel 3^Input'} + .fbFlowSwitch.bFlowOk := TIIB[IM1K0-EL1004]^Channel 3^Input'} fbSL1K0: FB_SLITS_POWER; //{attribute 'TcLinkTo' := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus'} {attribute 'pytmc' := ' From 25feda70ea8b0f54eefbe169c05e6900b9e83bdb Mon Sep 17 00:00:00 2001 From: nwaters Date: Wed, 1 Nov 2023 16:14:59 -0700 Subject: [PATCH 11/14] ENH: make IO name conform --- .../TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti | 2 +- .../{FEE-K-PCW-FSW-EL1004.xti => ST1K4-EL1004-E5.xti} | 0 plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU | 2 +- plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU | 2 +- plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU | 2 +- plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/{FEE-K-PCW-FSW-EL1004.xti => ST1K4-EL1004-E5.xti} (100%) diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti index 137304e..fbf736e 100644 --- a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti +++ b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti @@ -19,7 +19,7 @@ - + diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/FEE-K-PCW-FSW-EL1004.xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL1004-E5.xti similarity index 100% rename from plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/FEE-K-PCW-FSW-EL1004.xti rename to plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL1004-E5.xti diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU index bc987e0..3fcd875 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K3_PPM.TcPOU @@ -15,7 +15,7 @@ VAR .fbYagThermoCouple.bUnderrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Underrange; .fbYagThermoCouple.bOverrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Overrange; .fbYagThermoCouple.iRaw := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Value; - .fbFlowSwitch.bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 3^Input'} + .fbFlowSwitch.bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 3^Input'} fbIM1K3: FB_PPM; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU index 90b7ccc..01fd26a 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_IM1K4_XTES.TcPOU @@ -10,7 +10,7 @@ VAR .bFocusEndBwd := TIIB[IM1K4-EL1088-E5]^Channel 4^Input; .fbOpal.bOpalPower := TIIB[IM1K4-EL2004-E2]^Channel 2^Output; .fbLED.bLedPower := TIIB[IM1K4-EL2004-E2]^Channel 3^Output; - .fbFlowSwitch.bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 2^Input'} + .fbFlowSwitch.bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 2^Input'} // same as PC1K4 fbIM1K4: FB_XPIM; fbStateSetup: FB_StateSetupHelper; stDefault: ST_PositionState := ( diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index 2c81c54..9571f7f 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -9,7 +9,7 @@ VAR fbPC1K0FlowSwitch : FB_XTES_Flowswitch; {attribute 'pytmc' := 'pv: PC1K4:XTES:FSW'} - {attribute 'TcLinkTo' := .bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 2^Input'} + {attribute 'TcLinkTo' := .bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 2^Input'} fbPC1K4FlowSwitch : FB_XTES_Flowswitch; END_VAR ]]> diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU index 39be56b..c799721 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU @@ -42,7 +42,7 @@ VAR {attribute 'pytmc' := ' pv: FSW '} - {attribute 'TcLinkTo' := .bFlowOk := TIIB[FEE-K-PCW-FSW-EL1004]^Channel 1^Input'} + {attribute 'TcLinkTo' := .bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 1^Input'} fbFlowSwitch: FB_XTES_Flowswitch; END_VAR From 0751d418b10102e61b66f01145fa1133c2fc6b62 Mon Sep 17 00:00:00 2001 From: nwaters Date: Wed, 1 Nov 2023 16:29:46 -0700 Subject: [PATCH 12/14] ENH: update common components lib to 3.3.0 --- plc-kfe-motion/kfe_motion/kfe_motion.plcproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plc-kfe-motion/kfe_motion/kfe_motion.plcproj b/plc-kfe-motion/kfe_motion/kfe_motion.plcproj index c1cbb51..6f1a08e 100644 --- a/plc-kfe-motion/kfe_motion/kfe_motion.plcproj +++ b/plc-kfe-motion/kfe_motion/kfe_motion.plcproj @@ -162,7 +162,7 @@ LCLS General, 2.9.1 (SLAC) - lcls-twincat-common-components, 3.2.0 (SLAC) + lcls-twincat-common-components, 3.3.0 (SLAC) lcls-twincat-motion, 4.0.4 (SLAC) From 47cefce4c3165489558ab0f703e229a2bea78250 Mon Sep 17 00:00:00 2001 From: nwaters Date: Wed, 1 Nov 2023 17:28:45 -0700 Subject: [PATCH 13/14] DOC: fix terminal namining E5A had one link, 9505-E5 had no links --- .../X2-ST1K4-TEST (EK1100).xti | 4 +- ...1K4-EL5042-E5A.xti => ST1K4-EL5042-E6.xti} | 0 ...T1K4-EL9505-E5.xti => ST1K4-EL9505-E7.xti} | 0 plc-kfe-motion/_Config/NC/Axes/ST1K4-TEST.xti | 2 +- plc-kfe-motion/_Config/PLC/kfe_motion.xti | 722 +++++++++--------- plc-kfe-motion/kfe_motion/GVLs/Main.TcGVL | 2 +- 6 files changed, 365 insertions(+), 365 deletions(-) rename plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/{ST1K4-EL5042-E5A.xti => ST1K4-EL5042-E6.xti} (100%) rename plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/{ST1K4-EL9505-E5.xti => ST1K4-EL9505-E7.xti} (100%) diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti index fbf736e..70e4452 100644 --- a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti +++ b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100).xti @@ -22,10 +22,10 @@ - + - + diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL5042-E5A.xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL5042-E6.xti similarity index 100% rename from plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL5042-E5A.xti rename to plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL5042-E6.xti diff --git a/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL9505-E5.xti b/plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL9505-E7.xti similarity index 100% rename from plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL9505-E5.xti rename to plc-kfe-motion/_Config/IO/Device 1 (EtherCAT)/Power (EK1200)/PLC Junction 3 (EK1122)/X1 TMO FEE EC1 (EK1100)/TMO FEE EC1 E1 (EK1122)/X2-ST1K4-TEST (EK1100)/ST1K4-EL9505-E7.xti diff --git a/plc-kfe-motion/_Config/NC/Axes/ST1K4-TEST.xti b/plc-kfe-motion/_Config/NC/Axes/ST1K4-TEST.xti index e9e3d9d..5f78d4c 100644 --- a/plc-kfe-motion/_Config/NC/Axes/ST1K4-TEST.xti +++ b/plc-kfe-motion/_Config/NC/Axes/ST1K4-TEST.xti @@ -1530,7 +1530,7 @@ External Setpoint Generation: - + diff --git a/plc-kfe-motion/_Config/PLC/kfe_motion.xti b/plc-kfe-motion/_Config/PLC/kfe_motion.xti index 92ce6e3..03e1bfd 100644 --- a/plc-kfe-motion/_Config/PLC/kfe_motion.xti +++ b/plc-kfe-motion/_Config/PLC/kfe_motion.xti @@ -1261,28 +1261,28 @@ External Setpoint Generation: PRG_IM1K0_XTES.fbIM1K0.bZoomEndFwd - + BOOL PRG_IM1K0_XTES.fbIM1K0.bZoomEndBwd - + BOOL PRG_IM1K0_XTES.fbIM1K0.bFocusEndFwd - + BOOL PRG_IM1K0_XTES.fbIM1K0.bFocusEndBwd - + BOOL @@ -1485,49 +1485,49 @@ External Setpoint Generation: PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -1640,49 +1640,49 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -1709,21 +1709,21 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbGetPMVoltage.iRaw - + INT PRG_IM1K3_PPM.fbIM1K3.fbGige.fbGetIllPercent.iRaw - + INT PRG_IM1K3_PPM.fbIM1K3.fbFlowMeter.iRaw - + INT @@ -1844,56 +1844,56 @@ External Setpoint Generation: PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT PRG_IM2K0_XTES.fbIM2K0.fbGige.fbGetIllPercent.iRaw - + INT @@ -2051,49 +2051,49 @@ External Setpoint Generation: PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3121,49 +3121,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3300,49 +3300,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3479,49 +3479,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3658,49 +3658,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3739,28 +3739,28 @@ External Setpoint Generation: PRG_IM1K4_XTES.fbIM1K4.bZoomEndFwd - + BOOL PRG_IM1K4_XTES.fbIM1K4.bZoomEndBwd - + BOOL PRG_IM1K4_XTES.fbIM1K4.bFocusEndFwd - + BOOL PRG_IM1K4_XTES.fbIM1K4.bFocusEndBwd - + BOOL @@ -3963,49 +3963,49 @@ External Setpoint Generation: PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -4118,49 +4118,49 @@ External Setpoint Generation: PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -4354,49 +4354,49 @@ External Setpoint Generation: Main.M1.bLimitForwardEnable - + BOOL Main.M1.bLimitBackwardEnable - + BOOL Main.M1.bHome - + BOOL Main.M1.bHardwareEnable - + BOOL Main.M1.nRawEncoderULINT - + ULINT Main.M1.nRawEncoderUINT - + UINT Main.M1.nRawEncoderINT - + INT @@ -4452,49 +4452,49 @@ External Setpoint Generation: Main.M2.bLimitForwardEnable - + BOOL Main.M2.bLimitBackwardEnable - + BOOL Main.M2.bHome - + BOOL Main.M2.bHardwareEnable - + BOOL Main.M2.nRawEncoderULINT - + ULINT Main.M2.nRawEncoderUINT - + UINT Main.M2.nRawEncoderINT - + INT @@ -4550,49 +4550,49 @@ External Setpoint Generation: Main.M3.bLimitForwardEnable - + BOOL Main.M3.bLimitBackwardEnable - + BOOL Main.M3.bHome - + BOOL Main.M3.bHardwareEnable - + BOOL Main.M3.nRawEncoderULINT - + ULINT Main.M3.nRawEncoderUINT - + UINT Main.M3.nRawEncoderINT - + INT @@ -4648,49 +4648,49 @@ External Setpoint Generation: Main.M4.bLimitForwardEnable - + BOOL Main.M4.bLimitBackwardEnable - + BOOL Main.M4.bHome - + BOOL Main.M4.bHardwareEnable - + BOOL Main.M4.nRawEncoderULINT - + ULINT Main.M4.nRawEncoderUINT - + UINT Main.M4.nRawEncoderINT - + INT @@ -4746,49 +4746,49 @@ External Setpoint Generation: Main.M5.bLimitForwardEnable - + BOOL Main.M5.bLimitBackwardEnable - + BOOL Main.M5.bHome - + BOOL Main.M5.bHardwareEnable - + BOOL Main.M5.nRawEncoderULINT - + ULINT Main.M5.nRawEncoderUINT - + UINT Main.M5.nRawEncoderINT - + INT @@ -4844,49 +4844,49 @@ External Setpoint Generation: Main.M6.bLimitForwardEnable - + BOOL Main.M6.bLimitBackwardEnable - + BOOL Main.M6.bHome - + BOOL Main.M6.bHardwareEnable - + BOOL Main.M6.nRawEncoderULINT - + ULINT Main.M6.nRawEncoderUINT - + UINT Main.M6.nRawEncoderINT - + INT @@ -4942,49 +4942,49 @@ External Setpoint Generation: Main.M7.bLimitForwardEnable - + BOOL Main.M7.bLimitBackwardEnable - + BOOL Main.M7.bHome - + BOOL Main.M7.bHardwareEnable - + BOOL Main.M7.nRawEncoderULINT - + ULINT Main.M7.nRawEncoderUINT - + UINT Main.M7.nRawEncoderINT - + INT @@ -5040,49 +5040,49 @@ External Setpoint Generation: Main.M8.bLimitForwardEnable - + BOOL Main.M8.bLimitBackwardEnable - + BOOL Main.M8.bHome - + BOOL Main.M8.bHardwareEnable - + BOOL Main.M8.nRawEncoderULINT - + ULINT Main.M8.nRawEncoderUINT - + UINT Main.M8.nRawEncoderINT - + INT @@ -5138,49 +5138,49 @@ External Setpoint Generation: Main.M9.bLimitForwardEnable - + BOOL Main.M9.bLimitBackwardEnable - + BOOL Main.M9.bHome - + BOOL Main.M9.bHardwareEnable - + BOOL Main.M9.nRawEncoderULINT - + ULINT Main.M9.nRawEncoderUINT - + UINT Main.M9.nRawEncoderINT - + INT @@ -5236,49 +5236,49 @@ External Setpoint Generation: Main.M10.bLimitForwardEnable - + BOOL Main.M10.bLimitBackwardEnable - + BOOL Main.M10.bHome - + BOOL Main.M10.bHardwareEnable - + BOOL Main.M10.nRawEncoderULINT - + ULINT Main.M10.nRawEncoderUINT - + UINT Main.M10.nRawEncoderINT - + INT @@ -5334,49 +5334,49 @@ External Setpoint Generation: Main.M11.bLimitForwardEnable - + BOOL Main.M11.bLimitBackwardEnable - + BOOL Main.M11.bHome - + BOOL Main.M11.bHardwareEnable - + BOOL Main.M11.nRawEncoderULINT - + ULINT Main.M11.nRawEncoderUINT - + UINT Main.M11.nRawEncoderINT - + INT @@ -5432,49 +5432,49 @@ External Setpoint Generation: Main.M12.bLimitForwardEnable - + BOOL Main.M12.bLimitBackwardEnable - + BOOL Main.M12.bHome - + BOOL Main.M12.bHardwareEnable - + BOOL Main.M12.nRawEncoderULINT - + ULINT Main.M12.nRawEncoderUINT - + UINT Main.M12.nRawEncoderINT - + INT @@ -5530,49 +5530,49 @@ External Setpoint Generation: Main.M13.bLimitForwardEnable - + BOOL Main.M13.bLimitBackwardEnable - + BOOL Main.M13.bHome - + BOOL Main.M13.bHardwareEnable - + BOOL Main.M13.nRawEncoderULINT - + ULINT Main.M13.nRawEncoderUINT - + UINT Main.M13.nRawEncoderINT - + INT @@ -5628,49 +5628,49 @@ External Setpoint Generation: Main.M14.bLimitForwardEnable - + BOOL Main.M14.bLimitBackwardEnable - + BOOL Main.M14.bHome - + BOOL Main.M14.bHardwareEnable - + BOOL Main.M14.nRawEncoderULINT - + ULINT Main.M14.nRawEncoderUINT - + UINT Main.M14.nRawEncoderINT - + INT @@ -5726,49 +5726,49 @@ External Setpoint Generation: Main.M15.bLimitForwardEnable - + BOOL Main.M15.bLimitBackwardEnable - + BOOL Main.M15.bHome - + BOOL Main.M15.bHardwareEnable - + BOOL Main.M15.nRawEncoderULINT - + ULINT Main.M15.nRawEncoderUINT - + UINT Main.M15.nRawEncoderINT - + INT @@ -5824,49 +5824,49 @@ External Setpoint Generation: Main.M16.bLimitForwardEnable - + BOOL Main.M16.bLimitBackwardEnable - + BOOL Main.M16.bHome - + BOOL Main.M16.bHardwareEnable - + BOOL Main.M16.nRawEncoderULINT - + ULINT Main.M16.nRawEncoderUINT - + UINT Main.M16.nRawEncoderINT - + INT @@ -5922,49 +5922,49 @@ External Setpoint Generation: Main.M17.bLimitForwardEnable - + BOOL Main.M17.bLimitBackwardEnable - + BOOL Main.M17.bHome - + BOOL Main.M17.bHardwareEnable - + BOOL Main.M17.nRawEncoderULINT - + ULINT Main.M17.nRawEncoderUINT - + UINT Main.M17.nRawEncoderINT - + INT @@ -6020,49 +6020,49 @@ External Setpoint Generation: Main.M18.bLimitForwardEnable - + BOOL Main.M18.bLimitBackwardEnable - + BOOL Main.M18.bHome - + BOOL Main.M18.bHardwareEnable - + BOOL Main.M18.nRawEncoderULINT - + ULINT Main.M18.nRawEncoderUINT - + UINT Main.M18.nRawEncoderINT - + INT @@ -6118,49 +6118,49 @@ External Setpoint Generation: Main.M19.bLimitForwardEnable - + BOOL Main.M19.bLimitBackwardEnable - + BOOL Main.M19.bHome - + BOOL Main.M19.bHardwareEnable - + BOOL Main.M19.nRawEncoderULINT - + ULINT Main.M19.nRawEncoderUINT - + UINT Main.M19.nRawEncoderINT - + INT @@ -6216,49 +6216,49 @@ External Setpoint Generation: Main.M20.bLimitForwardEnable - + BOOL Main.M20.bLimitBackwardEnable - + BOOL Main.M20.bHome - + BOOL Main.M20.bHardwareEnable - + BOOL Main.M20.nRawEncoderULINT - + ULINT Main.M20.nRawEncoderUINT - + UINT Main.M20.nRawEncoderINT - + INT @@ -6314,49 +6314,49 @@ External Setpoint Generation: Main.M21.bLimitForwardEnable - + BOOL Main.M21.bLimitBackwardEnable - + BOOL Main.M21.bHome - + BOOL Main.M21.bHardwareEnable - + BOOL Main.M21.nRawEncoderULINT - + ULINT Main.M21.nRawEncoderUINT - + UINT Main.M21.nRawEncoderINT - + INT @@ -6412,49 +6412,49 @@ External Setpoint Generation: Main.M22.bLimitForwardEnable - + BOOL Main.M22.bLimitBackwardEnable - + BOOL Main.M22.bHome - + BOOL Main.M22.bHardwareEnable - + BOOL Main.M22.nRawEncoderULINT - + ULINT Main.M22.nRawEncoderUINT - + UINT Main.M22.nRawEncoderINT - + INT @@ -6510,49 +6510,49 @@ External Setpoint Generation: Main.M23.bLimitForwardEnable - + BOOL Main.M23.bLimitBackwardEnable - + BOOL Main.M23.bHome - + BOOL Main.M23.bHardwareEnable - + BOOL Main.M23.nRawEncoderULINT - + ULINT Main.M23.nRawEncoderUINT - + UINT Main.M23.nRawEncoderINT - + INT @@ -6608,49 +6608,49 @@ External Setpoint Generation: Main.M24.bLimitForwardEnable - + BOOL Main.M24.bLimitBackwardEnable - + BOOL Main.M24.bHome - + BOOL Main.M24.bHardwareEnable - + BOOL Main.M24.nRawEncoderULINT - + ULINT Main.M24.nRawEncoderUINT - + UINT Main.M24.nRawEncoderINT - + INT @@ -6706,49 +6706,49 @@ External Setpoint Generation: Main.M25.bLimitForwardEnable - + BOOL Main.M25.bLimitBackwardEnable - + BOOL Main.M25.bHome - + BOOL Main.M25.bHardwareEnable - + BOOL Main.M25.nRawEncoderULINT - + ULINT Main.M25.nRawEncoderUINT - + UINT Main.M25.nRawEncoderINT - + INT @@ -6804,49 +6804,49 @@ External Setpoint Generation: Main.M26.bLimitForwardEnable - + BOOL Main.M26.bLimitBackwardEnable - + BOOL Main.M26.bHome - + BOOL Main.M26.bHardwareEnable - + BOOL Main.M26.nRawEncoderULINT - + ULINT Main.M26.nRawEncoderUINT - + UINT Main.M26.nRawEncoderINT - + INT @@ -6902,49 +6902,49 @@ External Setpoint Generation: Main.M27.bLimitForwardEnable - + BOOL Main.M27.bLimitBackwardEnable - + BOOL Main.M27.bHome - + BOOL Main.M27.bHardwareEnable - + BOOL Main.M27.nRawEncoderULINT - + ULINT Main.M27.nRawEncoderUINT - + UINT Main.M27.nRawEncoderINT - + INT @@ -7000,49 +7000,49 @@ External Setpoint Generation: Main.M28.bLimitForwardEnable - + BOOL Main.M28.bLimitBackwardEnable - + BOOL Main.M28.bHome - + BOOL Main.M28.bHardwareEnable - + BOOL Main.M28.nRawEncoderULINT - + ULINT Main.M28.nRawEncoderUINT - + UINT Main.M28.nRawEncoderINT - + INT @@ -7098,49 +7098,49 @@ External Setpoint Generation: Main.M29.bLimitForwardEnable - + BOOL Main.M29.bLimitBackwardEnable - + BOOL Main.M29.bHome - + BOOL Main.M29.bHardwareEnable - + BOOL Main.M29.nRawEncoderULINT - + ULINT Main.M29.nRawEncoderUINT - + UINT Main.M29.nRawEncoderINT - + INT @@ -7196,49 +7196,49 @@ External Setpoint Generation: Main.M30.bLimitForwardEnable - + BOOL Main.M30.bLimitBackwardEnable - + BOOL Main.M30.bHome - + BOOL Main.M30.bHardwareEnable - + BOOL Main.M30.nRawEncoderULINT - + ULINT Main.M30.nRawEncoderUINT - + UINT Main.M30.nRawEncoderINT - + INT @@ -7294,49 +7294,49 @@ External Setpoint Generation: Main.M31.bLimitForwardEnable - + BOOL Main.M31.bLimitBackwardEnable - + BOOL Main.M31.bHome - + BOOL Main.M31.bHardwareEnable - + BOOL Main.M31.nRawEncoderULINT - + ULINT Main.M31.nRawEncoderUINT - + UINT Main.M31.nRawEncoderINT - + INT @@ -7392,49 +7392,49 @@ External Setpoint Generation: Main.M32.bLimitForwardEnable - + BOOL Main.M32.bLimitBackwardEnable - + BOOL Main.M32.bHome - + BOOL Main.M32.bHardwareEnable - + BOOL Main.M32.nRawEncoderULINT - + ULINT Main.M32.nRawEncoderUINT - + UINT Main.M32.nRawEncoderINT - + INT @@ -7490,49 +7490,49 @@ External Setpoint Generation: Main.M33.bLimitForwardEnable - + BOOL Main.M33.bLimitBackwardEnable - + BOOL Main.M33.bHome - + BOOL Main.M33.bHardwareEnable - + BOOL Main.M33.nRawEncoderULINT - + ULINT Main.M33.nRawEncoderUINT - + UINT Main.M33.nRawEncoderINT - + INT @@ -7570,7 +7570,7 @@ External Setpoint Generation: PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7597,7 +7597,7 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7612,7 +7612,7 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbGige.fbSetIllPercent.iRaw - + INT @@ -7627,7 +7627,7 @@ External Setpoint Generation: PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7642,7 +7642,7 @@ External Setpoint Generation: PRG_IM2K0_XTES.fbIM2K0.fbGige.fbSetIllPercent.iRaw - + INT @@ -7665,7 +7665,7 @@ External Setpoint Generation: PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7800,7 +7800,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7815,7 +7815,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7830,7 +7830,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7845,7 +7845,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7868,7 +7868,7 @@ External Setpoint Generation: PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7895,7 +7895,7 @@ External Setpoint Generation: PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -8036,7 +8036,7 @@ External Setpoint Generation: Main.M1.bBrakeRelease - + BOOL @@ -8047,7 +8047,7 @@ External Setpoint Generation: Main.M2.bBrakeRelease - + BOOL @@ -8058,7 +8058,7 @@ External Setpoint Generation: Main.M3.bBrakeRelease - + BOOL @@ -8069,7 +8069,7 @@ External Setpoint Generation: Main.M4.bBrakeRelease - + BOOL @@ -8080,7 +8080,7 @@ External Setpoint Generation: Main.M5.bBrakeRelease - + BOOL @@ -8091,7 +8091,7 @@ External Setpoint Generation: Main.M6.bBrakeRelease - + BOOL @@ -8102,7 +8102,7 @@ External Setpoint Generation: Main.M7.bBrakeRelease - + BOOL @@ -8113,7 +8113,7 @@ External Setpoint Generation: Main.M8.bBrakeRelease - + BOOL @@ -8124,7 +8124,7 @@ External Setpoint Generation: Main.M9.bBrakeRelease - + BOOL @@ -8135,7 +8135,7 @@ External Setpoint Generation: Main.M10.bBrakeRelease - + BOOL @@ -8146,7 +8146,7 @@ External Setpoint Generation: Main.M11.bBrakeRelease - + BOOL @@ -8157,7 +8157,7 @@ External Setpoint Generation: Main.M12.bBrakeRelease - + BOOL @@ -8168,7 +8168,7 @@ External Setpoint Generation: Main.M13.bBrakeRelease - + BOOL @@ -8179,7 +8179,7 @@ External Setpoint Generation: Main.M14.bBrakeRelease - + BOOL @@ -8190,7 +8190,7 @@ External Setpoint Generation: Main.M15.bBrakeRelease - + BOOL @@ -8201,7 +8201,7 @@ External Setpoint Generation: Main.M16.bBrakeRelease - + BOOL @@ -8212,7 +8212,7 @@ External Setpoint Generation: Main.M17.bBrakeRelease - + BOOL @@ -8223,7 +8223,7 @@ External Setpoint Generation: Main.M18.bBrakeRelease - + BOOL @@ -8234,7 +8234,7 @@ External Setpoint Generation: Main.M19.bBrakeRelease - + BOOL @@ -8245,7 +8245,7 @@ External Setpoint Generation: Main.M20.bBrakeRelease - + BOOL @@ -8256,7 +8256,7 @@ External Setpoint Generation: Main.M21.bBrakeRelease - + BOOL @@ -8267,7 +8267,7 @@ External Setpoint Generation: Main.M22.bBrakeRelease - + BOOL @@ -8278,7 +8278,7 @@ External Setpoint Generation: Main.M23.bBrakeRelease - + BOOL @@ -8289,7 +8289,7 @@ External Setpoint Generation: Main.M24.bBrakeRelease - + BOOL @@ -8300,7 +8300,7 @@ External Setpoint Generation: Main.M25.bBrakeRelease - + BOOL @@ -8311,7 +8311,7 @@ External Setpoint Generation: Main.M26.bBrakeRelease - + BOOL @@ -8322,7 +8322,7 @@ External Setpoint Generation: Main.M27.bBrakeRelease - + BOOL @@ -8333,7 +8333,7 @@ External Setpoint Generation: Main.M28.bBrakeRelease - + BOOL @@ -8344,7 +8344,7 @@ External Setpoint Generation: Main.M29.bBrakeRelease - + BOOL @@ -8355,7 +8355,7 @@ External Setpoint Generation: Main.M30.bBrakeRelease - + BOOL @@ -8366,7 +8366,7 @@ External Setpoint Generation: Main.M31.bBrakeRelease - + BOOL @@ -8377,7 +8377,7 @@ External Setpoint Generation: Main.M32.bBrakeRelease - + BOOL @@ -8388,7 +8388,7 @@ External Setpoint Generation: Main.M33.bBrakeRelease - + BOOL @@ -8410,7 +8410,7 @@ External Setpoint Generation: PMPS_GVL.SuccessfulPreemption - + UDINT 7 @@ -8418,7 +8418,7 @@ External Setpoint Generation: PMPS_GVL.AccumulatedFF - + UDINT 7 @@ -8817,7 +8817,7 @@ External Setpoint Generation: - + diff --git a/plc-kfe-motion/kfe_motion/GVLs/Main.TcGVL b/plc-kfe-motion/kfe_motion/GVLs/Main.TcGVL index f394493..9ce90af 100644 --- a/plc-kfe-motion/kfe_motion/GVLs/Main.TcGVL +++ b/plc-kfe-motion/kfe_motion/GVLs/Main.TcGVL @@ -194,7 +194,7 @@ VAR_GLOBAL {attribute 'TcLinkTo' := '.bLimitForwardEnable := TIIB[ST1K4-EL7041-E4]^STM Status^Status^Digital input 1; .bLimitBackwardEnable := TIIB[ST1K4-EL7041-E4]^STM Status^Status^Digital input 2; .bBrakeRelease := TIIB[ST1K4-EL2202-E3]^Channel 1^Output; - .nRawEncoderULINT := TIIB[ST1K4-EL5042-E5A]^FB Inputs Channel 1^Position'} + .nRawEncoderULINT := TIIB[ST1K4-EL5042-E6]^FB Inputs Channel 1^Position'} M33: ST_MotionStage := (sName := 'ST1K4:TEST:MMS:01'); END_VAR]]> From 4eb98797a669c2f334429bad36d12c8c0bc785d9 Mon Sep 17 00:00:00 2001 From: nwaters Date: Fri, 8 Dec 2023 10:44:28 -0800 Subject: [PATCH 14/14] BUG: debug flow switch variable linking - all checked good --- plc-kfe-motion/_Config/PLC/kfe_motion.xti | 756 +-- .../kfe_motion/POUs/PRG_1_PlcTask.TcPOU | 1 + .../kfe_motion/POUs/PRG_OTHER.TcPOU | 4 +- .../kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU | 4 +- .../kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU | 4 +- .../kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU | 4 +- plc-kfe-motion/kfe_motion/kfe_motion.tmc | 4620 +++++++++-------- plc-kfe-motion/plc-kfe-motion.tsproj | 2 +- 8 files changed, 2754 insertions(+), 2641 deletions(-) diff --git a/plc-kfe-motion/_Config/PLC/kfe_motion.xti b/plc-kfe-motion/_Config/PLC/kfe_motion.xti index 03e1bfd..7ff33ce 100644 --- a/plc-kfe-motion/_Config/PLC/kfe_motion.xti +++ b/plc-kfe-motion/_Config/PLC/kfe_motion.xti @@ -1261,28 +1261,28 @@ External Setpoint Generation: PRG_IM1K0_XTES.fbIM1K0.bZoomEndFwd - + BOOL PRG_IM1K0_XTES.fbIM1K0.bZoomEndBwd - + BOOL PRG_IM1K0_XTES.fbIM1K0.bFocusEndFwd - + BOOL PRG_IM1K0_XTES.fbIM1K0.bFocusEndBwd - + BOOL @@ -1485,49 +1485,49 @@ External Setpoint Generation: PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -1640,49 +1640,49 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -1709,21 +1709,21 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbGetPMVoltage.iRaw - + INT PRG_IM1K3_PPM.fbIM1K3.fbGige.fbGetIllPercent.iRaw - + INT PRG_IM1K3_PPM.fbIM1K3.fbFlowMeter.iRaw - + INT @@ -1743,6 +1743,10 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbYagThermoCouple.iRaw INT + + PRG_IM1K3_PPM.fbIM1K3.fbFlowSwitch.bFlowOk + BOOL + PRG_IM2K0_XTES.fbIM2K0.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc NCTOPLC_AXIS_REF @@ -1844,56 +1848,56 @@ External Setpoint Generation: PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT PRG_IM2K0_XTES.fbIM2K0.fbGige.fbGetIllPercent.iRaw - + INT @@ -2051,49 +2055,49 @@ External Setpoint Generation: PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -2129,6 +2133,10 @@ External Setpoint Generation: PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple2.iRaw INT + + PRG_PF1K0_WFS.fbPF1K0.fbFlowSwitch.bFlowOk + BOOL + PRG_RTDSK0.RTDSK0_MPA_01.i_xInsertedLS @@ -3121,49 +3129,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3300,49 +3308,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3479,49 +3487,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3658,49 +3666,49 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -3739,28 +3747,28 @@ External Setpoint Generation: PRG_IM1K4_XTES.fbIM1K4.bZoomEndFwd - + BOOL PRG_IM1K4_XTES.fbIM1K4.bZoomEndBwd - + BOOL PRG_IM1K4_XTES.fbIM1K4.bFocusEndFwd - + BOOL PRG_IM1K4_XTES.fbIM1K4.bFocusEndBwd - + BOOL @@ -3963,49 +3971,49 @@ External Setpoint Generation: PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT @@ -4118,52 +4126,56 @@ External Setpoint Generation: PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bLimitForwardEnable - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bLimitBackwardEnable - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bHome - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bHardwareEnable - + BOOL PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderULINT - + ULINT PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderUINT - + UINT PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderINT - + INT + + PRG_ST1K4_TEST.fbFlowSwitch.bFlowOk + BOOL + PRG_3_PMPS_POST.fbArbiterIO.i_stCurrentBP ST_BeamParams_IO @@ -4354,49 +4366,49 @@ External Setpoint Generation: Main.M1.bLimitForwardEnable - + BOOL Main.M1.bLimitBackwardEnable - + BOOL Main.M1.bHome - + BOOL Main.M1.bHardwareEnable - + BOOL Main.M1.nRawEncoderULINT - + ULINT Main.M1.nRawEncoderUINT - + UINT Main.M1.nRawEncoderINT - + INT @@ -4452,49 +4464,49 @@ External Setpoint Generation: Main.M2.bLimitForwardEnable - + BOOL Main.M2.bLimitBackwardEnable - + BOOL Main.M2.bHome - + BOOL Main.M2.bHardwareEnable - + BOOL Main.M2.nRawEncoderULINT - + ULINT Main.M2.nRawEncoderUINT - + UINT Main.M2.nRawEncoderINT - + INT @@ -4550,49 +4562,49 @@ External Setpoint Generation: Main.M3.bLimitForwardEnable - + BOOL Main.M3.bLimitBackwardEnable - + BOOL Main.M3.bHome - + BOOL Main.M3.bHardwareEnable - + BOOL Main.M3.nRawEncoderULINT - + ULINT Main.M3.nRawEncoderUINT - + UINT Main.M3.nRawEncoderINT - + INT @@ -4648,49 +4660,49 @@ External Setpoint Generation: Main.M4.bLimitForwardEnable - + BOOL Main.M4.bLimitBackwardEnable - + BOOL Main.M4.bHome - + BOOL Main.M4.bHardwareEnable - + BOOL Main.M4.nRawEncoderULINT - + ULINT Main.M4.nRawEncoderUINT - + UINT Main.M4.nRawEncoderINT - + INT @@ -4746,49 +4758,49 @@ External Setpoint Generation: Main.M5.bLimitForwardEnable - + BOOL Main.M5.bLimitBackwardEnable - + BOOL Main.M5.bHome - + BOOL Main.M5.bHardwareEnable - + BOOL Main.M5.nRawEncoderULINT - + ULINT Main.M5.nRawEncoderUINT - + UINT Main.M5.nRawEncoderINT - + INT @@ -4844,49 +4856,49 @@ External Setpoint Generation: Main.M6.bLimitForwardEnable - + BOOL Main.M6.bLimitBackwardEnable - + BOOL Main.M6.bHome - + BOOL Main.M6.bHardwareEnable - + BOOL Main.M6.nRawEncoderULINT - + ULINT Main.M6.nRawEncoderUINT - + UINT Main.M6.nRawEncoderINT - + INT @@ -4942,49 +4954,49 @@ External Setpoint Generation: Main.M7.bLimitForwardEnable - + BOOL Main.M7.bLimitBackwardEnable - + BOOL Main.M7.bHome - + BOOL Main.M7.bHardwareEnable - + BOOL Main.M7.nRawEncoderULINT - + ULINT Main.M7.nRawEncoderUINT - + UINT Main.M7.nRawEncoderINT - + INT @@ -5040,49 +5052,49 @@ External Setpoint Generation: Main.M8.bLimitForwardEnable - + BOOL Main.M8.bLimitBackwardEnable - + BOOL Main.M8.bHome - + BOOL Main.M8.bHardwareEnable - + BOOL Main.M8.nRawEncoderULINT - + ULINT Main.M8.nRawEncoderUINT - + UINT Main.M8.nRawEncoderINT - + INT @@ -5138,49 +5150,49 @@ External Setpoint Generation: Main.M9.bLimitForwardEnable - + BOOL Main.M9.bLimitBackwardEnable - + BOOL Main.M9.bHome - + BOOL Main.M9.bHardwareEnable - + BOOL Main.M9.nRawEncoderULINT - + ULINT Main.M9.nRawEncoderUINT - + UINT Main.M9.nRawEncoderINT - + INT @@ -5236,49 +5248,49 @@ External Setpoint Generation: Main.M10.bLimitForwardEnable - + BOOL Main.M10.bLimitBackwardEnable - + BOOL Main.M10.bHome - + BOOL Main.M10.bHardwareEnable - + BOOL Main.M10.nRawEncoderULINT - + ULINT Main.M10.nRawEncoderUINT - + UINT Main.M10.nRawEncoderINT - + INT @@ -5334,49 +5346,49 @@ External Setpoint Generation: Main.M11.bLimitForwardEnable - + BOOL Main.M11.bLimitBackwardEnable - + BOOL Main.M11.bHome - + BOOL Main.M11.bHardwareEnable - + BOOL Main.M11.nRawEncoderULINT - + ULINT Main.M11.nRawEncoderUINT - + UINT Main.M11.nRawEncoderINT - + INT @@ -5432,49 +5444,49 @@ External Setpoint Generation: Main.M12.bLimitForwardEnable - + BOOL Main.M12.bLimitBackwardEnable - + BOOL Main.M12.bHome - + BOOL Main.M12.bHardwareEnable - + BOOL Main.M12.nRawEncoderULINT - + ULINT Main.M12.nRawEncoderUINT - + UINT Main.M12.nRawEncoderINT - + INT @@ -5530,49 +5542,49 @@ External Setpoint Generation: Main.M13.bLimitForwardEnable - + BOOL Main.M13.bLimitBackwardEnable - + BOOL Main.M13.bHome - + BOOL Main.M13.bHardwareEnable - + BOOL Main.M13.nRawEncoderULINT - + ULINT Main.M13.nRawEncoderUINT - + UINT Main.M13.nRawEncoderINT - + INT @@ -5628,49 +5640,49 @@ External Setpoint Generation: Main.M14.bLimitForwardEnable - + BOOL Main.M14.bLimitBackwardEnable - + BOOL Main.M14.bHome - + BOOL Main.M14.bHardwareEnable - + BOOL Main.M14.nRawEncoderULINT - + ULINT Main.M14.nRawEncoderUINT - + UINT Main.M14.nRawEncoderINT - + INT @@ -5726,49 +5738,49 @@ External Setpoint Generation: Main.M15.bLimitForwardEnable - + BOOL Main.M15.bLimitBackwardEnable - + BOOL Main.M15.bHome - + BOOL Main.M15.bHardwareEnable - + BOOL Main.M15.nRawEncoderULINT - + ULINT Main.M15.nRawEncoderUINT - + UINT Main.M15.nRawEncoderINT - + INT @@ -5824,49 +5836,49 @@ External Setpoint Generation: Main.M16.bLimitForwardEnable - + BOOL Main.M16.bLimitBackwardEnable - + BOOL Main.M16.bHome - + BOOL Main.M16.bHardwareEnable - + BOOL Main.M16.nRawEncoderULINT - + ULINT Main.M16.nRawEncoderUINT - + UINT Main.M16.nRawEncoderINT - + INT @@ -5922,49 +5934,49 @@ External Setpoint Generation: Main.M17.bLimitForwardEnable - + BOOL Main.M17.bLimitBackwardEnable - + BOOL Main.M17.bHome - + BOOL Main.M17.bHardwareEnable - + BOOL Main.M17.nRawEncoderULINT - + ULINT Main.M17.nRawEncoderUINT - + UINT Main.M17.nRawEncoderINT - + INT @@ -6020,49 +6032,49 @@ External Setpoint Generation: Main.M18.bLimitForwardEnable - + BOOL Main.M18.bLimitBackwardEnable - + BOOL Main.M18.bHome - + BOOL Main.M18.bHardwareEnable - + BOOL Main.M18.nRawEncoderULINT - + ULINT Main.M18.nRawEncoderUINT - + UINT Main.M18.nRawEncoderINT - + INT @@ -6118,49 +6130,49 @@ External Setpoint Generation: Main.M19.bLimitForwardEnable - + BOOL Main.M19.bLimitBackwardEnable - + BOOL Main.M19.bHome - + BOOL Main.M19.bHardwareEnable - + BOOL Main.M19.nRawEncoderULINT - + ULINT Main.M19.nRawEncoderUINT - + UINT Main.M19.nRawEncoderINT - + INT @@ -6216,49 +6228,49 @@ External Setpoint Generation: Main.M20.bLimitForwardEnable - + BOOL Main.M20.bLimitBackwardEnable - + BOOL Main.M20.bHome - + BOOL Main.M20.bHardwareEnable - + BOOL Main.M20.nRawEncoderULINT - + ULINT Main.M20.nRawEncoderUINT - + UINT Main.M20.nRawEncoderINT - + INT @@ -6314,49 +6326,49 @@ External Setpoint Generation: Main.M21.bLimitForwardEnable - + BOOL Main.M21.bLimitBackwardEnable - + BOOL Main.M21.bHome - + BOOL Main.M21.bHardwareEnable - + BOOL Main.M21.nRawEncoderULINT - + ULINT Main.M21.nRawEncoderUINT - + UINT Main.M21.nRawEncoderINT - + INT @@ -6412,49 +6424,49 @@ External Setpoint Generation: Main.M22.bLimitForwardEnable - + BOOL Main.M22.bLimitBackwardEnable - + BOOL Main.M22.bHome - + BOOL Main.M22.bHardwareEnable - + BOOL Main.M22.nRawEncoderULINT - + ULINT Main.M22.nRawEncoderUINT - + UINT Main.M22.nRawEncoderINT - + INT @@ -6510,49 +6522,49 @@ External Setpoint Generation: Main.M23.bLimitForwardEnable - + BOOL Main.M23.bLimitBackwardEnable - + BOOL Main.M23.bHome - + BOOL Main.M23.bHardwareEnable - + BOOL Main.M23.nRawEncoderULINT - + ULINT Main.M23.nRawEncoderUINT - + UINT Main.M23.nRawEncoderINT - + INT @@ -6608,49 +6620,49 @@ External Setpoint Generation: Main.M24.bLimitForwardEnable - + BOOL Main.M24.bLimitBackwardEnable - + BOOL Main.M24.bHome - + BOOL Main.M24.bHardwareEnable - + BOOL Main.M24.nRawEncoderULINT - + ULINT Main.M24.nRawEncoderUINT - + UINT Main.M24.nRawEncoderINT - + INT @@ -6706,49 +6718,49 @@ External Setpoint Generation: Main.M25.bLimitForwardEnable - + BOOL Main.M25.bLimitBackwardEnable - + BOOL Main.M25.bHome - + BOOL Main.M25.bHardwareEnable - + BOOL Main.M25.nRawEncoderULINT - + ULINT Main.M25.nRawEncoderUINT - + UINT Main.M25.nRawEncoderINT - + INT @@ -6804,49 +6816,49 @@ External Setpoint Generation: Main.M26.bLimitForwardEnable - + BOOL Main.M26.bLimitBackwardEnable - + BOOL Main.M26.bHome - + BOOL Main.M26.bHardwareEnable - + BOOL Main.M26.nRawEncoderULINT - + ULINT Main.M26.nRawEncoderUINT - + UINT Main.M26.nRawEncoderINT - + INT @@ -6902,49 +6914,49 @@ External Setpoint Generation: Main.M27.bLimitForwardEnable - + BOOL Main.M27.bLimitBackwardEnable - + BOOL Main.M27.bHome - + BOOL Main.M27.bHardwareEnable - + BOOL Main.M27.nRawEncoderULINT - + ULINT Main.M27.nRawEncoderUINT - + UINT Main.M27.nRawEncoderINT - + INT @@ -7000,49 +7012,49 @@ External Setpoint Generation: Main.M28.bLimitForwardEnable - + BOOL Main.M28.bLimitBackwardEnable - + BOOL Main.M28.bHome - + BOOL Main.M28.bHardwareEnable - + BOOL Main.M28.nRawEncoderULINT - + ULINT Main.M28.nRawEncoderUINT - + UINT Main.M28.nRawEncoderINT - + INT @@ -7098,49 +7110,49 @@ External Setpoint Generation: Main.M29.bLimitForwardEnable - + BOOL Main.M29.bLimitBackwardEnable - + BOOL Main.M29.bHome - + BOOL Main.M29.bHardwareEnable - + BOOL Main.M29.nRawEncoderULINT - + ULINT Main.M29.nRawEncoderUINT - + UINT Main.M29.nRawEncoderINT - + INT @@ -7196,49 +7208,49 @@ External Setpoint Generation: Main.M30.bLimitForwardEnable - + BOOL Main.M30.bLimitBackwardEnable - + BOOL Main.M30.bHome - + BOOL Main.M30.bHardwareEnable - + BOOL Main.M30.nRawEncoderULINT - + ULINT Main.M30.nRawEncoderUINT - + UINT Main.M30.nRawEncoderINT - + INT @@ -7294,49 +7306,49 @@ External Setpoint Generation: Main.M31.bLimitForwardEnable - + BOOL Main.M31.bLimitBackwardEnable - + BOOL Main.M31.bHome - + BOOL Main.M31.bHardwareEnable - + BOOL Main.M31.nRawEncoderULINT - + ULINT Main.M31.nRawEncoderUINT - + UINT Main.M31.nRawEncoderINT - + INT @@ -7392,49 +7404,49 @@ External Setpoint Generation: Main.M32.bLimitForwardEnable - + BOOL Main.M32.bLimitBackwardEnable - + BOOL Main.M32.bHome - + BOOL Main.M32.bHardwareEnable - + BOOL Main.M32.nRawEncoderULINT - + ULINT Main.M32.nRawEncoderUINT - + UINT Main.M32.nRawEncoderINT - + INT @@ -7490,49 +7502,49 @@ External Setpoint Generation: Main.M33.bLimitForwardEnable - + BOOL Main.M33.bLimitBackwardEnable - + BOOL Main.M33.bHome - + BOOL Main.M33.bHardwareEnable - + BOOL Main.M33.nRawEncoderULINT - + ULINT Main.M33.nRawEncoderUINT - + UINT Main.M33.nRawEncoderINT - + INT @@ -7540,6 +7552,14 @@ External Setpoint Generation: GVL.rReqTrans ARRAY [1..16] OF ST_PMPS_Attenuator_IO + + PRG_OTHER.fbPC1K0FlowSwitch.bFlowOk + BOOL + + + PRG_OTHER.fbPC1K4FlowSwitch.bFlowOk + BOOL + PlcTask Outputs @@ -7570,7 +7590,7 @@ External Setpoint Generation: PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7597,7 +7617,7 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7612,7 +7632,7 @@ External Setpoint Generation: PRG_IM1K3_PPM.fbIM1K3.fbGige.fbSetIllPercent.iRaw - + INT @@ -7627,7 +7647,7 @@ External Setpoint Generation: PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7642,7 +7662,7 @@ External Setpoint Generation: PRG_IM2K0_XTES.fbIM2K0.fbGige.fbSetIllPercent.iRaw - + INT @@ -7665,7 +7685,7 @@ External Setpoint Generation: PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7800,7 +7820,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7815,7 +7835,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7830,7 +7850,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7845,7 +7865,7 @@ External Setpoint Generation: PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7868,7 +7888,7 @@ External Setpoint Generation: PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -7895,7 +7915,7 @@ External Setpoint Generation: PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bBrakeRelease - + BOOL @@ -8036,7 +8056,7 @@ External Setpoint Generation: Main.M1.bBrakeRelease - + BOOL @@ -8047,7 +8067,7 @@ External Setpoint Generation: Main.M2.bBrakeRelease - + BOOL @@ -8058,7 +8078,7 @@ External Setpoint Generation: Main.M3.bBrakeRelease - + BOOL @@ -8069,7 +8089,7 @@ External Setpoint Generation: Main.M4.bBrakeRelease - + BOOL @@ -8080,7 +8100,7 @@ External Setpoint Generation: Main.M5.bBrakeRelease - + BOOL @@ -8091,7 +8111,7 @@ External Setpoint Generation: Main.M6.bBrakeRelease - + BOOL @@ -8102,7 +8122,7 @@ External Setpoint Generation: Main.M7.bBrakeRelease - + BOOL @@ -8113,7 +8133,7 @@ External Setpoint Generation: Main.M8.bBrakeRelease - + BOOL @@ -8124,7 +8144,7 @@ External Setpoint Generation: Main.M9.bBrakeRelease - + BOOL @@ -8135,7 +8155,7 @@ External Setpoint Generation: Main.M10.bBrakeRelease - + BOOL @@ -8146,7 +8166,7 @@ External Setpoint Generation: Main.M11.bBrakeRelease - + BOOL @@ -8157,7 +8177,7 @@ External Setpoint Generation: Main.M12.bBrakeRelease - + BOOL @@ -8168,7 +8188,7 @@ External Setpoint Generation: Main.M13.bBrakeRelease - + BOOL @@ -8179,7 +8199,7 @@ External Setpoint Generation: Main.M14.bBrakeRelease - + BOOL @@ -8190,7 +8210,7 @@ External Setpoint Generation: Main.M15.bBrakeRelease - + BOOL @@ -8201,7 +8221,7 @@ External Setpoint Generation: Main.M16.bBrakeRelease - + BOOL @@ -8212,7 +8232,7 @@ External Setpoint Generation: Main.M17.bBrakeRelease - + BOOL @@ -8223,7 +8243,7 @@ External Setpoint Generation: Main.M18.bBrakeRelease - + BOOL @@ -8234,7 +8254,7 @@ External Setpoint Generation: Main.M19.bBrakeRelease - + BOOL @@ -8245,7 +8265,7 @@ External Setpoint Generation: Main.M20.bBrakeRelease - + BOOL @@ -8256,7 +8276,7 @@ External Setpoint Generation: Main.M21.bBrakeRelease - + BOOL @@ -8267,7 +8287,7 @@ External Setpoint Generation: Main.M22.bBrakeRelease - + BOOL @@ -8278,7 +8298,7 @@ External Setpoint Generation: Main.M23.bBrakeRelease - + BOOL @@ -8289,7 +8309,7 @@ External Setpoint Generation: Main.M24.bBrakeRelease - + BOOL @@ -8300,7 +8320,7 @@ External Setpoint Generation: Main.M25.bBrakeRelease - + BOOL @@ -8311,7 +8331,7 @@ External Setpoint Generation: Main.M26.bBrakeRelease - + BOOL @@ -8322,7 +8342,7 @@ External Setpoint Generation: Main.M27.bBrakeRelease - + BOOL @@ -8333,7 +8353,7 @@ External Setpoint Generation: Main.M28.bBrakeRelease - + BOOL @@ -8344,7 +8364,7 @@ External Setpoint Generation: Main.M29.bBrakeRelease - + BOOL @@ -8355,7 +8375,7 @@ External Setpoint Generation: Main.M30.bBrakeRelease - + BOOL @@ -8366,7 +8386,7 @@ External Setpoint Generation: Main.M31.bBrakeRelease - + BOOL @@ -8377,7 +8397,7 @@ External Setpoint Generation: Main.M32.bBrakeRelease - + BOOL @@ -8388,7 +8408,7 @@ External Setpoint Generation: Main.M33.bBrakeRelease - + BOOL @@ -8410,7 +8430,7 @@ External Setpoint Generation: PMPS_GVL.SuccessfulPreemption - + UDINT 7 @@ -8418,7 +8438,7 @@ External Setpoint Generation: PMPS_GVL.AccumulatedFF - + UDINT 7 @@ -8478,6 +8498,11 @@ External Setpoint Generation: + + + + + @@ -8630,6 +8655,11 @@ External Setpoint Generation: + + + + + @@ -8814,6 +8844,12 @@ External Setpoint Generation: + + + + + + diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_1_PlcTask.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_1_PlcTask.TcPOU index 096b366..1a38018 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_1_PlcTask.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_1_PlcTask.TcPOU @@ -18,6 +18,7 @@ PRG_SL2K0_POWER(); PRG_AT1K4_SOLID(); PRG_IM1K4_XTES(); PRG_ST1K4_TEST(); +PRG_OTHER(); PRG_3_PMPS_POST(); PRG_4_LOG();]]> diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU index 9571f7f..dfb9ad0 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU @@ -5,11 +5,11 @@ // A Program for implementing devices with minimal interaction. VAR {attribute 'pytmc' := 'pv: PC1K0:XTES:FSW'} - {attribute 'TcLinkTo' := .bFlowOk := TIIB[IM1K0-EL1004]^Channel 1^Input'} + {attribute 'TcLinkTo' := '.bFlowOk := TIIB[IM1K0-EL1004]^Channel 1^Input'} fbPC1K0FlowSwitch : FB_XTES_Flowswitch; {attribute 'pytmc' := 'pv: PC1K4:XTES:FSW'} - {attribute 'TcLinkTo' := .bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 2^Input'} + {attribute 'TcLinkTo' := '.bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 2^Input'} fbPC1K4FlowSwitch : FB_XTES_Flowswitch; END_VAR ]]> diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU index 58324ec..a3cb0b0 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU @@ -39,8 +39,8 @@ VAR .RTD_Bottom_2.bError := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Error; .RTD_Bottom_2.bUnderrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Underrange; .RTD_Bottom_2.bOverrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Overrange; - .AptArrayStatus := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[1]; - .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[1] + .AptArrayStatus := TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[1]; + .AptArrayReq := TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[1]; .fbFlowSwitch.bFlowOk := TIIB[IM1K0-EL1004]^Channel 3^Input'} fbSL1K0: FB_SLITS_POWER; //{attribute 'TcLinkTo' := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus'} diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU index 579c0c6..89b07e9 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_SL2K0_POWER.TcPOU @@ -39,8 +39,8 @@ VAR .RTD_Bottom_2.bError := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Error; .RTD_Bottom_2.bUnderrange := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Underrange; .RTD_Bottom_2.bOverrange := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Overrange; - .AptArrayStatus := 'TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[2]; - .AptArrayReq := 'TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[2]; + .AptArrayStatus := TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[2]; + .AptArrayReq := TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[2]; .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input'} fbSL2K0: FB_SLITS_POWER; //GET PMP Move Ok bit diff --git a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU index c799721..51519a4 100644 --- a/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU +++ b/plc-kfe-motion/kfe_motion/POUs/PRG_ST1K4_TEST.TcPOU @@ -40,9 +40,9 @@ VAR bST3K4_auto: BOOL := TRUE; {attribute 'pytmc' := ' - pv: FSW + pv: ST1K4:TEST:FSW '} - {attribute 'TcLinkTo' := .bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 1^Input'} + {attribute 'TcLinkTo' := '.bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 1^Input'} fbFlowSwitch: FB_XTES_Flowswitch; END_VAR diff --git a/plc-kfe-motion/kfe_motion/kfe_motion.tmc b/plc-kfe-motion/kfe_motion/kfe_motion.tmc index 281874a..ba5bbd2 100644 --- a/plc-kfe-motion/kfe_motion/kfe_motion.tmc +++ b/plc-kfe-motion/kfe_motion/kfe_motion.tmc @@ -1,5 +1,5 @@ - + ST_System @@ -180,31 +180,31 @@ bBusy BOOL 8 - 161412204 + 161412264 bError BOOL 8 - 161412236 + 161412296 hrErrorCode HRESULT 32 - 161412244 + 161412304 nStringSize UDINT 32 - 161412228 + 161412288 sResult STRING(255) 2048 - 161412240 + 161412300 __getbBusy @@ -1413,15 +1413,15 @@ nId UDINT 32 - 161412148 - 161412172 + 161412208 + 161412232 sName STRING(255) 2048 - 161412184 - 161412196 + 161412244 + 161412256 __setbCutInstancePathByLastInst @@ -1689,31 +1689,31 @@ eSeverity TcEventSeverity 16 - 161412292 + 161412352 ipSourceInfo I_TcSourceInfo 32 - 161412272 + 161412332 nEventId UDINT 32 - 161412360 + 161412420 sEventClassName STRING(255) 2048 - 161412320 + 161412380 sEventText STRING(255) 2048 - 161412364 + 161412424 EqualsToEventClass @@ -2286,7 +2286,7 @@ nTimeSent ULINT 64 - 161412388 + 161412448 SetJsonAttribute @@ -7323,11 +7323,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_BOOL @@ -7463,11 +7458,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_STRING @@ -7624,11 +7614,6 @@ DINT 32 - - __Index__0 - DINT - 32 - CalculateAndSetNumberOfAssertsForTest @@ -7766,11 +7751,6 @@ DINT 32 - - __Index__0 - DINT - 32 - SetTestFailed @@ -7929,11 +7909,6 @@ DINT 32 - - __Index__0 - DINT - 32 - IsTestFinished @@ -8439,11 +8414,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_SINT @@ -9216,11 +9186,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_TIME @@ -9599,11 +9564,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertArrayEquals_INT @@ -9698,11 +9658,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertFalse @@ -9827,11 +9782,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertArrayEquals_LWORD @@ -9936,11 +9886,6 @@ DINT 32 - - __Index__0 - DINT - 32 - GetTestByPosition @@ -10252,11 +10197,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AreAllTestsFinished @@ -10429,11 +10369,6 @@ DINT 32 - - __Index__0 - DINT - 32 - FindTestSuiteInstancePath @@ -10615,11 +10550,6 @@ DINT 32 - - __Index__0 - DINT - 32 - AssertArrayEquals_LREAL @@ -10720,11 +10650,6 @@ DINT 32 - - __Index__0 - DINT - 32 - GetNumberOfSuccessfulTests @@ -21867,11 +21792,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - FindTestSuiteInstancePath @@ -22130,11 +22050,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertArrayEquals_BYTE @@ -22239,11 +22154,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_DATE @@ -22400,11 +22310,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_LTIME @@ -22530,11 +22435,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_LREAL @@ -22676,11 +22576,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals @@ -23439,11 +23334,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - SetHasStartedRunning @@ -23604,11 +23494,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - GetHasStartedRunning @@ -23714,11 +23599,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_WSTRING @@ -23870,11 +23750,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_DINT @@ -24000,11 +23875,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertEquals_STRING @@ -24180,11 +24050,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertArray3dEquals_LREAL @@ -24467,11 +24332,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - CalculateAndSetNumberOfAssertsForTest @@ -25265,11 +25125,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - AssertArrayEquals_UDINT @@ -25364,11 +25219,6 @@ contributing fast faults, unless the FFO is currently vetoed. DINT 32 - - __Index__0 - DINT - 32 - @@ -48210,7 +48060,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t pytmc - pv: FLOW + pv: FLOW_OK field: ZNAM LOW field: ONAM OK @@ -48726,7 +48576,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t pytmc - pv: SFW + pv: FSW @@ -49870,7 +49720,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t FB_PPM - 1685312 + 1685376 stYStage ST_MotionStage @@ -50066,6 +49916,9 @@ The BPTM will throw an error if the arbiter does not have enough space for the t Offset for the flow meter in engineering units 64 16064 + + 0 + ItemType @@ -50187,7 +50040,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t .iTermBits - 12 + 15 .fTermMax @@ -50197,10 +50050,6 @@ The BPTM will throw an error if the arbiter does not have enough space for the t .fTermMin 0 - - .fResolution - 0.1 - @@ -50221,12 +50070,24 @@ The BPTM will throw an error if the arbiter does not have enough space for the t + + fbFlowSwitch + FB_XTES_Flowswitch + 64 + 1685120 + + + pytmc + pv: FSW + + + fDelta LREAL State defaults if not provided 64 - 1685120 + 1685184 2 @@ -50235,7 +50096,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fAccel LREAL 64 - 1685184 + 1685248 200 @@ -50244,7 +50105,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fOutDecel LREAL 64 - 1685248 + 1685312 25 @@ -50578,7 +50439,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t pytmc - pv: SFW + pv: FSW @@ -50760,7 +50621,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t FB_WFS - 1410560 + 1410624 stYStage ST_MotionStage @@ -51101,12 +50962,24 @@ The BPTM will throw an error if the arbiter does not have enough space for the t + + fbFlowSwitch + FB_XTES_Flowswitch + 64 + 1410368 + + + pytmc + pv: FSW + + + fDelta LREAL State defaults if not provided 64 - 1410368 + 1410432 2 @@ -51115,7 +50988,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fAccel LREAL 64 - 1410432 + 1410496 200 @@ -51124,7 +50997,7 @@ The BPTM will throw an error if the arbiter does not have enough space for the t fOutDecel LREAL 64 - 1410496 + 1410560 25 @@ -54532,8 +54405,8 @@ Readbacks nTimestamp ULINT 64 - 161419212 - 161419220 + 161419272 + 161419280 __getnTimestamp @@ -55827,31 +55700,31 @@ Readbacks bBusy BOOL 8 - 161418780 + 161418840 bError BOOL 8 - 161418812 + 161418872 hrErrorCode HRESULT 32 - 161418816 + 161418876 nStringSize UDINT 32 - 161418804 + 161418864 sEventText STRING(255) 2048 - 161418824 + 161418884 __getbBusy @@ -60056,7 +59929,7 @@ Readbacks 0 PlcTask Inputs 0 - 162594816 + 162725888 PRG_IM2K0_XTES.bDefectiveLimitSwitch 8 @@ -60071,7 +59944,7 @@ Readbacks Input - 1257375952 + 1257376240 PRG_IM1K0_XTES.fbIM1K0.bZoomEndFwd @@ -60084,7 +59957,7 @@ Readbacks Input - 1267250064 + 1267250384 PRG_IM1K0_XTES.fbIM1K0.bZoomEndBwd @@ -60097,7 +59970,7 @@ Readbacks Input - 1267250072 + 1267250392 PRG_IM1K0_XTES.fbIM1K0.bFocusEndFwd @@ -60110,7 +59983,7 @@ Readbacks Input - 1267250080 + 1267250400 PRG_IM1K0_XTES.fbIM1K0.bFocusEndBwd @@ -60123,7 +59996,7 @@ Readbacks Input - 1267250088 + 1267250408 PRG_IM1K0_XTES.fbIM1K0.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -60135,7 +60008,7 @@ Readbacks Input - 1267255168 + 1267255488 PRG_IM1K0_XTES.fbIM1K0.fbZoom.fbDriveVirtual.MasterAxis.NcToPlc @@ -60147,7 +60020,7 @@ Readbacks Input - 1267553088 + 1267553408 PRG_IM1K0_XTES.fbIM1K0.fbFocus.fbDriveVirtual.MasterAxis.NcToPlc @@ -60159,7 +60032,7 @@ Readbacks Input - 1267851008 + 1267851328 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -60171,7 +60044,7 @@ Readbacks Input - 1268811648 + 1268811968 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -60184,7 +60057,7 @@ Readbacks Input - 1268819584 + 1268819904 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -60197,7 +60070,7 @@ Readbacks Input - 1268819592 + 1268819912 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bHome @@ -60210,7 +60083,7 @@ Readbacks Input - 1268819600 + 1268819920 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bHardwareEnable @@ -60233,7 +60106,7 @@ Readbacks Input - 1268819616 + 1268819936 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -60246,7 +60119,7 @@ Readbacks Input - 1268819648 + 1268819968 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -60259,7 +60132,7 @@ Readbacks Input - 1268819712 + 1268820032 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -60272,7 +60145,7 @@ Readbacks Input - 1268819728 + 1268820048 PRG_IM1K0_XTES.fbIM1K0.fbFlowSwitch.bFlowOk @@ -60282,7 +60155,7 @@ Readbacks pytmc - pv: FLOW + pv: FLOW_OK field: ZNAM LOW field: ONAM OK @@ -60292,7 +60165,7 @@ Readbacks Input - 1268978720 + 1268979040 PRG_IM1K0_XTES.stEL6In @@ -60330,7 +60203,7 @@ Readbacks Input - 1269070400 + 1269070720 PRG_IM1K3_PPM.fbIM1K3.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -60342,7 +60215,7 @@ Readbacks Input - 1269093312 + 1269093632 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -60354,7 +60227,7 @@ Readbacks Input - 1270053952 + 1270054272 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -60367,7 +60240,7 @@ Readbacks Input - 1270061888 + 1270062208 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -60380,7 +60253,7 @@ Readbacks Input - 1270061896 + 1270062216 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bHome @@ -60393,7 +60266,7 @@ Readbacks Input - 1270061904 + 1270062224 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bHardwareEnable @@ -60416,7 +60289,7 @@ Readbacks Input - 1270061920 + 1270062240 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -60429,7 +60302,7 @@ Readbacks Input - 1270061952 + 1270062272 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -60442,7 +60315,7 @@ Readbacks Input - 1270062016 + 1270062336 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -60455,7 +60328,7 @@ Readbacks Input - 1270062032 + 1270062352 PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.iVoltageINT @@ -60467,7 +60340,7 @@ Readbacks Input - 1270176800 + 1270177120 PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbThermoCouple.bError @@ -60486,7 +60359,7 @@ Readbacks Input - 1270369160 + 1270369480 PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbThermoCouple.bUnderrange @@ -60498,7 +60371,7 @@ Readbacks Input - 1270369168 + 1270369488 PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbThermoCouple.bOverrange @@ -60510,7 +60383,7 @@ Readbacks Input - 1270369176 + 1270369496 PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbThermoCouple.iRaw @@ -60522,7 +60395,7 @@ Readbacks Input - 1270369184 + 1270369504 PRG_IM1K3_PPM.fbIM1K3.fbPowerMeter.fbGetPMVoltage.iRaw @@ -60535,7 +60408,7 @@ Readbacks Input - 1270369440 + 1270369760 PRG_IM1K3_PPM.fbIM1K3.fbGige.fbGetIllPercent.iRaw @@ -60548,7 +60421,7 @@ Readbacks Input - 1270755552 + 1270755872 PRG_IM1K3_PPM.fbIM1K3.fbFlowMeter.iRaw @@ -60561,7 +60434,7 @@ Readbacks Input - 1270756640 + 1270756960 PRG_IM1K3_PPM.fbIM1K3.fbYagThermoCouple.bError @@ -60580,7 +60453,7 @@ Readbacks Input - 1270757192 + 1270757512 PRG_IM1K3_PPM.fbIM1K3.fbYagThermoCouple.bUnderrange @@ -60592,7 +60465,7 @@ Readbacks Input - 1270757200 + 1270757520 PRG_IM1K3_PPM.fbIM1K3.fbYagThermoCouple.bOverrange @@ -60604,7 +60477,7 @@ Readbacks Input - 1270757208 + 1270757528 PRG_IM1K3_PPM.fbIM1K3.fbYagThermoCouple.iRaw @@ -60616,7 +60489,27 @@ Readbacks Input - 1270757216 + 1270757536 + + + PRG_IM1K3_PPM.fbIM1K3.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 1270757600 PRG_IM2K0_XTES.fbIM2K0.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -60628,7 +60521,7 @@ Readbacks Input - 1270870208 + 1270870592 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -60640,7 +60533,7 @@ Readbacks Input - 1271830848 + 1271831232 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -60653,7 +60546,7 @@ Readbacks Input - 1271838784 + 1271839168 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -60666,7 +60559,7 @@ Readbacks Input - 1271838792 + 1271839176 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bHome @@ -60679,7 +60572,7 @@ Readbacks Input - 1271838800 + 1271839184 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bHardwareEnable @@ -60702,7 +60595,7 @@ Readbacks Input - 1271838816 + 1271839200 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -60715,7 +60608,7 @@ Readbacks Input - 1271838848 + 1271839232 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -60728,7 +60621,7 @@ Readbacks Input - 1271838912 + 1271839296 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -60741,7 +60634,7 @@ Readbacks Input - 1271838928 + 1271839312 PRG_IM2K0_XTES.fbIM2K0.fbGige.fbGetIllPercent.iRaw @@ -60754,7 +60647,7 @@ Readbacks Input - 1271953824 + 1271954208 PRG_IM2K0_XTES.fbIM2K0.fbFlowSwitch.bFlowOk @@ -60764,7 +60657,7 @@ Readbacks pytmc - pv: FLOW + pv: FLOW_OK field: ZNAM LOW field: ONAM OK @@ -60774,7 +60667,7 @@ Readbacks Input - 1271955424 + 1271955808 PRG_PF1K0_WFS.fbPF1K0.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -60786,7 +60679,7 @@ Readbacks Input - 1272075968 + 1272076352 PRG_PF1K0_WFS.fbPF1K0.fbZStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -60798,7 +60691,7 @@ Readbacks Input - 1272373888 + 1272374272 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -60810,7 +60703,7 @@ Readbacks Input - 1273334528 + 1273334912 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -60823,7 +60716,7 @@ Readbacks Input - 1273342464 + 1273342848 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -60836,7 +60729,7 @@ Readbacks Input - 1273342472 + 1273342856 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bHome @@ -60849,7 +60742,7 @@ Readbacks Input - 1273342480 + 1273342864 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bHardwareEnable @@ -60872,7 +60765,7 @@ Readbacks Input - 1273342496 + 1273342880 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -60885,7 +60778,7 @@ Readbacks Input - 1273342528 + 1273342912 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -60898,7 +60791,7 @@ Readbacks Input - 1273342592 + 1273342976 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -60911,7 +60804,7 @@ Readbacks Input - 1273342608 + 1273342992 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple1.bError @@ -60935,7 +60828,7 @@ Readbacks Input - 1273457544 + 1273457928 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple1.bUnderrange @@ -60947,7 +60840,7 @@ Readbacks Input - 1273457552 + 1273457936 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple1.bOverrange @@ -60959,7 +60852,7 @@ Readbacks Input - 1273457560 + 1273457944 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple1.iRaw @@ -60971,7 +60864,7 @@ Readbacks Input - 1273457568 + 1273457952 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple2.bError @@ -60995,7 +60888,7 @@ Readbacks Input - 1273457800 + 1273458184 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple2.bUnderrange @@ -61007,7 +60900,7 @@ Readbacks Input - 1273457808 + 1273458192 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple2.bOverrange @@ -61019,7 +60912,7 @@ Readbacks Input - 1273457816 + 1273458200 PRG_PF1K0_WFS.fbPF1K0.fbThermoCouple2.iRaw @@ -61031,7 +60924,27 @@ Readbacks Input - 1273457824 + 1273458208 + + + PRG_PF1K0_WFS.fbPF1K0.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 1273458272 PRG_RTDSK0.RTDSK0_MPA_01.i_xInsertedLS @@ -61044,7 +60957,7 @@ Readbacks Input - 1273576224 + 1273576672 PRG_RTDSK0.RTDSK0_MPA_01.i_xRetractedLS @@ -61056,7 +60969,7 @@ Readbacks Input - 1273576232 + 1273576680 PRG_RTDSK0.RTDSK0_MPA_02.i_xInsertedLS @@ -61069,7 +60982,7 @@ Readbacks Input - 1273602912 + 1273603360 PRG_RTDSK0.RTDSK0_MPA_02.i_xRetractedLS @@ -61081,7 +60994,7 @@ Readbacks Input - 1273602920 + 1273603368 PRG_RTDSK0.RTDSK0_MPA_03.i_xInsertedLS @@ -61094,7 +61007,7 @@ Readbacks Input - 1273629600 + 1273630048 PRG_RTDSK0.RTDSK0_MPA_03.i_xRetractedLS @@ -61106,7 +61019,7 @@ Readbacks Input - 1273629608 + 1273630056 PRG_RTDSK0.RTDSK0_MPA_04.i_xInsertedLS @@ -61119,7 +61032,7 @@ Readbacks Input - 1273656288 + 1273656736 PRG_RTDSK0.RTDSK0_MPA_04.i_xRetractedLS @@ -61131,7 +61044,7 @@ Readbacks Input - 1273656296 + 1273656744 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_Z.fbDriveVirtual.MasterAxis.NcToPlc @@ -61143,7 +61056,7 @@ Readbacks Input - 1273658944 + 1273659392 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_X.fbDriveVirtual.MasterAxis.NcToPlc @@ -61155,7 +61068,7 @@ Readbacks Input - 1273956864 + 1273957312 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_Y.fbDriveVirtual.MasterAxis.NcToPlc @@ -61167,7 +61080,7 @@ Readbacks Input - 1274254784 + 1274255232 PRG_SL1K0_POWER.fbSL1K0.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61179,7 +61092,7 @@ Readbacks Input - 1274579904 + 1274580352 PRG_SL1K0_POWER.fbSL1K0.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61191,7 +61104,7 @@ Readbacks Input - 1274877824 + 1274878272 PRG_SL1K0_POWER.fbSL1K0.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61203,7 +61116,7 @@ Readbacks Input - 1275175744 + 1275176192 PRG_SL1K0_POWER.fbSL1K0.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61215,7 +61128,7 @@ Readbacks Input - 1275473664 + 1275474112 PRG_SL1K0_POWER.fbSL1K0.AptArrayReq @@ -61227,7 +61140,7 @@ Readbacks Input - 1275919328 + 1275919776 PRG_SL1K0_POWER.fbSL1K0.fbFlowSwitch.bFlowOk @@ -61237,7 +61150,7 @@ Readbacks pytmc - pv: FLOW + pv: FLOW_OK field: ZNAM LOW field: ONAM OK @@ -61247,7 +61160,7 @@ Readbacks Input - 1275919552 + 1275920000 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_1.bError @@ -61271,7 +61184,7 @@ Readbacks Input - 1275919816 + 1275920264 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_1.bUnderrange @@ -61283,7 +61196,7 @@ Readbacks Input - 1275919824 + 1275920272 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_1.bOverrange @@ -61295,7 +61208,7 @@ Readbacks Input - 1275919832 + 1275920280 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_1.iRaw @@ -61307,7 +61220,7 @@ Readbacks Input - 1275919840 + 1275920288 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_2.bError @@ -61331,7 +61244,7 @@ Readbacks Input - 1275920072 + 1275920520 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_2.bUnderrange @@ -61343,7 +61256,7 @@ Readbacks Input - 1275920080 + 1275920528 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_2.bOverrange @@ -61355,7 +61268,7 @@ Readbacks Input - 1275920088 + 1275920536 PRG_SL1K0_POWER.fbSL1K0.RTD_TOP_2.iRaw @@ -61367,7 +61280,7 @@ Readbacks Input - 1275920096 + 1275920544 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_1.bError @@ -61391,7 +61304,7 @@ Readbacks Input - 1275920328 + 1275920776 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_1.bUnderrange @@ -61403,7 +61316,7 @@ Readbacks Input - 1275920336 + 1275920784 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_1.bOverrange @@ -61415,7 +61328,7 @@ Readbacks Input - 1275920344 + 1275920792 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_1.iRaw @@ -61427,7 +61340,7 @@ Readbacks Input - 1275920352 + 1275920800 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_2.bError @@ -61451,7 +61364,7 @@ Readbacks Input - 1275920584 + 1275921032 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_2.bUnderrange @@ -61463,7 +61376,7 @@ Readbacks Input - 1275920592 + 1275921040 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_2.bOverrange @@ -61475,7 +61388,7 @@ Readbacks Input - 1275920600 + 1275921048 PRG_SL1K0_POWER.fbSL1K0.RTD_Bottom_2.iRaw @@ -61487,7 +61400,7 @@ Readbacks Input - 1275920608 + 1275921056 PRG_SL1K0_POWER.fbSL1K0.RTD_North_1.bError @@ -61511,7 +61424,7 @@ Readbacks Input - 1275920840 + 1275921288 PRG_SL1K0_POWER.fbSL1K0.RTD_North_1.bUnderrange @@ -61523,7 +61436,7 @@ Readbacks Input - 1275920848 + 1275921296 PRG_SL1K0_POWER.fbSL1K0.RTD_North_1.bOverrange @@ -61535,7 +61448,7 @@ Readbacks Input - 1275920856 + 1275921304 PRG_SL1K0_POWER.fbSL1K0.RTD_North_1.iRaw @@ -61547,7 +61460,7 @@ Readbacks Input - 1275920864 + 1275921312 PRG_SL1K0_POWER.fbSL1K0.RTD_North_2.bError @@ -61571,7 +61484,7 @@ Readbacks Input - 1275921096 + 1275921544 PRG_SL1K0_POWER.fbSL1K0.RTD_North_2.bUnderrange @@ -61583,7 +61496,7 @@ Readbacks Input - 1275921104 + 1275921552 PRG_SL1K0_POWER.fbSL1K0.RTD_North_2.bOverrange @@ -61595,7 +61508,7 @@ Readbacks Input - 1275921112 + 1275921560 PRG_SL1K0_POWER.fbSL1K0.RTD_North_2.iRaw @@ -61607,7 +61520,7 @@ Readbacks Input - 1275921120 + 1275921568 PRG_SL1K0_POWER.fbSL1K0.RTD_South_1.bError @@ -61631,7 +61544,7 @@ Readbacks Input - 1275921352 + 1275921800 PRG_SL1K0_POWER.fbSL1K0.RTD_South_1.bUnderrange @@ -61643,7 +61556,7 @@ Readbacks Input - 1275921360 + 1275921808 PRG_SL1K0_POWER.fbSL1K0.RTD_South_1.bOverrange @@ -61655,7 +61568,7 @@ Readbacks Input - 1275921368 + 1275921816 PRG_SL1K0_POWER.fbSL1K0.RTD_South_1.iRaw @@ -61667,7 +61580,7 @@ Readbacks Input - 1275921376 + 1275921824 PRG_SL1K0_POWER.fbSL1K0.RTD_South_2.bError @@ -61691,7 +61604,7 @@ Readbacks Input - 1275921608 + 1275922056 PRG_SL1K0_POWER.fbSL1K0.RTD_South_2.bUnderrange @@ -61703,7 +61616,7 @@ Readbacks Input - 1275921616 + 1275922064 PRG_SL1K0_POWER.fbSL1K0.RTD_South_2.bOverrange @@ -61715,7 +61628,7 @@ Readbacks Input - 1275921624 + 1275922072 PRG_SL1K0_POWER.fbSL1K0.RTD_South_2.iRaw @@ -61727,7 +61640,7 @@ Readbacks Input - 1275921632 + 1275922080 PRG_SL2K0_POWER.fbSL2K0.fbTopBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61739,7 +61652,7 @@ Readbacks Input - 1275928320 + 1275928768 PRG_SL2K0_POWER.fbSL2K0.fbBottomBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61751,7 +61664,7 @@ Readbacks Input - 1276226240 + 1276226688 PRG_SL2K0_POWER.fbSL2K0.fbNorthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61763,7 +61676,7 @@ Readbacks Input - 1276524160 + 1276524608 PRG_SL2K0_POWER.fbSL2K0.fbSouthBlade.fbDriveVirtual.MasterAxis.NcToPlc @@ -61775,7 +61688,7 @@ Readbacks Input - 1276822080 + 1276822528 PRG_SL2K0_POWER.fbSL2K0.AptArrayReq @@ -61787,7 +61700,7 @@ Readbacks Input - 1277267744 + 1277268192 PRG_SL2K0_POWER.fbSL2K0.fbFlowSwitch.bFlowOk @@ -61797,7 +61710,7 @@ Readbacks pytmc - pv: FLOW + pv: FLOW_OK field: ZNAM LOW field: ONAM OK @@ -61807,7 +61720,7 @@ Readbacks Input - 1277267968 + 1277268416 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_1.bError @@ -61831,7 +61744,7 @@ Readbacks Input - 1277268232 + 1277268680 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_1.bUnderrange @@ -61843,7 +61756,7 @@ Readbacks Input - 1277268240 + 1277268688 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_1.bOverrange @@ -61855,7 +61768,7 @@ Readbacks Input - 1277268248 + 1277268696 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_1.iRaw @@ -61867,7 +61780,7 @@ Readbacks Input - 1277268256 + 1277268704 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_2.bError @@ -61891,7 +61804,7 @@ Readbacks Input - 1277268488 + 1277268936 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_2.bUnderrange @@ -61903,7 +61816,7 @@ Readbacks Input - 1277268496 + 1277268944 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_2.bOverrange @@ -61915,7 +61828,7 @@ Readbacks Input - 1277268504 + 1277268952 PRG_SL2K0_POWER.fbSL2K0.RTD_TOP_2.iRaw @@ -61927,7 +61840,7 @@ Readbacks Input - 1277268512 + 1277268960 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_1.bError @@ -61951,7 +61864,7 @@ Readbacks Input - 1277268744 + 1277269192 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_1.bUnderrange @@ -61963,7 +61876,7 @@ Readbacks Input - 1277268752 + 1277269200 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_1.bOverrange @@ -61975,7 +61888,7 @@ Readbacks Input - 1277268760 + 1277269208 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_1.iRaw @@ -61987,7 +61900,7 @@ Readbacks Input - 1277268768 + 1277269216 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_2.bError @@ -62011,7 +61924,7 @@ Readbacks Input - 1277269000 + 1277269448 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_2.bUnderrange @@ -62023,7 +61936,7 @@ Readbacks Input - 1277269008 + 1277269456 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_2.bOverrange @@ -62035,7 +61948,7 @@ Readbacks Input - 1277269016 + 1277269464 PRG_SL2K0_POWER.fbSL2K0.RTD_Bottom_2.iRaw @@ -62047,7 +61960,7 @@ Readbacks Input - 1277269024 + 1277269472 PRG_SL2K0_POWER.fbSL2K0.RTD_North_1.bError @@ -62071,7 +61984,7 @@ Readbacks Input - 1277269256 + 1277269704 PRG_SL2K0_POWER.fbSL2K0.RTD_North_1.bUnderrange @@ -62083,7 +61996,7 @@ Readbacks Input - 1277269264 + 1277269712 PRG_SL2K0_POWER.fbSL2K0.RTD_North_1.bOverrange @@ -62095,7 +62008,7 @@ Readbacks Input - 1277269272 + 1277269720 PRG_SL2K0_POWER.fbSL2K0.RTD_North_1.iRaw @@ -62107,7 +62020,7 @@ Readbacks Input - 1277269280 + 1277269728 PRG_SL2K0_POWER.fbSL2K0.RTD_North_2.bError @@ -62131,7 +62044,7 @@ Readbacks Input - 1277269512 + 1277269960 PRG_SL2K0_POWER.fbSL2K0.RTD_North_2.bUnderrange @@ -62143,7 +62056,7 @@ Readbacks Input - 1277269520 + 1277269968 PRG_SL2K0_POWER.fbSL2K0.RTD_North_2.bOverrange @@ -62155,7 +62068,7 @@ Readbacks Input - 1277269528 + 1277269976 PRG_SL2K0_POWER.fbSL2K0.RTD_North_2.iRaw @@ -62167,7 +62080,7 @@ Readbacks Input - 1277269536 + 1277269984 PRG_SL2K0_POWER.fbSL2K0.RTD_South_1.bError @@ -62191,7 +62104,7 @@ Readbacks Input - 1277269768 + 1277270216 PRG_SL2K0_POWER.fbSL2K0.RTD_South_1.bUnderrange @@ -62203,7 +62116,7 @@ Readbacks Input - 1277269776 + 1277270224 PRG_SL2K0_POWER.fbSL2K0.RTD_South_1.bOverrange @@ -62215,7 +62128,7 @@ Readbacks Input - 1277269784 + 1277270232 PRG_SL2K0_POWER.fbSL2K0.RTD_South_1.iRaw @@ -62227,7 +62140,7 @@ Readbacks Input - 1277269792 + 1277270240 PRG_SL2K0_POWER.fbSL2K0.RTD_South_2.bError @@ -62251,7 +62164,7 @@ Readbacks Input - 1277270024 + 1277270472 PRG_SL2K0_POWER.fbSL2K0.RTD_South_2.bUnderrange @@ -62263,7 +62176,7 @@ Readbacks Input - 1277270032 + 1277270480 PRG_SL2K0_POWER.fbSL2K0.RTD_South_2.bOverrange @@ -62275,7 +62188,7 @@ Readbacks Input - 1277270040 + 1277270488 PRG_SL2K0_POWER.fbSL2K0.RTD_South_2.iRaw @@ -62287,7 +62200,7 @@ Readbacks Input - 1277270048 + 1277270496 PRG_AT1K4_SOLID.fbStage1.fbMotion.fbDriveVirtual.MasterAxis.NcToPlc @@ -62299,7 +62212,7 @@ Readbacks Input - 1277316928 + 1277317376 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -62311,7 +62224,7 @@ Readbacks Input - 1277743360 + 1277743808 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -62324,7 +62237,7 @@ Readbacks Input - 1277751296 + 1277751744 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -62337,7 +62250,7 @@ Readbacks Input - 1277751304 + 1277751752 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bHome @@ -62350,7 +62263,7 @@ Readbacks Input - 1277751312 + 1277751760 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bHardwareEnable @@ -62373,7 +62286,7 @@ Readbacks Input - 1277751328 + 1277751776 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -62386,7 +62299,7 @@ Readbacks Input - 1277751360 + 1277751808 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -62399,7 +62312,7 @@ Readbacks Input - 1277751424 + 1277751872 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -62412,7 +62325,7 @@ Readbacks Input - 1277751440 + 1277751888 PRG_AT1K4_SOLID.fbStage1.fbRTD_1.bError @@ -62436,7 +62349,7 @@ Readbacks Input - 1277872840 + 1277873288 PRG_AT1K4_SOLID.fbStage1.fbRTD_1.bUnderrange @@ -62448,7 +62361,7 @@ Readbacks Input - 1277872848 + 1277873296 PRG_AT1K4_SOLID.fbStage1.fbRTD_1.bOverrange @@ -62460,7 +62373,7 @@ Readbacks Input - 1277872856 + 1277873304 PRG_AT1K4_SOLID.fbStage1.fbRTD_1.iRaw @@ -62472,7 +62385,7 @@ Readbacks Input - 1277872864 + 1277873312 PRG_AT1K4_SOLID.fbStage1.fbRTD_2.bError @@ -62496,7 +62409,7 @@ Readbacks Input - 1277873096 + 1277873544 PRG_AT1K4_SOLID.fbStage1.fbRTD_2.bUnderrange @@ -62508,7 +62421,7 @@ Readbacks Input - 1277873104 + 1277873552 PRG_AT1K4_SOLID.fbStage1.fbRTD_2.bOverrange @@ -62520,7 +62433,7 @@ Readbacks Input - 1277873112 + 1277873560 PRG_AT1K4_SOLID.fbStage1.fbRTD_2.iRaw @@ -62532,7 +62445,7 @@ Readbacks Input - 1277873120 + 1277873568 PRG_AT1K4_SOLID.fbStage2.fbMotion.fbDriveVirtual.MasterAxis.NcToPlc @@ -62544,7 +62457,7 @@ Readbacks Input - 1277941184 + 1277941632 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -62556,7 +62469,7 @@ Readbacks Input - 1278367616 + 1278368064 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -62569,7 +62482,7 @@ Readbacks Input - 1278375552 + 1278376000 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -62582,7 +62495,7 @@ Readbacks Input - 1278375560 + 1278376008 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bHome @@ -62595,7 +62508,7 @@ Readbacks Input - 1278375568 + 1278376016 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bHardwareEnable @@ -62618,7 +62531,7 @@ Readbacks Input - 1278375584 + 1278376032 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -62631,7 +62544,7 @@ Readbacks Input - 1278375616 + 1278376064 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -62644,7 +62557,7 @@ Readbacks Input - 1278375680 + 1278376128 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -62657,7 +62570,7 @@ Readbacks Input - 1278375696 + 1278376144 PRG_AT1K4_SOLID.fbStage2.fbRTD_1.bError @@ -62681,7 +62594,7 @@ Readbacks Input - 1278497096 + 1278497544 PRG_AT1K4_SOLID.fbStage2.fbRTD_1.bUnderrange @@ -62693,7 +62606,7 @@ Readbacks Input - 1278497104 + 1278497552 PRG_AT1K4_SOLID.fbStage2.fbRTD_1.bOverrange @@ -62705,7 +62618,7 @@ Readbacks Input - 1278497112 + 1278497560 PRG_AT1K4_SOLID.fbStage2.fbRTD_1.iRaw @@ -62717,7 +62630,7 @@ Readbacks Input - 1278497120 + 1278497568 PRG_AT1K4_SOLID.fbStage2.fbRTD_2.bError @@ -62741,7 +62654,7 @@ Readbacks Input - 1278497352 + 1278497800 PRG_AT1K4_SOLID.fbStage2.fbRTD_2.bUnderrange @@ -62753,7 +62666,7 @@ Readbacks Input - 1278497360 + 1278497808 PRG_AT1K4_SOLID.fbStage2.fbRTD_2.bOverrange @@ -62765,7 +62678,7 @@ Readbacks Input - 1278497368 + 1278497816 PRG_AT1K4_SOLID.fbStage2.fbRTD_2.iRaw @@ -62777,7 +62690,7 @@ Readbacks Input - 1278497376 + 1278497824 PRG_AT1K4_SOLID.fbStage3.fbMotion.fbDriveVirtual.MasterAxis.NcToPlc @@ -62789,7 +62702,7 @@ Readbacks Input - 1278565440 + 1278565888 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -62801,7 +62714,7 @@ Readbacks Input - 1278991872 + 1278992320 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -62814,7 +62727,7 @@ Readbacks Input - 1278999808 + 1279000256 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -62827,7 +62740,7 @@ Readbacks Input - 1278999816 + 1279000264 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bHome @@ -62840,7 +62753,7 @@ Readbacks Input - 1278999824 + 1279000272 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bHardwareEnable @@ -62863,7 +62776,7 @@ Readbacks Input - 1278999840 + 1279000288 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -62876,7 +62789,7 @@ Readbacks Input - 1278999872 + 1279000320 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -62889,7 +62802,7 @@ Readbacks Input - 1278999936 + 1279000384 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -62902,7 +62815,7 @@ Readbacks Input - 1278999952 + 1279000400 PRG_AT1K4_SOLID.fbStage3.fbRTD_1.bError @@ -62926,7 +62839,7 @@ Readbacks Input - 1279121352 + 1279121800 PRG_AT1K4_SOLID.fbStage3.fbRTD_1.bUnderrange @@ -62938,7 +62851,7 @@ Readbacks Input - 1279121360 + 1279121808 PRG_AT1K4_SOLID.fbStage3.fbRTD_1.bOverrange @@ -62950,7 +62863,7 @@ Readbacks Input - 1279121368 + 1279121816 PRG_AT1K4_SOLID.fbStage3.fbRTD_1.iRaw @@ -62962,7 +62875,7 @@ Readbacks Input - 1279121376 + 1279121824 PRG_AT1K4_SOLID.fbStage3.fbRTD_2.bError @@ -62986,7 +62899,7 @@ Readbacks Input - 1279121608 + 1279122056 PRG_AT1K4_SOLID.fbStage3.fbRTD_2.bUnderrange @@ -62998,7 +62911,7 @@ Readbacks Input - 1279121616 + 1279122064 PRG_AT1K4_SOLID.fbStage3.fbRTD_2.bOverrange @@ -63010,7 +62923,7 @@ Readbacks Input - 1279121624 + 1279122072 PRG_AT1K4_SOLID.fbStage3.fbRTD_2.iRaw @@ -63022,7 +62935,7 @@ Readbacks Input - 1279121632 + 1279122080 PRG_AT1K4_SOLID.fbStage4.fbMotion.fbDriveVirtual.MasterAxis.NcToPlc @@ -63034,7 +62947,7 @@ Readbacks Input - 1279189696 + 1279190144 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -63046,7 +62959,7 @@ Readbacks Input - 1279616128 + 1279616576 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -63059,7 +62972,7 @@ Readbacks Input - 1279624064 + 1279624512 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -63072,7 +62985,7 @@ Readbacks Input - 1279624072 + 1279624520 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bHome @@ -63085,7 +62998,7 @@ Readbacks Input - 1279624080 + 1279624528 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -63108,7 +63021,7 @@ Readbacks Input - 1279624096 + 1279624544 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -63121,7 +63034,7 @@ Readbacks Input - 1279624128 + 1279624576 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -63134,7 +63047,7 @@ Readbacks Input - 1279624192 + 1279624640 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -63147,7 +63060,7 @@ Readbacks Input - 1279624208 + 1279624656 PRG_AT1K4_SOLID.fbStage4.fbRTD_1.bError @@ -63171,7 +63084,7 @@ Readbacks Input - 1279745608 + 1279746056 PRG_AT1K4_SOLID.fbStage4.fbRTD_1.bUnderrange @@ -63183,7 +63096,7 @@ Readbacks Input - 1279745616 + 1279746064 PRG_AT1K4_SOLID.fbStage4.fbRTD_1.bOverrange @@ -63195,7 +63108,7 @@ Readbacks Input - 1279745624 + 1279746072 PRG_AT1K4_SOLID.fbStage4.fbRTD_1.iRaw @@ -63207,7 +63120,7 @@ Readbacks Input - 1279745632 + 1279746080 PRG_AT1K4_SOLID.fbStage4.fbRTD_2.bError @@ -63231,7 +63144,7 @@ Readbacks Input - 1279745864 + 1279746312 PRG_AT1K4_SOLID.fbStage4.fbRTD_2.bUnderrange @@ -63243,7 +63156,7 @@ Readbacks Input - 1279745872 + 1279746320 PRG_AT1K4_SOLID.fbStage4.fbRTD_2.bOverrange @@ -63255,7 +63168,7 @@ Readbacks Input - 1279745880 + 1279746328 PRG_AT1K4_SOLID.fbStage4.fbRTD_2.iRaw @@ -63267,7 +63180,7 @@ Readbacks Input - 1279745888 + 1279746336 PRG_IM1K4_XTES.fbIM1K4.bZoomEndFwd @@ -63280,7 +63193,7 @@ Readbacks Input - 1279970128 + 1279970576 PRG_IM1K4_XTES.fbIM1K4.bZoomEndBwd @@ -63293,7 +63206,7 @@ Readbacks Input - 1279970136 + 1279970584 PRG_IM1K4_XTES.fbIM1K4.bFocusEndFwd @@ -63306,7 +63219,7 @@ Readbacks Input - 1279970144 + 1279970592 PRG_IM1K4_XTES.fbIM1K4.bFocusEndBwd @@ -63319,7 +63232,7 @@ Readbacks Input - 1279970152 + 1279970600 PRG_IM1K4_XTES.fbIM1K4.fbYStage.fbDriveVirtual.MasterAxis.NcToPlc @@ -63331,7 +63244,7 @@ Readbacks Input - 1279975232 + 1279975680 PRG_IM1K4_XTES.fbIM1K4.fbZoom.fbDriveVirtual.MasterAxis.NcToPlc @@ -63343,7 +63256,7 @@ Readbacks Input - 1280273152 + 1280273600 PRG_IM1K4_XTES.fbIM1K4.fbFocus.fbDriveVirtual.MasterAxis.NcToPlc @@ -63355,7 +63268,7 @@ Readbacks Input - 1280571072 + 1280571520 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -63367,7 +63280,7 @@ Readbacks Input - 1281531712 + 1281532160 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -63380,7 +63293,7 @@ Readbacks Input - 1281539648 + 1281540096 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -63393,7 +63306,7 @@ Readbacks Input - 1281539656 + 1281540104 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bHome @@ -63406,7 +63319,7 @@ Readbacks Input - 1281539664 + 1281540112 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bHardwareEnable @@ -63429,7 +63342,7 @@ Readbacks Input - 1281539680 + 1281540128 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -63442,7 +63355,7 @@ Readbacks Input - 1281539712 + 1281540160 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -63455,7 +63368,7 @@ Readbacks Input - 1281539776 + 1281540224 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -63468,7 +63381,7 @@ Readbacks Input - 1281539792 + 1281540240 PRG_IM1K4_XTES.fbIM1K4.fbFlowSwitch.bFlowOk @@ -63478,7 +63391,7 @@ Readbacks pytmc - pv: FLOW + pv: FLOW_OK field: ZNAM LOW field: ONAM OK @@ -63488,7 +63401,7 @@ Readbacks Input - 1281698784 + 1281699232 PRG_IM1K4_XTES.stEL6In @@ -63526,7 +63439,7 @@ Readbacks Input - 1281790464 + 1281790912 PRG_ST1K4_TEST.fbMotion.fbDriveVirtual.MasterAxis.NcToPlc @@ -63538,7 +63451,7 @@ Readbacks Input - 1281793344 + 1281793792 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].Axis.NcToPlc @@ -63550,7 +63463,7 @@ Readbacks Input - 1282219776 + 1282220224 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bLimitForwardEnable @@ -63563,7 +63476,7 @@ Readbacks Input - 1282227712 + 1282228160 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bLimitBackwardEnable @@ -63576,7 +63489,7 @@ Readbacks Input - 1282227720 + 1282228168 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bHome @@ -63589,7 +63502,7 @@ Readbacks Input - 1282227728 + 1282228176 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bHardwareEnable @@ -63612,7 +63525,7 @@ Readbacks Input - 1282227744 + 1282228192 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderULINT @@ -63625,7 +63538,7 @@ Readbacks Input - 1282227776 + 1282228224 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderUINT @@ -63638,7 +63551,7 @@ Readbacks Input - 1282227840 + 1282228288 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].nRawEncoderINT @@ -63651,7 +63564,27 @@ Readbacks Input - 1282227856 + 1282228304 + + + PRG_ST1K4_TEST.fbFlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 1282401504 PRG_3_PMPS_POST.fbArbiterIO.i_stCurrentBP @@ -63667,7 +63600,7 @@ Readbacks Input - 1282402464 + 1282402976 PRG_3_PMPS_POST.fbArbiterIO.xTxPDO_toggle @@ -63688,7 +63621,7 @@ Readbacks Input - 1282405984 + 1282406496 PRG_3_PMPS_POST.fbArbiterIO.xTxPDO_state @@ -63709,7 +63642,7 @@ Readbacks Input - 1282405985 + 1282406497 Main.M1.Axis.NcToPlc @@ -63721,7 +63654,7 @@ Readbacks Input - 1288363584 + 1288364096 Main.M1.bLimitForwardEnable @@ -63734,7 +63667,7 @@ Readbacks Input - 1288371520 + 1288372032 Main.M1.bLimitBackwardEnable @@ -63747,7 +63680,7 @@ Readbacks Input - 1288371528 + 1288372040 Main.M1.bHome @@ -63760,7 +63693,7 @@ Readbacks Input - 1288371536 + 1288372048 Main.M1.bHardwareEnable @@ -63783,7 +63716,7 @@ Readbacks Input - 1288371552 + 1288372064 Main.M1.nRawEncoderULINT @@ -63796,7 +63729,7 @@ Readbacks Input - 1288371584 + 1288372096 Main.M1.nRawEncoderUINT @@ -63809,7 +63742,7 @@ Readbacks Input - 1288371648 + 1288372160 Main.M1.nRawEncoderINT @@ -63822,7 +63755,7 @@ Readbacks Input - 1288371664 + 1288372176 Main.M2.Axis.NcToPlc @@ -63834,7 +63767,7 @@ Readbacks Input - 1288388800 + 1288389312 Main.M2.bLimitForwardEnable @@ -63847,7 +63780,7 @@ Readbacks Input - 1288396736 + 1288397248 Main.M2.bLimitBackwardEnable @@ -63860,7 +63793,7 @@ Readbacks Input - 1288396744 + 1288397256 Main.M2.bHome @@ -63873,7 +63806,7 @@ Readbacks Input - 1288396752 + 1288397264 Main.M2.bHardwareEnable @@ -63896,7 +63829,7 @@ Readbacks Input - 1288396768 + 1288397280 Main.M2.nRawEncoderULINT @@ -63909,7 +63842,7 @@ Readbacks Input - 1288396800 + 1288397312 Main.M2.nRawEncoderUINT @@ -63922,7 +63855,7 @@ Readbacks Input - 1288396864 + 1288397376 Main.M2.nRawEncoderINT @@ -63935,7 +63868,7 @@ Readbacks Input - 1288396880 + 1288397392 Main.M3.Axis.NcToPlc @@ -63947,7 +63880,7 @@ Readbacks Input - 1288414016 + 1288414528 Main.M3.bLimitForwardEnable @@ -63960,7 +63893,7 @@ Readbacks Input - 1288421952 + 1288422464 Main.M3.bLimitBackwardEnable @@ -63973,7 +63906,7 @@ Readbacks Input - 1288421960 + 1288422472 Main.M3.bHome @@ -63986,7 +63919,7 @@ Readbacks Input - 1288421968 + 1288422480 Main.M3.bHardwareEnable @@ -64009,7 +63942,7 @@ Readbacks Input - 1288421984 + 1288422496 Main.M3.nRawEncoderULINT @@ -64022,7 +63955,7 @@ Readbacks Input - 1288422016 + 1288422528 Main.M3.nRawEncoderUINT @@ -64035,7 +63968,7 @@ Readbacks Input - 1288422080 + 1288422592 Main.M3.nRawEncoderINT @@ -64048,7 +63981,7 @@ Readbacks Input - 1288422096 + 1288422608 Main.M4.Axis.NcToPlc @@ -64060,7 +63993,7 @@ Readbacks Input - 1288439232 + 1288439744 Main.M4.bLimitForwardEnable @@ -64073,7 +64006,7 @@ Readbacks Input - 1288447168 + 1288447680 Main.M4.bLimitBackwardEnable @@ -64086,7 +64019,7 @@ Readbacks Input - 1288447176 + 1288447688 Main.M4.bHome @@ -64099,7 +64032,7 @@ Readbacks Input - 1288447184 + 1288447696 Main.M4.bHardwareEnable @@ -64122,7 +64055,7 @@ Readbacks Input - 1288447200 + 1288447712 Main.M4.nRawEncoderULINT @@ -64135,7 +64068,7 @@ Readbacks Input - 1288447232 + 1288447744 Main.M4.nRawEncoderUINT @@ -64148,7 +64081,7 @@ Readbacks Input - 1288447296 + 1288447808 Main.M4.nRawEncoderINT @@ -64161,7 +64094,7 @@ Readbacks Input - 1288447312 + 1288447824 Main.M5.Axis.NcToPlc @@ -64173,7 +64106,7 @@ Readbacks Input - 1288464448 + 1288464960 Main.M5.bLimitForwardEnable @@ -64186,7 +64119,7 @@ Readbacks Input - 1288472384 + 1288472896 Main.M5.bLimitBackwardEnable @@ -64199,7 +64132,7 @@ Readbacks Input - 1288472392 + 1288472904 Main.M5.bHome @@ -64212,7 +64145,7 @@ Readbacks Input - 1288472400 + 1288472912 Main.M5.bHardwareEnable @@ -64235,7 +64168,7 @@ Readbacks Input - 1288472416 + 1288472928 Main.M5.nRawEncoderULINT @@ -64248,7 +64181,7 @@ Readbacks Input - 1288472448 + 1288472960 Main.M5.nRawEncoderUINT @@ -64261,7 +64194,7 @@ Readbacks Input - 1288472512 + 1288473024 Main.M5.nRawEncoderINT @@ -64274,7 +64207,7 @@ Readbacks Input - 1288472528 + 1288473040 Main.M6.Axis.NcToPlc @@ -64286,7 +64219,7 @@ Readbacks Input - 1288489664 + 1288490176 Main.M6.bLimitForwardEnable @@ -64299,7 +64232,7 @@ Readbacks Input - 1288497600 + 1288498112 Main.M6.bLimitBackwardEnable @@ -64312,7 +64245,7 @@ Readbacks Input - 1288497608 + 1288498120 Main.M6.bHome @@ -64325,7 +64258,7 @@ Readbacks Input - 1288497616 + 1288498128 Main.M6.bHardwareEnable @@ -64348,7 +64281,7 @@ Readbacks Input - 1288497632 + 1288498144 Main.M6.nRawEncoderULINT @@ -64361,7 +64294,7 @@ Readbacks Input - 1288497664 + 1288498176 Main.M6.nRawEncoderUINT @@ -64374,7 +64307,7 @@ Readbacks Input - 1288497728 + 1288498240 Main.M6.nRawEncoderINT @@ -64387,7 +64320,7 @@ Readbacks Input - 1288497744 + 1288498256 Main.M7.Axis.NcToPlc @@ -64399,7 +64332,7 @@ Readbacks Input - 1288514880 + 1288515392 Main.M7.bLimitForwardEnable @@ -64412,7 +64345,7 @@ Readbacks Input - 1288522816 + 1288523328 Main.M7.bLimitBackwardEnable @@ -64425,7 +64358,7 @@ Readbacks Input - 1288522824 + 1288523336 Main.M7.bHome @@ -64438,7 +64371,7 @@ Readbacks Input - 1288522832 + 1288523344 Main.M7.bHardwareEnable @@ -64461,7 +64394,7 @@ Readbacks Input - 1288522848 + 1288523360 Main.M7.nRawEncoderULINT @@ -64474,7 +64407,7 @@ Readbacks Input - 1288522880 + 1288523392 Main.M7.nRawEncoderUINT @@ -64487,7 +64420,7 @@ Readbacks Input - 1288522944 + 1288523456 Main.M7.nRawEncoderINT @@ -64500,7 +64433,7 @@ Readbacks Input - 1288522960 + 1288523472 Main.M8.Axis.NcToPlc @@ -64512,7 +64445,7 @@ Readbacks Input - 1288540096 + 1288540608 Main.M8.bLimitForwardEnable @@ -64525,7 +64458,7 @@ Readbacks Input - 1288548032 + 1288548544 Main.M8.bLimitBackwardEnable @@ -64538,7 +64471,7 @@ Readbacks Input - 1288548040 + 1288548552 Main.M8.bHome @@ -64551,7 +64484,7 @@ Readbacks Input - 1288548048 + 1288548560 Main.M8.bHardwareEnable @@ -64574,7 +64507,7 @@ Readbacks Input - 1288548064 + 1288548576 Main.M8.nRawEncoderULINT @@ -64587,7 +64520,7 @@ Readbacks Input - 1288548096 + 1288548608 Main.M8.nRawEncoderUINT @@ -64600,7 +64533,7 @@ Readbacks Input - 1288548160 + 1288548672 Main.M8.nRawEncoderINT @@ -64613,7 +64546,7 @@ Readbacks Input - 1288548176 + 1288548688 Main.M9.Axis.NcToPlc @@ -64625,7 +64558,7 @@ Readbacks Input - 1288565312 + 1288565824 Main.M9.bLimitForwardEnable @@ -64638,7 +64571,7 @@ Readbacks Input - 1288573248 + 1288573760 Main.M9.bLimitBackwardEnable @@ -64651,7 +64584,7 @@ Readbacks Input - 1288573256 + 1288573768 Main.M9.bHome @@ -64664,7 +64597,7 @@ Readbacks Input - 1288573264 + 1288573776 Main.M9.bHardwareEnable @@ -64687,7 +64620,7 @@ Readbacks Input - 1288573280 + 1288573792 Main.M9.nRawEncoderULINT @@ -64700,7 +64633,7 @@ Readbacks Input - 1288573312 + 1288573824 Main.M9.nRawEncoderUINT @@ -64713,7 +64646,7 @@ Readbacks Input - 1288573376 + 1288573888 Main.M9.nRawEncoderINT @@ -64726,7 +64659,7 @@ Readbacks Input - 1288573392 + 1288573904 Main.M10.Axis.NcToPlc @@ -64738,7 +64671,7 @@ Readbacks Input - 1288590528 + 1288591040 Main.M10.bLimitForwardEnable @@ -64751,7 +64684,7 @@ Readbacks Input - 1288598464 + 1288598976 Main.M10.bLimitBackwardEnable @@ -64764,7 +64697,7 @@ Readbacks Input - 1288598472 + 1288598984 Main.M10.bHome @@ -64777,7 +64710,7 @@ Readbacks Input - 1288598480 + 1288598992 Main.M10.bHardwareEnable @@ -64800,7 +64733,7 @@ Readbacks Input - 1288598496 + 1288599008 Main.M10.nRawEncoderULINT @@ -64813,7 +64746,7 @@ Readbacks Input - 1288598528 + 1288599040 Main.M10.nRawEncoderUINT @@ -64826,7 +64759,7 @@ Readbacks Input - 1288598592 + 1288599104 Main.M10.nRawEncoderINT @@ -64839,7 +64772,7 @@ Readbacks Input - 1288598608 + 1288599120 Main.M11.Axis.NcToPlc @@ -64851,7 +64784,7 @@ Readbacks Input - 1288615744 + 1288616256 Main.M11.bLimitForwardEnable @@ -64864,7 +64797,7 @@ Readbacks Input - 1288623680 + 1288624192 Main.M11.bLimitBackwardEnable @@ -64877,7 +64810,7 @@ Readbacks Input - 1288623688 + 1288624200 Main.M11.bHome @@ -64890,7 +64823,7 @@ Readbacks Input - 1288623696 + 1288624208 Main.M11.bHardwareEnable @@ -64913,7 +64846,7 @@ Readbacks Input - 1288623712 + 1288624224 Main.M11.nRawEncoderULINT @@ -64926,7 +64859,7 @@ Readbacks Input - 1288623744 + 1288624256 Main.M11.nRawEncoderUINT @@ -64939,7 +64872,7 @@ Readbacks Input - 1288623808 + 1288624320 Main.M11.nRawEncoderINT @@ -64952,7 +64885,7 @@ Readbacks Input - 1288623824 + 1288624336 Main.M12.Axis.NcToPlc @@ -64964,7 +64897,7 @@ Readbacks Input - 1288640960 + 1288641472 Main.M12.bLimitForwardEnable @@ -64977,7 +64910,7 @@ Readbacks Input - 1288648896 + 1288649408 Main.M12.bLimitBackwardEnable @@ -64990,7 +64923,7 @@ Readbacks Input - 1288648904 + 1288649416 Main.M12.bHome @@ -65003,7 +64936,7 @@ Readbacks Input - 1288648912 + 1288649424 Main.M12.bHardwareEnable @@ -65026,7 +64959,7 @@ Readbacks Input - 1288648928 + 1288649440 Main.M12.nRawEncoderULINT @@ -65039,7 +64972,7 @@ Readbacks Input - 1288648960 + 1288649472 Main.M12.nRawEncoderUINT @@ -65052,7 +64985,7 @@ Readbacks Input - 1288649024 + 1288649536 Main.M12.nRawEncoderINT @@ -65065,7 +64998,7 @@ Readbacks Input - 1288649040 + 1288649552 Main.M13.Axis.NcToPlc @@ -65077,7 +65010,7 @@ Readbacks Input - 1288666176 + 1288666688 Main.M13.bLimitForwardEnable @@ -65090,7 +65023,7 @@ Readbacks Input - 1288674112 + 1288674624 Main.M13.bLimitBackwardEnable @@ -65103,7 +65036,7 @@ Readbacks Input - 1288674120 + 1288674632 Main.M13.bHome @@ -65116,7 +65049,7 @@ Readbacks Input - 1288674128 + 1288674640 Main.M13.bHardwareEnable @@ -65139,7 +65072,7 @@ Readbacks Input - 1288674144 + 1288674656 Main.M13.nRawEncoderULINT @@ -65152,7 +65085,7 @@ Readbacks Input - 1288674176 + 1288674688 Main.M13.nRawEncoderUINT @@ -65165,7 +65098,7 @@ Readbacks Input - 1288674240 + 1288674752 Main.M13.nRawEncoderINT @@ -65178,7 +65111,7 @@ Readbacks Input - 1288674256 + 1288674768 Main.M14.Axis.NcToPlc @@ -65190,7 +65123,7 @@ Readbacks Input - 1288691392 + 1288691904 Main.M14.bLimitForwardEnable @@ -65203,7 +65136,7 @@ Readbacks Input - 1288699328 + 1288699840 Main.M14.bLimitBackwardEnable @@ -65216,7 +65149,7 @@ Readbacks Input - 1288699336 + 1288699848 Main.M14.bHome @@ -65229,7 +65162,7 @@ Readbacks Input - 1288699344 + 1288699856 Main.M14.bHardwareEnable @@ -65252,7 +65185,7 @@ Readbacks Input - 1288699360 + 1288699872 Main.M14.nRawEncoderULINT @@ -65265,7 +65198,7 @@ Readbacks Input - 1288699392 + 1288699904 Main.M14.nRawEncoderUINT @@ -65278,7 +65211,7 @@ Readbacks Input - 1288699456 + 1288699968 Main.M14.nRawEncoderINT @@ -65291,7 +65224,7 @@ Readbacks Input - 1288699472 + 1288699984 Main.M15.Axis.NcToPlc @@ -65303,7 +65236,7 @@ Readbacks Input - 1288716608 + 1288717120 Main.M15.bLimitForwardEnable @@ -65316,7 +65249,7 @@ Readbacks Input - 1288724544 + 1288725056 Main.M15.bLimitBackwardEnable @@ -65329,7 +65262,7 @@ Readbacks Input - 1288724552 + 1288725064 Main.M15.bHome @@ -65342,7 +65275,7 @@ Readbacks Input - 1288724560 + 1288725072 Main.M15.bHardwareEnable @@ -65365,7 +65298,7 @@ Readbacks Input - 1288724576 + 1288725088 Main.M15.nRawEncoderULINT @@ -65378,7 +65311,7 @@ Readbacks Input - 1288724608 + 1288725120 Main.M15.nRawEncoderUINT @@ -65391,7 +65324,7 @@ Readbacks Input - 1288724672 + 1288725184 Main.M15.nRawEncoderINT @@ -65404,7 +65337,7 @@ Readbacks Input - 1288724688 + 1288725200 Main.M16.Axis.NcToPlc @@ -65416,7 +65349,7 @@ Readbacks Input - 1288741824 + 1288742336 Main.M16.bLimitForwardEnable @@ -65429,7 +65362,7 @@ Readbacks Input - 1288749760 + 1288750272 Main.M16.bLimitBackwardEnable @@ -65442,7 +65375,7 @@ Readbacks Input - 1288749768 + 1288750280 Main.M16.bHome @@ -65455,7 +65388,7 @@ Readbacks Input - 1288749776 + 1288750288 Main.M16.bHardwareEnable @@ -65478,7 +65411,7 @@ Readbacks Input - 1288749792 + 1288750304 Main.M16.nRawEncoderULINT @@ -65491,7 +65424,7 @@ Readbacks Input - 1288749824 + 1288750336 Main.M16.nRawEncoderUINT @@ -65504,7 +65437,7 @@ Readbacks Input - 1288749888 + 1288750400 Main.M16.nRawEncoderINT @@ -65517,7 +65450,7 @@ Readbacks Input - 1288749904 + 1288750416 Main.M17.Axis.NcToPlc @@ -65529,7 +65462,7 @@ Readbacks Input - 1288767040 + 1288767552 Main.M17.bLimitForwardEnable @@ -65542,7 +65475,7 @@ Readbacks Input - 1288774976 + 1288775488 Main.M17.bLimitBackwardEnable @@ -65555,7 +65488,7 @@ Readbacks Input - 1288774984 + 1288775496 Main.M17.bHome @@ -65568,7 +65501,7 @@ Readbacks Input - 1288774992 + 1288775504 Main.M17.bHardwareEnable @@ -65591,7 +65524,7 @@ Readbacks Input - 1288775008 + 1288775520 Main.M17.nRawEncoderULINT @@ -65604,7 +65537,7 @@ Readbacks Input - 1288775040 + 1288775552 Main.M17.nRawEncoderUINT @@ -65617,7 +65550,7 @@ Readbacks Input - 1288775104 + 1288775616 Main.M17.nRawEncoderINT @@ -65630,7 +65563,7 @@ Readbacks Input - 1288775120 + 1288775632 Main.M18.Axis.NcToPlc @@ -65642,7 +65575,7 @@ Readbacks Input - 1288792256 + 1288792768 Main.M18.bLimitForwardEnable @@ -65655,7 +65588,7 @@ Readbacks Input - 1288800192 + 1288800704 Main.M18.bLimitBackwardEnable @@ -65668,7 +65601,7 @@ Readbacks Input - 1288800200 + 1288800712 Main.M18.bHome @@ -65681,7 +65614,7 @@ Readbacks Input - 1288800208 + 1288800720 Main.M18.bHardwareEnable @@ -65704,7 +65637,7 @@ Readbacks Input - 1288800224 + 1288800736 Main.M18.nRawEncoderULINT @@ -65717,7 +65650,7 @@ Readbacks Input - 1288800256 + 1288800768 Main.M18.nRawEncoderUINT @@ -65730,7 +65663,7 @@ Readbacks Input - 1288800320 + 1288800832 Main.M18.nRawEncoderINT @@ -65743,7 +65676,7 @@ Readbacks Input - 1288800336 + 1288800848 Main.M19.Axis.NcToPlc @@ -65755,7 +65688,7 @@ Readbacks Input - 1288817472 + 1288817984 Main.M19.bLimitForwardEnable @@ -65768,7 +65701,7 @@ Readbacks Input - 1288825408 + 1288825920 Main.M19.bLimitBackwardEnable @@ -65781,7 +65714,7 @@ Readbacks Input - 1288825416 + 1288825928 Main.M19.bHome @@ -65794,7 +65727,7 @@ Readbacks Input - 1288825424 + 1288825936 Main.M19.bHardwareEnable @@ -65817,7 +65750,7 @@ Readbacks Input - 1288825440 + 1288825952 Main.M19.nRawEncoderULINT @@ -65830,7 +65763,7 @@ Readbacks Input - 1288825472 + 1288825984 Main.M19.nRawEncoderUINT @@ -65843,7 +65776,7 @@ Readbacks Input - 1288825536 + 1288826048 Main.M19.nRawEncoderINT @@ -65856,7 +65789,7 @@ Readbacks Input - 1288825552 + 1288826064 Main.M20.Axis.NcToPlc @@ -65868,7 +65801,7 @@ Readbacks Input - 1288842688 + 1288843200 Main.M20.bLimitForwardEnable @@ -65881,7 +65814,7 @@ Readbacks Input - 1288850624 + 1288851136 Main.M20.bLimitBackwardEnable @@ -65894,7 +65827,7 @@ Readbacks Input - 1288850632 + 1288851144 Main.M20.bHome @@ -65907,7 +65840,7 @@ Readbacks Input - 1288850640 + 1288851152 Main.M20.bHardwareEnable @@ -65930,7 +65863,7 @@ Readbacks Input - 1288850656 + 1288851168 Main.M20.nRawEncoderULINT @@ -65943,7 +65876,7 @@ Readbacks Input - 1288850688 + 1288851200 Main.M20.nRawEncoderUINT @@ -65956,7 +65889,7 @@ Readbacks Input - 1288850752 + 1288851264 Main.M20.nRawEncoderINT @@ -65969,7 +65902,7 @@ Readbacks Input - 1288850768 + 1288851280 Main.M21.Axis.NcToPlc @@ -65981,7 +65914,7 @@ Readbacks Input - 1288867904 + 1288868416 Main.M21.bLimitForwardEnable @@ -65994,7 +65927,7 @@ Readbacks Input - 1288875840 + 1288876352 Main.M21.bLimitBackwardEnable @@ -66007,7 +65940,7 @@ Readbacks Input - 1288875848 + 1288876360 Main.M21.bHome @@ -66020,7 +65953,7 @@ Readbacks Input - 1288875856 + 1288876368 Main.M21.bHardwareEnable @@ -66043,7 +65976,7 @@ Readbacks Input - 1288875872 + 1288876384 Main.M21.nRawEncoderULINT @@ -66056,7 +65989,7 @@ Readbacks Input - 1288875904 + 1288876416 Main.M21.nRawEncoderUINT @@ -66069,7 +66002,7 @@ Readbacks Input - 1288875968 + 1288876480 Main.M21.nRawEncoderINT @@ -66082,7 +66015,7 @@ Readbacks Input - 1288875984 + 1288876496 Main.M22.Axis.NcToPlc @@ -66094,7 +66027,7 @@ Readbacks Input - 1288893120 + 1288893632 Main.M22.bLimitForwardEnable @@ -66107,7 +66040,7 @@ Readbacks Input - 1288901056 + 1288901568 Main.M22.bLimitBackwardEnable @@ -66120,7 +66053,7 @@ Readbacks Input - 1288901064 + 1288901576 Main.M22.bHome @@ -66133,7 +66066,7 @@ Readbacks Input - 1288901072 + 1288901584 Main.M22.bHardwareEnable @@ -66156,7 +66089,7 @@ Readbacks Input - 1288901088 + 1288901600 Main.M22.nRawEncoderULINT @@ -66169,7 +66102,7 @@ Readbacks Input - 1288901120 + 1288901632 Main.M22.nRawEncoderUINT @@ -66182,7 +66115,7 @@ Readbacks Input - 1288901184 + 1288901696 Main.M22.nRawEncoderINT @@ -66195,7 +66128,7 @@ Readbacks Input - 1288901200 + 1288901712 Main.M23.Axis.NcToPlc @@ -66207,7 +66140,7 @@ Readbacks Input - 1288918336 + 1288918848 Main.M23.bLimitForwardEnable @@ -66220,7 +66153,7 @@ Readbacks Input - 1288926272 + 1288926784 Main.M23.bLimitBackwardEnable @@ -66233,7 +66166,7 @@ Readbacks Input - 1288926280 + 1288926792 Main.M23.bHome @@ -66246,7 +66179,7 @@ Readbacks Input - 1288926288 + 1288926800 Main.M23.bHardwareEnable @@ -66269,7 +66202,7 @@ Readbacks Input - 1288926304 + 1288926816 Main.M23.nRawEncoderULINT @@ -66282,7 +66215,7 @@ Readbacks Input - 1288926336 + 1288926848 Main.M23.nRawEncoderUINT @@ -66295,7 +66228,7 @@ Readbacks Input - 1288926400 + 1288926912 Main.M23.nRawEncoderINT @@ -66308,7 +66241,7 @@ Readbacks Input - 1288926416 + 1288926928 Main.M24.Axis.NcToPlc @@ -66320,7 +66253,7 @@ Readbacks Input - 1288943552 + 1288944064 Main.M24.bLimitForwardEnable @@ -66333,7 +66266,7 @@ Readbacks Input - 1288951488 + 1288952000 Main.M24.bLimitBackwardEnable @@ -66346,7 +66279,7 @@ Readbacks Input - 1288951496 + 1288952008 Main.M24.bHome @@ -66359,7 +66292,7 @@ Readbacks Input - 1288951504 + 1288952016 Main.M24.bHardwareEnable @@ -66382,7 +66315,7 @@ Readbacks Input - 1288951520 + 1288952032 Main.M24.nRawEncoderULINT @@ -66395,7 +66328,7 @@ Readbacks Input - 1288951552 + 1288952064 Main.M24.nRawEncoderUINT @@ -66408,7 +66341,7 @@ Readbacks Input - 1288951616 + 1288952128 Main.M24.nRawEncoderINT @@ -66421,7 +66354,7 @@ Readbacks Input - 1288951632 + 1288952144 Main.M25.Axis.NcToPlc @@ -66433,7 +66366,7 @@ Readbacks Input - 1288968768 + 1288969280 Main.M25.bLimitForwardEnable @@ -66446,7 +66379,7 @@ Readbacks Input - 1288976704 + 1288977216 Main.M25.bLimitBackwardEnable @@ -66459,7 +66392,7 @@ Readbacks Input - 1288976712 + 1288977224 Main.M25.bHome @@ -66472,7 +66405,7 @@ Readbacks Input - 1288976720 + 1288977232 Main.M25.bHardwareEnable @@ -66495,7 +66428,7 @@ Readbacks Input - 1288976736 + 1288977248 Main.M25.nRawEncoderULINT @@ -66508,7 +66441,7 @@ Readbacks Input - 1288976768 + 1288977280 Main.M25.nRawEncoderUINT @@ -66521,7 +66454,7 @@ Readbacks Input - 1288976832 + 1288977344 Main.M25.nRawEncoderINT @@ -66534,7 +66467,7 @@ Readbacks Input - 1288976848 + 1288977360 Main.M26.Axis.NcToPlc @@ -66546,7 +66479,7 @@ Readbacks Input - 1288993984 + 1288994496 Main.M26.bLimitForwardEnable @@ -66559,7 +66492,7 @@ Readbacks Input - 1289001920 + 1289002432 Main.M26.bLimitBackwardEnable @@ -66572,7 +66505,7 @@ Readbacks Input - 1289001928 + 1289002440 Main.M26.bHome @@ -66585,7 +66518,7 @@ Readbacks Input - 1289001936 + 1289002448 Main.M26.bHardwareEnable @@ -66608,7 +66541,7 @@ Readbacks Input - 1289001952 + 1289002464 Main.M26.nRawEncoderULINT @@ -66621,7 +66554,7 @@ Readbacks Input - 1289001984 + 1289002496 Main.M26.nRawEncoderUINT @@ -66634,7 +66567,7 @@ Readbacks Input - 1289002048 + 1289002560 Main.M26.nRawEncoderINT @@ -66647,7 +66580,7 @@ Readbacks Input - 1289002064 + 1289002576 Main.M27.Axis.NcToPlc @@ -66659,7 +66592,7 @@ Readbacks Input - 1289019200 + 1289019712 Main.M27.bLimitForwardEnable @@ -66672,7 +66605,7 @@ Readbacks Input - 1289027136 + 1289027648 Main.M27.bLimitBackwardEnable @@ -66685,7 +66618,7 @@ Readbacks Input - 1289027144 + 1289027656 Main.M27.bHome @@ -66698,7 +66631,7 @@ Readbacks Input - 1289027152 + 1289027664 Main.M27.bHardwareEnable @@ -66721,7 +66654,7 @@ Readbacks Input - 1289027168 + 1289027680 Main.M27.nRawEncoderULINT @@ -66734,7 +66667,7 @@ Readbacks Input - 1289027200 + 1289027712 Main.M27.nRawEncoderUINT @@ -66747,7 +66680,7 @@ Readbacks Input - 1289027264 + 1289027776 Main.M27.nRawEncoderINT @@ -66760,7 +66693,7 @@ Readbacks Input - 1289027280 + 1289027792 Main.M28.Axis.NcToPlc @@ -66772,7 +66705,7 @@ Readbacks Input - 1289044416 + 1289044928 Main.M28.bLimitForwardEnable @@ -66785,7 +66718,7 @@ Readbacks Input - 1289052352 + 1289052864 Main.M28.bLimitBackwardEnable @@ -66798,7 +66731,7 @@ Readbacks Input - 1289052360 + 1289052872 Main.M28.bHome @@ -66811,7 +66744,7 @@ Readbacks Input - 1289052368 + 1289052880 Main.M28.bHardwareEnable @@ -66834,7 +66767,7 @@ Readbacks Input - 1289052384 + 1289052896 Main.M28.nRawEncoderULINT @@ -66847,7 +66780,7 @@ Readbacks Input - 1289052416 + 1289052928 Main.M28.nRawEncoderUINT @@ -66860,7 +66793,7 @@ Readbacks Input - 1289052480 + 1289052992 Main.M28.nRawEncoderINT @@ -66873,7 +66806,7 @@ Readbacks Input - 1289052496 + 1289053008 Main.M29.Axis.NcToPlc @@ -66885,7 +66818,7 @@ Readbacks Input - 1289069632 + 1289070144 Main.M29.bLimitForwardEnable @@ -66898,7 +66831,7 @@ Readbacks Input - 1289077568 + 1289078080 Main.M29.bLimitBackwardEnable @@ -66911,7 +66844,7 @@ Readbacks Input - 1289077576 + 1289078088 Main.M29.bHome @@ -66924,7 +66857,7 @@ Readbacks Input - 1289077584 + 1289078096 Main.M29.bHardwareEnable @@ -66947,7 +66880,7 @@ Readbacks Input - 1289077600 + 1289078112 Main.M29.nRawEncoderULINT @@ -66960,7 +66893,7 @@ Readbacks Input - 1289077632 + 1289078144 Main.M29.nRawEncoderUINT @@ -66973,7 +66906,7 @@ Readbacks Input - 1289077696 + 1289078208 Main.M29.nRawEncoderINT @@ -66986,7 +66919,7 @@ Readbacks Input - 1289077712 + 1289078224 Main.M30.Axis.NcToPlc @@ -66998,7 +66931,7 @@ Readbacks Input - 1289094848 + 1289095360 Main.M30.bLimitForwardEnable @@ -67011,7 +66944,7 @@ Readbacks Input - 1289102784 + 1289103296 Main.M30.bLimitBackwardEnable @@ -67024,7 +66957,7 @@ Readbacks Input - 1289102792 + 1289103304 Main.M30.bHome @@ -67037,7 +66970,7 @@ Readbacks Input - 1289102800 + 1289103312 Main.M30.bHardwareEnable @@ -67060,7 +66993,7 @@ Readbacks Input - 1289102816 + 1289103328 Main.M30.nRawEncoderULINT @@ -67073,7 +67006,7 @@ Readbacks Input - 1289102848 + 1289103360 Main.M30.nRawEncoderUINT @@ -67086,7 +67019,7 @@ Readbacks Input - 1289102912 + 1289103424 Main.M30.nRawEncoderINT @@ -67099,7 +67032,7 @@ Readbacks Input - 1289102928 + 1289103440 Main.M31.Axis.NcToPlc @@ -67111,7 +67044,7 @@ Readbacks Input - 1289120064 + 1289120576 Main.M31.bLimitForwardEnable @@ -67124,7 +67057,7 @@ Readbacks Input - 1289128000 + 1289128512 Main.M31.bLimitBackwardEnable @@ -67137,7 +67070,7 @@ Readbacks Input - 1289128008 + 1289128520 Main.M31.bHome @@ -67150,7 +67083,7 @@ Readbacks Input - 1289128016 + 1289128528 Main.M31.bHardwareEnable @@ -67173,7 +67106,7 @@ Readbacks Input - 1289128032 + 1289128544 Main.M31.nRawEncoderULINT @@ -67186,7 +67119,7 @@ Readbacks Input - 1289128064 + 1289128576 Main.M31.nRawEncoderUINT @@ -67199,7 +67132,7 @@ Readbacks Input - 1289128128 + 1289128640 Main.M31.nRawEncoderINT @@ -67212,7 +67145,7 @@ Readbacks Input - 1289128144 + 1289128656 Main.M32.Axis.NcToPlc @@ -67224,7 +67157,7 @@ Readbacks Input - 1289145280 + 1289145792 Main.M32.bLimitForwardEnable @@ -67237,7 +67170,7 @@ Readbacks Input - 1289153216 + 1289153728 Main.M32.bLimitBackwardEnable @@ -67250,7 +67183,7 @@ Readbacks Input - 1289153224 + 1289153736 Main.M32.bHome @@ -67263,7 +67196,7 @@ Readbacks Input - 1289153232 + 1289153744 Main.M32.bHardwareEnable @@ -67286,7 +67219,7 @@ Readbacks Input - 1289153248 + 1289153760 Main.M32.nRawEncoderULINT @@ -67299,7 +67232,7 @@ Readbacks Input - 1289153280 + 1289153792 Main.M32.nRawEncoderUINT @@ -67312,7 +67245,7 @@ Readbacks Input - 1289153344 + 1289153856 Main.M32.nRawEncoderINT @@ -67325,7 +67258,7 @@ Readbacks Input - 1289153360 + 1289153872 Main.M33.Axis.NcToPlc @@ -67337,7 +67270,7 @@ Readbacks Input - 1289170496 + 1289171008 Main.M33.bLimitForwardEnable @@ -67350,7 +67283,7 @@ Readbacks Input - 1289178432 + 1289178944 Main.M33.bLimitBackwardEnable @@ -67363,7 +67296,7 @@ Readbacks Input - 1289178440 + 1289178952 Main.M33.bHome @@ -67376,7 +67309,7 @@ Readbacks Input - 1289178448 + 1289178960 Main.M33.bHardwareEnable @@ -67399,7 +67332,7 @@ Readbacks Input - 1289178464 + 1289178976 Main.M33.nRawEncoderULINT @@ -67412,7 +67345,7 @@ Readbacks Input - 1289178496 + 1289179008 Main.M33.nRawEncoderUINT @@ -67425,7 +67358,7 @@ Readbacks Input - 1289178560 + 1289179072 Main.M33.nRawEncoderINT @@ -67438,7 +67371,7 @@ Readbacks Input - 1289178576 + 1289179088 GVL.rReqTrans @@ -67461,14 +67394,54 @@ Readbacks TcVarGlobal - 1291131392 + 1291131904 + + + PRG_OTHER.fbPC1K0FlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 1291547616 + + + PRG_OTHER.fbPC1K4FlowSwitch.bFlowOk + 8 + BOOL + + + pytmc + + pv: FLOW_OK + field: ZNAM LOW + field: ONAM OK + + + + TcAddressType + Input + + + 1291547680 1 PlcTask Outputs 0 - 162594816 + 162725888 PRG_RTDSK0.bRTDSK0_SCRP_LED_01 8 @@ -67491,7 +67464,7 @@ Readbacks Output - 1257375960 + 1257376248 PRG_IM1K4_XTES.bIM1K4_SCRP_LED_01 @@ -67516,7 +67489,7 @@ Readbacks Output - 1266330248 + 1266330568 PRG_IM1K0_XTES.fbIM1K0.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -67528,7 +67501,7 @@ Readbacks Output - 1267254144 + 1267254464 PRG_IM1K0_XTES.fbIM1K0.fbZoom.fbDriveVirtual.MasterAxis.PlcToNc @@ -67540,7 +67513,7 @@ Readbacks Output - 1267552064 + 1267552384 PRG_IM1K0_XTES.fbIM1K0.fbFocus.fbDriveVirtual.MasterAxis.PlcToNc @@ -67552,7 +67525,7 @@ Readbacks Output - 1267849984 + 1267850304 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -67564,7 +67537,7 @@ Readbacks Output - 1268810624 + 1268810944 PRG_IM1K0_XTES.fbIM1K0.fbStates.astMotionStageMax[1].bBrakeRelease @@ -67577,7 +67550,7 @@ Readbacks Output - 1268819608 + 1268819928 PRG_IM1K0_XTES.fbIM1K0.fbOpal.bOpalPower @@ -67598,7 +67571,7 @@ Readbacks Output - 1268978112 + 1268978432 PRG_IM1K0_XTES.fbIM1K0.fbLED.bLEDPower @@ -67619,7 +67592,7 @@ Readbacks Output - 1268978208 + 1268978528 PRG_IM1K0_XTES.stEL6Out @@ -67657,7 +67630,7 @@ Readbacks Output - 1269070592 + 1269070912 PRG_IM1K3_PPM.fbIM1K3.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -67669,7 +67642,7 @@ Readbacks Output - 1269092288 + 1269092608 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -67681,7 +67654,7 @@ Readbacks Output - 1270052928 + 1270053248 PRG_IM1K3_PPM.fbIM1K3.fbStates.astMotionStageMax[1].bBrakeRelease @@ -67694,7 +67667,7 @@ Readbacks Output - 1270061912 + 1270062232 PRG_IM1K3_PPM.fbIM1K3.fbGige.iIlluminatorINT @@ -67706,7 +67679,7 @@ Readbacks Output - 1270755424 + 1270755744 PRG_IM1K3_PPM.fbIM1K3.fbGige.bGigePower @@ -67726,7 +67699,7 @@ Readbacks Output - 1270755440 + 1270755760 PRG_IM1K3_PPM.fbIM1K3.fbGige.fbSetIllPercent.iRaw @@ -67739,7 +67712,7 @@ Readbacks Output - 1270756416 + 1270756736 PRG_IM2K0_XTES.fbIM2K0.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -67751,7 +67724,7 @@ Readbacks Output - 1270869184 + 1270869568 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -67763,7 +67736,7 @@ Readbacks Output - 1271829824 + 1271830208 PRG_IM2K0_XTES.fbIM2K0.fbStates.astMotionStageMax[1].bBrakeRelease @@ -67776,7 +67749,7 @@ Readbacks Output - 1271838808 + 1271839192 PRG_IM2K0_XTES.fbIM2K0.fbGige.iIlluminatorINT @@ -67788,7 +67761,7 @@ Readbacks Output - 1271953696 + 1271954080 PRG_IM2K0_XTES.fbIM2K0.fbGige.bGigePower @@ -67808,7 +67781,7 @@ Readbacks Output - 1271953712 + 1271954096 PRG_IM2K0_XTES.fbIM2K0.fbGige.fbSetIllPercent.iRaw @@ -67821,7 +67794,7 @@ Readbacks Output - 1271954688 + 1271955072 PRG_IM2K0_XTES.fbIM2K0.fbLED.bLEDPower @@ -67842,7 +67815,7 @@ Readbacks Output - 1271954912 + 1271955296 PRG_PF1K0_WFS.fbPF1K0.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -67854,7 +67827,7 @@ Readbacks Output - 1272074944 + 1272075328 PRG_PF1K0_WFS.fbPF1K0.fbZStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -67866,7 +67839,7 @@ Readbacks Output - 1272372864 + 1272373248 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -67878,7 +67851,7 @@ Readbacks Output - 1273333504 + 1273333888 PRG_PF1K0_WFS.fbPF1K0.fbStates.astMotionStageMax[1].bBrakeRelease @@ -67891,7 +67864,7 @@ Readbacks Output - 1273342488 + 1273342872 PRG_RTDSK0.RTDSK0_MPA_01.q_xInsert_DO @@ -67903,7 +67876,7 @@ Readbacks Output - 1273576240 + 1273576688 PRG_RTDSK0.RTDSK0_MPA_01.q_xRetract_DO @@ -67915,7 +67888,7 @@ Readbacks Output - 1273576248 + 1273576696 PRG_RTDSK0.RTDSK0_MPA_02.q_xInsert_DO @@ -67927,7 +67900,7 @@ Readbacks Output - 1273602928 + 1273603376 PRG_RTDSK0.RTDSK0_MPA_02.q_xRetract_DO @@ -67939,7 +67912,7 @@ Readbacks Output - 1273602936 + 1273603384 PRG_RTDSK0.RTDSK0_MPA_03.q_xInsert_DO @@ -67951,7 +67924,7 @@ Readbacks Output - 1273629616 + 1273630064 PRG_RTDSK0.RTDSK0_MPA_03.q_xRetract_DO @@ -67963,7 +67936,7 @@ Readbacks Output - 1273629624 + 1273630072 PRG_RTDSK0.RTDSK0_MPA_04.q_xInsert_DO @@ -67975,7 +67948,7 @@ Readbacks Output - 1273656304 + 1273656752 PRG_RTDSK0.RTDSK0_MPA_04.q_xRetract_DO @@ -67987,7 +67960,7 @@ Readbacks Output - 1273656312 + 1273656760 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_Z.fbDriveVirtual.MasterAxis.PlcToNc @@ -67999,7 +67972,7 @@ Readbacks Output - 1273657920 + 1273658368 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_X.fbDriveVirtual.MasterAxis.PlcToNc @@ -68011,7 +67984,7 @@ Readbacks Output - 1273955840 + 1273956288 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_Y.fbDriveVirtual.MasterAxis.PlcToNc @@ -68023,7 +67996,7 @@ Readbacks Output - 1274253760 + 1274254208 PRG_SL1K0_POWER.fbSL1K0.fbTopBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68035,7 +68008,7 @@ Readbacks Output - 1274578880 + 1274579328 PRG_SL1K0_POWER.fbSL1K0.fbBottomBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68047,7 +68020,7 @@ Readbacks Output - 1274876800 + 1274877248 PRG_SL1K0_POWER.fbSL1K0.fbNorthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68059,7 +68032,7 @@ Readbacks Output - 1275174720 + 1275175168 PRG_SL1K0_POWER.fbSL1K0.fbSouthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68071,7 +68044,7 @@ Readbacks Output - 1275472640 + 1275473088 PRG_SL1K0_POWER.fbSL1K0.AptArrayStatus @@ -68083,7 +68056,7 @@ Readbacks Output - 1275919232 + 1275919680 PRG_SL2K0_POWER.fbSL2K0.fbTopBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68095,7 +68068,7 @@ Readbacks Output - 1275927296 + 1275927744 PRG_SL2K0_POWER.fbSL2K0.fbBottomBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68107,7 +68080,7 @@ Readbacks Output - 1276225216 + 1276225664 PRG_SL2K0_POWER.fbSL2K0.fbNorthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68119,7 +68092,7 @@ Readbacks Output - 1276523136 + 1276523584 PRG_SL2K0_POWER.fbSL2K0.fbSouthBlade.fbDriveVirtual.MasterAxis.PlcToNc @@ -68131,7 +68104,7 @@ Readbacks Output - 1276821056 + 1276821504 PRG_SL2K0_POWER.fbSL2K0.AptArrayStatus @@ -68143,7 +68116,7 @@ Readbacks Output - 1277267648 + 1277268096 PRG_AT1K4_SOLID.fbStage1.fbMotion.fbDriveVirtual.MasterAxis.PlcToNc @@ -68155,7 +68128,7 @@ Readbacks Output - 1277315904 + 1277316352 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -68167,7 +68140,7 @@ Readbacks Output - 1277742336 + 1277742784 PRG_AT1K4_SOLID.fbStage1.fbStates.astMotionStageMax[1].bBrakeRelease @@ -68180,7 +68153,7 @@ Readbacks Output - 1277751320 + 1277751768 PRG_AT1K4_SOLID.fbStage2.fbMotion.fbDriveVirtual.MasterAxis.PlcToNc @@ -68192,7 +68165,7 @@ Readbacks Output - 1277940160 + 1277940608 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -68204,7 +68177,7 @@ Readbacks Output - 1278366592 + 1278367040 PRG_AT1K4_SOLID.fbStage2.fbStates.astMotionStageMax[1].bBrakeRelease @@ -68217,7 +68190,7 @@ Readbacks Output - 1278375576 + 1278376024 PRG_AT1K4_SOLID.fbStage3.fbMotion.fbDriveVirtual.MasterAxis.PlcToNc @@ -68229,7 +68202,7 @@ Readbacks Output - 1278564416 + 1278564864 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -68241,7 +68214,7 @@ Readbacks Output - 1278990848 + 1278991296 PRG_AT1K4_SOLID.fbStage3.fbStates.astMotionStageMax[1].bBrakeRelease @@ -68254,7 +68227,7 @@ Readbacks Output - 1278999832 + 1279000280 PRG_AT1K4_SOLID.fbStage4.fbMotion.fbDriveVirtual.MasterAxis.PlcToNc @@ -68266,7 +68239,7 @@ Readbacks Output - 1279188672 + 1279189120 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -68278,7 +68251,7 @@ Readbacks Output - 1279615104 + 1279615552 PRG_AT1K4_SOLID.fbStage4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -68291,7 +68264,7 @@ Readbacks Output - 1279624088 + 1279624536 PRG_IM1K4_XTES.fbIM1K4.fbYStage.fbDriveVirtual.MasterAxis.PlcToNc @@ -68303,7 +68276,7 @@ Readbacks Output - 1279974208 + 1279974656 PRG_IM1K4_XTES.fbIM1K4.fbZoom.fbDriveVirtual.MasterAxis.PlcToNc @@ -68315,7 +68288,7 @@ Readbacks Output - 1280272128 + 1280272576 PRG_IM1K4_XTES.fbIM1K4.fbFocus.fbDriveVirtual.MasterAxis.PlcToNc @@ -68327,7 +68300,7 @@ Readbacks Output - 1280570048 + 1280570496 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -68339,7 +68312,7 @@ Readbacks Output - 1281530688 + 1281531136 PRG_IM1K4_XTES.fbIM1K4.fbStates.astMotionStageMax[1].bBrakeRelease @@ -68352,7 +68325,7 @@ Readbacks Output - 1281539672 + 1281540120 PRG_IM1K4_XTES.fbIM1K4.fbOpal.bOpalPower @@ -68373,7 +68346,7 @@ Readbacks Output - 1281698176 + 1281698624 PRG_IM1K4_XTES.fbIM1K4.fbLED.bLEDPower @@ -68394,7 +68367,7 @@ Readbacks Output - 1281698272 + 1281698720 PRG_IM1K4_XTES.stEL6Out @@ -68432,7 +68405,7 @@ Readbacks Output - 1281790656 + 1281791104 PRG_ST1K4_TEST.fbMotion.fbDriveVirtual.MasterAxis.PlcToNc @@ -68444,7 +68417,7 @@ Readbacks Output - 1281792320 + 1281792768 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].Axis.PlcToNc @@ -68456,7 +68429,7 @@ Readbacks Output - 1282218752 + 1282219200 PRG_ST1K4_TEST.fbStates.astMotionStageMax[1].bBrakeRelease @@ -68469,7 +68442,7 @@ Readbacks Output - 1282227736 + 1282228184 PRG_3_PMPS_POST.fbArbiterIO.q_stRequestedBP @@ -68485,7 +68458,7 @@ Readbacks Output - 1282404224 + 1282404736 Main.M1.Axis.PlcToNc @@ -68497,7 +68470,7 @@ Readbacks Output - 1288362560 + 1288363072 Main.M1.bBrakeRelease @@ -68510,7 +68483,7 @@ Readbacks Output - 1288371544 + 1288372056 Main.M2.Axis.PlcToNc @@ -68522,7 +68495,7 @@ Readbacks Output - 1288387776 + 1288388288 Main.M2.bBrakeRelease @@ -68535,7 +68508,7 @@ Readbacks Output - 1288396760 + 1288397272 Main.M3.Axis.PlcToNc @@ -68547,7 +68520,7 @@ Readbacks Output - 1288412992 + 1288413504 Main.M3.bBrakeRelease @@ -68560,7 +68533,7 @@ Readbacks Output - 1288421976 + 1288422488 Main.M4.Axis.PlcToNc @@ -68572,7 +68545,7 @@ Readbacks Output - 1288438208 + 1288438720 Main.M4.bBrakeRelease @@ -68585,7 +68558,7 @@ Readbacks Output - 1288447192 + 1288447704 Main.M5.Axis.PlcToNc @@ -68597,7 +68570,7 @@ Readbacks Output - 1288463424 + 1288463936 Main.M5.bBrakeRelease @@ -68610,7 +68583,7 @@ Readbacks Output - 1288472408 + 1288472920 Main.M6.Axis.PlcToNc @@ -68622,7 +68595,7 @@ Readbacks Output - 1288488640 + 1288489152 Main.M6.bBrakeRelease @@ -68635,7 +68608,7 @@ Readbacks Output - 1288497624 + 1288498136 Main.M7.Axis.PlcToNc @@ -68647,7 +68620,7 @@ Readbacks Output - 1288513856 + 1288514368 Main.M7.bBrakeRelease @@ -68660,7 +68633,7 @@ Readbacks Output - 1288522840 + 1288523352 Main.M8.Axis.PlcToNc @@ -68672,7 +68645,7 @@ Readbacks Output - 1288539072 + 1288539584 Main.M8.bBrakeRelease @@ -68685,7 +68658,7 @@ Readbacks Output - 1288548056 + 1288548568 Main.M9.Axis.PlcToNc @@ -68697,7 +68670,7 @@ Readbacks Output - 1288564288 + 1288564800 Main.M9.bBrakeRelease @@ -68710,7 +68683,7 @@ Readbacks Output - 1288573272 + 1288573784 Main.M10.Axis.PlcToNc @@ -68722,7 +68695,7 @@ Readbacks Output - 1288589504 + 1288590016 Main.M10.bBrakeRelease @@ -68735,7 +68708,7 @@ Readbacks Output - 1288598488 + 1288599000 Main.M11.Axis.PlcToNc @@ -68747,7 +68720,7 @@ Readbacks Output - 1288614720 + 1288615232 Main.M11.bBrakeRelease @@ -68760,7 +68733,7 @@ Readbacks Output - 1288623704 + 1288624216 Main.M12.Axis.PlcToNc @@ -68772,7 +68745,7 @@ Readbacks Output - 1288639936 + 1288640448 Main.M12.bBrakeRelease @@ -68785,7 +68758,7 @@ Readbacks Output - 1288648920 + 1288649432 Main.M13.Axis.PlcToNc @@ -68797,7 +68770,7 @@ Readbacks Output - 1288665152 + 1288665664 Main.M13.bBrakeRelease @@ -68810,7 +68783,7 @@ Readbacks Output - 1288674136 + 1288674648 Main.M14.Axis.PlcToNc @@ -68822,7 +68795,7 @@ Readbacks Output - 1288690368 + 1288690880 Main.M14.bBrakeRelease @@ -68835,7 +68808,7 @@ Readbacks Output - 1288699352 + 1288699864 Main.M15.Axis.PlcToNc @@ -68847,7 +68820,7 @@ Readbacks Output - 1288715584 + 1288716096 Main.M15.bBrakeRelease @@ -68860,7 +68833,7 @@ Readbacks Output - 1288724568 + 1288725080 Main.M16.Axis.PlcToNc @@ -68872,7 +68845,7 @@ Readbacks Output - 1288740800 + 1288741312 Main.M16.bBrakeRelease @@ -68885,7 +68858,7 @@ Readbacks Output - 1288749784 + 1288750296 Main.M17.Axis.PlcToNc @@ -68897,7 +68870,7 @@ Readbacks Output - 1288766016 + 1288766528 Main.M17.bBrakeRelease @@ -68910,7 +68883,7 @@ Readbacks Output - 1288775000 + 1288775512 Main.M18.Axis.PlcToNc @@ -68922,7 +68895,7 @@ Readbacks Output - 1288791232 + 1288791744 Main.M18.bBrakeRelease @@ -68935,7 +68908,7 @@ Readbacks Output - 1288800216 + 1288800728 Main.M19.Axis.PlcToNc @@ -68947,7 +68920,7 @@ Readbacks Output - 1288816448 + 1288816960 Main.M19.bBrakeRelease @@ -68960,7 +68933,7 @@ Readbacks Output - 1288825432 + 1288825944 Main.M20.Axis.PlcToNc @@ -68972,7 +68945,7 @@ Readbacks Output - 1288841664 + 1288842176 Main.M20.bBrakeRelease @@ -68985,7 +68958,7 @@ Readbacks Output - 1288850648 + 1288851160 Main.M21.Axis.PlcToNc @@ -68997,7 +68970,7 @@ Readbacks Output - 1288866880 + 1288867392 Main.M21.bBrakeRelease @@ -69010,7 +68983,7 @@ Readbacks Output - 1288875864 + 1288876376 Main.M22.Axis.PlcToNc @@ -69022,7 +68995,7 @@ Readbacks Output - 1288892096 + 1288892608 Main.M22.bBrakeRelease @@ -69035,7 +69008,7 @@ Readbacks Output - 1288901080 + 1288901592 Main.M23.Axis.PlcToNc @@ -69047,7 +69020,7 @@ Readbacks Output - 1288917312 + 1288917824 Main.M23.bBrakeRelease @@ -69060,7 +69033,7 @@ Readbacks Output - 1288926296 + 1288926808 Main.M24.Axis.PlcToNc @@ -69072,7 +69045,7 @@ Readbacks Output - 1288942528 + 1288943040 Main.M24.bBrakeRelease @@ -69085,7 +69058,7 @@ Readbacks Output - 1288951512 + 1288952024 Main.M25.Axis.PlcToNc @@ -69097,7 +69070,7 @@ Readbacks Output - 1288967744 + 1288968256 Main.M25.bBrakeRelease @@ -69110,7 +69083,7 @@ Readbacks Output - 1288976728 + 1288977240 Main.M26.Axis.PlcToNc @@ -69122,7 +69095,7 @@ Readbacks Output - 1288992960 + 1288993472 Main.M26.bBrakeRelease @@ -69135,7 +69108,7 @@ Readbacks Output - 1289001944 + 1289002456 Main.M27.Axis.PlcToNc @@ -69147,7 +69120,7 @@ Readbacks Output - 1289018176 + 1289018688 Main.M27.bBrakeRelease @@ -69160,7 +69133,7 @@ Readbacks Output - 1289027160 + 1289027672 Main.M28.Axis.PlcToNc @@ -69172,7 +69145,7 @@ Readbacks Output - 1289043392 + 1289043904 Main.M28.bBrakeRelease @@ -69185,7 +69158,7 @@ Readbacks Output - 1289052376 + 1289052888 Main.M29.Axis.PlcToNc @@ -69197,7 +69170,7 @@ Readbacks Output - 1289068608 + 1289069120 Main.M29.bBrakeRelease @@ -69210,7 +69183,7 @@ Readbacks Output - 1289077592 + 1289078104 Main.M30.Axis.PlcToNc @@ -69222,7 +69195,7 @@ Readbacks Output - 1289093824 + 1289094336 Main.M30.bBrakeRelease @@ -69235,7 +69208,7 @@ Readbacks Output - 1289102808 + 1289103320 Main.M31.Axis.PlcToNc @@ -69247,7 +69220,7 @@ Readbacks Output - 1289119040 + 1289119552 Main.M31.bBrakeRelease @@ -69260,7 +69233,7 @@ Readbacks Output - 1289128024 + 1289128536 Main.M32.Axis.PlcToNc @@ -69272,7 +69245,7 @@ Readbacks Output - 1289144256 + 1289144768 Main.M32.bBrakeRelease @@ -69285,7 +69258,7 @@ Readbacks Output - 1289153240 + 1289153752 Main.M33.Axis.PlcToNc @@ -69297,7 +69270,7 @@ Readbacks Output - 1289169472 + 1289169984 Main.M33.bBrakeRelease @@ -69310,7 +69283,7 @@ Readbacks Output - 1289178456 + 1289178968 GVL.fbFastFaultOutput1.q_xFastFaultOut @@ -69330,7 +69303,7 @@ Readbacks Output - 1290141832 + 1290142344 GVL.fbFastFaultOutput2.q_xFastFaultOut @@ -69350,7 +69323,7 @@ Readbacks Output - 1290636744 + 1290637256 GVL.rCurTrans @@ -69373,14 +69346,14 @@ Readbacks TcVarGlobal - 1291132416 + 1291132928 3 PlcTask Internal 0 - 162594816 + 162725888 DefaultGlobals.stSys Included for you @@ -75266,35 +75239,44 @@ Readbacks 634576352 - MOTION_GVL.fbPmpsFileReader - Global file reader instance, used in fbStandardPMPSDB - 928128 - FB_JsonFileToJsonDoc - - - TcVarGlobal - - - 634576640 - - - MOTION_GVL.fbStandardPMPSDB - Global DB handler, Must be called in PLC project to use the PMPS DB for a motion project - 27744 - FB_Standard_PMPSDB + Global_Version.stLibVersion_lcls_twincat_common_components + 288 + ST_LibVersion + + + .iMajor + 3 + + + .iMinor + 3 + + + .iBuild + 0 + + + .iRevision + 0 + + + .nFlags + 0 + + + .sVersion + 3.3.0 + + - pytmc - - pv: @(PREFIX)DB - io: io - + const_non_replaced TcVarGlobal - 635504768 + 634576640 MOTION_GVL.nMaxStates @@ -75306,7 +75288,7 @@ Readbacks TcVarGlobal - 635532512 + 634576928 MotionConstants.MAX_STATE_MOTORS @@ -75325,7 +75307,38 @@ Readbacks TcVarGlobal - 635532528 + 634576944 + + + MOTION_GVL.fbPmpsFileReader + Global file reader instance, used in fbStandardPMPSDB + 928128 + FB_JsonFileToJsonDoc + + + TcVarGlobal + + + 634576960 + + + MOTION_GVL.fbStandardPMPSDB + Global DB handler, Must be called in PLC project to use the PMPS DB for a motion project + 27744 + FB_Standard_PMPSDB + + + pytmc + + pv: @(PREFIX)DB + io: io + + + + TcVarGlobal + + + 635505088 PMPS_GVL.stRequestedBeamParameters @@ -75345,7 +75358,7 @@ Readbacks TcVarGlobal - 635532544 + 635532832 PMPS_GVL.stCurrentBeamParameters @@ -75365,7 +75378,7 @@ Readbacks TcVarGlobal - 635534304 + 635534592 PMPS_GVL.g_areVBoundaries @@ -75390,7 +75403,7 @@ Readbacks TcVarGlobal - 635536064 + 635536352 PMPS_GVL.PERange @@ -75402,7 +75415,7 @@ Readbacks TcVarGlobal - 635537088 + 635537376 PMPS_GVL.EXCLUDED_ASSERTION_ID @@ -75417,49 +75430,49 @@ Readbacks TcVarGlobal - 635537120 + 635537408 - PMPS_GVL.VISIBLE_TEST_VELOCITY - 64 - LREAL + PMPS_GVL.MAX_DEVICE_STATES + 32 + UDINT - 10 + 300 TcVarGlobal - 635537152 + 635537440 - PMPS_GVL.FAST_TEST_VELOCITY + PMPS_GVL.VISIBLE_TEST_VELOCITY 64 LREAL - 100 + 10 TcVarGlobal - 635537216 + 635537472 - PMPS_GVL.MAX_DEVICE_STATES - 32 - UDINT + PMPS_GVL.FAST_TEST_VELOCITY + 64 + LREAL - 300 + 100 TcVarGlobal - 635537280 + 635537536 PMPS_GVL.TRANS_SCALING_FACTOR @@ -75474,7 +75487,7 @@ Readbacks TcVarGlobal - 635537312 + 635537600 PMPS_GVL.AUX_ATTENUATORS @@ -75489,7 +75502,7 @@ Readbacks TcVarGlobal - 635537344 + 635537632 PMPS_GVL.MAX_VETO_DEVICES @@ -75503,7 +75516,7 @@ Readbacks TcVarGlobal - 635537360 + 635537648 PMPS_GVL.stAttenuators @@ -75524,7 +75537,7 @@ Readbacks TcVarGlobal - 635537376 + 635537664 PMPS_GVL.cstFullBeam @@ -75544,7 +75557,7 @@ Readbacks TcVarGlobal - 635537440 + 635537728 PMPS_GVL.cst0RateBeam @@ -75564,7 +75577,7 @@ Readbacks TcVarGlobal - 635539200 + 635539488 PMPS_GVL.cnMaxStateArrayLen @@ -75589,7 +75602,7 @@ Readbacks TcVarGlobal - 635540960 + 635541248 PMPS_GVL.MAX_APERTURES @@ -75604,7 +75617,7 @@ Readbacks TcVarGlobal - 635540976 + 635541264 PMPS_GVL.DUMMY_AUX_ATT_ARRAY @@ -75623,7 +75636,7 @@ Readbacks TcVarGlobal - 635540992 + 635541280 PMPS_GVL.g_cBoundaries @@ -75637,7 +75650,7 @@ Readbacks TcVarGlobal - 635542016 + 635542304 PMPS_PARAM.MAX_FAST_FAULTS @@ -75652,7 +75665,7 @@ Readbacks TcVarGlobal - 635542032 + 635542320 PMPS_GVL.reVHyst @@ -75679,7 +75692,7 @@ Readbacks TcVarGlobal - 635542048 + 635542336 PMPS_GVL.g_areVBoundariesL @@ -75834,7 +75847,7 @@ Readbacks TcVarGlobal - 635542080 + 635542368 PMPS_GVL.g_areVBoundariesK @@ -75989,7 +76002,7 @@ Readbacks TcVarGlobal - 635543104 + 635543392 PMPS_PARAM.MAX_ASSERTIONS @@ -76004,7 +76017,7 @@ Readbacks TcVarGlobal - 635544128 + 635544416 PMPS_PARAM.TRANS_MARGIN @@ -76019,7 +76032,7 @@ Readbacks TcVarGlobal - 635544160 + 635544448 PMPS_TOOLS.fbJson @@ -76030,7 +76043,7 @@ Readbacks TcVarGlobal - 635544192 + 635544480 GVL_Param_TcUnit.MaxNumberOfTestSuites @@ -76044,7 +76057,7 @@ Readbacks TcVarGlobal - 635544448 + 635544736 GVL_Param_TcUnit.MaxNumberOfTestsForEachTestSuite @@ -76058,7 +76071,7 @@ Readbacks TcVarGlobal - 635544464 + 635544752 GVL_Param_TcUnit.MaxNumberOfAssertsForEachTestSuite @@ -76072,7 +76085,7 @@ Readbacks TcVarGlobal - 635544480 + 635544768 GVL_Param_TcUnit.xUnitEnablePublish @@ -76087,7 +76100,7 @@ Readbacks TcVarGlobal - 635544496 + 635544784 GVL_TcUnit.TestSuiteIsRegistered @@ -76099,7 +76112,7 @@ Readbacks TcVarGlobal - 635544504 + 635544792 GVL_Param_TcUnit.xUnitBufferSize @@ -76114,7 +76127,7 @@ Readbacks TcVarGlobal - 635544512 + 635544800 GVL_Param_TcUnit.xUnitFilePath @@ -76129,7 +76142,7 @@ Readbacks TcVarGlobal - 635544544 + 635544832 GVL_Param_TcUnit.AdsLogMessageFifoRingBufferSize @@ -76147,7 +76160,7 @@ Readbacks TcVarGlobal - 635546592 + 635546880 GVL_TcUnit.CurrentTestIsFinished @@ -76159,7 +76172,7 @@ Readbacks TcVarGlobal - 635546608 + 635546896 GVL_TcUnit.IgnoreCurrentTest @@ -76173,7 +76186,7 @@ Readbacks TcVarGlobal - 635546616 + 635546904 GVL_Param_TcUnit.TimeBetweenTestSuitesExecution @@ -76189,7 +76202,7 @@ Readbacks TcVarGlobal - 635546624 + 635546912 GVL_TcUnit.TcUnitRunner @@ -76200,7 +76213,7 @@ Readbacks TcVarGlobal - 635546656 + 635546944 GVL_TcUnit.CurrentTestSuiteBeingCalled @@ -76212,7 +76225,7 @@ Readbacks TcVarGlobal - 1257373856 + 1257374144 GVL_TcUnit.CurrentTestNameBeingCalled @@ -76224,7 +76237,7 @@ Readbacks TcVarGlobal - 1257373888 + 1257374176 GVL_TcUnit.NumberOfInitializedTestSuites @@ -76240,7 +76253,7 @@ Readbacks TcVarGlobal - 1257375936 + 1257376224 GVL_TcUnit.TestSuiteAddresses @@ -76255,7 +76268,7 @@ Readbacks TcVarGlobal - 1257375968 + 1257376256 GVL_TcUnit.CurrentlyRunningOrderedTestInTestSuite @@ -76281,7 +76294,7 @@ Readbacks TcVarGlobal - 1257407968 + 1257408256 GVL_TcUnit.AdsMessageQueue @@ -76293,7 +76306,7 @@ Readbacks TcVarGlobal - 1257423968 + 1257424256 Global_Version.stLibVersion_TcUnit @@ -76329,7 +76342,7 @@ Readbacks TcVarGlobal - 1265744832 + 1265745120 Global_Version.stLibVersion_Tc2_MC2 @@ -76365,7 +76378,7 @@ Readbacks TcVarGlobal - 1265745120 + 1265745408 Global_Variables.TcMcGlobal @@ -76376,7 +76389,7 @@ Readbacks TcVarGlobal - 1265745408 + 1265745696 Global_Variables.DEFAULT_HOME_POSITION @@ -76390,7 +76403,7 @@ Readbacks TcVarGlobal - 1265752384 + 1265752704 Global_Variables.DEFAULT_BACKLASHVALUE @@ -76404,7 +76417,7 @@ Readbacks TcVarGlobal - 1265752448 + 1265752768 Global_Version.stLibVersion_Tc2_Math @@ -76440,49 +76453,8 @@ Readbacks TcVarGlobal - 1265752512 - - - GVL_Physics.fbScatteringFactors - 575872 - FB_ScatteringFactorLUT - - - TcVarGlobal - - 1265752832 - - GVL_PhysicalConstants.fWienDisplacementLawConstant_in_m_K - Wien displacement law constant (m K) - Uncertainty: 5.1e-09 - 64 - LREAL - - 0.0028977685 - - - - TcVarGlobal - - - 1266328704 - - - GVL_PhysicalConstants.fWienDisplacementLawConstant_in_m_K_Units - 648 - STRING(80) - - m K - - - - TcVarGlobal - - - 1266328768 - PRG_RTDSK0.bInit 8 @@ -76490,7 +76462,7 @@ Readbacks 1 - 1266329416 + 1265753120 PRG_SL1K0_POWER.bExecuteMotion @@ -76508,7 +76480,7 @@ Readbacks - 1266329424 + 1265753128 PRG_SL1K0_POWER.bMoveOk @@ -76519,7 +76491,7 @@ Readbacks 1 - 1266329432 + 1265753136 PRG_SL1K0_POWER.bTest @@ -76528,7 +76500,48 @@ Readbacks 0 - 1266329440 + 1265753144 + + + GVL_Physics.fbScatteringFactors + 575872 + FB_ScatteringFactorLUT + + + TcVarGlobal + + + 1265753152 + + + GVL_PhysicalConstants.fWienDisplacementLawConstant_in_m_K + Wien displacement law constant (m K) + Uncertainty: 5.1e-09 + 64 + LREAL + + 0.0028977685 + + + + TcVarGlobal + + + 1266329024 + + + GVL_PhysicalConstants.fWienDisplacementLawConstant_in_m_K_Units + 648 + STRING(80) + + m K + + + + TcVarGlobal + + + 1266329088 PRG_SL2K0_POWER.bMoveOk @@ -76539,7 +76552,7 @@ Readbacks 1 - 1266329448 + 1266329736 PRG_SL2K0_POWER.bExecuteMotion @@ -76556,7 +76569,7 @@ Readbacks - 1266329456 + 1266329744 PRG_AT1K4_SOLID.bDebug @@ -76567,7 +76580,17 @@ Readbacks 0 - 1266329464 + 1266329752 + + + PRG_SL1K0_POWER.rEncoderOffsetTop + 0+(-15) + 32 + REAL + + -11.2 + + 1266329760 GVL_PhysicalConstants.fWienDisplacementLawConstant_in_m_K_Uncertainty @@ -76581,7 +76604,7 @@ Readbacks TcVarGlobal - 1266329472 + 1266329792 GVL_PhysicalConstants.fAtomicUnitOf1stHyperpolarizablity_in_C_3_m_3_J_2 @@ -76597,7 +76620,7 @@ Readbacks TcVarGlobal - 1266329536 + 1266329856 GVL_PhysicalConstants.fAtomicUnitOf1stHyperpolarizablity_in_C_3_m_3_J_2_Units @@ -76611,23 +76634,23 @@ Readbacks TcVarGlobal - 1266329600 + 1266329920 PRG_AT1K4_SOLID.nEnableMode 16 ENUM_StageEnableMode - 1266330256 + 1266330576 - PRG_SL1K0_POWER.rEncoderOffsetTop + PRG_SL1K0_POWER.rEncoderOffsetBottom 0+(-15) 32 REAL - -11.2 + -11.9 - 1266330272 + 1266330592 GVL_PhysicalConstants.fAtomicUnitOf1stHyperpolarizablity_in_C_3_m_3_J_2_Uncertainty @@ -76641,7 +76664,7 @@ Readbacks TcVarGlobal - 1266330304 + 1266330624 GVL_PhysicalConstants.fAtomicUnitOf2ndHyperpolarizablity_in_C_4_m_4_J_3 @@ -76657,7 +76680,7 @@ Readbacks TcVarGlobal - 1266330368 + 1266330688 GVL_PhysicalConstants.fAtomicUnitOf2ndHyperpolarizablity_in_C_4_m_4_J_3_Units @@ -76671,13 +76694,13 @@ Readbacks TcVarGlobal - 1266330432 + 1266330752 PRG_ST1K4_TEST.bST3K4_in 8 BOOL - 1266331080 + 1266331400 PRG_ST1K4_TEST.eEnumGet @@ -76692,17 +76715,17 @@ Readbacks - 1266331088 + 1266331408 - PRG_SL1K0_POWER.rEncoderOffsetBottom - 0+(-15) + PRG_SL1K0_POWER.rEncoderOffsetNorth + -4.6;(* 0+(-15)*) 32 REAL - -11.9 + -11.4 - 1266331104 + 1266331424 GVL_PhysicalConstants.fAtomicUnitOf2ndHyperpolarizablity_in_C_4_m_4_J_3_Uncertainty @@ -76716,7 +76739,7 @@ Readbacks TcVarGlobal - 1266331136 + 1266331456 GVL_PhysicalConstants.fAtomicUnitOfElectricDipoleMoment_in_C_m @@ -76732,7 +76755,7 @@ Readbacks TcVarGlobal - 1266331200 + 1266331520 GVL_PhysicalConstants.fAtomicUnitOfElectricDipoleMoment_in_C_m_Units @@ -76746,7 +76769,7 @@ Readbacks TcVarGlobal - 1266331264 + 1266331584 PRG_ST1K4_TEST.bST3K4_auto @@ -76764,7 +76787,7 @@ Readbacks - 1266331912 + 1266332232 PRG_ST1K4_TEST.eEnumSet @@ -76779,17 +76802,17 @@ Readbacks - 1266331920 + 1266332240 - PRG_SL1K0_POWER.rEncoderOffsetNorth - -4.6;(* 0+(-15)*) + PRG_SL1K0_POWER.rEncoderOffsetSouth + 0+(-15) 32 REAL - -11.4 + -13 - 1266331936 + 1266332256 GVL_PhysicalConstants.fAtomicUnitOfElectricDipoleMoment_in_C_m_Uncertainty @@ -76803,7 +76826,7 @@ Readbacks TcVarGlobal - 1266331968 + 1266332288 GVL_PhysicalConstants.fAtomicUnitOfElectricPolarizablity_in_C_2_m_2_J_1 @@ -76819,7 +76842,7 @@ Readbacks TcVarGlobal - 1266332032 + 1266332352 GVL_PhysicalConstants.fAtomicUnitOfElectricPolarizablity_in_C_2_m_2_J_1_Units @@ -76833,13 +76856,13 @@ Readbacks TcVarGlobal - 1266332096 + 1266332416 PRG_3_PMPS_POST.bM1K1_Veto_IN 8 BOOL - 1266332744 + 1266333064 GVL.ePF1K0State @@ -76850,17 +76873,18 @@ Readbacks TcVarGlobal - 1266332752 + 1266333072 - PRG_SL1K0_POWER.rEncoderOffsetSouth - 0+(-15) + PRG_SL2K0_POWER.rEncoderOffsetTop + Offsets + Absolute encoder value at the HLS + Absolure eoncoder value at the centered beam 32 REAL - -13 + 15.1 - 1266332768 + 1266333088 GVL_PhysicalConstants.fAtomicUnitOfElectricPolarizablity_in_C_2_m_2_J_1_Uncertainty @@ -76874,7 +76898,7 @@ Readbacks TcVarGlobal - 1266332800 + 1266333120 GVL_PhysicalConstants.fAtomicUnitOfElectricQuadrupoleMoment_in_C_m_2 @@ -76890,7 +76914,7 @@ Readbacks TcVarGlobal - 1266332864 + 1266333184 GVL_PhysicalConstants.fAtomicUnitOfElectricQuadrupoleMoment_in_C_m_2_Units @@ -76904,7 +76928,7 @@ Readbacks TcVarGlobal - 1266332928 + 1266333248 GVL.iFiltersPerSATTBlade @@ -76918,18 +76942,16 @@ Readbacks TcVarGlobal - 1266333584 + 1266333904 - PRG_SL2K0_POWER.rEncoderOffsetTop - Offsets - Absolute encoder value at the HLS + Absolure eoncoder value at the centered beam + PRG_SL2K0_POWER.rEncoderOffsetBottom 32 REAL - 15.1 + -12.2 - 1266333600 + 1266333920 GVL_PhysicalConstants.fAtomicUnitOfElectricQuadrupoleMoment_in_C_m_2_Uncertainty @@ -76943,7 +76965,7 @@ Readbacks TcVarGlobal - 1266333632 + 1266333952 GVL_PhysicalConstants.fAtomicUnitOfMagneticDipoleMoment_in_J_T_1 @@ -76959,7 +76981,7 @@ Readbacks TcVarGlobal - 1266333696 + 1266334016 GVL_PhysicalConstants.fAtomicUnitOfMagneticDipoleMoment_in_J_T_1_Units @@ -76973,7 +76995,7 @@ Readbacks TcVarGlobal - 1266333760 + 1266334080 Constants.bLittleEndian @@ -76988,7 +77010,7 @@ Readbacks TcVarGlobal - 1266334408 + 1266334728 Constants.bSimulationMode @@ -77003,7 +77025,7 @@ Readbacks TcVarGlobal - 1266334416 + 1266334736 Constants.bFPUSupport @@ -77017,16 +77039,16 @@ Readbacks TcVarGlobal - 1266334424 + 1266334744 - PRG_SL2K0_POWER.rEncoderOffsetBottom + PRG_SL2K0_POWER.rEncoderOffsetNorth 32 REAL - -12.2 + 15.4 - 1266334432 + 1266334752 GVL_PhysicalConstants.fAtomicUnitOfMagneticDipoleMoment_in_J_T_1_Uncertainty @@ -77040,7 +77062,7 @@ Readbacks TcVarGlobal - 1266334464 + 1266334784 GVL_PhysicalConstants.fAtomicUnitOfMagneticFluxDensity_in_T @@ -77056,7 +77078,7 @@ Readbacks TcVarGlobal - 1266334528 + 1266334848 GVL_PhysicalConstants.fAtomicUnitOfMagneticFluxDensity_in_T_Units @@ -77070,7 +77092,7 @@ Readbacks TcVarGlobal - 1266334592 + 1266334912 Constants.nRegisterSize @@ -77085,16 +77107,16 @@ Readbacks TcVarGlobal - 1266335248 + 1266335568 - PRG_SL2K0_POWER.rEncoderOffsetNorth + PRG_SL2K0_POWER.rEncoderOffsetSouth 32 REAL - 15.4 + -13.4 - 1266335264 + 1266335584 GVL_PhysicalConstants.fAtomicUnitOfMagneticFluxDensity_in_T_Uncertainty @@ -77108,7 +77130,7 @@ Readbacks TcVarGlobal - 1266335296 + 1266335616 GVL_PhysicalConstants.fDeuteronMagneticMoment_in_J_T_1 @@ -77124,7 +77146,7 @@ Readbacks TcVarGlobal - 1266335360 + 1266335680 GVL_PhysicalConstants.fDeuteronMagneticMoment_in_J_T_1_Units @@ -77138,7 +77160,7 @@ Readbacks TcVarGlobal - 1266335424 + 1266335744 Constants.nPackMode @@ -77153,16 +77175,21 @@ Readbacks TcVarGlobal - 1266336080 + 1266336400 - PRG_SL2K0_POWER.rEncoderOffsetSouth + Constants.RuntimeVersionNumeric 32 - REAL + DWORD - -13.4 + 50660864 - 1266336096 + + + TcVarGlobal + + + 1266336416 GVL_PhysicalConstants.fDeuteronMagneticMoment_in_J_T_1_Uncertainty @@ -77176,7 +77203,7 @@ Readbacks TcVarGlobal - 1266336128 + 1266336448 GVL_PhysicalConstants.fDeuteronMagneticMomentToBohrMagnetonRatio @@ -77192,7 +77219,7 @@ Readbacks TcVarGlobal - 1266336192 + 1266336512 GVL_PhysicalConstants.fDeuteronMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -77206,7 +77233,7 @@ Readbacks TcVarGlobal - 1266336256 + 1266336576 GVL_PhysicalConstants.fDeuteronMagneticMomentToNuclearMagnetonRatio @@ -77222,7 +77249,7 @@ Readbacks TcVarGlobal - 1266336320 + 1266336640 GVL_PhysicalConstants.fDeuteronMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -77236,7 +77263,7 @@ Readbacks TcVarGlobal - 1266336384 + 1266336704 GVL_PhysicalConstants.fDeuteronElectronMagneticMomentRatio @@ -77252,7 +77279,7 @@ Readbacks TcVarGlobal - 1266336448 + 1266336768 GVL_PhysicalConstants.fDeuteronElectronMagneticMomentRatio_Uncertainty @@ -77266,7 +77293,7 @@ Readbacks TcVarGlobal - 1266336512 + 1266336832 GVL_PhysicalConstants.fDeuteronProtonMagneticMomentRatio @@ -77282,7 +77309,7 @@ Readbacks TcVarGlobal - 1266336576 + 1266336896 GVL_PhysicalConstants.fDeuteronProtonMagneticMomentRatio_Uncertainty @@ -77296,7 +77323,7 @@ Readbacks TcVarGlobal - 1266336640 + 1266336960 GVL_PhysicalConstants.fDeuteronNeutronMagneticMomentRatio @@ -77312,7 +77339,7 @@ Readbacks TcVarGlobal - 1266336704 + 1266337024 GVL_PhysicalConstants.fDeuteronNeutronMagneticMomentRatio_Uncertainty @@ -77326,7 +77353,7 @@ Readbacks TcVarGlobal - 1266336768 + 1266337088 GVL_PhysicalConstants.fElectronGyromagneticRatio_in_s_1_T_1 @@ -77342,7 +77369,7 @@ Readbacks TcVarGlobal - 1266336832 + 1266337152 GVL_PhysicalConstants.fElectronGyromagneticRatio_in_s_1_T_1_Units @@ -77356,21 +77383,21 @@ Readbacks TcVarGlobal - 1266336896 + 1266337216 - Constants.RuntimeVersionNumeric + Constants.CompilerVersionNumeric 32 DWORD - 50660864 + 50661988 TcVarGlobal - 1266337568 + 1266337888 GVL_PhysicalConstants.fElectronGyromagneticRatio_in_s_1_T_1_Uncertainty @@ -77384,7 +77411,7 @@ Readbacks TcVarGlobal - 1266337600 + 1266337920 GVL_PhysicalConstants.fElectronGyromagneticRatioOver2Pi_in_MHz_T_1 @@ -77400,7 +77427,7 @@ Readbacks TcVarGlobal - 1266337664 + 1266337984 GVL_PhysicalConstants.fElectronGyromagneticRatioOver2Pi_in_MHz_T_1_Units @@ -77414,21 +77441,21 @@ Readbacks TcVarGlobal - 1266337728 + 1266338048 - Constants.CompilerVersionNumeric + TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask 32 - DWORD - - 50661988 - + OTCID + + no_init + TcVarGlobal - 1266338400 + 1266338720 GVL_PhysicalConstants.fElectronGyromagneticRatioOver2Pi_in_MHz_T_1_Uncertainty @@ -77442,7 +77469,7 @@ Readbacks TcVarGlobal - 1266338432 + 1266338752 GVL_PhysicalConstants.fElectronMagneticMoment_in_J_T_1 @@ -77458,7 +77485,7 @@ Readbacks TcVarGlobal - 1266338496 + 1266338816 GVL_PhysicalConstants.fElectronMagneticMoment_in_J_T_1_Units @@ -77472,10 +77499,10 @@ Readbacks TcVarGlobal - 1266338560 + 1266338880 - TwinCAT_SystemInfoVarList._TaskPouOid_PlcTask + TwinCAT_SystemInfoVarList._TaskOid_PlcTask 32 OTCID @@ -77486,7 +77513,7 @@ Readbacks TcVarGlobal - 1266339232 + 1266339552 GVL_PhysicalConstants.fElectronMagneticMoment_in_J_T_1_Uncertainty @@ -77500,7 +77527,7 @@ Readbacks TcVarGlobal - 1266339264 + 1266339584 GVL_PhysicalConstants.fElectronMagneticMomentToBohrMagnetonRatio @@ -77516,7 +77543,7 @@ Readbacks TcVarGlobal - 1266339328 + 1266339648 GVL_PhysicalConstants.fElectronMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -77530,7 +77557,7 @@ Readbacks TcVarGlobal - 1266339392 + 1266339712 GVL_PhysicalConstants.fElectronMagneticMomentToNuclearMagnetonRatio @@ -77546,7 +77573,7 @@ Readbacks TcVarGlobal - 1266339456 + 1266339776 GVL_PhysicalConstants.fElectronMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -77560,7 +77587,7 @@ Readbacks TcVarGlobal - 1266339520 + 1266339840 GVL_PhysicalConstants.fElectronMagneticMomentAnomaly @@ -77576,7 +77603,7 @@ Readbacks TcVarGlobal - 1266339584 + 1266339904 GVL_PhysicalConstants.fElectronMagneticMomentAnomaly_Uncertainty @@ -77590,7 +77617,7 @@ Readbacks TcVarGlobal - 1266339648 + 1266339968 GVL_PhysicalConstants.fElectronToShieldedProtonMagneticMomentRatio @@ -77606,7 +77633,7 @@ Readbacks TcVarGlobal - 1266339712 + 1266340032 GVL_PhysicalConstants.fElectronToShieldedProtonMagneticMomentRatio_Uncertainty @@ -77620,7 +77647,7 @@ Readbacks TcVarGlobal - 1266339776 + 1266340096 GVL_PhysicalConstants.fElectronToShieldedHelionMagneticMomentRatio @@ -77636,7 +77663,7 @@ Readbacks TcVarGlobal - 1266339840 + 1266340160 GVL_PhysicalConstants.fElectronToShieldedHelionMagneticMomentRatio_Uncertainty @@ -77650,7 +77677,7 @@ Readbacks TcVarGlobal - 1266339904 + 1266340224 GVL_PhysicalConstants.fElectronDeuteronMagneticMomentRatio @@ -77666,7 +77693,7 @@ Readbacks TcVarGlobal - 1266339968 + 1266340288 GVL_PhysicalConstants.fElectronDeuteronMagneticMomentRatio_Uncertainty @@ -77680,7 +77707,7 @@ Readbacks TcVarGlobal - 1266340032 + 1266340352 GVL_PhysicalConstants.fElectronMuonMagneticMomentRatio @@ -77696,7 +77723,7 @@ Readbacks TcVarGlobal - 1266340096 + 1266340416 GVL_PhysicalConstants.fElectronMuonMagneticMomentRatio_Uncertainty @@ -77710,7 +77737,7 @@ Readbacks TcVarGlobal - 1266340160 + 1266340480 GVL_PhysicalConstants.fElectronNeutronMagneticMomentRatio @@ -77726,7 +77753,7 @@ Readbacks TcVarGlobal - 1266340224 + 1266340544 GVL_PhysicalConstants.fElectronNeutronMagneticMomentRatio_Uncertainty @@ -77740,7 +77767,7 @@ Readbacks TcVarGlobal - 1266340288 + 1266340608 GVL_PhysicalConstants.fElectronProtonMagneticMomentRatio @@ -77756,7 +77783,7 @@ Readbacks TcVarGlobal - 1266340352 + 1266340672 GVL_PhysicalConstants.fElectronProtonMagneticMomentRatio_Uncertainty @@ -77770,7 +77797,7 @@ Readbacks TcVarGlobal - 1266340416 + 1266340736 GVL_PhysicalConstants.fMagneticConstant_in_N_A_2 @@ -77785,7 +77812,7 @@ Readbacks TcVarGlobal - 1266340480 + 1266340800 GVL_PhysicalConstants.fMagneticConstant_in_N_A_2_Units @@ -77799,21 +77826,7 @@ Readbacks TcVarGlobal - 1266340544 - - - TwinCAT_SystemInfoVarList._TaskOid_PlcTask - 32 - OTCID - - - no_init - - - TcVarGlobal - - - 1266341216 + 1266340864 GVL_PhysicalConstants.fMagneticFluxQuantum_in_Wb @@ -77828,7 +77841,7 @@ Readbacks TcVarGlobal - 1266341248 + 1266341568 GVL_PhysicalConstants.fMagneticFluxQuantum_in_Wb_Units @@ -77842,7 +77855,7 @@ Readbacks TcVarGlobal - 1266341312 + 1266341632 GVL_PhysicalConstants.fMuonMagneticMoment_in_J_T_1 @@ -77858,7 +77871,7 @@ Readbacks TcVarGlobal - 1266342016 + 1266342336 GVL_PhysicalConstants.fMuonMagneticMoment_in_J_T_1_Units @@ -77872,7 +77885,7 @@ Readbacks TcVarGlobal - 1266342080 + 1266342400 GVL_PhysicalConstants.fMuonMagneticMoment_in_J_T_1_Uncertainty @@ -77886,7 +77899,7 @@ Readbacks TcVarGlobal - 1266342784 + 1266343104 GVL_PhysicalConstants.fMuonMagneticMomentToBohrMagnetonRatio @@ -77902,7 +77915,7 @@ Readbacks TcVarGlobal - 1266342848 + 1266343168 GVL_PhysicalConstants.fMuonMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -77916,7 +77929,7 @@ Readbacks TcVarGlobal - 1266342912 + 1266343232 GVL_PhysicalConstants.fMuonMagneticMomentToNuclearMagnetonRatio @@ -77932,7 +77945,7 @@ Readbacks TcVarGlobal - 1266342976 + 1266343296 GVL_PhysicalConstants.fMuonMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -77946,7 +77959,7 @@ Readbacks TcVarGlobal - 1266343040 + 1266343360 GVL_PhysicalConstants.fMuonProtonMagneticMomentRatio @@ -77962,7 +77975,7 @@ Readbacks TcVarGlobal - 1266343104 + 1266343424 GVL_PhysicalConstants.fMuonProtonMagneticMomentRatio_Uncertainty @@ -77976,7 +77989,7 @@ Readbacks TcVarGlobal - 1266343168 + 1266343488 GVL_PhysicalConstants.fNeutronGyromagneticRatio_in_s_1_T_1 @@ -77992,7 +78005,7 @@ Readbacks TcVarGlobal - 1266343232 + 1266343552 GVL_PhysicalConstants.fNeutronGyromagneticRatio_in_s_1_T_1_Units @@ -78006,7 +78019,7 @@ Readbacks TcVarGlobal - 1266343296 + 1266343616 GVL_PhysicalConstants.fNeutronGyromagneticRatio_in_s_1_T_1_Uncertainty @@ -78020,7 +78033,7 @@ Readbacks TcVarGlobal - 1266344000 + 1266344320 GVL_PhysicalConstants.fNeutronGyromagneticRatioOver2Pi_in_MHz_T_1 @@ -78036,7 +78049,7 @@ Readbacks TcVarGlobal - 1266344064 + 1266344384 GVL_PhysicalConstants.fNeutronGyromagneticRatioOver2Pi_in_MHz_T_1_Units @@ -78050,7 +78063,7 @@ Readbacks TcVarGlobal - 1266344128 + 1266344448 GVL_PhysicalConstants.fNeutronGyromagneticRatioOver2Pi_in_MHz_T_1_Uncertainty @@ -78064,7 +78077,7 @@ Readbacks TcVarGlobal - 1266344832 + 1266345152 GVL_PhysicalConstants.fNeutronMagneticMoment_in_J_T_1 @@ -78080,7 +78093,7 @@ Readbacks TcVarGlobal - 1266344896 + 1266345216 GVL_PhysicalConstants.fNeutronMagneticMoment_in_J_T_1_Units @@ -78094,7 +78107,7 @@ Readbacks TcVarGlobal - 1266344960 + 1266345280 GVL_PhysicalConstants.fNeutronMagneticMoment_in_J_T_1_Uncertainty @@ -78108,7 +78121,7 @@ Readbacks TcVarGlobal - 1266345664 + 1266345984 GVL_PhysicalConstants.fNeutronMagneticMomentToBohrMagnetonRatio @@ -78124,7 +78137,7 @@ Readbacks TcVarGlobal - 1266345728 + 1266346048 GVL_PhysicalConstants.fNeutronMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -78138,7 +78151,7 @@ Readbacks TcVarGlobal - 1266345792 + 1266346112 GVL_PhysicalConstants.fNeutronMagneticMomentToNuclearMagnetonRatio @@ -78154,7 +78167,7 @@ Readbacks TcVarGlobal - 1266345856 + 1266346176 GVL_PhysicalConstants.fNeutronMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -78168,7 +78181,7 @@ Readbacks TcVarGlobal - 1266345920 + 1266346240 GVL_PhysicalConstants.fNeutronToShieldedProtonMagneticMomentRatio @@ -78184,7 +78197,7 @@ Readbacks TcVarGlobal - 1266345984 + 1266346304 GVL_PhysicalConstants.fNeutronToShieldedProtonMagneticMomentRatio_Uncertainty @@ -78198,7 +78211,7 @@ Readbacks TcVarGlobal - 1266346048 + 1266346368 GVL_PhysicalConstants.fNeutronElectronMagneticMomentRatio @@ -78214,7 +78227,7 @@ Readbacks TcVarGlobal - 1266346112 + 1266346432 GVL_PhysicalConstants.fNeutronElectronMagneticMomentRatio_Uncertainty @@ -78228,7 +78241,7 @@ Readbacks TcVarGlobal - 1266346176 + 1266346496 GVL_PhysicalConstants.fNeutronProtonMagneticMomentRatio @@ -78244,7 +78257,7 @@ Readbacks TcVarGlobal - 1266346240 + 1266346560 GVL_PhysicalConstants.fNeutronProtonMagneticMomentRatio_Uncertainty @@ -78258,7 +78271,7 @@ Readbacks TcVarGlobal - 1266346304 + 1266346624 GVL_PhysicalConstants.fProtonGyromagneticRatio_in_s_1_T_1 @@ -78274,7 +78287,7 @@ Readbacks TcVarGlobal - 1266346368 + 1266346688 GVL_PhysicalConstants.fProtonGyromagneticRatio_in_s_1_T_1_Units @@ -78288,7 +78301,7 @@ Readbacks TcVarGlobal - 1266346432 + 1266346752 GVL_PhysicalConstants.fProtonGyromagneticRatio_in_s_1_T_1_Uncertainty @@ -78302,7 +78315,7 @@ Readbacks TcVarGlobal - 1266347136 + 1266347456 GVL_PhysicalConstants.fProtonGyromagneticRatioOver2Pi_in_MHz_T_1 @@ -78318,7 +78331,7 @@ Readbacks TcVarGlobal - 1266347200 + 1266347520 GVL_PhysicalConstants.fProtonGyromagneticRatioOver2Pi_in_MHz_T_1_Units @@ -78332,7 +78345,7 @@ Readbacks TcVarGlobal - 1266347264 + 1266347584 GVL_PhysicalConstants.fProtonGyromagneticRatioOver2Pi_in_MHz_T_1_Uncertainty @@ -78346,7 +78359,7 @@ Readbacks TcVarGlobal - 1266347968 + 1266348288 GVL_PhysicalConstants.fProtonMagneticMoment_in_J_T_1 @@ -78362,7 +78375,7 @@ Readbacks TcVarGlobal - 1266348032 + 1266348352 GVL_PhysicalConstants.fProtonMagneticMoment_in_J_T_1_Units @@ -78376,7 +78389,7 @@ Readbacks TcVarGlobal - 1266348096 + 1266348416 GVL_PhysicalConstants.fProtonMagneticMoment_in_J_T_1_Uncertainty @@ -78390,7 +78403,7 @@ Readbacks TcVarGlobal - 1266348800 + 1266349120 GVL_PhysicalConstants.fProtonMagneticMomentToBohrMagnetonRatio @@ -78406,7 +78419,7 @@ Readbacks TcVarGlobal - 1266348864 + 1266349184 GVL_PhysicalConstants.fProtonMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -78420,7 +78433,7 @@ Readbacks TcVarGlobal - 1266348928 + 1266349248 GVL_PhysicalConstants.fProtonMagneticMomentToNuclearMagnetonRatio @@ -78436,7 +78449,7 @@ Readbacks TcVarGlobal - 1266348992 + 1266349312 GVL_PhysicalConstants.fProtonMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -78450,7 +78463,7 @@ Readbacks TcVarGlobal - 1266349056 + 1266349376 GVL_PhysicalConstants.fProtonMagneticShieldingCorrection @@ -78466,7 +78479,7 @@ Readbacks TcVarGlobal - 1266349120 + 1266349440 GVL_PhysicalConstants.fProtonMagneticShieldingCorrection_Uncertainty @@ -78480,7 +78493,7 @@ Readbacks TcVarGlobal - 1266349184 + 1266349504 GVL_PhysicalConstants.fProtonNeutronMagneticMomentRatio @@ -78496,7 +78509,7 @@ Readbacks TcVarGlobal - 1266349248 + 1266349568 GVL_PhysicalConstants.fProtonNeutronMagneticMomentRatio_Uncertainty @@ -78510,7 +78523,7 @@ Readbacks TcVarGlobal - 1266349312 + 1266349632 GVL_PhysicalConstants.fShieldedHelionGyromagneticRatio_in_s_1_T_1 @@ -78526,7 +78539,7 @@ Readbacks TcVarGlobal - 1266349376 + 1266349696 GVL_PhysicalConstants.fShieldedHelionGyromagneticRatio_in_s_1_T_1_Units @@ -78540,7 +78553,7 @@ Readbacks TcVarGlobal - 1266349440 + 1266349760 GVL_PhysicalConstants.fShieldedHelionGyromagneticRatio_in_s_1_T_1_Uncertainty @@ -78554,7 +78567,7 @@ Readbacks TcVarGlobal - 1266350144 + 1266350464 GVL_PhysicalConstants.fShieldedHelionGyromagneticRatioOver2Pi_in_MHz_T_1 @@ -78570,7 +78583,7 @@ Readbacks TcVarGlobal - 1266350208 + 1266350528 GVL_PhysicalConstants.fShieldedHelionGyromagneticRatioOver2Pi_in_MHz_T_1_Units @@ -78584,7 +78597,7 @@ Readbacks TcVarGlobal - 1266350272 + 1266350592 GVL_PhysicalConstants.fShieldedHelionGyromagneticRatioOver2Pi_in_MHz_T_1_Uncertainty @@ -78598,7 +78611,7 @@ Readbacks TcVarGlobal - 1266350976 + 1266351296 GVL_PhysicalConstants.fShieldedHelionMagneticMoment_in_J_T_1 @@ -78614,7 +78627,7 @@ Readbacks TcVarGlobal - 1266351040 + 1266351360 GVL_PhysicalConstants.fShieldedHelionMagneticMoment_in_J_T_1_Units @@ -78628,7 +78641,7 @@ Readbacks TcVarGlobal - 1266351104 + 1266351424 GVL_PhysicalConstants.fShieldedHelionMagneticMoment_in_J_T_1_Uncertainty @@ -78642,7 +78655,7 @@ Readbacks TcVarGlobal - 1266351808 + 1266352128 GVL_PhysicalConstants.fShieldedHelionMagneticMomentToBohrMagnetonRatio @@ -78658,7 +78671,7 @@ Readbacks TcVarGlobal - 1266351872 + 1266352192 GVL_PhysicalConstants.fShieldedHelionMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -78672,7 +78685,7 @@ Readbacks TcVarGlobal - 1266351936 + 1266352256 GVL_PhysicalConstants.fShieldedHelionMagneticMomentToNuclearMagnetonRatio @@ -78688,7 +78701,7 @@ Readbacks TcVarGlobal - 1266352000 + 1266352320 GVL_PhysicalConstants.fShieldedHelionMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -78702,7 +78715,7 @@ Readbacks TcVarGlobal - 1266352064 + 1266352384 GVL_PhysicalConstants.fShieldedHelionToProtonMagneticMomentRatio @@ -78718,7 +78731,7 @@ Readbacks TcVarGlobal - 1266352128 + 1266352448 GVL_PhysicalConstants.fShieldedHelionToProtonMagneticMomentRatio_Uncertainty @@ -78732,7 +78745,7 @@ Readbacks TcVarGlobal - 1266352192 + 1266352512 GVL_PhysicalConstants.fShieldedHelionToShieldedProtonMagneticMomentRatio @@ -78748,7 +78761,7 @@ Readbacks TcVarGlobal - 1266352256 + 1266352576 GVL_PhysicalConstants.fShieldedHelionToShieldedProtonMagneticMomentRatio_Uncertainty @@ -78762,7 +78775,7 @@ Readbacks TcVarGlobal - 1266352320 + 1266352640 GVL_PhysicalConstants.fShieldedProtonMagneticMoment_in_J_T_1 @@ -78778,7 +78791,7 @@ Readbacks TcVarGlobal - 1266352384 + 1266352704 GVL_PhysicalConstants.fShieldedProtonMagneticMoment_in_J_T_1_Units @@ -78792,7 +78805,7 @@ Readbacks TcVarGlobal - 1266352448 + 1266352768 GVL_PhysicalConstants.fShieldedProtonMagneticMoment_in_J_T_1_Uncertainty @@ -78806,7 +78819,7 @@ Readbacks TcVarGlobal - 1266353152 + 1266353472 GVL_PhysicalConstants.fShieldedProtonMagneticMomentToBohrMagnetonRatio @@ -78822,7 +78835,7 @@ Readbacks TcVarGlobal - 1266353216 + 1266353536 GVL_PhysicalConstants.fShieldedProtonMagneticMomentToBohrMagnetonRatio_Uncertainty @@ -78836,7 +78849,7 @@ Readbacks TcVarGlobal - 1266353280 + 1266353600 GVL_PhysicalConstants.fShieldedProtonMagneticMomentToNuclearMagnetonRatio @@ -78852,7 +78865,7 @@ Readbacks TcVarGlobal - 1266353344 + 1266353664 GVL_PhysicalConstants.fShieldedProtonMagneticMomentToNuclearMagnetonRatio_Uncertainty @@ -78866,7 +78879,7 @@ Readbacks TcVarGlobal - 1266353408 + 1266353728 GVL_PhysicalConstants.f_220_LatticeSpacingOfSilicon_in_m @@ -78882,7 +78895,7 @@ Readbacks TcVarGlobal - 1266353472 + 1266353792 GVL_PhysicalConstants.f_220_LatticeSpacingOfSilicon_in_m_Units @@ -78896,7 +78909,7 @@ Readbacks TcVarGlobal - 1266353536 + 1266353856 GVL_PhysicalConstants.f_220_LatticeSpacingOfSilicon_in_m_Uncertainty @@ -78910,7 +78923,7 @@ Readbacks TcVarGlobal - 1266354240 + 1266354560 GVL_PhysicalConstants.fLatticeSpacingOfSilicon_in_m @@ -78926,7 +78939,7 @@ Readbacks TcVarGlobal - 1266354304 + 1266354624 GVL_PhysicalConstants.fLatticeSpacingOfSilicon_in_m_Units @@ -78940,7 +78953,7 @@ Readbacks TcVarGlobal - 1266354368 + 1266354688 GVL_PhysicalConstants.fLatticeSpacingOfSilicon_in_m_Uncertainty @@ -78954,7 +78967,7 @@ Readbacks TcVarGlobal - 1266355072 + 1266355392 GVL_PhysicalConstants.fAlphaParticleElectronMassRatio @@ -78970,7 +78983,7 @@ Readbacks TcVarGlobal - 1266355136 + 1266355456 GVL_PhysicalConstants.fAlphaParticleElectronMassRatio_Uncertainty @@ -78984,7 +78997,7 @@ Readbacks TcVarGlobal - 1266355200 + 1266355520 GVL_PhysicalConstants.fAlphaParticleMass_in_kg @@ -79000,7 +79013,7 @@ Readbacks TcVarGlobal - 1266355264 + 1266355584 GVL_PhysicalConstants.fAlphaParticleMass_in_kg_Units @@ -79014,7 +79027,7 @@ Readbacks TcVarGlobal - 1266355328 + 1266355648 GVL_PhysicalConstants.fAlphaParticleMass_in_kg_Uncertainty @@ -79028,7 +79041,7 @@ Readbacks TcVarGlobal - 1266356032 + 1266356352 GVL_PhysicalConstants.fAlphaParticleMassEnergyEquivalent_in_J @@ -79044,7 +79057,7 @@ Readbacks TcVarGlobal - 1266356096 + 1266356416 GVL_PhysicalConstants.fAlphaParticleMassEnergyEquivalent_in_J_Units @@ -79058,7 +79071,7 @@ Readbacks TcVarGlobal - 1266356160 + 1266356480 GVL_PhysicalConstants.fAlphaParticleMassEnergyEquivalent_in_J_Uncertainty @@ -79072,7 +79085,7 @@ Readbacks TcVarGlobal - 1266356864 + 1266357184 GVL_PhysicalConstants.fAlphaParticleMassEnergyEquivalentInMeV_in_MeV @@ -79088,7 +79101,7 @@ Readbacks TcVarGlobal - 1266356928 + 1266357248 GVL_PhysicalConstants.fAlphaParticleMassEnergyEquivalentInMeV_in_MeV_Units @@ -79102,7 +79115,7 @@ Readbacks TcVarGlobal - 1266356992 + 1266357312 GVL_PhysicalConstants.fAlphaParticleMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -79116,7 +79129,7 @@ Readbacks TcVarGlobal - 1266357696 + 1266358016 GVL_PhysicalConstants.fAlphaParticleMassInU_in_u @@ -79132,7 +79145,7 @@ Readbacks TcVarGlobal - 1266357760 + 1266358080 GVL_PhysicalConstants.fAlphaParticleMassInU_in_u_Units @@ -79146,7 +79159,7 @@ Readbacks TcVarGlobal - 1266357824 + 1266358144 GVL_PhysicalConstants.fAlphaParticleMassInU_in_u_Uncertainty @@ -79160,7 +79173,7 @@ Readbacks TcVarGlobal - 1266358528 + 1266358848 GVL_PhysicalConstants.fAlphaParticleMolarMass_in_kg_mol_1 @@ -79176,7 +79189,7 @@ Readbacks TcVarGlobal - 1266358592 + 1266358912 GVL_PhysicalConstants.fAlphaParticleMolarMass_in_kg_mol_1_Units @@ -79190,7 +79203,7 @@ Readbacks TcVarGlobal - 1266358656 + 1266358976 GVL_PhysicalConstants.fAlphaParticleMolarMass_in_kg_mol_1_Uncertainty @@ -79204,7 +79217,7 @@ Readbacks TcVarGlobal - 1266359360 + 1266359680 GVL_PhysicalConstants.fAlphaParticleProtonMassRatio @@ -79220,7 +79233,7 @@ Readbacks TcVarGlobal - 1266359424 + 1266359744 GVL_PhysicalConstants.fAlphaParticleProtonMassRatio_Uncertainty @@ -79234,7 +79247,7 @@ Readbacks TcVarGlobal - 1266359488 + 1266359808 GVL_PhysicalConstants.fAngstromStar_in_m @@ -79250,7 +79263,7 @@ Readbacks TcVarGlobal - 1266359552 + 1266359872 GVL_PhysicalConstants.fAngstromStar_in_m_Units @@ -79264,7 +79277,7 @@ Readbacks TcVarGlobal - 1266359616 + 1266359936 GVL_PhysicalConstants.fAngstromStar_in_m_Uncertainty @@ -79278,7 +79291,7 @@ Readbacks TcVarGlobal - 1266360320 + 1266360640 GVL_PhysicalConstants.fAtomicMassConstant_in_kg @@ -79294,7 +79307,7 @@ Readbacks TcVarGlobal - 1266360384 + 1266360704 GVL_PhysicalConstants.fAtomicMassConstant_in_kg_Units @@ -79308,7 +79321,7 @@ Readbacks TcVarGlobal - 1266360448 + 1266360768 GVL_PhysicalConstants.fAtomicMassConstant_in_kg_Uncertainty @@ -79322,7 +79335,7 @@ Readbacks TcVarGlobal - 1266361152 + 1266361472 GVL_PhysicalConstants.fAtomicMassConstantEnergyEquivalent_in_J @@ -79338,7 +79351,7 @@ Readbacks TcVarGlobal - 1266361216 + 1266361536 GVL_PhysicalConstants.fAtomicMassConstantEnergyEquivalent_in_J_Units @@ -79352,7 +79365,7 @@ Readbacks TcVarGlobal - 1266361280 + 1266361600 GVL_PhysicalConstants.fAtomicMassConstantEnergyEquivalent_in_J_Uncertainty @@ -79366,7 +79379,7 @@ Readbacks TcVarGlobal - 1266361984 + 1266362304 GVL_PhysicalConstants.fAtomicMassConstantEnergyEquivalentInMeV_in_MeV @@ -79382,7 +79395,7 @@ Readbacks TcVarGlobal - 1266362048 + 1266362368 GVL_PhysicalConstants.fAtomicMassConstantEnergyEquivalentInMeV_in_MeV_Units @@ -79396,7 +79409,7 @@ Readbacks TcVarGlobal - 1266362112 + 1266362432 GVL_PhysicalConstants.fAtomicMassConstantEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -79410,7 +79423,7 @@ Readbacks TcVarGlobal - 1266362816 + 1266363136 GVL_PhysicalConstants.fAtomicMassUnitElectronVoltRelationship_in_eV @@ -79426,7 +79439,7 @@ Readbacks TcVarGlobal - 1266362880 + 1266363200 GVL_PhysicalConstants.fAtomicMassUnitElectronVoltRelationship_in_eV_Units @@ -79440,7 +79453,7 @@ Readbacks TcVarGlobal - 1266362944 + 1266363264 GVL_PhysicalConstants.fAtomicMassUnitElectronVoltRelationship_in_eV_Uncertainty @@ -79454,7 +79467,7 @@ Readbacks TcVarGlobal - 1266363648 + 1266363968 GVL_PhysicalConstants.fAtomicMassUnitHartreeRelationship_in_E_h @@ -79470,7 +79483,7 @@ Readbacks TcVarGlobal - 1266363712 + 1266364032 GVL_PhysicalConstants.fAtomicMassUnitHartreeRelationship_in_E_h_Units @@ -79484,7 +79497,7 @@ Readbacks TcVarGlobal - 1266363776 + 1266364096 GVL_PhysicalConstants.fAtomicMassUnitHartreeRelationship_in_E_h_Uncertainty @@ -79498,7 +79511,7 @@ Readbacks TcVarGlobal - 1266364480 + 1266364800 GVL_PhysicalConstants.fAtomicMassUnitHertzRelationship_in_Hz @@ -79514,7 +79527,7 @@ Readbacks TcVarGlobal - 1266364544 + 1266364864 GVL_PhysicalConstants.fAtomicMassUnitHertzRelationship_in_Hz_Units @@ -79528,7 +79541,7 @@ Readbacks TcVarGlobal - 1266364608 + 1266364928 GVL_PhysicalConstants.fAtomicMassUnitHertzRelationship_in_Hz_Uncertainty @@ -79542,7 +79555,7 @@ Readbacks TcVarGlobal - 1266365312 + 1266365632 GVL_PhysicalConstants.fAtomicMassUnitInverseMeterRelationship_in_m_1 @@ -79558,7 +79571,7 @@ Readbacks TcVarGlobal - 1266365376 + 1266365696 GVL_PhysicalConstants.fAtomicMassUnitInverseMeterRelationship_in_m_1_Units @@ -79572,7 +79585,7 @@ Readbacks TcVarGlobal - 1266365440 + 1266365760 GVL_PhysicalConstants.fAtomicMassUnitInverseMeterRelationship_in_m_1_Uncertainty @@ -79586,7 +79599,7 @@ Readbacks TcVarGlobal - 1266366144 + 1266366464 GVL_PhysicalConstants.fAtomicMassUnitJouleRelationship_in_J @@ -79602,7 +79615,7 @@ Readbacks TcVarGlobal - 1266366208 + 1266366528 GVL_PhysicalConstants.fAtomicMassUnitJouleRelationship_in_J_Units @@ -79616,7 +79629,7 @@ Readbacks TcVarGlobal - 1266366272 + 1266366592 GVL_PhysicalConstants.fAtomicMassUnitJouleRelationship_in_J_Uncertainty @@ -79630,7 +79643,7 @@ Readbacks TcVarGlobal - 1266366976 + 1266367296 GVL_PhysicalConstants.fAtomicMassUnitKelvinRelationship_in_K @@ -79646,7 +79659,7 @@ Readbacks TcVarGlobal - 1266367040 + 1266367360 GVL_PhysicalConstants.fAtomicMassUnitKelvinRelationship_in_K_Units @@ -79660,7 +79673,7 @@ Readbacks TcVarGlobal - 1266367104 + 1266367424 GVL_PhysicalConstants.fAtomicMassUnitKelvinRelationship_in_K_Uncertainty @@ -79674,7 +79687,7 @@ Readbacks TcVarGlobal - 1266367808 + 1266368128 GVL_PhysicalConstants.fAtomicMassUnitKilogramRelationship_in_kg @@ -79690,7 +79703,7 @@ Readbacks TcVarGlobal - 1266367872 + 1266368192 GVL_PhysicalConstants.fAtomicMassUnitKilogramRelationship_in_kg_Units @@ -79704,7 +79717,7 @@ Readbacks TcVarGlobal - 1266367936 + 1266368256 GVL_PhysicalConstants.fAtomicMassUnitKilogramRelationship_in_kg_Uncertainty @@ -79718,7 +79731,7 @@ Readbacks TcVarGlobal - 1266368640 + 1266368960 GVL_PhysicalConstants.fAtomicUnitOf1stHyperpolarizability_in_C_3_m_3_J_2 @@ -79734,7 +79747,7 @@ Readbacks TcVarGlobal - 1266368704 + 1266369024 GVL_PhysicalConstants.fAtomicUnitOf1stHyperpolarizability_in_C_3_m_3_J_2_Units @@ -79748,7 +79761,7 @@ Readbacks TcVarGlobal - 1266368768 + 1266369088 GVL_PhysicalConstants.fAtomicUnitOf1stHyperpolarizability_in_C_3_m_3_J_2_Uncertainty @@ -79762,7 +79775,7 @@ Readbacks TcVarGlobal - 1266369472 + 1266369792 GVL_PhysicalConstants.fAtomicUnitOf2ndHyperpolarizability_in_C_4_m_4_J_3 @@ -79778,7 +79791,7 @@ Readbacks TcVarGlobal - 1266369536 + 1266369856 GVL_PhysicalConstants.fAtomicUnitOf2ndHyperpolarizability_in_C_4_m_4_J_3_Units @@ -79792,7 +79805,7 @@ Readbacks TcVarGlobal - 1266369600 + 1266369920 GVL_PhysicalConstants.fAtomicUnitOf2ndHyperpolarizability_in_C_4_m_4_J_3_Uncertainty @@ -79806,7 +79819,7 @@ Readbacks TcVarGlobal - 1266370304 + 1266370624 GVL_PhysicalConstants.fAtomicUnitOfAction_in_J_s @@ -79821,7 +79834,7 @@ Readbacks TcVarGlobal - 1266370368 + 1266370688 GVL_PhysicalConstants.fAtomicUnitOfAction_in_J_s_Units @@ -79835,7 +79848,7 @@ Readbacks TcVarGlobal - 1266370432 + 1266370752 GVL_PhysicalConstants.fAtomicUnitOfCharge_in_C @@ -79850,7 +79863,7 @@ Readbacks TcVarGlobal - 1266371136 + 1266371456 GVL_PhysicalConstants.fAtomicUnitOfCharge_in_C_Units @@ -79864,7 +79877,7 @@ Readbacks TcVarGlobal - 1266371200 + 1266371520 GVL_PhysicalConstants.fAtomicUnitOfChargeDensity_in_C_m_3 @@ -79880,7 +79893,7 @@ Readbacks TcVarGlobal - 1266371904 + 1266372224 GVL_PhysicalConstants.fAtomicUnitOfChargeDensity_in_C_m_3_Units @@ -79894,7 +79907,7 @@ Readbacks TcVarGlobal - 1266371968 + 1266372288 GVL_PhysicalConstants.fAtomicUnitOfChargeDensity_in_C_m_3_Uncertainty @@ -79908,7 +79921,7 @@ Readbacks TcVarGlobal - 1266372672 + 1266372992 GVL_PhysicalConstants.fAtomicUnitOfCurrent_in_A @@ -79924,7 +79937,7 @@ Readbacks TcVarGlobal - 1266372736 + 1266373056 GVL_PhysicalConstants.fAtomicUnitOfCurrent_in_A_Units @@ -79938,7 +79951,7 @@ Readbacks TcVarGlobal - 1266372800 + 1266373120 GVL_PhysicalConstants.fAtomicUnitOfCurrent_in_A_Uncertainty @@ -79952,7 +79965,7 @@ Readbacks TcVarGlobal - 1266373504 + 1266373824 GVL_PhysicalConstants.fAtomicUnitOfElectricDipoleMom_in_C_m @@ -79968,7 +79981,7 @@ Readbacks TcVarGlobal - 1266373568 + 1266373888 GVL_PhysicalConstants.fAtomicUnitOfElectricDipoleMom_in_C_m_Units @@ -79982,7 +79995,7 @@ Readbacks TcVarGlobal - 1266373632 + 1266373952 GVL_PhysicalConstants.fAtomicUnitOfElectricDipoleMom_in_C_m_Uncertainty @@ -79996,7 +80009,7 @@ Readbacks TcVarGlobal - 1266374336 + 1266374656 GVL_PhysicalConstants.fAtomicUnitOfElectricField_in_V_m_1 @@ -80012,7 +80025,7 @@ Readbacks TcVarGlobal - 1266374400 + 1266374720 GVL_PhysicalConstants.fAtomicUnitOfElectricField_in_V_m_1_Units @@ -80026,7 +80039,7 @@ Readbacks TcVarGlobal - 1266374464 + 1266374784 GVL_PhysicalConstants.fAtomicUnitOfElectricField_in_V_m_1_Uncertainty @@ -80040,7 +80053,7 @@ Readbacks TcVarGlobal - 1266375168 + 1266375488 GVL_PhysicalConstants.fAtomicUnitOfElectricFieldGradient_in_V_m_2 @@ -80056,7 +80069,7 @@ Readbacks TcVarGlobal - 1266375232 + 1266375552 GVL_PhysicalConstants.fAtomicUnitOfElectricFieldGradient_in_V_m_2_Units @@ -80070,7 +80083,7 @@ Readbacks TcVarGlobal - 1266375296 + 1266375616 GVL_PhysicalConstants.fAtomicUnitOfElectricFieldGradient_in_V_m_2_Uncertainty @@ -80084,7 +80097,7 @@ Readbacks TcVarGlobal - 1266376000 + 1266376320 GVL_PhysicalConstants.fAtomicUnitOfElectricPolarizability_in_C_2_m_2_J_1 @@ -80100,7 +80113,7 @@ Readbacks TcVarGlobal - 1266376064 + 1266376384 GVL_PhysicalConstants.fAtomicUnitOfElectricPolarizability_in_C_2_m_2_J_1_Units @@ -80114,7 +80127,7 @@ Readbacks TcVarGlobal - 1266376128 + 1266376448 GVL_PhysicalConstants.fAtomicUnitOfElectricPolarizability_in_C_2_m_2_J_1_Uncertainty @@ -80128,7 +80141,7 @@ Readbacks TcVarGlobal - 1266376832 + 1266377152 GVL_PhysicalConstants.fAtomicUnitOfElectricPotential_in_V @@ -80144,7 +80157,7 @@ Readbacks TcVarGlobal - 1266376896 + 1266377216 GVL_PhysicalConstants.fAtomicUnitOfElectricPotential_in_V_Units @@ -80158,7 +80171,7 @@ Readbacks TcVarGlobal - 1266376960 + 1266377280 GVL_PhysicalConstants.fAtomicUnitOfElectricPotential_in_V_Uncertainty @@ -80172,7 +80185,7 @@ Readbacks TcVarGlobal - 1266377664 + 1266377984 GVL_PhysicalConstants.fAtomicUnitOfElectricQuadrupoleMom_in_C_m_2 @@ -80188,7 +80201,7 @@ Readbacks TcVarGlobal - 1266377728 + 1266378048 GVL_PhysicalConstants.fAtomicUnitOfElectricQuadrupoleMom_in_C_m_2_Units @@ -80202,7 +80215,7 @@ Readbacks TcVarGlobal - 1266377792 + 1266378112 GVL_PhysicalConstants.fAtomicUnitOfElectricQuadrupoleMom_in_C_m_2_Uncertainty @@ -80216,7 +80229,7 @@ Readbacks TcVarGlobal - 1266378496 + 1266378816 GVL_PhysicalConstants.fAtomicUnitOfEnergy_in_J @@ -80232,7 +80245,7 @@ Readbacks TcVarGlobal - 1266378560 + 1266378880 GVL_PhysicalConstants.fAtomicUnitOfEnergy_in_J_Units @@ -80246,7 +80259,7 @@ Readbacks TcVarGlobal - 1266378624 + 1266378944 GVL_PhysicalConstants.fAtomicUnitOfEnergy_in_J_Uncertainty @@ -80260,7 +80273,7 @@ Readbacks TcVarGlobal - 1266379328 + 1266379648 GVL_PhysicalConstants.fAtomicUnitOfForce_in_N @@ -80276,7 +80289,7 @@ Readbacks TcVarGlobal - 1266379392 + 1266379712 GVL_PhysicalConstants.fAtomicUnitOfForce_in_N_Units @@ -80290,7 +80303,7 @@ Readbacks TcVarGlobal - 1266379456 + 1266379776 GVL_PhysicalConstants.fAtomicUnitOfForce_in_N_Uncertainty @@ -80304,7 +80317,7 @@ Readbacks TcVarGlobal - 1266380160 + 1266380480 GVL_PhysicalConstants.fAtomicUnitOfLength_in_m @@ -80320,7 +80333,7 @@ Readbacks TcVarGlobal - 1266380224 + 1266380544 GVL_PhysicalConstants.fAtomicUnitOfLength_in_m_Units @@ -80334,7 +80347,7 @@ Readbacks TcVarGlobal - 1266380288 + 1266380608 GVL_PhysicalConstants.fAtomicUnitOfLength_in_m_Uncertainty @@ -80348,7 +80361,7 @@ Readbacks TcVarGlobal - 1266380992 + 1266381312 GVL_PhysicalConstants.fAtomicUnitOfMag_DipoleMom_in_J_T_1 @@ -80364,7 +80377,7 @@ Readbacks TcVarGlobal - 1266381056 + 1266381376 GVL_PhysicalConstants.fAtomicUnitOfMag_DipoleMom_in_J_T_1_Units @@ -80378,7 +80391,7 @@ Readbacks TcVarGlobal - 1266381120 + 1266381440 GVL_PhysicalConstants.fAtomicUnitOfMag_DipoleMom_in_J_T_1_Uncertainty @@ -80392,7 +80405,7 @@ Readbacks TcVarGlobal - 1266381824 + 1266382144 GVL_PhysicalConstants.fAtomicUnitOfMag_FluxDensity_in_T @@ -80408,7 +80421,7 @@ Readbacks TcVarGlobal - 1266381888 + 1266382208 GVL_PhysicalConstants.fAtomicUnitOfMag_FluxDensity_in_T_Units @@ -80422,7 +80435,7 @@ Readbacks TcVarGlobal - 1266381952 + 1266382272 GVL_PhysicalConstants.fAtomicUnitOfMag_FluxDensity_in_T_Uncertainty @@ -80436,7 +80449,7 @@ Readbacks TcVarGlobal - 1266382656 + 1266382976 GVL_PhysicalConstants.fAtomicUnitOfMagnetizability_in_J_T_2 @@ -80452,7 +80465,7 @@ Readbacks TcVarGlobal - 1266382720 + 1266383040 GVL_PhysicalConstants.fAtomicUnitOfMagnetizability_in_J_T_2_Units @@ -80466,7 +80479,7 @@ Readbacks TcVarGlobal - 1266382784 + 1266383104 GVL_PhysicalConstants.fAtomicUnitOfMagnetizability_in_J_T_2_Uncertainty @@ -80480,7 +80493,7 @@ Readbacks TcVarGlobal - 1266383488 + 1266383808 GVL_PhysicalConstants.fAtomicUnitOfMass_in_kg @@ -80496,7 +80509,7 @@ Readbacks TcVarGlobal - 1266383552 + 1266383872 GVL_PhysicalConstants.fAtomicUnitOfMass_in_kg_Units @@ -80510,7 +80523,7 @@ Readbacks TcVarGlobal - 1266383616 + 1266383936 GVL_PhysicalConstants.fAtomicUnitOfMass_in_kg_Uncertainty @@ -80524,7 +80537,7 @@ Readbacks TcVarGlobal - 1266384320 + 1266384640 GVL_PhysicalConstants.fAtomicUnitOfMomentum_in_kg_m_s_1 @@ -80540,7 +80553,7 @@ Readbacks TcVarGlobal - 1266384384 + 1266384704 GVL_PhysicalConstants.fAtomicUnitOfMomentum_in_kg_m_s_1_Units @@ -80554,7 +80567,7 @@ Readbacks TcVarGlobal - 1266384448 + 1266384768 GVL_PhysicalConstants.fAtomicUnitOfMomentum_in_kg_m_s_1_Uncertainty @@ -80568,7 +80581,7 @@ Readbacks TcVarGlobal - 1266385152 + 1266385472 GVL_PhysicalConstants.fAtomicUnitOfPermittivity_in_F_m_1 @@ -80584,7 +80597,7 @@ Readbacks TcVarGlobal - 1266385216 + 1266385536 GVL_PhysicalConstants.fAtomicUnitOfPermittivity_in_F_m_1_Units @@ -80598,7 +80611,7 @@ Readbacks TcVarGlobal - 1266385280 + 1266385600 GVL_PhysicalConstants.fAtomicUnitOfPermittivity_in_F_m_1_Uncertainty @@ -80612,7 +80625,7 @@ Readbacks TcVarGlobal - 1266385984 + 1266386304 GVL_PhysicalConstants.fAtomicUnitOfTime_in_s @@ -80628,7 +80641,7 @@ Readbacks TcVarGlobal - 1266386048 + 1266386368 GVL_PhysicalConstants.fAtomicUnitOfTime_in_s_Units @@ -80642,7 +80655,7 @@ Readbacks TcVarGlobal - 1266386112 + 1266386432 GVL_PhysicalConstants.fAtomicUnitOfTime_in_s_Uncertainty @@ -80656,7 +80669,7 @@ Readbacks TcVarGlobal - 1266386816 + 1266387136 GVL_PhysicalConstants.fAtomicUnitOfVelocity_in_m_s_1 @@ -80672,7 +80685,7 @@ Readbacks TcVarGlobal - 1266386880 + 1266387200 GVL_PhysicalConstants.fAtomicUnitOfVelocity_in_m_s_1_Units @@ -80686,7 +80699,7 @@ Readbacks TcVarGlobal - 1266386944 + 1266387264 GVL_PhysicalConstants.fAtomicUnitOfVelocity_in_m_s_1_Uncertainty @@ -80700,7 +80713,7 @@ Readbacks TcVarGlobal - 1266387648 + 1266387968 GVL_PhysicalConstants.fAvogadroConstant_in_mol_1 @@ -80715,7 +80728,7 @@ Readbacks TcVarGlobal - 1266387712 + 1266388032 GVL_PhysicalConstants.fAvogadroConstant_in_mol_1_Units @@ -80729,7 +80742,7 @@ Readbacks TcVarGlobal - 1266387776 + 1266388096 GVL_PhysicalConstants.fBohrMagneton_in_J_T_1 @@ -80745,7 +80758,7 @@ Readbacks TcVarGlobal - 1266388480 + 1266388800 GVL_PhysicalConstants.fBohrMagneton_in_J_T_1_Units @@ -80759,7 +80772,7 @@ Readbacks TcVarGlobal - 1266388544 + 1266388864 GVL_PhysicalConstants.fBohrMagneton_in_J_T_1_Uncertainty @@ -80773,7 +80786,7 @@ Readbacks TcVarGlobal - 1266389248 + 1266389568 GVL_PhysicalConstants.fBohrMagnetonInEV_T_in_eV_T_1 @@ -80789,7 +80802,7 @@ Readbacks TcVarGlobal - 1266389312 + 1266389632 GVL_PhysicalConstants.fBohrMagnetonInEV_T_in_eV_T_1_Units @@ -80803,7 +80816,7 @@ Readbacks TcVarGlobal - 1266389376 + 1266389696 GVL_PhysicalConstants.fBohrMagnetonInEV_T_in_eV_T_1_Uncertainty @@ -80817,7 +80830,7 @@ Readbacks TcVarGlobal - 1266390080 + 1266390400 GVL_PhysicalConstants.fBohrMagnetonInHz_T_in_Hz_T_1 @@ -80833,7 +80846,7 @@ Readbacks TcVarGlobal - 1266390144 + 1266390464 GVL_PhysicalConstants.fBohrMagnetonInHz_T_in_Hz_T_1_Units @@ -80847,7 +80860,7 @@ Readbacks TcVarGlobal - 1266390208 + 1266390528 GVL_PhysicalConstants.fBohrMagnetonInHz_T_in_Hz_T_1_Uncertainty @@ -80861,7 +80874,7 @@ Readbacks TcVarGlobal - 1266390912 + 1266391232 GVL_PhysicalConstants.fBohrMagnetonInInverseMetersPerTesla_in_m_1_T_1 @@ -80877,7 +80890,7 @@ Readbacks TcVarGlobal - 1266390976 + 1266391296 GVL_PhysicalConstants.fBohrMagnetonInInverseMetersPerTesla_in_m_1_T_1_Units @@ -80891,7 +80904,7 @@ Readbacks TcVarGlobal - 1266391040 + 1266391360 GVL_PhysicalConstants.fBohrMagnetonInInverseMetersPerTesla_in_m_1_T_1_Uncertainty @@ -80905,7 +80918,7 @@ Readbacks TcVarGlobal - 1266391744 + 1266392064 GVL_PhysicalConstants.fBohrMagnetonInK_T_in_K_T_1 @@ -80921,7 +80934,7 @@ Readbacks TcVarGlobal - 1266391808 + 1266392128 GVL_PhysicalConstants.fBohrMagnetonInK_T_in_K_T_1_Units @@ -80935,7 +80948,7 @@ Readbacks TcVarGlobal - 1266391872 + 1266392192 GVL_PhysicalConstants.fBohrMagnetonInK_T_in_K_T_1_Uncertainty @@ -80949,7 +80962,7 @@ Readbacks TcVarGlobal - 1266392576 + 1266392896 GVL_PhysicalConstants.fBohrRadius_in_m @@ -80965,7 +80978,7 @@ Readbacks TcVarGlobal - 1266392640 + 1266392960 GVL_PhysicalConstants.fBohrRadius_in_m_Units @@ -80979,7 +80992,7 @@ Readbacks TcVarGlobal - 1266392704 + 1266393024 GVL_PhysicalConstants.fBohrRadius_in_m_Uncertainty @@ -80993,7 +81006,7 @@ Readbacks TcVarGlobal - 1266393408 + 1266393728 GVL_PhysicalConstants.fBoltzmannConstant_in_J_K_1 @@ -81008,7 +81021,7 @@ Readbacks TcVarGlobal - 1266393472 + 1266393792 GVL_PhysicalConstants.fBoltzmannConstant_in_J_K_1_Units @@ -81022,7 +81035,7 @@ Readbacks TcVarGlobal - 1266393536 + 1266393856 GVL_PhysicalConstants.fBoltzmannConstantInEV_K_in_eV_K_1 @@ -81037,7 +81050,7 @@ Readbacks TcVarGlobal - 1266394240 + 1266394560 GVL_PhysicalConstants.fBoltzmannConstantInEV_K_in_eV_K_1_Units @@ -81051,7 +81064,7 @@ Readbacks TcVarGlobal - 1266394304 + 1266394624 GVL_PhysicalConstants.fBoltzmannConstantInHz_K_in_Hz_K_1 @@ -81066,7 +81079,7 @@ Readbacks TcVarGlobal - 1266395008 + 1266395328 GVL_PhysicalConstants.fBoltzmannConstantInHz_K_in_Hz_K_1_Units @@ -81080,7 +81093,7 @@ Readbacks TcVarGlobal - 1266395072 + 1266395392 GVL_PhysicalConstants.fBoltzmannConstantInInverseMetersPerKelvin_in_m_1_K_1 @@ -81096,7 +81109,7 @@ Readbacks TcVarGlobal - 1266395776 + 1266396096 GVL_PhysicalConstants.fBoltzmannConstantInInverseMetersPerKelvin_in_m_1_K_1_Units @@ -81110,7 +81123,7 @@ Readbacks TcVarGlobal - 1266395840 + 1266396160 GVL_PhysicalConstants.fBoltzmannConstantInInverseMetersPerKelvin_in_m_1_K_1_Uncertainty @@ -81124,7 +81137,7 @@ Readbacks TcVarGlobal - 1266396544 + 1266396864 GVL_PhysicalConstants.fCharacteristicImpedanceOfVacuum_in_ohm @@ -81140,7 +81153,7 @@ Readbacks TcVarGlobal - 1266396608 + 1266396928 GVL_PhysicalConstants.fCharacteristicImpedanceOfVacuum_in_ohm_Units @@ -81154,7 +81167,7 @@ Readbacks TcVarGlobal - 1266396672 + 1266396992 GVL_PhysicalConstants.fCharacteristicImpedanceOfVacuum_in_ohm_Uncertainty @@ -81168,7 +81181,7 @@ Readbacks TcVarGlobal - 1266397376 + 1266397696 GVL_PhysicalConstants.fClassicalElectronRadius_in_m @@ -81184,7 +81197,7 @@ Readbacks TcVarGlobal - 1266397440 + 1266397760 GVL_PhysicalConstants.fClassicalElectronRadius_in_m_Units @@ -81198,7 +81211,7 @@ Readbacks TcVarGlobal - 1266397504 + 1266397824 GVL_PhysicalConstants.fClassicalElectronRadius_in_m_Uncertainty @@ -81212,7 +81225,7 @@ Readbacks TcVarGlobal - 1266398208 + 1266398528 GVL_PhysicalConstants.fComptonWavelength_in_m @@ -81228,7 +81241,7 @@ Readbacks TcVarGlobal - 1266398272 + 1266398592 GVL_PhysicalConstants.fComptonWavelength_in_m_Units @@ -81242,7 +81255,7 @@ Readbacks TcVarGlobal - 1266398336 + 1266398656 GVL_PhysicalConstants.fComptonWavelength_in_m_Uncertainty @@ -81256,7 +81269,7 @@ Readbacks TcVarGlobal - 1266399040 + 1266399360 GVL_PhysicalConstants.fComptonWavelengthOver2Pi_in_m @@ -81272,7 +81285,7 @@ Readbacks TcVarGlobal - 1266399104 + 1266399424 GVL_PhysicalConstants.fComptonWavelengthOver2Pi_in_m_Units @@ -81286,7 +81299,7 @@ Readbacks TcVarGlobal - 1266399168 + 1266399488 GVL_PhysicalConstants.fComptonWavelengthOver2Pi_in_m_Uncertainty @@ -81300,7 +81313,7 @@ Readbacks TcVarGlobal - 1266399872 + 1266400192 GVL_PhysicalConstants.fConductanceQuantum_in_S @@ -81315,7 +81328,7 @@ Readbacks TcVarGlobal - 1266399936 + 1266400256 GVL_PhysicalConstants.fConductanceQuantum_in_S_Units @@ -81329,7 +81342,7 @@ Readbacks TcVarGlobal - 1266400000 + 1266400320 GVL_PhysicalConstants.fConventionalValueOfJosephsonConstant_in_Hz_V_1 @@ -81344,7 +81357,7 @@ Readbacks TcVarGlobal - 1266400704 + 1266401024 GVL_PhysicalConstants.fConventionalValueOfJosephsonConstant_in_Hz_V_1_Units @@ -81358,7 +81371,7 @@ Readbacks TcVarGlobal - 1266400768 + 1266401088 GVL_PhysicalConstants.fConventionalValueOfVonKlitzingConstant_in_ohm @@ -81373,7 +81386,7 @@ Readbacks TcVarGlobal - 1266401472 + 1266401792 GVL_PhysicalConstants.fConventionalValueOfVonKlitzingConstant_in_ohm_Units @@ -81387,7 +81400,7 @@ Readbacks TcVarGlobal - 1266401536 + 1266401856 GVL_PhysicalConstants.fCuXUnit_in_m @@ -81403,7 +81416,7 @@ Readbacks TcVarGlobal - 1266402240 + 1266402560 GVL_PhysicalConstants.fCuXUnit_in_m_Units @@ -81417,7 +81430,7 @@ Readbacks TcVarGlobal - 1266402304 + 1266402624 GVL_PhysicalConstants.fCuXUnit_in_m_Uncertainty @@ -81431,7 +81444,7 @@ Readbacks TcVarGlobal - 1266403008 + 1266403328 GVL_PhysicalConstants.fDeuteronElectronMag_Mom_Ratio @@ -81447,7 +81460,7 @@ Readbacks TcVarGlobal - 1266403072 + 1266403392 GVL_PhysicalConstants.fDeuteronElectronMag_Mom_Ratio_Uncertainty @@ -81461,7 +81474,7 @@ Readbacks TcVarGlobal - 1266403136 + 1266403456 GVL_PhysicalConstants.fDeuteronElectronMassRatio @@ -81477,7 +81490,7 @@ Readbacks TcVarGlobal - 1266403200 + 1266403520 GVL_PhysicalConstants.fDeuteronElectronMassRatio_Uncertainty @@ -81491,7 +81504,7 @@ Readbacks TcVarGlobal - 1266403264 + 1266403584 GVL_PhysicalConstants.fDeuteronGFactor @@ -81507,7 +81520,7 @@ Readbacks TcVarGlobal - 1266403328 + 1266403648 GVL_PhysicalConstants.fDeuteronGFactor_Uncertainty @@ -81521,7 +81534,7 @@ Readbacks TcVarGlobal - 1266403392 + 1266403712 GVL_PhysicalConstants.fDeuteronMag_Mom_in_J_T_1 @@ -81537,7 +81550,7 @@ Readbacks TcVarGlobal - 1266403456 + 1266403776 GVL_PhysicalConstants.fDeuteronMag_Mom_in_J_T_1_Units @@ -81551,7 +81564,7 @@ Readbacks TcVarGlobal - 1266403520 + 1266403840 GVL_PhysicalConstants.fDeuteronMag_Mom_in_J_T_1_Uncertainty @@ -81565,7 +81578,7 @@ Readbacks TcVarGlobal - 1266404224 + 1266404544 GVL_PhysicalConstants.fDeuteronMag_Mom_ToBohrMagnetonRatio @@ -81581,7 +81594,7 @@ Readbacks TcVarGlobal - 1266404288 + 1266404608 GVL_PhysicalConstants.fDeuteronMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -81595,7 +81608,7 @@ Readbacks TcVarGlobal - 1266404352 + 1266404672 GVL_PhysicalConstants.fDeuteronMag_Mom_ToNuclearMagnetonRatio @@ -81611,7 +81624,7 @@ Readbacks TcVarGlobal - 1266404416 + 1266404736 GVL_PhysicalConstants.fDeuteronMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -81625,7 +81638,7 @@ Readbacks TcVarGlobal - 1266404480 + 1266404800 GVL_PhysicalConstants.fDeuteronMass_in_kg @@ -81641,7 +81654,7 @@ Readbacks TcVarGlobal - 1266404544 + 1266404864 GVL_PhysicalConstants.fDeuteronMass_in_kg_Units @@ -81655,7 +81668,7 @@ Readbacks TcVarGlobal - 1266404608 + 1266404928 GVL_PhysicalConstants.fDeuteronMass_in_kg_Uncertainty @@ -81669,7 +81682,7 @@ Readbacks TcVarGlobal - 1266405312 + 1266405632 GVL_PhysicalConstants.fDeuteronMassEnergyEquivalent_in_J @@ -81685,7 +81698,7 @@ Readbacks TcVarGlobal - 1266405376 + 1266405696 GVL_PhysicalConstants.fDeuteronMassEnergyEquivalent_in_J_Units @@ -81699,7 +81712,7 @@ Readbacks TcVarGlobal - 1266405440 + 1266405760 GVL_PhysicalConstants.fDeuteronMassEnergyEquivalent_in_J_Uncertainty @@ -81713,7 +81726,7 @@ Readbacks TcVarGlobal - 1266406144 + 1266406464 GVL_PhysicalConstants.fDeuteronMassEnergyEquivalentInMeV_in_MeV @@ -81729,7 +81742,7 @@ Readbacks TcVarGlobal - 1266406208 + 1266406528 GVL_PhysicalConstants.fDeuteronMassEnergyEquivalentInMeV_in_MeV_Units @@ -81743,7 +81756,7 @@ Readbacks TcVarGlobal - 1266406272 + 1266406592 GVL_PhysicalConstants.fDeuteronMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -81757,7 +81770,7 @@ Readbacks TcVarGlobal - 1266406976 + 1266407296 GVL_PhysicalConstants.fDeuteronMassInU_in_u @@ -81773,7 +81786,7 @@ Readbacks TcVarGlobal - 1266407040 + 1266407360 GVL_PhysicalConstants.fDeuteronMassInU_in_u_Units @@ -81787,7 +81800,7 @@ Readbacks TcVarGlobal - 1266407104 + 1266407424 GVL_PhysicalConstants.fDeuteronMassInU_in_u_Uncertainty @@ -81801,7 +81814,7 @@ Readbacks TcVarGlobal - 1266407808 + 1266408128 GVL_PhysicalConstants.fDeuteronMolarMass_in_kg_mol_1 @@ -81817,7 +81830,7 @@ Readbacks TcVarGlobal - 1266407872 + 1266408192 GVL_PhysicalConstants.fDeuteronMolarMass_in_kg_mol_1_Units @@ -81831,7 +81844,7 @@ Readbacks TcVarGlobal - 1266407936 + 1266408256 GVL_PhysicalConstants.fDeuteronMolarMass_in_kg_mol_1_Uncertainty @@ -81845,7 +81858,7 @@ Readbacks TcVarGlobal - 1266408640 + 1266408960 GVL_PhysicalConstants.fDeuteronNeutronMag_Mom_Ratio @@ -81861,7 +81874,7 @@ Readbacks TcVarGlobal - 1266408704 + 1266409024 GVL_PhysicalConstants.fDeuteronNeutronMag_Mom_Ratio_Uncertainty @@ -81875,7 +81888,7 @@ Readbacks TcVarGlobal - 1266408768 + 1266409088 GVL_PhysicalConstants.fDeuteronProtonMag_Mom_Ratio @@ -81891,7 +81904,7 @@ Readbacks TcVarGlobal - 1266408832 + 1266409152 GVL_PhysicalConstants.fDeuteronProtonMag_Mom_Ratio_Uncertainty @@ -81905,7 +81918,7 @@ Readbacks TcVarGlobal - 1266408896 + 1266409216 GVL_PhysicalConstants.fDeuteronProtonMassRatio @@ -81921,7 +81934,7 @@ Readbacks TcVarGlobal - 1266408960 + 1266409280 GVL_PhysicalConstants.fDeuteronProtonMassRatio_Uncertainty @@ -81935,7 +81948,7 @@ Readbacks TcVarGlobal - 1266409024 + 1266409344 GVL_PhysicalConstants.fDeuteronRmsChargeRadius_in_m @@ -81951,7 +81964,7 @@ Readbacks TcVarGlobal - 1266409088 + 1266409408 GVL_PhysicalConstants.fDeuteronRmsChargeRadius_in_m_Units @@ -81965,7 +81978,7 @@ Readbacks TcVarGlobal - 1266409152 + 1266409472 GVL_PhysicalConstants.fDeuteronRmsChargeRadius_in_m_Uncertainty @@ -81979,7 +81992,7 @@ Readbacks TcVarGlobal - 1266409856 + 1266410176 GVL_PhysicalConstants.fElectricConstant_in_F_m_1 @@ -81995,7 +82008,7 @@ Readbacks TcVarGlobal - 1266409920 + 1266410240 GVL_PhysicalConstants.fElectricConstant_in_F_m_1_Units @@ -82009,7 +82022,7 @@ Readbacks TcVarGlobal - 1266409984 + 1266410304 GVL_PhysicalConstants.fElectricConstant_in_F_m_1_Uncertainty @@ -82023,7 +82036,7 @@ Readbacks TcVarGlobal - 1266410688 + 1266411008 GVL_PhysicalConstants.fElectronChargeToMassQuotient_in_C_kg_1 @@ -82039,7 +82052,7 @@ Readbacks TcVarGlobal - 1266410752 + 1266411072 GVL_PhysicalConstants.fElectronChargeToMassQuotient_in_C_kg_1_Units @@ -82053,7 +82066,7 @@ Readbacks TcVarGlobal - 1266410816 + 1266411136 GVL_PhysicalConstants.fElectronChargeToMassQuotient_in_C_kg_1_Uncertainty @@ -82067,7 +82080,7 @@ Readbacks TcVarGlobal - 1266411520 + 1266411840 GVL_PhysicalConstants.fElectronDeuteronMag_Mom_Ratio @@ -82083,7 +82096,7 @@ Readbacks TcVarGlobal - 1266411584 + 1266411904 GVL_PhysicalConstants.fElectronDeuteronMag_Mom_Ratio_Uncertainty @@ -82097,7 +82110,7 @@ Readbacks TcVarGlobal - 1266411648 + 1266411968 GVL_PhysicalConstants.fElectronDeuteronMassRatio @@ -82113,7 +82126,7 @@ Readbacks TcVarGlobal - 1266411712 + 1266412032 GVL_PhysicalConstants.fElectronDeuteronMassRatio_Uncertainty @@ -82127,7 +82140,7 @@ Readbacks TcVarGlobal - 1266411776 + 1266412096 GVL_PhysicalConstants.fElectronGFactor @@ -82143,7 +82156,7 @@ Readbacks TcVarGlobal - 1266411840 + 1266412160 GVL_PhysicalConstants.fElectronGFactor_Uncertainty @@ -82157,7 +82170,7 @@ Readbacks TcVarGlobal - 1266411904 + 1266412224 GVL_PhysicalConstants.fElectronGyromag_Ratio_in_s_1_T_1 @@ -82173,7 +82186,7 @@ Readbacks TcVarGlobal - 1266411968 + 1266412288 GVL_PhysicalConstants.fElectronGyromag_Ratio_in_s_1_T_1_Units @@ -82187,7 +82200,7 @@ Readbacks TcVarGlobal - 1266412032 + 1266412352 GVL_PhysicalConstants.fElectronGyromag_Ratio_in_s_1_T_1_Uncertainty @@ -82201,7 +82214,7 @@ Readbacks TcVarGlobal - 1266412736 + 1266413056 GVL_PhysicalConstants.fElectronGyromag_RatioOver2Pi_in_MHz_T_1 @@ -82217,7 +82230,7 @@ Readbacks TcVarGlobal - 1266412800 + 1266413120 GVL_PhysicalConstants.fElectronGyromag_RatioOver2Pi_in_MHz_T_1_Units @@ -82231,7 +82244,7 @@ Readbacks TcVarGlobal - 1266412864 + 1266413184 GVL_PhysicalConstants.fElectronGyromag_RatioOver2Pi_in_MHz_T_1_Uncertainty @@ -82245,7 +82258,7 @@ Readbacks TcVarGlobal - 1266413568 + 1266413888 GVL_PhysicalConstants.fElectronMag_Mom_in_J_T_1 @@ -82261,7 +82274,7 @@ Readbacks TcVarGlobal - 1266413632 + 1266413952 GVL_PhysicalConstants.fElectronMag_Mom_in_J_T_1_Units @@ -82275,7 +82288,7 @@ Readbacks TcVarGlobal - 1266413696 + 1266414016 GVL_PhysicalConstants.fElectronMag_Mom_in_J_T_1_Uncertainty @@ -82289,7 +82302,7 @@ Readbacks TcVarGlobal - 1266414400 + 1266414720 GVL_PhysicalConstants.fElectronMag_Mom_Anomaly @@ -82305,7 +82318,7 @@ Readbacks TcVarGlobal - 1266414464 + 1266414784 GVL_PhysicalConstants.fElectronMag_Mom_Anomaly_Uncertainty @@ -82319,7 +82332,7 @@ Readbacks TcVarGlobal - 1266414528 + 1266414848 GVL_PhysicalConstants.fElectronMag_Mom_ToBohrMagnetonRatio @@ -82335,7 +82348,7 @@ Readbacks TcVarGlobal - 1266414592 + 1266414912 GVL_PhysicalConstants.fElectronMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -82349,7 +82362,7 @@ Readbacks TcVarGlobal - 1266414656 + 1266414976 GVL_PhysicalConstants.fElectronMag_Mom_ToNuclearMagnetonRatio @@ -82365,7 +82378,7 @@ Readbacks TcVarGlobal - 1266414720 + 1266415040 GVL_PhysicalConstants.fElectronMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -82379,7 +82392,7 @@ Readbacks TcVarGlobal - 1266414784 + 1266415104 GVL_PhysicalConstants.fElectronMass_in_kg @@ -82395,7 +82408,7 @@ Readbacks TcVarGlobal - 1266414848 + 1266415168 GVL_PhysicalConstants.fElectronMass_in_kg_Units @@ -82409,7 +82422,7 @@ Readbacks TcVarGlobal - 1266414912 + 1266415232 GVL_PhysicalConstants.fElectronMass_in_kg_Uncertainty @@ -82423,7 +82436,7 @@ Readbacks TcVarGlobal - 1266415616 + 1266415936 GVL_PhysicalConstants.fElectronMassEnergyEquivalent_in_J @@ -82439,7 +82452,7 @@ Readbacks TcVarGlobal - 1266415680 + 1266416000 GVL_PhysicalConstants.fElectronMassEnergyEquivalent_in_J_Units @@ -82453,7 +82466,7 @@ Readbacks TcVarGlobal - 1266415744 + 1266416064 GVL_PhysicalConstants.fElectronMassEnergyEquivalent_in_J_Uncertainty @@ -82467,7 +82480,7 @@ Readbacks TcVarGlobal - 1266416448 + 1266416768 GVL_PhysicalConstants.fElectronMassEnergyEquivalentInMeV_in_MeV @@ -82483,7 +82496,7 @@ Readbacks TcVarGlobal - 1266416512 + 1266416832 GVL_PhysicalConstants.fElectronMassEnergyEquivalentInMeV_in_MeV_Units @@ -82497,7 +82510,7 @@ Readbacks TcVarGlobal - 1266416576 + 1266416896 GVL_PhysicalConstants.fElectronMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -82511,7 +82524,7 @@ Readbacks TcVarGlobal - 1266417280 + 1266417600 GVL_PhysicalConstants.fElectronMassInU_in_u @@ -82527,7 +82540,7 @@ Readbacks TcVarGlobal - 1266417344 + 1266417664 GVL_PhysicalConstants.fElectronMassInU_in_u_Units @@ -82541,7 +82554,7 @@ Readbacks TcVarGlobal - 1266417408 + 1266417728 GVL_PhysicalConstants.fElectronMassInU_in_u_Uncertainty @@ -82555,7 +82568,7 @@ Readbacks TcVarGlobal - 1266418112 + 1266418432 GVL_PhysicalConstants.fElectronMolarMass_in_kg_mol_1 @@ -82571,7 +82584,7 @@ Readbacks TcVarGlobal - 1266418176 + 1266418496 GVL_PhysicalConstants.fElectronMolarMass_in_kg_mol_1_Units @@ -82585,7 +82598,7 @@ Readbacks TcVarGlobal - 1266418240 + 1266418560 GVL_PhysicalConstants.fElectronMolarMass_in_kg_mol_1_Uncertainty @@ -82599,7 +82612,7 @@ Readbacks TcVarGlobal - 1266418944 + 1266419264 GVL_PhysicalConstants.fElectronMuonMag_Mom_Ratio @@ -82615,7 +82628,7 @@ Readbacks TcVarGlobal - 1266419008 + 1266419328 GVL_PhysicalConstants.fElectronMuonMag_Mom_Ratio_Uncertainty @@ -82629,7 +82642,7 @@ Readbacks TcVarGlobal - 1266419072 + 1266419392 GVL_PhysicalConstants.fElectronMuonMassRatio @@ -82645,7 +82658,7 @@ Readbacks TcVarGlobal - 1266419136 + 1266419456 GVL_PhysicalConstants.fElectronMuonMassRatio_Uncertainty @@ -82659,7 +82672,7 @@ Readbacks TcVarGlobal - 1266419200 + 1266419520 GVL_PhysicalConstants.fElectronNeutronMag_Mom_Ratio @@ -82675,7 +82688,7 @@ Readbacks TcVarGlobal - 1266419264 + 1266419584 GVL_PhysicalConstants.fElectronNeutronMag_Mom_Ratio_Uncertainty @@ -82689,7 +82702,7 @@ Readbacks TcVarGlobal - 1266419328 + 1266419648 GVL_PhysicalConstants.fElectronNeutronMassRatio @@ -82705,7 +82718,7 @@ Readbacks TcVarGlobal - 1266419392 + 1266419712 GVL_PhysicalConstants.fElectronNeutronMassRatio_Uncertainty @@ -82719,7 +82732,7 @@ Readbacks TcVarGlobal - 1266419456 + 1266419776 GVL_PhysicalConstants.fElectronProtonMag_Mom_Ratio @@ -82735,7 +82748,7 @@ Readbacks TcVarGlobal - 1266419520 + 1266419840 GVL_PhysicalConstants.fElectronProtonMag_Mom_Ratio_Uncertainty @@ -82749,7 +82762,7 @@ Readbacks TcVarGlobal - 1266419584 + 1266419904 GVL_PhysicalConstants.fElectronProtonMassRatio @@ -82765,7 +82778,7 @@ Readbacks TcVarGlobal - 1266419648 + 1266419968 GVL_PhysicalConstants.fElectronProtonMassRatio_Uncertainty @@ -82779,7 +82792,7 @@ Readbacks TcVarGlobal - 1266419712 + 1266420032 GVL_PhysicalConstants.fElectronTauMassRatio @@ -82795,7 +82808,7 @@ Readbacks TcVarGlobal - 1266419776 + 1266420096 GVL_PhysicalConstants.fElectronTauMassRatio_Uncertainty @@ -82809,7 +82822,7 @@ Readbacks TcVarGlobal - 1266419840 + 1266420160 GVL_PhysicalConstants.fElectronToAlphaParticleMassRatio @@ -82825,7 +82838,7 @@ Readbacks TcVarGlobal - 1266419904 + 1266420224 GVL_PhysicalConstants.fElectronToAlphaParticleMassRatio_Uncertainty @@ -82839,7 +82852,7 @@ Readbacks TcVarGlobal - 1266419968 + 1266420288 GVL_PhysicalConstants.fElectronToShieldedHelionMag_Mom_Ratio @@ -82855,7 +82868,7 @@ Readbacks TcVarGlobal - 1266420032 + 1266420352 GVL_PhysicalConstants.fElectronToShieldedHelionMag_Mom_Ratio_Uncertainty @@ -82869,7 +82882,7 @@ Readbacks TcVarGlobal - 1266420096 + 1266420416 GVL_PhysicalConstants.fElectronToShieldedProtonMag_Mom_Ratio @@ -82885,7 +82898,7 @@ Readbacks TcVarGlobal - 1266420160 + 1266420480 GVL_PhysicalConstants.fElectronToShieldedProtonMag_Mom_Ratio_Uncertainty @@ -82899,7 +82912,7 @@ Readbacks TcVarGlobal - 1266420224 + 1266420544 GVL_PhysicalConstants.fElectronVolt_in_J @@ -82914,7 +82927,7 @@ Readbacks TcVarGlobal - 1266420288 + 1266420608 GVL_PhysicalConstants.fElectronVolt_in_J_Units @@ -82928,7 +82941,7 @@ Readbacks TcVarGlobal - 1266420352 + 1266420672 GVL_PhysicalConstants.fElectronVoltAtomicMassUnitRelationship_in_u @@ -82944,7 +82957,7 @@ Readbacks TcVarGlobal - 1266421056 + 1266421376 GVL_PhysicalConstants.fElectronVoltAtomicMassUnitRelationship_in_u_Units @@ -82958,7 +82971,7 @@ Readbacks TcVarGlobal - 1266421120 + 1266421440 GVL_PhysicalConstants.fElectronVoltAtomicMassUnitRelationship_in_u_Uncertainty @@ -82972,7 +82985,7 @@ Readbacks TcVarGlobal - 1266421824 + 1266422144 GVL_PhysicalConstants.fElectronVoltHartreeRelationship_in_E_h @@ -82988,7 +83001,7 @@ Readbacks TcVarGlobal - 1266421888 + 1266422208 GVL_PhysicalConstants.fElectronVoltHartreeRelationship_in_E_h_Units @@ -83002,7 +83015,7 @@ Readbacks TcVarGlobal - 1266421952 + 1266422272 GVL_PhysicalConstants.fElectronVoltHartreeRelationship_in_E_h_Uncertainty @@ -83016,7 +83029,7 @@ Readbacks TcVarGlobal - 1266422656 + 1266422976 GVL_PhysicalConstants.fElectronVoltHertzRelationship_in_Hz @@ -83031,7 +83044,7 @@ Readbacks TcVarGlobal - 1266422720 + 1266423040 GVL_PhysicalConstants.fElectronVoltHertzRelationship_in_Hz_Units @@ -83045,7 +83058,7 @@ Readbacks TcVarGlobal - 1266422784 + 1266423104 GVL_PhysicalConstants.fElectronVoltInverseMeterRelationship_in_m_1 @@ -83060,7 +83073,7 @@ Readbacks TcVarGlobal - 1266423488 + 1266423808 GVL_PhysicalConstants.fElectronVoltInverseMeterRelationship_in_m_1_Units @@ -83074,7 +83087,7 @@ Readbacks TcVarGlobal - 1266423552 + 1266423872 GVL_PhysicalConstants.fElectronVoltJouleRelationship_in_J @@ -83089,7 +83102,7 @@ Readbacks TcVarGlobal - 1266424256 + 1266424576 GVL_PhysicalConstants.fElectronVoltJouleRelationship_in_J_Units @@ -83103,7 +83116,7 @@ Readbacks TcVarGlobal - 1266424320 + 1266424640 GVL_PhysicalConstants.fElectronVoltKelvinRelationship_in_K @@ -83118,7 +83131,7 @@ Readbacks TcVarGlobal - 1266425024 + 1266425344 GVL_PhysicalConstants.fElectronVoltKelvinRelationship_in_K_Units @@ -83132,7 +83145,7 @@ Readbacks TcVarGlobal - 1266425088 + 1266425408 GVL_PhysicalConstants.fElectronVoltKilogramRelationship_in_kg @@ -83147,7 +83160,7 @@ Readbacks TcVarGlobal - 1266425792 + 1266426112 GVL_PhysicalConstants.fElectronVoltKilogramRelationship_in_kg_Units @@ -83161,7 +83174,7 @@ Readbacks TcVarGlobal - 1266425856 + 1266426176 GVL_PhysicalConstants.fElementaryCharge_in_C @@ -83176,7 +83189,7 @@ Readbacks TcVarGlobal - 1266426560 + 1266426880 GVL_PhysicalConstants.fElementaryCharge_in_C_Units @@ -83190,7 +83203,7 @@ Readbacks TcVarGlobal - 1266426624 + 1266426944 GVL_PhysicalConstants.fElementaryChargeOverH_in_A_J_1 @@ -83206,7 +83219,7 @@ Readbacks TcVarGlobal - 1266427328 + 1266427648 GVL_PhysicalConstants.fElementaryChargeOverH_in_A_J_1_Units @@ -83220,7 +83233,7 @@ Readbacks TcVarGlobal - 1266427392 + 1266427712 GVL_PhysicalConstants.fElementaryChargeOverH_in_A_J_1_Uncertainty @@ -83234,7 +83247,7 @@ Readbacks TcVarGlobal - 1266428096 + 1266428416 GVL_PhysicalConstants.fFaradayConstant_in_C_mol_1 @@ -83249,7 +83262,7 @@ Readbacks TcVarGlobal - 1266428160 + 1266428480 GVL_PhysicalConstants.fFaradayConstant_in_C_mol_1_Units @@ -83263,7 +83276,7 @@ Readbacks TcVarGlobal - 1266428224 + 1266428544 GVL_PhysicalConstants.fFaradayConstantForConventionalElectricCurrent_in_C_90_mol_1 @@ -83279,7 +83292,7 @@ Readbacks TcVarGlobal - 1266428928 + 1266429248 GVL_PhysicalConstants.fFaradayConstantForConventionalElectricCurrent_in_C_90_mol_1_Units @@ -83293,7 +83306,7 @@ Readbacks TcVarGlobal - 1266428992 + 1266429312 GVL_PhysicalConstants.fFaradayConstantForConventionalElectricCurrent_in_C_90_mol_1_Uncertainty @@ -83307,7 +83320,7 @@ Readbacks TcVarGlobal - 1266429696 + 1266430016 GVL_PhysicalConstants.fFermiCouplingConstant_in_GeV_2 @@ -83323,7 +83336,7 @@ Readbacks TcVarGlobal - 1266429760 + 1266430080 GVL_PhysicalConstants.fFermiCouplingConstant_in_GeV_2_Units @@ -83337,7 +83350,7 @@ Readbacks TcVarGlobal - 1266429824 + 1266430144 GVL_PhysicalConstants.fFermiCouplingConstant_in_GeV_2_Uncertainty @@ -83351,7 +83364,7 @@ Readbacks TcVarGlobal - 1266430528 + 1266430848 GVL_PhysicalConstants.fFineStructureConstant @@ -83367,7 +83380,7 @@ Readbacks TcVarGlobal - 1266430592 + 1266430912 GVL_PhysicalConstants.fFineStructureConstant_Uncertainty @@ -83381,7 +83394,7 @@ Readbacks TcVarGlobal - 1266430656 + 1266430976 GVL_PhysicalConstants.fFirstRadiationConstant_in_W_m_2 @@ -83396,7 +83409,7 @@ Readbacks TcVarGlobal - 1266430720 + 1266431040 GVL_PhysicalConstants.fFirstRadiationConstant_in_W_m_2_Units @@ -83410,7 +83423,7 @@ Readbacks TcVarGlobal - 1266430784 + 1266431104 GVL_PhysicalConstants.fFirstRadiationConstantForSpectralRadiance_in_W_m_2_sr_1 @@ -83425,7 +83438,7 @@ Readbacks TcVarGlobal - 1266431488 + 1266431808 GVL_PhysicalConstants.fFirstRadiationConstantForSpectralRadiance_in_W_m_2_sr_1_Units @@ -83439,7 +83452,7 @@ Readbacks TcVarGlobal - 1266431552 + 1266431872 GVL_PhysicalConstants.fHartreeAtomicMassUnitRelationship_in_u @@ -83455,7 +83468,7 @@ Readbacks TcVarGlobal - 1266432256 + 1266432576 GVL_PhysicalConstants.fHartreeAtomicMassUnitRelationship_in_u_Units @@ -83469,7 +83482,7 @@ Readbacks TcVarGlobal - 1266432320 + 1266432640 GVL_PhysicalConstants.fHartreeAtomicMassUnitRelationship_in_u_Uncertainty @@ -83483,7 +83496,7 @@ Readbacks TcVarGlobal - 1266433024 + 1266433344 GVL_PhysicalConstants.fHartreeElectronVoltRelationship_in_eV @@ -83499,7 +83512,7 @@ Readbacks TcVarGlobal - 1266433088 + 1266433408 GVL_PhysicalConstants.fHartreeElectronVoltRelationship_in_eV_Units @@ -83513,7 +83526,7 @@ Readbacks TcVarGlobal - 1266433152 + 1266433472 GVL_PhysicalConstants.fHartreeElectronVoltRelationship_in_eV_Uncertainty @@ -83527,7 +83540,7 @@ Readbacks TcVarGlobal - 1266433856 + 1266434176 GVL_PhysicalConstants.fHartreeEnergy_in_J @@ -83543,7 +83556,7 @@ Readbacks TcVarGlobal - 1266433920 + 1266434240 GVL_PhysicalConstants.fHartreeEnergy_in_J_Units @@ -83557,7 +83570,7 @@ Readbacks TcVarGlobal - 1266433984 + 1266434304 GVL_PhysicalConstants.fHartreeEnergy_in_J_Uncertainty @@ -83571,7 +83584,7 @@ Readbacks TcVarGlobal - 1266434688 + 1266435008 GVL_PhysicalConstants.fHartreeEnergyInEV_in_eV @@ -83587,7 +83600,7 @@ Readbacks TcVarGlobal - 1266434752 + 1266435072 GVL_PhysicalConstants.fHartreeEnergyInEV_in_eV_Units @@ -83601,7 +83614,7 @@ Readbacks TcVarGlobal - 1266434816 + 1266435136 GVL_PhysicalConstants.fHartreeEnergyInEV_in_eV_Uncertainty @@ -83615,7 +83628,7 @@ Readbacks TcVarGlobal - 1266435520 + 1266435840 GVL_PhysicalConstants.fHartreeHertzRelationship_in_Hz @@ -83631,7 +83644,7 @@ Readbacks TcVarGlobal - 1266435584 + 1266435904 GVL_PhysicalConstants.fHartreeHertzRelationship_in_Hz_Units @@ -83645,7 +83658,7 @@ Readbacks TcVarGlobal - 1266435648 + 1266435968 GVL_PhysicalConstants.fHartreeHertzRelationship_in_Hz_Uncertainty @@ -83659,7 +83672,7 @@ Readbacks TcVarGlobal - 1266436352 + 1266436672 GVL_PhysicalConstants.fHartreeInverseMeterRelationship_in_m_1 @@ -83675,7 +83688,7 @@ Readbacks TcVarGlobal - 1266436416 + 1266436736 GVL_PhysicalConstants.fHartreeInverseMeterRelationship_in_m_1_Units @@ -83689,7 +83702,7 @@ Readbacks TcVarGlobal - 1266436480 + 1266436800 GVL_PhysicalConstants.fHartreeInverseMeterRelationship_in_m_1_Uncertainty @@ -83703,7 +83716,7 @@ Readbacks TcVarGlobal - 1266437184 + 1266437504 GVL_PhysicalConstants.fHartreeJouleRelationship_in_J @@ -83719,7 +83732,7 @@ Readbacks TcVarGlobal - 1266437248 + 1266437568 GVL_PhysicalConstants.fHartreeJouleRelationship_in_J_Units @@ -83733,7 +83746,7 @@ Readbacks TcVarGlobal - 1266437312 + 1266437632 GVL_PhysicalConstants.fHartreeJouleRelationship_in_J_Uncertainty @@ -83747,7 +83760,7 @@ Readbacks TcVarGlobal - 1266438016 + 1266438336 GVL_PhysicalConstants.fHartreeKelvinRelationship_in_K @@ -83763,7 +83776,7 @@ Readbacks TcVarGlobal - 1266438080 + 1266438400 GVL_PhysicalConstants.fHartreeKelvinRelationship_in_K_Units @@ -83777,7 +83790,7 @@ Readbacks TcVarGlobal - 1266438144 + 1266438464 GVL_PhysicalConstants.fHartreeKelvinRelationship_in_K_Uncertainty @@ -83791,7 +83804,7 @@ Readbacks TcVarGlobal - 1266438848 + 1266439168 GVL_PhysicalConstants.fHartreeKilogramRelationship_in_kg @@ -83807,7 +83820,7 @@ Readbacks TcVarGlobal - 1266438912 + 1266439232 GVL_PhysicalConstants.fHartreeKilogramRelationship_in_kg_Units @@ -83821,7 +83834,7 @@ Readbacks TcVarGlobal - 1266438976 + 1266439296 GVL_PhysicalConstants.fHartreeKilogramRelationship_in_kg_Uncertainty @@ -83835,7 +83848,7 @@ Readbacks TcVarGlobal - 1266439680 + 1266440000 GVL_PhysicalConstants.fHelionElectronMassRatio @@ -83851,7 +83864,7 @@ Readbacks TcVarGlobal - 1266439744 + 1266440064 GVL_PhysicalConstants.fHelionElectronMassRatio_Uncertainty @@ -83865,7 +83878,7 @@ Readbacks TcVarGlobal - 1266439808 + 1266440128 GVL_PhysicalConstants.fHelionMass_in_kg @@ -83881,7 +83894,7 @@ Readbacks TcVarGlobal - 1266439872 + 1266440192 GVL_PhysicalConstants.fHelionMass_in_kg_Units @@ -83895,7 +83908,7 @@ Readbacks TcVarGlobal - 1266439936 + 1266440256 GVL_PhysicalConstants.fHelionMass_in_kg_Uncertainty @@ -83909,7 +83922,7 @@ Readbacks TcVarGlobal - 1266440640 + 1266440960 GVL_PhysicalConstants.fHelionMassEnergyEquivalent_in_J @@ -83925,7 +83938,7 @@ Readbacks TcVarGlobal - 1266440704 + 1266441024 GVL_PhysicalConstants.fHelionMassEnergyEquivalent_in_J_Units @@ -83939,7 +83952,7 @@ Readbacks TcVarGlobal - 1266440768 + 1266441088 GVL_PhysicalConstants.fHelionMassEnergyEquivalent_in_J_Uncertainty @@ -83953,7 +83966,7 @@ Readbacks TcVarGlobal - 1266441472 + 1266441792 GVL_PhysicalConstants.fHelionMassEnergyEquivalentInMeV_in_MeV @@ -83969,7 +83982,7 @@ Readbacks TcVarGlobal - 1266441536 + 1266441856 GVL_PhysicalConstants.fHelionMassEnergyEquivalentInMeV_in_MeV_Units @@ -83983,7 +83996,7 @@ Readbacks TcVarGlobal - 1266441600 + 1266441920 GVL_PhysicalConstants.fHelionMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -83997,7 +84010,7 @@ Readbacks TcVarGlobal - 1266442304 + 1266442624 GVL_PhysicalConstants.fHelionMassInU_in_u @@ -84013,7 +84026,7 @@ Readbacks TcVarGlobal - 1266442368 + 1266442688 GVL_PhysicalConstants.fHelionMassInU_in_u_Units @@ -84027,7 +84040,7 @@ Readbacks TcVarGlobal - 1266442432 + 1266442752 GVL_PhysicalConstants.fHelionMassInU_in_u_Uncertainty @@ -84041,7 +84054,7 @@ Readbacks TcVarGlobal - 1266443136 + 1266443456 GVL_PhysicalConstants.fHelionMolarMass_in_kg_mol_1 @@ -84057,7 +84070,7 @@ Readbacks TcVarGlobal - 1266443200 + 1266443520 GVL_PhysicalConstants.fHelionMolarMass_in_kg_mol_1_Units @@ -84071,7 +84084,7 @@ Readbacks TcVarGlobal - 1266443264 + 1266443584 GVL_PhysicalConstants.fHelionMolarMass_in_kg_mol_1_Uncertainty @@ -84085,7 +84098,7 @@ Readbacks TcVarGlobal - 1266443968 + 1266444288 GVL_PhysicalConstants.fHelionProtonMassRatio @@ -84101,7 +84114,7 @@ Readbacks TcVarGlobal - 1266444032 + 1266444352 GVL_PhysicalConstants.fHelionProtonMassRatio_Uncertainty @@ -84115,7 +84128,7 @@ Readbacks TcVarGlobal - 1266444096 + 1266444416 GVL_PhysicalConstants.fHertzAtomicMassUnitRelationship_in_u @@ -84131,7 +84144,7 @@ Readbacks TcVarGlobal - 1266444160 + 1266444480 GVL_PhysicalConstants.fHertzAtomicMassUnitRelationship_in_u_Units @@ -84145,7 +84158,7 @@ Readbacks TcVarGlobal - 1266444224 + 1266444544 GVL_PhysicalConstants.fHertzAtomicMassUnitRelationship_in_u_Uncertainty @@ -84159,7 +84172,7 @@ Readbacks TcVarGlobal - 1266444928 + 1266445248 GVL_PhysicalConstants.fHertzElectronVoltRelationship_in_eV @@ -84174,7 +84187,7 @@ Readbacks TcVarGlobal - 1266444992 + 1266445312 GVL_PhysicalConstants.fHertzElectronVoltRelationship_in_eV_Units @@ -84188,7 +84201,7 @@ Readbacks TcVarGlobal - 1266445056 + 1266445376 GVL_PhysicalConstants.fHertzHartreeRelationship_in_E_h @@ -84204,7 +84217,7 @@ Readbacks TcVarGlobal - 1266445760 + 1266446080 GVL_PhysicalConstants.fHertzHartreeRelationship_in_E_h_Units @@ -84218,7 +84231,7 @@ Readbacks TcVarGlobal - 1266445824 + 1266446144 GVL_PhysicalConstants.fHertzHartreeRelationship_in_E_h_Uncertainty @@ -84232,7 +84245,7 @@ Readbacks TcVarGlobal - 1266446528 + 1266446848 GVL_PhysicalConstants.fHertzInverseMeterRelationship_in_m_1 @@ -84247,7 +84260,7 @@ Readbacks TcVarGlobal - 1266446592 + 1266446912 GVL_PhysicalConstants.fHertzInverseMeterRelationship_in_m_1_Units @@ -84261,7 +84274,7 @@ Readbacks TcVarGlobal - 1266446656 + 1266446976 GVL_PhysicalConstants.fHertzJouleRelationship_in_J @@ -84276,7 +84289,7 @@ Readbacks TcVarGlobal - 1266447360 + 1266447680 GVL_PhysicalConstants.fHertzJouleRelationship_in_J_Units @@ -84290,7 +84303,7 @@ Readbacks TcVarGlobal - 1266447424 + 1266447744 GVL_PhysicalConstants.fHertzKelvinRelationship_in_K @@ -84305,7 +84318,7 @@ Readbacks TcVarGlobal - 1266448128 + 1266448448 GVL_PhysicalConstants.fHertzKelvinRelationship_in_K_Units @@ -84319,7 +84332,7 @@ Readbacks TcVarGlobal - 1266448192 + 1266448512 GVL_PhysicalConstants.fHertzKilogramRelationship_in_kg @@ -84334,7 +84347,7 @@ Readbacks TcVarGlobal - 1266448896 + 1266449216 GVL_PhysicalConstants.fHertzKilogramRelationship_in_kg_Units @@ -84348,7 +84361,7 @@ Readbacks TcVarGlobal - 1266448960 + 1266449280 GVL_PhysicalConstants.fInverseFineStructureConstant @@ -84364,7 +84377,7 @@ Readbacks TcVarGlobal - 1266449664 + 1266449984 GVL_PhysicalConstants.fInverseFineStructureConstant_Uncertainty @@ -84378,7 +84391,7 @@ Readbacks TcVarGlobal - 1266449728 + 1266450048 GVL_PhysicalConstants.fInverseMeterAtomicMassUnitRelationship_in_u @@ -84394,7 +84407,7 @@ Readbacks TcVarGlobal - 1266449792 + 1266450112 GVL_PhysicalConstants.fInverseMeterAtomicMassUnitRelationship_in_u_Units @@ -84408,7 +84421,7 @@ Readbacks TcVarGlobal - 1266449856 + 1266450176 GVL_PhysicalConstants.fInverseMeterAtomicMassUnitRelationship_in_u_Uncertainty @@ -84422,7 +84435,7 @@ Readbacks TcVarGlobal - 1266450560 + 1266450880 GVL_PhysicalConstants.fInverseMeterElectronVoltRelationship_in_eV @@ -84437,7 +84450,7 @@ Readbacks TcVarGlobal - 1266450624 + 1266450944 GVL_PhysicalConstants.fInverseMeterElectronVoltRelationship_in_eV_Units @@ -84451,7 +84464,7 @@ Readbacks TcVarGlobal - 1266450688 + 1266451008 GVL_PhysicalConstants.fInverseMeterHartreeRelationship_in_E_h @@ -84467,7 +84480,7 @@ Readbacks TcVarGlobal - 1266451392 + 1266451712 GVL_PhysicalConstants.fInverseMeterHartreeRelationship_in_E_h_Units @@ -84481,7 +84494,7 @@ Readbacks TcVarGlobal - 1266451456 + 1266451776 GVL_PhysicalConstants.fInverseMeterHartreeRelationship_in_E_h_Uncertainty @@ -84495,7 +84508,7 @@ Readbacks TcVarGlobal - 1266452160 + 1266452480 GVL_PhysicalConstants.fInverseMeterHertzRelationship_in_Hz @@ -84510,7 +84523,7 @@ Readbacks TcVarGlobal - 1266452224 + 1266452544 GVL_PhysicalConstants.fInverseMeterHertzRelationship_in_Hz_Units @@ -84524,7 +84537,7 @@ Readbacks TcVarGlobal - 1266452288 + 1266452608 GVL_PhysicalConstants.fInverseMeterJouleRelationship_in_J @@ -84539,7 +84552,7 @@ Readbacks TcVarGlobal - 1266452992 + 1266453312 GVL_PhysicalConstants.fInverseMeterJouleRelationship_in_J_Units @@ -84553,7 +84566,7 @@ Readbacks TcVarGlobal - 1266453056 + 1266453376 GVL_PhysicalConstants.fInverseMeterKelvinRelationship_in_K @@ -84568,7 +84581,7 @@ Readbacks TcVarGlobal - 1266453760 + 1266454080 GVL_PhysicalConstants.fInverseMeterKelvinRelationship_in_K_Units @@ -84582,7 +84595,7 @@ Readbacks TcVarGlobal - 1266453824 + 1266454144 GVL_PhysicalConstants.fInverseMeterKilogramRelationship_in_kg @@ -84597,7 +84610,7 @@ Readbacks TcVarGlobal - 1266454528 + 1266454848 GVL_PhysicalConstants.fInverseMeterKilogramRelationship_in_kg_Units @@ -84611,7 +84624,7 @@ Readbacks TcVarGlobal - 1266454592 + 1266454912 GVL_PhysicalConstants.fInverseOfConductanceQuantum_in_ohm @@ -84626,7 +84639,7 @@ Readbacks TcVarGlobal - 1266455296 + 1266455616 GVL_PhysicalConstants.fInverseOfConductanceQuantum_in_ohm_Units @@ -84640,7 +84653,7 @@ Readbacks TcVarGlobal - 1266455360 + 1266455680 GVL_PhysicalConstants.fJosephsonConstant_in_Hz_V_1 @@ -84655,7 +84668,7 @@ Readbacks TcVarGlobal - 1266456064 + 1266456384 GVL_PhysicalConstants.fJosephsonConstant_in_Hz_V_1_Units @@ -84669,7 +84682,7 @@ Readbacks TcVarGlobal - 1266456128 + 1266456448 GVL_PhysicalConstants.fJouleAtomicMassUnitRelationship_in_u @@ -84685,7 +84698,7 @@ Readbacks TcVarGlobal - 1266456832 + 1266457152 GVL_PhysicalConstants.fJouleAtomicMassUnitRelationship_in_u_Units @@ -84699,7 +84712,7 @@ Readbacks TcVarGlobal - 1266456896 + 1266457216 GVL_PhysicalConstants.fJouleAtomicMassUnitRelationship_in_u_Uncertainty @@ -84713,7 +84726,7 @@ Readbacks TcVarGlobal - 1266457600 + 1266457920 GVL_PhysicalConstants.fJouleElectronVoltRelationship_in_eV @@ -84728,7 +84741,7 @@ Readbacks TcVarGlobal - 1266457664 + 1266457984 GVL_PhysicalConstants.fJouleElectronVoltRelationship_in_eV_Units @@ -84742,7 +84755,7 @@ Readbacks TcVarGlobal - 1266457728 + 1266458048 GVL_PhysicalConstants.fJouleHartreeRelationship_in_E_h @@ -84758,7 +84771,7 @@ Readbacks TcVarGlobal - 1266458432 + 1266458752 GVL_PhysicalConstants.fJouleHartreeRelationship_in_E_h_Units @@ -84772,7 +84785,7 @@ Readbacks TcVarGlobal - 1266458496 + 1266458816 GVL_PhysicalConstants.fJouleHartreeRelationship_in_E_h_Uncertainty @@ -84786,7 +84799,7 @@ Readbacks TcVarGlobal - 1266459200 + 1266459520 GVL_PhysicalConstants.fJouleHertzRelationship_in_Hz @@ -84801,7 +84814,7 @@ Readbacks TcVarGlobal - 1266459264 + 1266459584 GVL_PhysicalConstants.fJouleHertzRelationship_in_Hz_Units @@ -84815,7 +84828,7 @@ Readbacks TcVarGlobal - 1266459328 + 1266459648 GVL_PhysicalConstants.fJouleInverseMeterRelationship_in_m_1 @@ -84830,7 +84843,7 @@ Readbacks TcVarGlobal - 1266460032 + 1266460352 GVL_PhysicalConstants.fJouleInverseMeterRelationship_in_m_1_Units @@ -84844,7 +84857,7 @@ Readbacks TcVarGlobal - 1266460096 + 1266460416 GVL_PhysicalConstants.fJouleKelvinRelationship_in_K @@ -84859,7 +84872,7 @@ Readbacks TcVarGlobal - 1266460800 + 1266461120 GVL_PhysicalConstants.fJouleKelvinRelationship_in_K_Units @@ -84873,7 +84886,7 @@ Readbacks TcVarGlobal - 1266460864 + 1266461184 GVL_PhysicalConstants.fJouleKilogramRelationship_in_kg @@ -84888,7 +84901,7 @@ Readbacks TcVarGlobal - 1266461568 + 1266461888 GVL_PhysicalConstants.fJouleKilogramRelationship_in_kg_Units @@ -84902,7 +84915,7 @@ Readbacks TcVarGlobal - 1266461632 + 1266461952 GVL_PhysicalConstants.fKelvinAtomicMassUnitRelationship_in_u @@ -84918,7 +84931,7 @@ Readbacks TcVarGlobal - 1266462336 + 1266462656 GVL_PhysicalConstants.fKelvinAtomicMassUnitRelationship_in_u_Units @@ -84932,7 +84945,7 @@ Readbacks TcVarGlobal - 1266462400 + 1266462720 GVL_PhysicalConstants.fKelvinAtomicMassUnitRelationship_in_u_Uncertainty @@ -84946,7 +84959,7 @@ Readbacks TcVarGlobal - 1266463104 + 1266463424 GVL_PhysicalConstants.fKelvinElectronVoltRelationship_in_eV @@ -84961,7 +84974,7 @@ Readbacks TcVarGlobal - 1266463168 + 1266463488 GVL_PhysicalConstants.fKelvinElectronVoltRelationship_in_eV_Units @@ -84975,7 +84988,7 @@ Readbacks TcVarGlobal - 1266463232 + 1266463552 GVL_PhysicalConstants.fKelvinHartreeRelationship_in_E_h @@ -84991,7 +85004,7 @@ Readbacks TcVarGlobal - 1266463936 + 1266464256 GVL_PhysicalConstants.fKelvinHartreeRelationship_in_E_h_Units @@ -85005,7 +85018,7 @@ Readbacks TcVarGlobal - 1266464000 + 1266464320 GVL_PhysicalConstants.fKelvinHartreeRelationship_in_E_h_Uncertainty @@ -85019,7 +85032,7 @@ Readbacks TcVarGlobal - 1266464704 + 1266465024 GVL_PhysicalConstants.fKelvinHertzRelationship_in_Hz @@ -85034,7 +85047,7 @@ Readbacks TcVarGlobal - 1266464768 + 1266465088 GVL_PhysicalConstants.fKelvinHertzRelationship_in_Hz_Units @@ -85048,7 +85061,7 @@ Readbacks TcVarGlobal - 1266464832 + 1266465152 GVL_PhysicalConstants.fKelvinInverseMeterRelationship_in_m_1 @@ -85063,7 +85076,7 @@ Readbacks TcVarGlobal - 1266465536 + 1266465856 GVL_PhysicalConstants.fKelvinInverseMeterRelationship_in_m_1_Units @@ -85077,7 +85090,7 @@ Readbacks TcVarGlobal - 1266465600 + 1266465920 GVL_PhysicalConstants.fKelvinJouleRelationship_in_J @@ -85092,7 +85105,7 @@ Readbacks TcVarGlobal - 1266466304 + 1266466624 GVL_PhysicalConstants.fKelvinJouleRelationship_in_J_Units @@ -85106,7 +85119,7 @@ Readbacks TcVarGlobal - 1266466368 + 1266466688 GVL_PhysicalConstants.fKelvinKilogramRelationship_in_kg @@ -85121,7 +85134,7 @@ Readbacks TcVarGlobal - 1266467072 + 1266467392 GVL_PhysicalConstants.fKelvinKilogramRelationship_in_kg_Units @@ -85135,7 +85148,7 @@ Readbacks TcVarGlobal - 1266467136 + 1266467456 GVL_PhysicalConstants.fKilogramAtomicMassUnitRelationship_in_u @@ -85151,7 +85164,7 @@ Readbacks TcVarGlobal - 1266467840 + 1266468160 GVL_PhysicalConstants.fKilogramAtomicMassUnitRelationship_in_u_Units @@ -85165,7 +85178,7 @@ Readbacks TcVarGlobal - 1266467904 + 1266468224 GVL_PhysicalConstants.fKilogramAtomicMassUnitRelationship_in_u_Uncertainty @@ -85179,7 +85192,7 @@ Readbacks TcVarGlobal - 1266468608 + 1266468928 GVL_PhysicalConstants.fKilogramElectronVoltRelationship_in_eV @@ -85194,7 +85207,7 @@ Readbacks TcVarGlobal - 1266468672 + 1266468992 GVL_PhysicalConstants.fKilogramElectronVoltRelationship_in_eV_Units @@ -85208,7 +85221,7 @@ Readbacks TcVarGlobal - 1266468736 + 1266469056 GVL_PhysicalConstants.fKilogramHartreeRelationship_in_E_h @@ -85224,7 +85237,7 @@ Readbacks TcVarGlobal - 1266469440 + 1266469760 GVL_PhysicalConstants.fKilogramHartreeRelationship_in_E_h_Units @@ -85238,7 +85251,7 @@ Readbacks TcVarGlobal - 1266469504 + 1266469824 GVL_PhysicalConstants.fKilogramHartreeRelationship_in_E_h_Uncertainty @@ -85252,7 +85265,7 @@ Readbacks TcVarGlobal - 1266470208 + 1266470528 GVL_PhysicalConstants.fKilogramHertzRelationship_in_Hz @@ -85267,7 +85280,7 @@ Readbacks TcVarGlobal - 1266470272 + 1266470592 GVL_PhysicalConstants.fKilogramHertzRelationship_in_Hz_Units @@ -85281,7 +85294,7 @@ Readbacks TcVarGlobal - 1266470336 + 1266470656 GVL_PhysicalConstants.fKilogramInverseMeterRelationship_in_m_1 @@ -85296,7 +85309,7 @@ Readbacks TcVarGlobal - 1266471040 + 1266471360 GVL_PhysicalConstants.fKilogramInverseMeterRelationship_in_m_1_Units @@ -85310,7 +85323,7 @@ Readbacks TcVarGlobal - 1266471104 + 1266471424 GVL_PhysicalConstants.fKilogramJouleRelationship_in_J @@ -85325,7 +85338,7 @@ Readbacks TcVarGlobal - 1266471808 + 1266472128 GVL_PhysicalConstants.fKilogramJouleRelationship_in_J_Units @@ -85339,7 +85352,7 @@ Readbacks TcVarGlobal - 1266471872 + 1266472192 GVL_PhysicalConstants.fKilogramKelvinRelationship_in_K @@ -85354,7 +85367,7 @@ Readbacks TcVarGlobal - 1266472576 + 1266472896 GVL_PhysicalConstants.fKilogramKelvinRelationship_in_K_Units @@ -85368,7 +85381,7 @@ Readbacks TcVarGlobal - 1266472640 + 1266472960 GVL_PhysicalConstants.fLatticeParameterOfSilicon_in_m @@ -85384,7 +85397,7 @@ Readbacks TcVarGlobal - 1266473344 + 1266473664 GVL_PhysicalConstants.fLatticeParameterOfSilicon_in_m_Units @@ -85398,7 +85411,7 @@ Readbacks TcVarGlobal - 1266473408 + 1266473728 GVL_PhysicalConstants.fLatticeParameterOfSilicon_in_m_Uncertainty @@ -85412,7 +85425,7 @@ Readbacks TcVarGlobal - 1266474112 + 1266474432 GVL_PhysicalConstants.fLoschmidtConstant_273_15K_101_325KPa_in_m_3 @@ -85427,7 +85440,7 @@ Readbacks TcVarGlobal - 1266474176 + 1266474496 GVL_PhysicalConstants.fLoschmidtConstant_273_15K_101_325KPa_in_m_3_Units @@ -85441,7 +85454,7 @@ Readbacks TcVarGlobal - 1266474240 + 1266474560 GVL_PhysicalConstants.fMag_Constant_in_N_A_2 @@ -85457,7 +85470,7 @@ Readbacks TcVarGlobal - 1266474944 + 1266475264 GVL_PhysicalConstants.fMag_Constant_in_N_A_2_Units @@ -85471,7 +85484,7 @@ Readbacks TcVarGlobal - 1266475008 + 1266475328 GVL_PhysicalConstants.fMag_Constant_in_N_A_2_Uncertainty @@ -85485,7 +85498,7 @@ Readbacks TcVarGlobal - 1266475712 + 1266476032 GVL_PhysicalConstants.fMag_FluxQuantum_in_Wb @@ -85500,7 +85513,7 @@ Readbacks TcVarGlobal - 1266475776 + 1266476096 GVL_PhysicalConstants.fMag_FluxQuantum_in_Wb_Units @@ -85514,7 +85527,7 @@ Readbacks TcVarGlobal - 1266475840 + 1266476160 GVL_PhysicalConstants.fMolarGasConstant_in_J_mol_1_K_1 @@ -85529,7 +85542,7 @@ Readbacks TcVarGlobal - 1266476544 + 1266476864 GVL_PhysicalConstants.fMolarGasConstant_in_J_mol_1_K_1_Units @@ -85543,7 +85556,7 @@ Readbacks TcVarGlobal - 1266476608 + 1266476928 GVL_PhysicalConstants.fMolarMassConstant_in_kg_mol_1 @@ -85559,7 +85572,7 @@ Readbacks TcVarGlobal - 1266477312 + 1266477632 GVL_PhysicalConstants.fMolarMassConstant_in_kg_mol_1_Units @@ -85573,7 +85586,7 @@ Readbacks TcVarGlobal - 1266477376 + 1266477696 GVL_PhysicalConstants.fMolarMassConstant_in_kg_mol_1_Uncertainty @@ -85587,7 +85600,7 @@ Readbacks TcVarGlobal - 1266478080 + 1266478400 GVL_PhysicalConstants.fMolarMassOfCarbon_12_in_kg_mol_1 @@ -85603,7 +85616,7 @@ Readbacks TcVarGlobal - 1266478144 + 1266478464 GVL_PhysicalConstants.fMolarMassOfCarbon_12_in_kg_mol_1_Units @@ -85617,7 +85630,7 @@ Readbacks TcVarGlobal - 1266478208 + 1266478528 GVL_PhysicalConstants.fMolarMassOfCarbon_12_in_kg_mol_1_Uncertainty @@ -85631,7 +85644,7 @@ Readbacks TcVarGlobal - 1266478912 + 1266479232 GVL_PhysicalConstants.fMolarPlanckConstant_in_J_Hz_1_mol_1 @@ -85646,7 +85659,7 @@ Readbacks TcVarGlobal - 1266478976 + 1266479296 GVL_PhysicalConstants.fMolarPlanckConstant_in_J_Hz_1_mol_1_Units @@ -85660,7 +85673,7 @@ Readbacks TcVarGlobal - 1266479040 + 1266479360 GVL_PhysicalConstants.fMolarPlanckConstantTimesC_in_J_m_mol_1 @@ -85676,7 +85689,7 @@ Readbacks TcVarGlobal - 1266479744 + 1266480064 GVL_PhysicalConstants.fMolarPlanckConstantTimesC_in_J_m_mol_1_Units @@ -85690,7 +85703,7 @@ Readbacks TcVarGlobal - 1266479808 + 1266480128 GVL_PhysicalConstants.fMolarPlanckConstantTimesC_in_J_m_mol_1_Uncertainty @@ -85704,7 +85717,7 @@ Readbacks TcVarGlobal - 1266480512 + 1266480832 GVL_PhysicalConstants.fMolarVolumeOfIdealGas_273_15K_100KPa_in_m_3_mol_1 @@ -85719,7 +85732,7 @@ Readbacks TcVarGlobal - 1266480576 + 1266480896 GVL_PhysicalConstants.fMolarVolumeOfIdealGas_273_15K_100KPa_in_m_3_mol_1_Units @@ -85733,7 +85746,7 @@ Readbacks TcVarGlobal - 1266480640 + 1266480960 GVL_PhysicalConstants.fMolarVolumeOfIdealGas_273_15K_101_325KPa_in_m_3_mol_1 @@ -85748,7 +85761,7 @@ Readbacks TcVarGlobal - 1266481344 + 1266481664 GVL_PhysicalConstants.fMolarVolumeOfIdealGas_273_15K_101_325KPa_in_m_3_mol_1_Units @@ -85762,7 +85775,7 @@ Readbacks TcVarGlobal - 1266481408 + 1266481728 GVL_PhysicalConstants.fMolarVolumeOfSilicon_in_m_3_mol_1 @@ -85778,7 +85791,7 @@ Readbacks TcVarGlobal - 1266482112 + 1266482432 GVL_PhysicalConstants.fMolarVolumeOfSilicon_in_m_3_mol_1_Units @@ -85792,7 +85805,7 @@ Readbacks TcVarGlobal - 1266482176 + 1266482496 GVL_PhysicalConstants.fMolarVolumeOfSilicon_in_m_3_mol_1_Uncertainty @@ -85806,7 +85819,7 @@ Readbacks TcVarGlobal - 1266482880 + 1266483200 GVL_PhysicalConstants.fMoXUnit_in_m @@ -85822,7 +85835,7 @@ Readbacks TcVarGlobal - 1266482944 + 1266483264 GVL_PhysicalConstants.fMoXUnit_in_m_Units @@ -85836,7 +85849,7 @@ Readbacks TcVarGlobal - 1266483008 + 1266483328 GVL_PhysicalConstants.fMoXUnit_in_m_Uncertainty @@ -85850,7 +85863,7 @@ Readbacks TcVarGlobal - 1266483712 + 1266484032 GVL_PhysicalConstants.fMuonComptonWavelength_in_m @@ -85866,7 +85879,7 @@ Readbacks TcVarGlobal - 1266483776 + 1266484096 GVL_PhysicalConstants.fMuonComptonWavelength_in_m_Units @@ -85880,7 +85893,7 @@ Readbacks TcVarGlobal - 1266483840 + 1266484160 GVL_PhysicalConstants.fMuonComptonWavelength_in_m_Uncertainty @@ -85894,7 +85907,7 @@ Readbacks TcVarGlobal - 1266484544 + 1266484864 GVL_PhysicalConstants.fMuonComptonWavelengthOver2Pi_in_m @@ -85910,7 +85923,7 @@ Readbacks TcVarGlobal - 1266484608 + 1266484928 GVL_PhysicalConstants.fMuonComptonWavelengthOver2Pi_in_m_Units @@ -85924,7 +85937,7 @@ Readbacks TcVarGlobal - 1266484672 + 1266484992 GVL_PhysicalConstants.fMuonComptonWavelengthOver2Pi_in_m_Uncertainty @@ -85938,7 +85951,7 @@ Readbacks TcVarGlobal - 1266485376 + 1266485696 GVL_PhysicalConstants.fMuonElectronMassRatio @@ -85954,7 +85967,7 @@ Readbacks TcVarGlobal - 1266485440 + 1266485760 GVL_PhysicalConstants.fMuonElectronMassRatio_Uncertainty @@ -85968,7 +85981,7 @@ Readbacks TcVarGlobal - 1266485504 + 1266485824 GVL_PhysicalConstants.fMuonGFactor @@ -85984,7 +85997,7 @@ Readbacks TcVarGlobal - 1266485568 + 1266485888 GVL_PhysicalConstants.fMuonGFactor_Uncertainty @@ -85998,7 +86011,7 @@ Readbacks TcVarGlobal - 1266485632 + 1266485952 GVL_PhysicalConstants.fMuonMag_Mom_in_J_T_1 @@ -86014,7 +86027,7 @@ Readbacks TcVarGlobal - 1266485696 + 1266486016 GVL_PhysicalConstants.fMuonMag_Mom_in_J_T_1_Units @@ -86028,7 +86041,7 @@ Readbacks TcVarGlobal - 1266485760 + 1266486080 GVL_PhysicalConstants.fMuonMag_Mom_in_J_T_1_Uncertainty @@ -86042,7 +86055,7 @@ Readbacks TcVarGlobal - 1266486464 + 1266486784 GVL_PhysicalConstants.fMuonMag_Mom_Anomaly @@ -86058,7 +86071,7 @@ Readbacks TcVarGlobal - 1266486528 + 1266486848 GVL_PhysicalConstants.fMuonMag_Mom_Anomaly_Uncertainty @@ -86072,7 +86085,7 @@ Readbacks TcVarGlobal - 1266486592 + 1266486912 GVL_PhysicalConstants.fMuonMag_Mom_ToBohrMagnetonRatio @@ -86088,7 +86101,7 @@ Readbacks TcVarGlobal - 1266486656 + 1266486976 GVL_PhysicalConstants.fMuonMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -86102,7 +86115,7 @@ Readbacks TcVarGlobal - 1266486720 + 1266487040 GVL_PhysicalConstants.fMuonMag_Mom_ToNuclearMagnetonRatio @@ -86118,7 +86131,7 @@ Readbacks TcVarGlobal - 1266486784 + 1266487104 GVL_PhysicalConstants.fMuonMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -86132,7 +86145,7 @@ Readbacks TcVarGlobal - 1266486848 + 1266487168 GVL_PhysicalConstants.fMuonMass_in_kg @@ -86148,7 +86161,7 @@ Readbacks TcVarGlobal - 1266486912 + 1266487232 GVL_PhysicalConstants.fMuonMass_in_kg_Units @@ -86162,7 +86175,7 @@ Readbacks TcVarGlobal - 1266486976 + 1266487296 GVL_PhysicalConstants.fMuonMass_in_kg_Uncertainty @@ -86176,7 +86189,7 @@ Readbacks TcVarGlobal - 1266487680 + 1266488000 GVL_PhysicalConstants.fMuonMassEnergyEquivalent_in_J @@ -86192,7 +86205,7 @@ Readbacks TcVarGlobal - 1266487744 + 1266488064 GVL_PhysicalConstants.fMuonMassEnergyEquivalent_in_J_Units @@ -86206,7 +86219,7 @@ Readbacks TcVarGlobal - 1266487808 + 1266488128 GVL_PhysicalConstants.fMuonMassEnergyEquivalent_in_J_Uncertainty @@ -86220,7 +86233,7 @@ Readbacks TcVarGlobal - 1266488512 + 1266488832 GVL_PhysicalConstants.fMuonMassEnergyEquivalentInMeV_in_MeV @@ -86236,7 +86249,7 @@ Readbacks TcVarGlobal - 1266488576 + 1266488896 GVL_PhysicalConstants.fMuonMassEnergyEquivalentInMeV_in_MeV_Units @@ -86250,7 +86263,7 @@ Readbacks TcVarGlobal - 1266488640 + 1266488960 GVL_PhysicalConstants.fMuonMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -86264,7 +86277,7 @@ Readbacks TcVarGlobal - 1266489344 + 1266489664 GVL_PhysicalConstants.fMuonMassInU_in_u @@ -86280,7 +86293,7 @@ Readbacks TcVarGlobal - 1266489408 + 1266489728 GVL_PhysicalConstants.fMuonMassInU_in_u_Units @@ -86294,7 +86307,7 @@ Readbacks TcVarGlobal - 1266489472 + 1266489792 GVL_PhysicalConstants.fMuonMassInU_in_u_Uncertainty @@ -86308,7 +86321,7 @@ Readbacks TcVarGlobal - 1266490176 + 1266490496 GVL_PhysicalConstants.fMuonMolarMass_in_kg_mol_1 @@ -86324,7 +86337,7 @@ Readbacks TcVarGlobal - 1266490240 + 1266490560 GVL_PhysicalConstants.fMuonMolarMass_in_kg_mol_1_Units @@ -86338,7 +86351,7 @@ Readbacks TcVarGlobal - 1266490304 + 1266490624 GVL_PhysicalConstants.fMuonMolarMass_in_kg_mol_1_Uncertainty @@ -86352,7 +86365,7 @@ Readbacks TcVarGlobal - 1266491008 + 1266491328 GVL_PhysicalConstants.fMuonNeutronMassRatio @@ -86368,7 +86381,7 @@ Readbacks TcVarGlobal - 1266491072 + 1266491392 GVL_PhysicalConstants.fMuonNeutronMassRatio_Uncertainty @@ -86382,7 +86395,7 @@ Readbacks TcVarGlobal - 1266491136 + 1266491456 GVL_PhysicalConstants.fMuonProtonMag_Mom_Ratio @@ -86398,7 +86411,7 @@ Readbacks TcVarGlobal - 1266491200 + 1266491520 GVL_PhysicalConstants.fMuonProtonMag_Mom_Ratio_Uncertainty @@ -86412,7 +86425,7 @@ Readbacks TcVarGlobal - 1266491264 + 1266491584 GVL_PhysicalConstants.fMuonProtonMassRatio @@ -86428,7 +86441,7 @@ Readbacks TcVarGlobal - 1266491328 + 1266491648 GVL_PhysicalConstants.fMuonProtonMassRatio_Uncertainty @@ -86442,7 +86455,7 @@ Readbacks TcVarGlobal - 1266491392 + 1266491712 GVL_PhysicalConstants.fMuonTauMassRatio @@ -86458,7 +86471,7 @@ Readbacks TcVarGlobal - 1266491456 + 1266491776 GVL_PhysicalConstants.fMuonTauMassRatio_Uncertainty @@ -86472,7 +86485,7 @@ Readbacks TcVarGlobal - 1266491520 + 1266491840 GVL_PhysicalConstants.fNaturalUnitOfAction_in_J_s @@ -86487,7 +86500,7 @@ Readbacks TcVarGlobal - 1266491584 + 1266491904 GVL_PhysicalConstants.fNaturalUnitOfAction_in_J_s_Units @@ -86501,7 +86514,7 @@ Readbacks TcVarGlobal - 1266491648 + 1266491968 GVL_PhysicalConstants.fNaturalUnitOfActionInEVS_in_eV_s @@ -86516,7 +86529,7 @@ Readbacks TcVarGlobal - 1266492352 + 1266492672 GVL_PhysicalConstants.fNaturalUnitOfActionInEVS_in_eV_s_Units @@ -86530,7 +86543,7 @@ Readbacks TcVarGlobal - 1266492416 + 1266492736 GVL_PhysicalConstants.fNaturalUnitOfEnergy_in_J @@ -86546,7 +86559,7 @@ Readbacks TcVarGlobal - 1266493120 + 1266493440 GVL_PhysicalConstants.fNaturalUnitOfEnergy_in_J_Units @@ -86560,7 +86573,7 @@ Readbacks TcVarGlobal - 1266493184 + 1266493504 GVL_PhysicalConstants.fNaturalUnitOfEnergy_in_J_Uncertainty @@ -86574,7 +86587,7 @@ Readbacks TcVarGlobal - 1266493888 + 1266494208 GVL_PhysicalConstants.fNaturalUnitOfEnergyInMeV_in_MeV @@ -86590,7 +86603,7 @@ Readbacks TcVarGlobal - 1266493952 + 1266494272 GVL_PhysicalConstants.fNaturalUnitOfEnergyInMeV_in_MeV_Units @@ -86604,7 +86617,7 @@ Readbacks TcVarGlobal - 1266494016 + 1266494336 GVL_PhysicalConstants.fNaturalUnitOfEnergyInMeV_in_MeV_Uncertainty @@ -86618,7 +86631,7 @@ Readbacks TcVarGlobal - 1266494720 + 1266495040 GVL_PhysicalConstants.fNaturalUnitOfLength_in_m @@ -86634,7 +86647,7 @@ Readbacks TcVarGlobal - 1266494784 + 1266495104 GVL_PhysicalConstants.fNaturalUnitOfLength_in_m_Units @@ -86648,7 +86661,7 @@ Readbacks TcVarGlobal - 1266494848 + 1266495168 GVL_PhysicalConstants.fNaturalUnitOfLength_in_m_Uncertainty @@ -86662,7 +86675,7 @@ Readbacks TcVarGlobal - 1266495552 + 1266495872 GVL_PhysicalConstants.fNaturalUnitOfMass_in_kg @@ -86678,7 +86691,7 @@ Readbacks TcVarGlobal - 1266495616 + 1266495936 GVL_PhysicalConstants.fNaturalUnitOfMass_in_kg_Units @@ -86692,7 +86705,7 @@ Readbacks TcVarGlobal - 1266495680 + 1266496000 GVL_PhysicalConstants.fNaturalUnitOfMass_in_kg_Uncertainty @@ -86706,7 +86719,7 @@ Readbacks TcVarGlobal - 1266496384 + 1266496704 GVL_PhysicalConstants.fNaturalUnitOfMomentum_in_kg_m_s_1 @@ -86722,7 +86735,7 @@ Readbacks TcVarGlobal - 1266496448 + 1266496768 GVL_PhysicalConstants.fNaturalUnitOfMomentum_in_kg_m_s_1_Units @@ -86736,7 +86749,7 @@ Readbacks TcVarGlobal - 1266496512 + 1266496832 GVL_PhysicalConstants.fNaturalUnitOfMomentum_in_kg_m_s_1_Uncertainty @@ -86750,7 +86763,7 @@ Readbacks TcVarGlobal - 1266497216 + 1266497536 GVL_PhysicalConstants.fNaturalUnitOfMomentumInMeV_c_in_MeV_c @@ -86766,7 +86779,7 @@ Readbacks TcVarGlobal - 1266497280 + 1266497600 GVL_PhysicalConstants.fNaturalUnitOfMomentumInMeV_c_in_MeV_c_Units @@ -86780,7 +86793,7 @@ Readbacks TcVarGlobal - 1266497344 + 1266497664 GVL_PhysicalConstants.fNaturalUnitOfMomentumInMeV_c_in_MeV_c_Uncertainty @@ -86794,7 +86807,7 @@ Readbacks TcVarGlobal - 1266498048 + 1266498368 GVL_PhysicalConstants.fNaturalUnitOfTime_in_s @@ -86810,7 +86823,7 @@ Readbacks TcVarGlobal - 1266498112 + 1266498432 GVL_PhysicalConstants.fNaturalUnitOfTime_in_s_Units @@ -86824,7 +86837,7 @@ Readbacks TcVarGlobal - 1266498176 + 1266498496 GVL_PhysicalConstants.fNaturalUnitOfTime_in_s_Uncertainty @@ -86838,7 +86851,7 @@ Readbacks TcVarGlobal - 1266498880 + 1266499200 GVL_PhysicalConstants.fNaturalUnitOfVelocity_in_m_s_1 @@ -86853,7 +86866,7 @@ Readbacks TcVarGlobal - 1266498944 + 1266499264 GVL_PhysicalConstants.fNaturalUnitOfVelocity_in_m_s_1_Units @@ -86867,7 +86880,7 @@ Readbacks TcVarGlobal - 1266499008 + 1266499328 GVL_PhysicalConstants.fNeutronComptonWavelength_in_m @@ -86883,7 +86896,7 @@ Readbacks TcVarGlobal - 1266499712 + 1266500032 GVL_PhysicalConstants.fNeutronComptonWavelength_in_m_Units @@ -86897,7 +86910,7 @@ Readbacks TcVarGlobal - 1266499776 + 1266500096 GVL_PhysicalConstants.fNeutronComptonWavelength_in_m_Uncertainty @@ -86911,7 +86924,7 @@ Readbacks TcVarGlobal - 1266500480 + 1266500800 GVL_PhysicalConstants.fNeutronComptonWavelengthOver2Pi_in_m @@ -86927,7 +86940,7 @@ Readbacks TcVarGlobal - 1266500544 + 1266500864 GVL_PhysicalConstants.fNeutronComptonWavelengthOver2Pi_in_m_Units @@ -86941,7 +86954,7 @@ Readbacks TcVarGlobal - 1266500608 + 1266500928 GVL_PhysicalConstants.fNeutronComptonWavelengthOver2Pi_in_m_Uncertainty @@ -86955,7 +86968,7 @@ Readbacks TcVarGlobal - 1266501312 + 1266501632 GVL_PhysicalConstants.fNeutronElectronMag_Mom_Ratio @@ -86971,7 +86984,7 @@ Readbacks TcVarGlobal - 1266501376 + 1266501696 GVL_PhysicalConstants.fNeutronElectronMag_Mom_Ratio_Uncertainty @@ -86985,7 +86998,7 @@ Readbacks TcVarGlobal - 1266501440 + 1266501760 GVL_PhysicalConstants.fNeutronElectronMassRatio @@ -87001,7 +87014,7 @@ Readbacks TcVarGlobal - 1266501504 + 1266501824 GVL_PhysicalConstants.fNeutronElectronMassRatio_Uncertainty @@ -87015,7 +87028,7 @@ Readbacks TcVarGlobal - 1266501568 + 1266501888 GVL_PhysicalConstants.fNeutronGFactor @@ -87031,7 +87044,7 @@ Readbacks TcVarGlobal - 1266501632 + 1266501952 GVL_PhysicalConstants.fNeutronGFactor_Uncertainty @@ -87045,7 +87058,7 @@ Readbacks TcVarGlobal - 1266501696 + 1266502016 GVL_PhysicalConstants.fNeutronGyromag_Ratio_in_s_1_T_1 @@ -87061,7 +87074,7 @@ Readbacks TcVarGlobal - 1266501760 + 1266502080 GVL_PhysicalConstants.fNeutronGyromag_Ratio_in_s_1_T_1_Units @@ -87075,7 +87088,7 @@ Readbacks TcVarGlobal - 1266501824 + 1266502144 GVL_PhysicalConstants.fNeutronGyromag_Ratio_in_s_1_T_1_Uncertainty @@ -87089,7 +87102,7 @@ Readbacks TcVarGlobal - 1266502528 + 1266502848 GVL_PhysicalConstants.fNeutronGyromag_RatioOver2Pi_in_MHz_T_1 @@ -87105,7 +87118,7 @@ Readbacks TcVarGlobal - 1266502592 + 1266502912 GVL_PhysicalConstants.fNeutronGyromag_RatioOver2Pi_in_MHz_T_1_Units @@ -87119,7 +87132,7 @@ Readbacks TcVarGlobal - 1266502656 + 1266502976 GVL_PhysicalConstants.fNeutronGyromag_RatioOver2Pi_in_MHz_T_1_Uncertainty @@ -87133,7 +87146,7 @@ Readbacks TcVarGlobal - 1266503360 + 1266503680 GVL_PhysicalConstants.fNeutronMag_Mom_in_J_T_1 @@ -87149,7 +87162,7 @@ Readbacks TcVarGlobal - 1266503424 + 1266503744 GVL_PhysicalConstants.fNeutronMag_Mom_in_J_T_1_Units @@ -87163,7 +87176,7 @@ Readbacks TcVarGlobal - 1266503488 + 1266503808 GVL_PhysicalConstants.fNeutronMag_Mom_in_J_T_1_Uncertainty @@ -87177,7 +87190,7 @@ Readbacks TcVarGlobal - 1266504192 + 1266504512 GVL_PhysicalConstants.fNeutronMag_Mom_ToBohrMagnetonRatio @@ -87193,7 +87206,7 @@ Readbacks TcVarGlobal - 1266504256 + 1266504576 GVL_PhysicalConstants.fNeutronMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -87207,7 +87220,7 @@ Readbacks TcVarGlobal - 1266504320 + 1266504640 GVL_PhysicalConstants.fNeutronMag_Mom_ToNuclearMagnetonRatio @@ -87223,7 +87236,7 @@ Readbacks TcVarGlobal - 1266504384 + 1266504704 GVL_PhysicalConstants.fNeutronMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -87237,7 +87250,7 @@ Readbacks TcVarGlobal - 1266504448 + 1266504768 GVL_PhysicalConstants.fNeutronMass_in_kg @@ -87253,7 +87266,7 @@ Readbacks TcVarGlobal - 1266504512 + 1266504832 GVL_PhysicalConstants.fNeutronMass_in_kg_Units @@ -87267,7 +87280,7 @@ Readbacks TcVarGlobal - 1266504576 + 1266504896 GVL_PhysicalConstants.fNeutronMass_in_kg_Uncertainty @@ -87281,7 +87294,7 @@ Readbacks TcVarGlobal - 1266505280 + 1266505600 GVL_PhysicalConstants.fNeutronMassEnergyEquivalent_in_J @@ -87297,7 +87310,7 @@ Readbacks TcVarGlobal - 1266505344 + 1266505664 GVL_PhysicalConstants.fNeutronMassEnergyEquivalent_in_J_Units @@ -87311,7 +87324,7 @@ Readbacks TcVarGlobal - 1266505408 + 1266505728 GVL_PhysicalConstants.fNeutronMassEnergyEquivalent_in_J_Uncertainty @@ -87325,7 +87338,7 @@ Readbacks TcVarGlobal - 1266506112 + 1266506432 GVL_PhysicalConstants.fNeutronMassEnergyEquivalentInMeV_in_MeV @@ -87341,7 +87354,7 @@ Readbacks TcVarGlobal - 1266506176 + 1266506496 GVL_PhysicalConstants.fNeutronMassEnergyEquivalentInMeV_in_MeV_Units @@ -87355,7 +87368,7 @@ Readbacks TcVarGlobal - 1266506240 + 1266506560 GVL_PhysicalConstants.fNeutronMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -87369,7 +87382,7 @@ Readbacks TcVarGlobal - 1266506944 + 1266507264 GVL_PhysicalConstants.fNeutronMassInU_in_u @@ -87385,7 +87398,7 @@ Readbacks TcVarGlobal - 1266507008 + 1266507328 GVL_PhysicalConstants.fNeutronMassInU_in_u_Units @@ -87399,7 +87412,7 @@ Readbacks TcVarGlobal - 1266507072 + 1266507392 GVL_PhysicalConstants.fNeutronMassInU_in_u_Uncertainty @@ -87413,7 +87426,7 @@ Readbacks TcVarGlobal - 1266507776 + 1266508096 GVL_PhysicalConstants.fNeutronMolarMass_in_kg_mol_1 @@ -87429,7 +87442,7 @@ Readbacks TcVarGlobal - 1266507840 + 1266508160 GVL_PhysicalConstants.fNeutronMolarMass_in_kg_mol_1_Units @@ -87443,7 +87456,7 @@ Readbacks TcVarGlobal - 1266507904 + 1266508224 GVL_PhysicalConstants.fNeutronMolarMass_in_kg_mol_1_Uncertainty @@ -87457,7 +87470,7 @@ Readbacks TcVarGlobal - 1266508608 + 1266508928 GVL_PhysicalConstants.fNeutronMuonMassRatio @@ -87473,7 +87486,7 @@ Readbacks TcVarGlobal - 1266508672 + 1266508992 GVL_PhysicalConstants.fNeutronMuonMassRatio_Uncertainty @@ -87487,7 +87500,7 @@ Readbacks TcVarGlobal - 1266508736 + 1266509056 GVL_PhysicalConstants.fNeutronProtonMag_Mom_Ratio @@ -87503,7 +87516,7 @@ Readbacks TcVarGlobal - 1266508800 + 1266509120 GVL_PhysicalConstants.fNeutronProtonMag_Mom_Ratio_Uncertainty @@ -87517,7 +87530,7 @@ Readbacks TcVarGlobal - 1266508864 + 1266509184 GVL_PhysicalConstants.fNeutronProtonMassRatio @@ -87533,7 +87546,7 @@ Readbacks TcVarGlobal - 1266508928 + 1266509248 GVL_PhysicalConstants.fNeutronProtonMassRatio_Uncertainty @@ -87547,7 +87560,7 @@ Readbacks TcVarGlobal - 1266508992 + 1266509312 GVL_PhysicalConstants.fNeutronTauMassRatio @@ -87563,7 +87576,7 @@ Readbacks TcVarGlobal - 1266509056 + 1266509376 GVL_PhysicalConstants.fNeutronTauMassRatio_Uncertainty @@ -87577,7 +87590,7 @@ Readbacks TcVarGlobal - 1266509120 + 1266509440 GVL_PhysicalConstants.fNeutronToShieldedProtonMag_Mom_Ratio @@ -87593,7 +87606,7 @@ Readbacks TcVarGlobal - 1266509184 + 1266509504 GVL_PhysicalConstants.fNeutronToShieldedProtonMag_Mom_Ratio_Uncertainty @@ -87607,7 +87620,7 @@ Readbacks TcVarGlobal - 1266509248 + 1266509568 GVL_PhysicalConstants.fNewtonianConstantOfGravitation_in_m_3_kg_1_s_2 @@ -87623,7 +87636,7 @@ Readbacks TcVarGlobal - 1266509312 + 1266509632 GVL_PhysicalConstants.fNewtonianConstantOfGravitation_in_m_3_kg_1_s_2_Units @@ -87637,7 +87650,7 @@ Readbacks TcVarGlobal - 1266509376 + 1266509696 GVL_PhysicalConstants.fNewtonianConstantOfGravitation_in_m_3_kg_1_s_2_Uncertainty @@ -87651,7 +87664,7 @@ Readbacks TcVarGlobal - 1266510080 + 1266510400 GVL_PhysicalConstants.fNewtonianConstantOfGravitationOverH_barC_in_GeV_c_2_2 @@ -87667,7 +87680,7 @@ Readbacks TcVarGlobal - 1266510144 + 1266510464 GVL_PhysicalConstants.fNewtonianConstantOfGravitationOverH_barC_in_GeV_c_2_2_Units @@ -87681,7 +87694,7 @@ Readbacks TcVarGlobal - 1266510208 + 1266510528 GVL_PhysicalConstants.fNewtonianConstantOfGravitationOverH_barC_in_GeV_c_2_2_Uncertainty @@ -87695,7 +87708,7 @@ Readbacks TcVarGlobal - 1266510912 + 1266511232 GVL_PhysicalConstants.fNuclearMagneton_in_J_T_1 @@ -87711,7 +87724,7 @@ Readbacks TcVarGlobal - 1266510976 + 1266511296 GVL_PhysicalConstants.fNuclearMagneton_in_J_T_1_Units @@ -87725,7 +87738,7 @@ Readbacks TcVarGlobal - 1266511040 + 1266511360 GVL_PhysicalConstants.fNuclearMagneton_in_J_T_1_Uncertainty @@ -87739,7 +87752,7 @@ Readbacks TcVarGlobal - 1266511744 + 1266512064 GVL_PhysicalConstants.fNuclearMagnetonInEV_T_in_eV_T_1 @@ -87755,7 +87768,7 @@ Readbacks TcVarGlobal - 1266511808 + 1266512128 GVL_PhysicalConstants.fNuclearMagnetonInEV_T_in_eV_T_1_Units @@ -87769,7 +87782,7 @@ Readbacks TcVarGlobal - 1266511872 + 1266512192 GVL_PhysicalConstants.fNuclearMagnetonInEV_T_in_eV_T_1_Uncertainty @@ -87783,7 +87796,7 @@ Readbacks TcVarGlobal - 1266512576 + 1266512896 GVL_PhysicalConstants.fNuclearMagnetonInInverseMetersPerTesla_in_m_1_T_1 @@ -87799,7 +87812,7 @@ Readbacks TcVarGlobal - 1266512640 + 1266512960 GVL_PhysicalConstants.fNuclearMagnetonInInverseMetersPerTesla_in_m_1_T_1_Units @@ -87813,7 +87826,7 @@ Readbacks TcVarGlobal - 1266512704 + 1266513024 GVL_PhysicalConstants.fNuclearMagnetonInInverseMetersPerTesla_in_m_1_T_1_Uncertainty @@ -87827,7 +87840,7 @@ Readbacks TcVarGlobal - 1266513408 + 1266513728 GVL_PhysicalConstants.fNuclearMagnetonInK_T_in_K_T_1 @@ -87843,7 +87856,7 @@ Readbacks TcVarGlobal - 1266513472 + 1266513792 GVL_PhysicalConstants.fNuclearMagnetonInK_T_in_K_T_1_Units @@ -87857,7 +87870,7 @@ Readbacks TcVarGlobal - 1266513536 + 1266513856 GVL_PhysicalConstants.fNuclearMagnetonInK_T_in_K_T_1_Uncertainty @@ -87871,7 +87884,7 @@ Readbacks TcVarGlobal - 1266514240 + 1266514560 GVL_PhysicalConstants.fNuclearMagnetonInMHz_T_in_MHz_T_1 @@ -87887,7 +87900,7 @@ Readbacks TcVarGlobal - 1266514304 + 1266514624 GVL_PhysicalConstants.fNuclearMagnetonInMHz_T_in_MHz_T_1_Units @@ -87901,7 +87914,7 @@ Readbacks TcVarGlobal - 1266514368 + 1266514688 GVL_PhysicalConstants.fNuclearMagnetonInMHz_T_in_MHz_T_1_Uncertainty @@ -87915,7 +87928,7 @@ Readbacks TcVarGlobal - 1266515072 + 1266515392 GVL_PhysicalConstants.fPlanckConstant_in_J_Hz_1 @@ -87930,7 +87943,7 @@ Readbacks TcVarGlobal - 1266515136 + 1266515456 GVL_PhysicalConstants.fPlanckConstant_in_J_Hz_1_Units @@ -87944,7 +87957,7 @@ Readbacks TcVarGlobal - 1266515200 + 1266515520 GVL_PhysicalConstants.fPlanckConstantInEVS_in_eV_s @@ -87960,7 +87973,7 @@ Readbacks TcVarGlobal - 1266515904 + 1266516224 GVL_PhysicalConstants.fPlanckConstantInEVS_in_eV_s_Units @@ -87974,7 +87987,7 @@ Readbacks TcVarGlobal - 1266515968 + 1266516288 GVL_PhysicalConstants.fPlanckConstantInEVS_in_eV_s_Uncertainty @@ -87988,7 +88001,7 @@ Readbacks TcVarGlobal - 1266516672 + 1266516992 GVL_PhysicalConstants.fPlanckConstantOver2Pi_in_J_s @@ -88004,7 +88017,7 @@ Readbacks TcVarGlobal - 1266516736 + 1266517056 GVL_PhysicalConstants.fPlanckConstantOver2Pi_in_J_s_Units @@ -88018,7 +88031,7 @@ Readbacks TcVarGlobal - 1266516800 + 1266517120 GVL_PhysicalConstants.fPlanckConstantOver2Pi_in_J_s_Uncertainty @@ -88032,7 +88045,7 @@ Readbacks TcVarGlobal - 1266517504 + 1266517824 GVL_PhysicalConstants.fPlanckConstantOver2PiInEVS_in_eV_s @@ -88048,7 +88061,7 @@ Readbacks TcVarGlobal - 1266517568 + 1266517888 GVL_PhysicalConstants.fPlanckConstantOver2PiInEVS_in_eV_s_Units @@ -88062,7 +88075,7 @@ Readbacks TcVarGlobal - 1266517632 + 1266517952 GVL_PhysicalConstants.fPlanckConstantOver2PiInEVS_in_eV_s_Uncertainty @@ -88076,7 +88089,7 @@ Readbacks TcVarGlobal - 1266518336 + 1266518656 GVL_PhysicalConstants.fPlanckConstantOver2PiTimesCInMeVFm_in_MeV_fm @@ -88092,7 +88105,7 @@ Readbacks TcVarGlobal - 1266518400 + 1266518720 GVL_PhysicalConstants.fPlanckConstantOver2PiTimesCInMeVFm_in_MeV_fm_Units @@ -88106,7 +88119,7 @@ Readbacks TcVarGlobal - 1266518464 + 1266518784 GVL_PhysicalConstants.fPlanckConstantOver2PiTimesCInMeVFm_in_MeV_fm_Uncertainty @@ -88120,7 +88133,7 @@ Readbacks TcVarGlobal - 1266519168 + 1266519488 GVL_PhysicalConstants.fPlanckLength_in_m @@ -88136,7 +88149,7 @@ Readbacks TcVarGlobal - 1266519232 + 1266519552 GVL_PhysicalConstants.fPlanckLength_in_m_Units @@ -88150,7 +88163,7 @@ Readbacks TcVarGlobal - 1266519296 + 1266519616 GVL_PhysicalConstants.fPlanckLength_in_m_Uncertainty @@ -88164,7 +88177,7 @@ Readbacks TcVarGlobal - 1266520000 + 1266520320 GVL_PhysicalConstants.fPlanckMass_in_kg @@ -88180,7 +88193,7 @@ Readbacks TcVarGlobal - 1266520064 + 1266520384 GVL_PhysicalConstants.fPlanckMass_in_kg_Units @@ -88194,7 +88207,7 @@ Readbacks TcVarGlobal - 1266520128 + 1266520448 GVL_PhysicalConstants.fPlanckMass_in_kg_Uncertainty @@ -88208,7 +88221,7 @@ Readbacks TcVarGlobal - 1266520832 + 1266521152 GVL_PhysicalConstants.fPlanckMassEnergyEquivalentInGeV_in_GeV @@ -88224,7 +88237,7 @@ Readbacks TcVarGlobal - 1266520896 + 1266521216 GVL_PhysicalConstants.fPlanckMassEnergyEquivalentInGeV_in_GeV_Units @@ -88238,7 +88251,7 @@ Readbacks TcVarGlobal - 1266520960 + 1266521280 GVL_PhysicalConstants.fPlanckMassEnergyEquivalentInGeV_in_GeV_Uncertainty @@ -88252,7 +88265,7 @@ Readbacks TcVarGlobal - 1266521664 + 1266521984 GVL_PhysicalConstants.fPlanckTemperature_in_K @@ -88268,7 +88281,7 @@ Readbacks TcVarGlobal - 1266521728 + 1266522048 GVL_PhysicalConstants.fPlanckTemperature_in_K_Units @@ -88282,7 +88295,7 @@ Readbacks TcVarGlobal - 1266521792 + 1266522112 GVL_PhysicalConstants.fPlanckTemperature_in_K_Uncertainty @@ -88296,7 +88309,7 @@ Readbacks TcVarGlobal - 1266522496 + 1266522816 GVL_PhysicalConstants.fPlanckTime_in_s @@ -88312,7 +88325,7 @@ Readbacks TcVarGlobal - 1266522560 + 1266522880 GVL_PhysicalConstants.fPlanckTime_in_s_Units @@ -88326,7 +88339,7 @@ Readbacks TcVarGlobal - 1266522624 + 1266522944 GVL_PhysicalConstants.fPlanckTime_in_s_Uncertainty @@ -88340,7 +88353,7 @@ Readbacks TcVarGlobal - 1266523328 + 1266523648 GVL_PhysicalConstants.fProtonChargeToMassQuotient_in_C_kg_1 @@ -88356,7 +88369,7 @@ Readbacks TcVarGlobal - 1266523392 + 1266523712 GVL_PhysicalConstants.fProtonChargeToMassQuotient_in_C_kg_1_Units @@ -88370,7 +88383,7 @@ Readbacks TcVarGlobal - 1266523456 + 1266523776 GVL_PhysicalConstants.fProtonChargeToMassQuotient_in_C_kg_1_Uncertainty @@ -88384,7 +88397,7 @@ Readbacks TcVarGlobal - 1266524160 + 1266524480 GVL_PhysicalConstants.fProtonComptonWavelength_in_m @@ -88400,7 +88413,7 @@ Readbacks TcVarGlobal - 1266524224 + 1266524544 GVL_PhysicalConstants.fProtonComptonWavelength_in_m_Units @@ -88414,7 +88427,7 @@ Readbacks TcVarGlobal - 1266524288 + 1266524608 GVL_PhysicalConstants.fProtonComptonWavelength_in_m_Uncertainty @@ -88428,7 +88441,7 @@ Readbacks TcVarGlobal - 1266524992 + 1266525312 GVL_PhysicalConstants.fProtonComptonWavelengthOver2Pi_in_m @@ -88444,7 +88457,7 @@ Readbacks TcVarGlobal - 1266525056 + 1266525376 GVL_PhysicalConstants.fProtonComptonWavelengthOver2Pi_in_m_Units @@ -88458,7 +88471,7 @@ Readbacks TcVarGlobal - 1266525120 + 1266525440 GVL_PhysicalConstants.fProtonComptonWavelengthOver2Pi_in_m_Uncertainty @@ -88472,7 +88485,7 @@ Readbacks TcVarGlobal - 1266525824 + 1266526144 GVL_PhysicalConstants.fProtonElectronMassRatio @@ -88488,7 +88501,7 @@ Readbacks TcVarGlobal - 1266525888 + 1266526208 GVL_PhysicalConstants.fProtonElectronMassRatio_Uncertainty @@ -88502,7 +88515,7 @@ Readbacks TcVarGlobal - 1266525952 + 1266526272 GVL_PhysicalConstants.fProtonGFactor @@ -88518,7 +88531,7 @@ Readbacks TcVarGlobal - 1266526016 + 1266526336 GVL_PhysicalConstants.fProtonGFactor_Uncertainty @@ -88532,7 +88545,7 @@ Readbacks TcVarGlobal - 1266526080 + 1266526400 GVL_PhysicalConstants.fProtonGyromag_Ratio_in_s_1_T_1 @@ -88548,7 +88561,7 @@ Readbacks TcVarGlobal - 1266526144 + 1266526464 GVL_PhysicalConstants.fProtonGyromag_Ratio_in_s_1_T_1_Units @@ -88562,7 +88575,7 @@ Readbacks TcVarGlobal - 1266526208 + 1266526528 GVL_PhysicalConstants.fProtonGyromag_Ratio_in_s_1_T_1_Uncertainty @@ -88576,7 +88589,7 @@ Readbacks TcVarGlobal - 1266526912 + 1266527232 GVL_PhysicalConstants.fProtonGyromag_RatioOver2Pi_in_MHz_T_1 @@ -88592,7 +88605,7 @@ Readbacks TcVarGlobal - 1266526976 + 1266527296 GVL_PhysicalConstants.fProtonGyromag_RatioOver2Pi_in_MHz_T_1_Units @@ -88606,7 +88619,7 @@ Readbacks TcVarGlobal - 1266527040 + 1266527360 GVL_PhysicalConstants.fProtonGyromag_RatioOver2Pi_in_MHz_T_1_Uncertainty @@ -88620,7 +88633,7 @@ Readbacks TcVarGlobal - 1266527744 + 1266528064 GVL_PhysicalConstants.fProtonMag_Mom_in_J_T_1 @@ -88636,7 +88649,7 @@ Readbacks TcVarGlobal - 1266527808 + 1266528128 GVL_PhysicalConstants.fProtonMag_Mom_in_J_T_1_Units @@ -88650,7 +88663,7 @@ Readbacks TcVarGlobal - 1266527872 + 1266528192 GVL_PhysicalConstants.fProtonMag_Mom_in_J_T_1_Uncertainty @@ -88664,7 +88677,7 @@ Readbacks TcVarGlobal - 1266528576 + 1266528896 GVL_PhysicalConstants.fProtonMag_Mom_ToBohrMagnetonRatio @@ -88680,7 +88693,7 @@ Readbacks TcVarGlobal - 1266528640 + 1266528960 GVL_PhysicalConstants.fProtonMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -88694,7 +88707,7 @@ Readbacks TcVarGlobal - 1266528704 + 1266529024 GVL_PhysicalConstants.fProtonMag_Mom_ToNuclearMagnetonRatio @@ -88710,7 +88723,7 @@ Readbacks TcVarGlobal - 1266528768 + 1266529088 GVL_PhysicalConstants.fProtonMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -88724,7 +88737,7 @@ Readbacks TcVarGlobal - 1266528832 + 1266529152 GVL_PhysicalConstants.fProtonMag_ShieldingCorrection @@ -88740,7 +88753,7 @@ Readbacks TcVarGlobal - 1266528896 + 1266529216 GVL_PhysicalConstants.fProtonMag_ShieldingCorrection_Uncertainty @@ -88754,7 +88767,7 @@ Readbacks TcVarGlobal - 1266528960 + 1266529280 GVL_PhysicalConstants.fProtonMass_in_kg @@ -88770,7 +88783,7 @@ Readbacks TcVarGlobal - 1266529024 + 1266529344 GVL_PhysicalConstants.fProtonMass_in_kg_Units @@ -88784,7 +88797,7 @@ Readbacks TcVarGlobal - 1266529088 + 1266529408 GVL_PhysicalConstants.fProtonMass_in_kg_Uncertainty @@ -88798,7 +88811,7 @@ Readbacks TcVarGlobal - 1266529792 + 1266530112 GVL_PhysicalConstants.fProtonMassEnergyEquivalent_in_J @@ -88814,7 +88827,7 @@ Readbacks TcVarGlobal - 1266529856 + 1266530176 GVL_PhysicalConstants.fProtonMassEnergyEquivalent_in_J_Units @@ -88828,7 +88841,7 @@ Readbacks TcVarGlobal - 1266529920 + 1266530240 GVL_PhysicalConstants.fProtonMassEnergyEquivalent_in_J_Uncertainty @@ -88842,7 +88855,7 @@ Readbacks TcVarGlobal - 1266530624 + 1266530944 GVL_PhysicalConstants.fProtonMassEnergyEquivalentInMeV_in_MeV @@ -88858,7 +88871,7 @@ Readbacks TcVarGlobal - 1266530688 + 1266531008 GVL_PhysicalConstants.fProtonMassEnergyEquivalentInMeV_in_MeV_Units @@ -88872,7 +88885,7 @@ Readbacks TcVarGlobal - 1266530752 + 1266531072 GVL_PhysicalConstants.fProtonMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -88886,7 +88899,7 @@ Readbacks TcVarGlobal - 1266531456 + 1266531776 GVL_PhysicalConstants.fProtonMassInU_in_u @@ -88902,7 +88915,7 @@ Readbacks TcVarGlobal - 1266531520 + 1266531840 GVL_PhysicalConstants.fProtonMassInU_in_u_Units @@ -88916,7 +88929,7 @@ Readbacks TcVarGlobal - 1266531584 + 1266531904 GVL_PhysicalConstants.fProtonMassInU_in_u_Uncertainty @@ -88930,7 +88943,7 @@ Readbacks TcVarGlobal - 1266532288 + 1266532608 GVL_PhysicalConstants.fProtonMolarMass_in_kg_mol_1 @@ -88946,7 +88959,7 @@ Readbacks TcVarGlobal - 1266532352 + 1266532672 GVL_PhysicalConstants.fProtonMolarMass_in_kg_mol_1_Units @@ -88960,7 +88973,7 @@ Readbacks TcVarGlobal - 1266532416 + 1266532736 GVL_PhysicalConstants.fProtonMolarMass_in_kg_mol_1_Uncertainty @@ -88974,7 +88987,7 @@ Readbacks TcVarGlobal - 1266533120 + 1266533440 GVL_PhysicalConstants.fProtonMuonMassRatio @@ -88990,7 +89003,7 @@ Readbacks TcVarGlobal - 1266533184 + 1266533504 GVL_PhysicalConstants.fProtonMuonMassRatio_Uncertainty @@ -89004,7 +89017,7 @@ Readbacks TcVarGlobal - 1266533248 + 1266533568 GVL_PhysicalConstants.fProtonNeutronMag_Mom_Ratio @@ -89020,7 +89033,7 @@ Readbacks TcVarGlobal - 1266533312 + 1266533632 GVL_PhysicalConstants.fProtonNeutronMag_Mom_Ratio_Uncertainty @@ -89034,7 +89047,7 @@ Readbacks TcVarGlobal - 1266533376 + 1266533696 GVL_PhysicalConstants.fProtonNeutronMassRatio @@ -89050,7 +89063,7 @@ Readbacks TcVarGlobal - 1266533440 + 1266533760 GVL_PhysicalConstants.fProtonNeutronMassRatio_Uncertainty @@ -89064,7 +89077,7 @@ Readbacks TcVarGlobal - 1266533504 + 1266533824 GVL_PhysicalConstants.fProtonRmsChargeRadius_in_m @@ -89080,7 +89093,7 @@ Readbacks TcVarGlobal - 1266533568 + 1266533888 GVL_PhysicalConstants.fProtonRmsChargeRadius_in_m_Units @@ -89094,7 +89107,7 @@ Readbacks TcVarGlobal - 1266533632 + 1266533952 GVL_PhysicalConstants.fProtonRmsChargeRadius_in_m_Uncertainty @@ -89108,7 +89121,7 @@ Readbacks TcVarGlobal - 1266534336 + 1266534656 GVL_PhysicalConstants.fProtonTauMassRatio @@ -89124,7 +89137,7 @@ Readbacks TcVarGlobal - 1266534400 + 1266534720 GVL_PhysicalConstants.fProtonTauMassRatio_Uncertainty @@ -89138,7 +89151,7 @@ Readbacks TcVarGlobal - 1266534464 + 1266534784 GVL_PhysicalConstants.fQuantumOfCirculation_in_m_2_s_1 @@ -89154,7 +89167,7 @@ Readbacks TcVarGlobal - 1266534528 + 1266534848 GVL_PhysicalConstants.fQuantumOfCirculation_in_m_2_s_1_Units @@ -89168,7 +89181,7 @@ Readbacks TcVarGlobal - 1266534592 + 1266534912 GVL_PhysicalConstants.fQuantumOfCirculation_in_m_2_s_1_Uncertainty @@ -89182,7 +89195,7 @@ Readbacks TcVarGlobal - 1266535296 + 1266535616 GVL_PhysicalConstants.fQuantumOfCirculationTimes2_in_m_2_s_1 @@ -89198,7 +89211,7 @@ Readbacks TcVarGlobal - 1266535360 + 1266535680 GVL_PhysicalConstants.fQuantumOfCirculationTimes2_in_m_2_s_1_Units @@ -89212,7 +89225,7 @@ Readbacks TcVarGlobal - 1266535424 + 1266535744 GVL_PhysicalConstants.fQuantumOfCirculationTimes2_in_m_2_s_1_Uncertainty @@ -89226,7 +89239,7 @@ Readbacks TcVarGlobal - 1266536128 + 1266536448 GVL_PhysicalConstants.fRydbergConstant_in_m_1 @@ -89242,7 +89255,7 @@ Readbacks TcVarGlobal - 1266536192 + 1266536512 GVL_PhysicalConstants.fRydbergConstant_in_m_1_Units @@ -89256,7 +89269,7 @@ Readbacks TcVarGlobal - 1266536256 + 1266536576 GVL_PhysicalConstants.fRydbergConstant_in_m_1_Uncertainty @@ -89270,7 +89283,7 @@ Readbacks TcVarGlobal - 1266536960 + 1266537280 GVL_PhysicalConstants.fRydbergConstantTimesCInHz_in_Hz @@ -89286,7 +89299,7 @@ Readbacks TcVarGlobal - 1266537024 + 1266537344 GVL_PhysicalConstants.fRydbergConstantTimesCInHz_in_Hz_Units @@ -89300,7 +89313,7 @@ Readbacks TcVarGlobal - 1266537088 + 1266537408 GVL_PhysicalConstants.fRydbergConstantTimesCInHz_in_Hz_Uncertainty @@ -89314,7 +89327,7 @@ Readbacks TcVarGlobal - 1266537792 + 1266538112 GVL_PhysicalConstants.fRydbergConstantTimesHcInEV_in_eV @@ -89330,7 +89343,7 @@ Readbacks TcVarGlobal - 1266537856 + 1266538176 GVL_PhysicalConstants.fRydbergConstantTimesHcInEV_in_eV_Units @@ -89344,7 +89357,7 @@ Readbacks TcVarGlobal - 1266537920 + 1266538240 GVL_PhysicalConstants.fRydbergConstantTimesHcInEV_in_eV_Uncertainty @@ -89358,7 +89371,7 @@ Readbacks TcVarGlobal - 1266538624 + 1266538944 GVL_PhysicalConstants.fRydbergConstantTimesHcInJ_in_J @@ -89374,7 +89387,7 @@ Readbacks TcVarGlobal - 1266538688 + 1266539008 GVL_PhysicalConstants.fRydbergConstantTimesHcInJ_in_J_Units @@ -89388,7 +89401,7 @@ Readbacks TcVarGlobal - 1266538752 + 1266539072 GVL_PhysicalConstants.fRydbergConstantTimesHcInJ_in_J_Uncertainty @@ -89402,7 +89415,7 @@ Readbacks TcVarGlobal - 1266539456 + 1266539776 GVL_PhysicalConstants.fSackur_TetrodeConstant_1K_100KPa @@ -89418,7 +89431,7 @@ Readbacks TcVarGlobal - 1266539520 + 1266539840 GVL_PhysicalConstants.fSackur_TetrodeConstant_1K_100KPa_Uncertainty @@ -89432,7 +89445,7 @@ Readbacks TcVarGlobal - 1266539584 + 1266539904 GVL_PhysicalConstants.fSackur_TetrodeConstant_1K_101_325KPa @@ -89448,7 +89461,7 @@ Readbacks TcVarGlobal - 1266539648 + 1266539968 GVL_PhysicalConstants.fSackur_TetrodeConstant_1K_101_325KPa_Uncertainty @@ -89462,7 +89475,7 @@ Readbacks TcVarGlobal - 1266539712 + 1266540032 GVL_PhysicalConstants.fSecondRadiationConstant_in_m_K @@ -89477,7 +89490,7 @@ Readbacks TcVarGlobal - 1266539776 + 1266540096 GVL_PhysicalConstants.fSecondRadiationConstant_in_m_K_Units @@ -89491,7 +89504,7 @@ Readbacks TcVarGlobal - 1266539840 + 1266540160 GVL_PhysicalConstants.fShieldedHelionGyromag_Ratio_in_s_1_T_1 @@ -89507,7 +89520,7 @@ Readbacks TcVarGlobal - 1266540544 + 1266540864 GVL_PhysicalConstants.fShieldedHelionGyromag_Ratio_in_s_1_T_1_Units @@ -89521,7 +89534,7 @@ Readbacks TcVarGlobal - 1266540608 + 1266540928 GVL_PhysicalConstants.fShieldedHelionGyromag_Ratio_in_s_1_T_1_Uncertainty @@ -89535,7 +89548,7 @@ Readbacks TcVarGlobal - 1266541312 + 1266541632 GVL_PhysicalConstants.fShieldedHelionGyromag_RatioOver2Pi_in_MHz_T_1 @@ -89551,7 +89564,7 @@ Readbacks TcVarGlobal - 1266541376 + 1266541696 GVL_PhysicalConstants.fShieldedHelionGyromag_RatioOver2Pi_in_MHz_T_1_Units @@ -89565,7 +89578,7 @@ Readbacks TcVarGlobal - 1266541440 + 1266541760 GVL_PhysicalConstants.fShieldedHelionGyromag_RatioOver2Pi_in_MHz_T_1_Uncertainty @@ -89579,7 +89592,7 @@ Readbacks TcVarGlobal - 1266542144 + 1266542464 GVL_PhysicalConstants.fShieldedHelionMag_Mom_in_J_T_1 @@ -89595,7 +89608,7 @@ Readbacks TcVarGlobal - 1266542208 + 1266542528 GVL_PhysicalConstants.fShieldedHelionMag_Mom_in_J_T_1_Units @@ -89609,7 +89622,7 @@ Readbacks TcVarGlobal - 1266542272 + 1266542592 GVL_PhysicalConstants.fShieldedHelionMag_Mom_in_J_T_1_Uncertainty @@ -89623,7 +89636,7 @@ Readbacks TcVarGlobal - 1266542976 + 1266543296 GVL_PhysicalConstants.fShieldedHelionMag_Mom_ToBohrMagnetonRatio @@ -89639,7 +89652,7 @@ Readbacks TcVarGlobal - 1266543040 + 1266543360 GVL_PhysicalConstants.fShieldedHelionMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -89653,7 +89666,7 @@ Readbacks TcVarGlobal - 1266543104 + 1266543424 GVL_PhysicalConstants.fShieldedHelionMag_Mom_ToNuclearMagnetonRatio @@ -89669,7 +89682,7 @@ Readbacks TcVarGlobal - 1266543168 + 1266543488 GVL_PhysicalConstants.fShieldedHelionMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -89683,7 +89696,7 @@ Readbacks TcVarGlobal - 1266543232 + 1266543552 GVL_PhysicalConstants.fShieldedHelionToProtonMag_Mom_Ratio @@ -89699,7 +89712,7 @@ Readbacks TcVarGlobal - 1266543296 + 1266543616 GVL_PhysicalConstants.fShieldedHelionToProtonMag_Mom_Ratio_Uncertainty @@ -89713,7 +89726,7 @@ Readbacks TcVarGlobal - 1266543360 + 1266543680 GVL_PhysicalConstants.fShieldedHelionToShieldedProtonMag_Mom_Ratio @@ -89729,7 +89742,7 @@ Readbacks TcVarGlobal - 1266543424 + 1266543744 GVL_PhysicalConstants.fShieldedHelionToShieldedProtonMag_Mom_Ratio_Uncertainty @@ -89743,7 +89756,7 @@ Readbacks TcVarGlobal - 1266543488 + 1266543808 GVL_PhysicalConstants.fShieldedProtonGyromag_Ratio_in_s_1_T_1 @@ -89759,7 +89772,7 @@ Readbacks TcVarGlobal - 1266543552 + 1266543872 GVL_PhysicalConstants.fShieldedProtonGyromag_Ratio_in_s_1_T_1_Units @@ -89773,7 +89786,7 @@ Readbacks TcVarGlobal - 1266543616 + 1266543936 GVL_PhysicalConstants.fShieldedProtonGyromag_Ratio_in_s_1_T_1_Uncertainty @@ -89787,7 +89800,7 @@ Readbacks TcVarGlobal - 1266544320 + 1266544640 GVL_PhysicalConstants.fShieldedProtonGyromag_RatioOver2Pi_in_MHz_T_1 @@ -89803,7 +89816,7 @@ Readbacks TcVarGlobal - 1266544384 + 1266544704 GVL_PhysicalConstants.fShieldedProtonGyromag_RatioOver2Pi_in_MHz_T_1_Units @@ -89817,7 +89830,7 @@ Readbacks TcVarGlobal - 1266544448 + 1266544768 GVL_PhysicalConstants.fShieldedProtonGyromag_RatioOver2Pi_in_MHz_T_1_Uncertainty @@ -89831,7 +89844,7 @@ Readbacks TcVarGlobal - 1266545152 + 1266545472 GVL_PhysicalConstants.fShieldedProtonMag_Mom_in_J_T_1 @@ -89847,7 +89860,7 @@ Readbacks TcVarGlobal - 1266545216 + 1266545536 GVL_PhysicalConstants.fShieldedProtonMag_Mom_in_J_T_1_Units @@ -89861,7 +89874,7 @@ Readbacks TcVarGlobal - 1266545280 + 1266545600 GVL_PhysicalConstants.fShieldedProtonMag_Mom_in_J_T_1_Uncertainty @@ -89875,7 +89888,7 @@ Readbacks TcVarGlobal - 1266545984 + 1266546304 GVL_PhysicalConstants.fShieldedProtonMag_Mom_ToBohrMagnetonRatio @@ -89891,7 +89904,7 @@ Readbacks TcVarGlobal - 1266546048 + 1266546368 GVL_PhysicalConstants.fShieldedProtonMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -89905,7 +89918,7 @@ Readbacks TcVarGlobal - 1266546112 + 1266546432 GVL_PhysicalConstants.fShieldedProtonMag_Mom_ToNuclearMagnetonRatio @@ -89921,7 +89934,7 @@ Readbacks TcVarGlobal - 1266546176 + 1266546496 GVL_PhysicalConstants.fShieldedProtonMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -89935,7 +89948,7 @@ Readbacks TcVarGlobal - 1266546240 + 1266546560 GVL_PhysicalConstants.fSpeedOfLightInVacuum_in_m_s_1 @@ -89950,7 +89963,7 @@ Readbacks TcVarGlobal - 1266546304 + 1266546624 GVL_PhysicalConstants.fSpeedOfLightInVacuum_in_m_s_1_Units @@ -89964,7 +89977,7 @@ Readbacks TcVarGlobal - 1266546368 + 1266546688 GVL_PhysicalConstants.fStandardAccelerationOfGravity_in_m_s_2 @@ -89979,7 +89992,7 @@ Readbacks TcVarGlobal - 1266547072 + 1266547392 GVL_PhysicalConstants.fStandardAccelerationOfGravity_in_m_s_2_Units @@ -89993,7 +90006,7 @@ Readbacks TcVarGlobal - 1266547136 + 1266547456 GVL_PhysicalConstants.fStandardAtmosphere_in_Pa @@ -90008,7 +90021,7 @@ Readbacks TcVarGlobal - 1266547840 + 1266548160 GVL_PhysicalConstants.fStandardAtmosphere_in_Pa_Units @@ -90022,7 +90035,7 @@ Readbacks TcVarGlobal - 1266547904 + 1266548224 GVL_PhysicalConstants.fStefan_BoltzmannConstant_in_W_m_2_K_4 @@ -90037,7 +90050,7 @@ Readbacks TcVarGlobal - 1266548608 + 1266548928 GVL_PhysicalConstants.fStefan_BoltzmannConstant_in_W_m_2_K_4_Units @@ -90051,7 +90064,7 @@ Readbacks TcVarGlobal - 1266548672 + 1266548992 GVL_PhysicalConstants.fTauComptonWavelength_in_m @@ -90067,7 +90080,7 @@ Readbacks TcVarGlobal - 1266549376 + 1266549696 GVL_PhysicalConstants.fTauComptonWavelength_in_m_Units @@ -90081,7 +90094,7 @@ Readbacks TcVarGlobal - 1266549440 + 1266549760 GVL_PhysicalConstants.fTauComptonWavelength_in_m_Uncertainty @@ -90095,7 +90108,7 @@ Readbacks TcVarGlobal - 1266550144 + 1266550464 GVL_PhysicalConstants.fTauComptonWavelengthOver2Pi_in_m @@ -90111,7 +90124,7 @@ Readbacks TcVarGlobal - 1266550208 + 1266550528 GVL_PhysicalConstants.fTauComptonWavelengthOver2Pi_in_m_Units @@ -90125,7 +90138,7 @@ Readbacks TcVarGlobal - 1266550272 + 1266550592 GVL_PhysicalConstants.fTauComptonWavelengthOver2Pi_in_m_Uncertainty @@ -90139,7 +90152,7 @@ Readbacks TcVarGlobal - 1266550976 + 1266551296 GVL_PhysicalConstants.fTauElectronMassRatio @@ -90155,7 +90168,7 @@ Readbacks TcVarGlobal - 1266551040 + 1266551360 GVL_PhysicalConstants.fTauElectronMassRatio_Uncertainty @@ -90169,7 +90182,7 @@ Readbacks TcVarGlobal - 1266551104 + 1266551424 GVL_PhysicalConstants.fTauMass_in_kg @@ -90185,7 +90198,7 @@ Readbacks TcVarGlobal - 1266551168 + 1266551488 GVL_PhysicalConstants.fTauMass_in_kg_Units @@ -90199,7 +90212,7 @@ Readbacks TcVarGlobal - 1266551232 + 1266551552 GVL_PhysicalConstants.fTauMass_in_kg_Uncertainty @@ -90213,7 +90226,7 @@ Readbacks TcVarGlobal - 1266551936 + 1266552256 GVL_PhysicalConstants.fTauMassEnergyEquivalent_in_J @@ -90229,7 +90242,7 @@ Readbacks TcVarGlobal - 1266552000 + 1266552320 GVL_PhysicalConstants.fTauMassEnergyEquivalent_in_J_Units @@ -90243,7 +90256,7 @@ Readbacks TcVarGlobal - 1266552064 + 1266552384 GVL_PhysicalConstants.fTauMassEnergyEquivalent_in_J_Uncertainty @@ -90257,7 +90270,7 @@ Readbacks TcVarGlobal - 1266552768 + 1266553088 GVL_PhysicalConstants.fTauMassEnergyEquivalentInMeV_in_MeV @@ -90273,7 +90286,7 @@ Readbacks TcVarGlobal - 1266552832 + 1266553152 GVL_PhysicalConstants.fTauMassEnergyEquivalentInMeV_in_MeV_Units @@ -90287,7 +90300,7 @@ Readbacks TcVarGlobal - 1266552896 + 1266553216 GVL_PhysicalConstants.fTauMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -90301,7 +90314,7 @@ Readbacks TcVarGlobal - 1266553600 + 1266553920 GVL_PhysicalConstants.fTauMassInU_in_u @@ -90317,7 +90330,7 @@ Readbacks TcVarGlobal - 1266553664 + 1266553984 GVL_PhysicalConstants.fTauMassInU_in_u_Units @@ -90331,7 +90344,7 @@ Readbacks TcVarGlobal - 1266553728 + 1266554048 GVL_PhysicalConstants.fTauMassInU_in_u_Uncertainty @@ -90345,7 +90358,7 @@ Readbacks TcVarGlobal - 1266554432 + 1266554752 GVL_PhysicalConstants.fTauMolarMass_in_kg_mol_1 @@ -90361,7 +90374,7 @@ Readbacks TcVarGlobal - 1266554496 + 1266554816 GVL_PhysicalConstants.fTauMolarMass_in_kg_mol_1_Units @@ -90375,7 +90388,7 @@ Readbacks TcVarGlobal - 1266554560 + 1266554880 GVL_PhysicalConstants.fTauMolarMass_in_kg_mol_1_Uncertainty @@ -90389,7 +90402,7 @@ Readbacks TcVarGlobal - 1266555264 + 1266555584 GVL_PhysicalConstants.fTauMuonMassRatio @@ -90405,7 +90418,7 @@ Readbacks TcVarGlobal - 1266555328 + 1266555648 GVL_PhysicalConstants.fTauMuonMassRatio_Uncertainty @@ -90419,7 +90432,7 @@ Readbacks TcVarGlobal - 1266555392 + 1266555712 GVL_PhysicalConstants.fTauNeutronMassRatio @@ -90435,7 +90448,7 @@ Readbacks TcVarGlobal - 1266555456 + 1266555776 GVL_PhysicalConstants.fTauNeutronMassRatio_Uncertainty @@ -90449,7 +90462,7 @@ Readbacks TcVarGlobal - 1266555520 + 1266555840 GVL_PhysicalConstants.fTauProtonMassRatio @@ -90465,7 +90478,7 @@ Readbacks TcVarGlobal - 1266555584 + 1266555904 GVL_PhysicalConstants.fTauProtonMassRatio_Uncertainty @@ -90479,7 +90492,7 @@ Readbacks TcVarGlobal - 1266555648 + 1266555968 GVL_PhysicalConstants.fThomsonCrossSection_in_m_2 @@ -90495,7 +90508,7 @@ Readbacks TcVarGlobal - 1266555712 + 1266556032 GVL_PhysicalConstants.fThomsonCrossSection_in_m_2_Units @@ -90509,7 +90522,7 @@ Readbacks TcVarGlobal - 1266555776 + 1266556096 GVL_PhysicalConstants.fThomsonCrossSection_in_m_2_Uncertainty @@ -90523,7 +90536,7 @@ Readbacks TcVarGlobal - 1266556480 + 1266556800 GVL_PhysicalConstants.fTritonElectronMag_Mom_Ratio @@ -90539,7 +90552,7 @@ Readbacks TcVarGlobal - 1266556544 + 1266556864 GVL_PhysicalConstants.fTritonElectronMag_Mom_Ratio_Uncertainty @@ -90553,7 +90566,7 @@ Readbacks TcVarGlobal - 1266556608 + 1266556928 GVL_PhysicalConstants.fTritonElectronMassRatio @@ -90569,7 +90582,7 @@ Readbacks TcVarGlobal - 1266556672 + 1266556992 GVL_PhysicalConstants.fTritonElectronMassRatio_Uncertainty @@ -90583,7 +90596,7 @@ Readbacks TcVarGlobal - 1266556736 + 1266557056 GVL_PhysicalConstants.fTritonGFactor @@ -90599,7 +90612,7 @@ Readbacks TcVarGlobal - 1266556800 + 1266557120 GVL_PhysicalConstants.fTritonGFactor_Uncertainty @@ -90613,7 +90626,7 @@ Readbacks TcVarGlobal - 1266556864 + 1266557184 GVL_PhysicalConstants.fTritonMag_Mom_in_J_T_1 @@ -90629,7 +90642,7 @@ Readbacks TcVarGlobal - 1266556928 + 1266557248 GVL_PhysicalConstants.fTritonMag_Mom_in_J_T_1_Units @@ -90643,7 +90656,7 @@ Readbacks TcVarGlobal - 1266556992 + 1266557312 GVL_PhysicalConstants.fTritonMag_Mom_in_J_T_1_Uncertainty @@ -90657,7 +90670,7 @@ Readbacks TcVarGlobal - 1266557696 + 1266558016 GVL_PhysicalConstants.fTritonMag_Mom_ToBohrMagnetonRatio @@ -90673,7 +90686,7 @@ Readbacks TcVarGlobal - 1266557760 + 1266558080 GVL_PhysicalConstants.fTritonMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -90687,7 +90700,7 @@ Readbacks TcVarGlobal - 1266557824 + 1266558144 GVL_PhysicalConstants.fTritonMag_Mom_ToNuclearMagnetonRatio @@ -90703,7 +90716,7 @@ Readbacks TcVarGlobal - 1266557888 + 1266558208 GVL_PhysicalConstants.fTritonMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -90717,7 +90730,7 @@ Readbacks TcVarGlobal - 1266557952 + 1266558272 GVL_PhysicalConstants.fTritonMass_in_kg @@ -90733,7 +90746,7 @@ Readbacks TcVarGlobal - 1266558016 + 1266558336 GVL_PhysicalConstants.fTritonMass_in_kg_Units @@ -90747,7 +90760,7 @@ Readbacks TcVarGlobal - 1266558080 + 1266558400 GVL_PhysicalConstants.fTritonMass_in_kg_Uncertainty @@ -90761,7 +90774,7 @@ Readbacks TcVarGlobal - 1266558784 + 1266559104 GVL_PhysicalConstants.fTritonMassEnergyEquivalent_in_J @@ -90777,7 +90790,7 @@ Readbacks TcVarGlobal - 1266558848 + 1266559168 GVL_PhysicalConstants.fTritonMassEnergyEquivalent_in_J_Units @@ -90791,7 +90804,7 @@ Readbacks TcVarGlobal - 1266558912 + 1266559232 GVL_PhysicalConstants.fTritonMassEnergyEquivalent_in_J_Uncertainty @@ -90805,7 +90818,7 @@ Readbacks TcVarGlobal - 1266559616 + 1266559936 GVL_PhysicalConstants.fTritonMassEnergyEquivalentInMeV_in_MeV @@ -90821,7 +90834,7 @@ Readbacks TcVarGlobal - 1266559680 + 1266560000 GVL_PhysicalConstants.fTritonMassEnergyEquivalentInMeV_in_MeV_Units @@ -90835,7 +90848,7 @@ Readbacks TcVarGlobal - 1266559744 + 1266560064 GVL_PhysicalConstants.fTritonMassEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -90849,7 +90862,7 @@ Readbacks TcVarGlobal - 1266560448 + 1266560768 GVL_PhysicalConstants.fTritonMassInU_in_u @@ -90865,7 +90878,7 @@ Readbacks TcVarGlobal - 1266560512 + 1266560832 GVL_PhysicalConstants.fTritonMassInU_in_u_Units @@ -90879,7 +90892,7 @@ Readbacks TcVarGlobal - 1266560576 + 1266560896 GVL_PhysicalConstants.fTritonMassInU_in_u_Uncertainty @@ -90893,7 +90906,7 @@ Readbacks TcVarGlobal - 1266561280 + 1266561600 GVL_PhysicalConstants.fTritonMolarMass_in_kg_mol_1 @@ -90909,7 +90922,7 @@ Readbacks TcVarGlobal - 1266561344 + 1266561664 GVL_PhysicalConstants.fTritonMolarMass_in_kg_mol_1_Units @@ -90923,7 +90936,7 @@ Readbacks TcVarGlobal - 1266561408 + 1266561728 GVL_PhysicalConstants.fTritonMolarMass_in_kg_mol_1_Uncertainty @@ -90937,7 +90950,7 @@ Readbacks TcVarGlobal - 1266562112 + 1266562432 GVL_PhysicalConstants.fTritonNeutronMag_Mom_Ratio @@ -90953,7 +90966,7 @@ Readbacks TcVarGlobal - 1266562176 + 1266562496 GVL_PhysicalConstants.fTritonNeutronMag_Mom_Ratio_Uncertainty @@ -90967,7 +90980,7 @@ Readbacks TcVarGlobal - 1266562240 + 1266562560 GVL_PhysicalConstants.fTritonProtonMag_Mom_Ratio @@ -90983,7 +90996,7 @@ Readbacks TcVarGlobal - 1266562304 + 1266562624 GVL_PhysicalConstants.fTritonProtonMag_Mom_Ratio_Uncertainty @@ -90997,7 +91010,7 @@ Readbacks TcVarGlobal - 1266562368 + 1266562688 GVL_PhysicalConstants.fTritonProtonMassRatio @@ -91013,7 +91026,7 @@ Readbacks TcVarGlobal - 1266562432 + 1266562752 GVL_PhysicalConstants.fTritonProtonMassRatio_Uncertainty @@ -91027,7 +91040,7 @@ Readbacks TcVarGlobal - 1266562496 + 1266562816 GVL_PhysicalConstants.fUnifiedAtomicMassUnit_in_kg @@ -91043,7 +91056,7 @@ Readbacks TcVarGlobal - 1266562560 + 1266562880 GVL_PhysicalConstants.fUnifiedAtomicMassUnit_in_kg_Units @@ -91057,7 +91070,7 @@ Readbacks TcVarGlobal - 1266562624 + 1266562944 GVL_PhysicalConstants.fUnifiedAtomicMassUnit_in_kg_Uncertainty @@ -91071,7 +91084,7 @@ Readbacks TcVarGlobal - 1266563328 + 1266563648 GVL_PhysicalConstants.fVonKlitzingConstant_in_ohm @@ -91086,7 +91099,7 @@ Readbacks TcVarGlobal - 1266563392 + 1266563712 GVL_PhysicalConstants.fVonKlitzingConstant_in_ohm_Units @@ -91100,7 +91113,7 @@ Readbacks TcVarGlobal - 1266563456 + 1266563776 GVL_PhysicalConstants.fWeakMixingAngle @@ -91116,7 +91129,7 @@ Readbacks TcVarGlobal - 1266564160 + 1266564480 GVL_PhysicalConstants.fWeakMixingAngle_Uncertainty @@ -91130,7 +91143,7 @@ Readbacks TcVarGlobal - 1266564224 + 1266564544 GVL_PhysicalConstants.fWienFrequencyDisplacementLawConstant_in_Hz_K_1 @@ -91145,7 +91158,7 @@ Readbacks TcVarGlobal - 1266564288 + 1266564608 GVL_PhysicalConstants.fWienFrequencyDisplacementLawConstant_in_Hz_K_1_Units @@ -91159,7 +91172,7 @@ Readbacks TcVarGlobal - 1266564352 + 1266564672 GVL_PhysicalConstants.fWienWavelengthDisplacementLawConstant_in_m_K @@ -91174,7 +91187,7 @@ Readbacks TcVarGlobal - 1266565056 + 1266565376 GVL_PhysicalConstants.fWienWavelengthDisplacementLawConstant_in_m_K_Units @@ -91188,7 +91201,7 @@ Readbacks TcVarGlobal - 1266565120 + 1266565440 GVL_PhysicalConstants.fAtomicUnitOfMom_um_in_kg_m_s_1 @@ -91204,7 +91217,7 @@ Readbacks TcVarGlobal - 1266565824 + 1266566144 GVL_PhysicalConstants.fAtomicUnitOfMom_um_in_kg_m_s_1_Units @@ -91218,7 +91231,7 @@ Readbacks TcVarGlobal - 1266565888 + 1266566208 GVL_PhysicalConstants.fAtomicUnitOfMom_um_in_kg_m_s_1_Uncertainty @@ -91232,7 +91245,7 @@ Readbacks TcVarGlobal - 1266566592 + 1266566912 GVL_PhysicalConstants.fElectronHelionMassRatio @@ -91248,7 +91261,7 @@ Readbacks TcVarGlobal - 1266566656 + 1266566976 GVL_PhysicalConstants.fElectronHelionMassRatio_Uncertainty @@ -91262,7 +91275,7 @@ Readbacks TcVarGlobal - 1266566720 + 1266567040 GVL_PhysicalConstants.fElectronTritonMassRatio @@ -91278,7 +91291,7 @@ Readbacks TcVarGlobal - 1266566784 + 1266567104 GVL_PhysicalConstants.fElectronTritonMassRatio_Uncertainty @@ -91292,7 +91305,7 @@ Readbacks TcVarGlobal - 1266566848 + 1266567168 GVL_PhysicalConstants.fHelionGFactor @@ -91308,7 +91321,7 @@ Readbacks TcVarGlobal - 1266566912 + 1266567232 GVL_PhysicalConstants.fHelionGFactor_Uncertainty @@ -91322,7 +91335,7 @@ Readbacks TcVarGlobal - 1266566976 + 1266567296 GVL_PhysicalConstants.fHelionMag_Mom_in_J_T_1 @@ -91338,7 +91351,7 @@ Readbacks TcVarGlobal - 1266567040 + 1266567360 GVL_PhysicalConstants.fHelionMag_Mom_in_J_T_1_Units @@ -91352,7 +91365,7 @@ Readbacks TcVarGlobal - 1266567104 + 1266567424 GVL_PhysicalConstants.fHelionMag_Mom_in_J_T_1_Uncertainty @@ -91366,7 +91379,7 @@ Readbacks TcVarGlobal - 1266567808 + 1266568128 GVL_PhysicalConstants.fHelionMag_Mom_ToBohrMagnetonRatio @@ -91382,7 +91395,7 @@ Readbacks TcVarGlobal - 1266567872 + 1266568192 GVL_PhysicalConstants.fHelionMag_Mom_ToBohrMagnetonRatio_Uncertainty @@ -91396,7 +91409,7 @@ Readbacks TcVarGlobal - 1266567936 + 1266568256 GVL_PhysicalConstants.fHelionMag_Mom_ToNuclearMagnetonRatio @@ -91412,7 +91425,7 @@ Readbacks TcVarGlobal - 1266568000 + 1266568320 GVL_PhysicalConstants.fHelionMag_Mom_ToNuclearMagnetonRatio_Uncertainty @@ -91426,7 +91439,7 @@ Readbacks TcVarGlobal - 1266568064 + 1266568384 GVL_PhysicalConstants.fLoschmidtConstant_273_15K_100KPa_in_m_3 @@ -91441,7 +91454,7 @@ Readbacks TcVarGlobal - 1266568128 + 1266568448 GVL_PhysicalConstants.fLoschmidtConstant_273_15K_100KPa_in_m_3_Units @@ -91455,7 +91468,7 @@ Readbacks TcVarGlobal - 1266568192 + 1266568512 GVL_PhysicalConstants.fNaturalUnitOfMom_um_in_kg_m_s_1 @@ -91471,7 +91484,7 @@ Readbacks TcVarGlobal - 1266568896 + 1266569216 GVL_PhysicalConstants.fNaturalUnitOfMom_um_in_kg_m_s_1_Units @@ -91485,7 +91498,7 @@ Readbacks TcVarGlobal - 1266568960 + 1266569280 GVL_PhysicalConstants.fNaturalUnitOfMom_um_in_kg_m_s_1_Uncertainty @@ -91499,7 +91512,7 @@ Readbacks TcVarGlobal - 1266569664 + 1266569984 GVL_PhysicalConstants.fNaturalUnitOfMom_umInMeV_c_in_MeV_c @@ -91515,7 +91528,7 @@ Readbacks TcVarGlobal - 1266569728 + 1266570048 GVL_PhysicalConstants.fNaturalUnitOfMom_umInMeV_c_in_MeV_c_Units @@ -91529,7 +91542,7 @@ Readbacks TcVarGlobal - 1266569792 + 1266570112 GVL_PhysicalConstants.fNaturalUnitOfMom_umInMeV_c_in_MeV_c_Uncertainty @@ -91543,7 +91556,7 @@ Readbacks TcVarGlobal - 1266570496 + 1266570816 GVL_PhysicalConstants.fNeutronProtonMassDifference_in_kg @@ -91559,7 +91572,7 @@ Readbacks TcVarGlobal - 1266570560 + 1266570880 GVL_PhysicalConstants.fNeutronProtonMassDifference_in_kg_Units @@ -91573,7 +91586,7 @@ Readbacks TcVarGlobal - 1266570624 + 1266570944 GVL_PhysicalConstants.fNeutronProtonMassDifference_in_kg_Uncertainty @@ -91587,7 +91600,7 @@ Readbacks TcVarGlobal - 1266571328 + 1266571648 GVL_PhysicalConstants.fNeutronProtonMassDifferenceEnergyEquivalent_in_J @@ -91603,7 +91616,7 @@ Readbacks TcVarGlobal - 1266571392 + 1266571712 GVL_PhysicalConstants.fNeutronProtonMassDifferenceEnergyEquivalent_in_J_Units @@ -91617,7 +91630,7 @@ Readbacks TcVarGlobal - 1266571456 + 1266571776 GVL_PhysicalConstants.fNeutronProtonMassDifferenceEnergyEquivalent_in_J_Uncertainty @@ -91631,7 +91644,7 @@ Readbacks TcVarGlobal - 1266572160 + 1266572480 GVL_PhysicalConstants.fNeutronProtonMassDifferenceEnergyEquivalentInMeV_in_MeV @@ -91647,7 +91660,7 @@ Readbacks TcVarGlobal - 1266572224 + 1266572544 GVL_PhysicalConstants.fNeutronProtonMassDifferenceEnergyEquivalentInMeV_in_MeV_Units @@ -91661,7 +91674,7 @@ Readbacks TcVarGlobal - 1266572288 + 1266572608 GVL_PhysicalConstants.fNeutronProtonMassDifferenceEnergyEquivalentInMeV_in_MeV_Uncertainty @@ -91675,7 +91688,7 @@ Readbacks TcVarGlobal - 1266572992 + 1266573312 GVL_PhysicalConstants.fNeutronProtonMassDifferenceInU_in_u @@ -91691,7 +91704,7 @@ Readbacks TcVarGlobal - 1266573056 + 1266573376 GVL_PhysicalConstants.fNeutronProtonMassDifferenceInU_in_u_Units @@ -91705,7 +91718,7 @@ Readbacks TcVarGlobal - 1266573120 + 1266573440 GVL_PhysicalConstants.fNeutronProtonMassDifferenceInU_in_u_Uncertainty @@ -91719,7 +91732,7 @@ Readbacks TcVarGlobal - 1266573824 + 1266574144 GVL_PhysicalConstants.fStandardStatePressure_in_Pa @@ -91734,7 +91747,7 @@ Readbacks TcVarGlobal - 1266573888 + 1266574208 GVL_PhysicalConstants.fStandardStatePressure_in_Pa_Units @@ -91748,7 +91761,7 @@ Readbacks TcVarGlobal - 1266573952 + 1266574272 GVL_PhysicalConstants.fAlphaParticleRelativeAtomicMass @@ -91764,7 +91777,7 @@ Readbacks TcVarGlobal - 1266574656 + 1266574976 GVL_PhysicalConstants.fAlphaParticleRelativeAtomicMass_Uncertainty @@ -91778,7 +91791,7 @@ Readbacks TcVarGlobal - 1266574720 + 1266575040 GVL_PhysicalConstants.fBohrMagnetonInInverseMeterPerTesla_in_m_1_T_1 @@ -91794,7 +91807,7 @@ Readbacks TcVarGlobal - 1266574784 + 1266575104 GVL_PhysicalConstants.fBohrMagnetonInInverseMeterPerTesla_in_m_1_T_1_Units @@ -91808,7 +91821,7 @@ Readbacks TcVarGlobal - 1266574848 + 1266575168 GVL_PhysicalConstants.fBohrMagnetonInInverseMeterPerTesla_in_m_1_T_1_Uncertainty @@ -91822,7 +91835,7 @@ Readbacks TcVarGlobal - 1266575552 + 1266575872 GVL_PhysicalConstants.fBoltzmannConstantInInverseMeterPerKelvin_in_m_1_K_1 @@ -91837,7 +91850,7 @@ Readbacks TcVarGlobal - 1266575616 + 1266575936 GVL_PhysicalConstants.fBoltzmannConstantInInverseMeterPerKelvin_in_m_1_K_1_Units @@ -91851,7 +91864,7 @@ Readbacks TcVarGlobal - 1266575680 + 1266576000 GVL_PhysicalConstants.fConventionalValueOfAmpere_90_in_A @@ -91866,7 +91879,7 @@ Readbacks TcVarGlobal - 1266576384 + 1266576704 GVL_PhysicalConstants.fConventionalValueOfAmpere_90_in_A_Units @@ -91880,7 +91893,7 @@ Readbacks TcVarGlobal - 1266576448 + 1266576768 GVL_PhysicalConstants.fConventionalValueOfCoulomb_90_in_C @@ -91895,7 +91908,7 @@ Readbacks TcVarGlobal - 1266577152 + 1266577472 GVL_PhysicalConstants.fConventionalValueOfCoulomb_90_in_C_Units @@ -91909,7 +91922,7 @@ Readbacks TcVarGlobal - 1266577216 + 1266577536 GVL_PhysicalConstants.fConventionalValueOfFarad_90_in_F @@ -91924,7 +91937,7 @@ Readbacks TcVarGlobal - 1266577920 + 1266578240 GVL_PhysicalConstants.fConventionalValueOfFarad_90_in_F_Units @@ -91938,7 +91951,7 @@ Readbacks TcVarGlobal - 1266577984 + 1266578304 GVL_PhysicalConstants.fConventionalValueOfHenry_90_in_H @@ -91953,7 +91966,7 @@ Readbacks TcVarGlobal - 1266578688 + 1266579008 GVL_PhysicalConstants.fConventionalValueOfHenry_90_in_H_Units @@ -91967,7 +91980,7 @@ Readbacks TcVarGlobal - 1266578752 + 1266579072 GVL_PhysicalConstants.fConventionalValueOfOhm_90_in_ohm @@ -91982,7 +91995,7 @@ Readbacks TcVarGlobal - 1266579456 + 1266579776 GVL_PhysicalConstants.fConventionalValueOfOhm_90_in_ohm_Units @@ -91996,7 +92009,7 @@ Readbacks TcVarGlobal - 1266579520 + 1266579840 GVL_PhysicalConstants.fConventionalValueOfVolt_90_in_V @@ -92011,7 +92024,7 @@ Readbacks TcVarGlobal - 1266580224 + 1266580544 GVL_PhysicalConstants.fConventionalValueOfVolt_90_in_V_Units @@ -92025,7 +92038,7 @@ Readbacks TcVarGlobal - 1266580288 + 1266580608 GVL_PhysicalConstants.fConventionalValueOfWatt_90_in_W @@ -92040,7 +92053,7 @@ Readbacks TcVarGlobal - 1266580992 + 1266581312 GVL_PhysicalConstants.fConventionalValueOfWatt_90_in_W_Units @@ -92054,7 +92067,7 @@ Readbacks TcVarGlobal - 1266581056 + 1266581376 GVL_PhysicalConstants.fDeuteronRelativeAtomicMass @@ -92070,7 +92083,7 @@ Readbacks TcVarGlobal - 1266581760 + 1266582080 GVL_PhysicalConstants.fDeuteronRelativeAtomicMass_Uncertainty @@ -92084,7 +92097,7 @@ Readbacks TcVarGlobal - 1266581824 + 1266582144 GVL_PhysicalConstants.fElectronGyromag_RatioInMHz_T_in_MHz_T_1 @@ -92100,7 +92113,7 @@ Readbacks TcVarGlobal - 1266581888 + 1266582208 GVL_PhysicalConstants.fElectronGyromag_RatioInMHz_T_in_MHz_T_1_Units @@ -92114,7 +92127,7 @@ Readbacks TcVarGlobal - 1266581952 + 1266582272 GVL_PhysicalConstants.fElectronGyromag_RatioInMHz_T_in_MHz_T_1_Uncertainty @@ -92128,7 +92141,7 @@ Readbacks TcVarGlobal - 1266582656 + 1266582976 GVL_PhysicalConstants.fElectronRelativeAtomicMass @@ -92144,7 +92157,7 @@ Readbacks TcVarGlobal - 1266582720 + 1266583040 GVL_PhysicalConstants.fElectronRelativeAtomicMass_Uncertainty @@ -92158,7 +92171,7 @@ Readbacks TcVarGlobal - 1266582784 + 1266583104 GVL_PhysicalConstants.fElementaryChargeOverH_bar_in_A_J_1 @@ -92173,7 +92186,7 @@ Readbacks TcVarGlobal - 1266582848 + 1266583168 GVL_PhysicalConstants.fElementaryChargeOverH_bar_in_A_J_1_Units @@ -92187,7 +92200,7 @@ Readbacks TcVarGlobal - 1266582912 + 1266583232 GVL_PhysicalConstants.fHelionRelativeAtomicMass @@ -92203,7 +92216,7 @@ Readbacks TcVarGlobal - 1266583616 + 1266583936 GVL_PhysicalConstants.fHelionRelativeAtomicMass_Uncertainty @@ -92217,7 +92230,7 @@ Readbacks TcVarGlobal - 1266583680 + 1266584000 GVL_PhysicalConstants.fHelionShieldingShift @@ -92233,7 +92246,7 @@ Readbacks TcVarGlobal - 1266583744 + 1266584064 GVL_PhysicalConstants.fHelionShieldingShift_Uncertainty @@ -92247,7 +92260,7 @@ Readbacks TcVarGlobal - 1266583808 + 1266584128 GVL_PhysicalConstants.fHyperfineTransitionFrequencyOfCs_133_in_Hz @@ -92262,7 +92275,7 @@ Readbacks TcVarGlobal - 1266583872 + 1266584192 GVL_PhysicalConstants.fHyperfineTransitionFrequencyOfCs_133_in_Hz_Units @@ -92276,7 +92289,7 @@ Readbacks TcVarGlobal - 1266583936 + 1266584256 GVL_PhysicalConstants.fLatticeSpacingOfIdealSi_220_in_m @@ -92292,7 +92305,7 @@ Readbacks TcVarGlobal - 1266584640 + 1266584960 GVL_PhysicalConstants.fLatticeSpacingOfIdealSi_220_in_m_Units @@ -92306,7 +92319,7 @@ Readbacks TcVarGlobal - 1266584704 + 1266585024 GVL_PhysicalConstants.fLatticeSpacingOfIdealSi_220_in_m_Uncertainty @@ -92320,7 +92333,7 @@ Readbacks TcVarGlobal - 1266585408 + 1266585728 GVL_PhysicalConstants.fLuminousEfficacy_in_lm_W_1 @@ -92335,7 +92348,7 @@ Readbacks TcVarGlobal - 1266585472 + 1266585792 GVL_PhysicalConstants.fLuminousEfficacy_in_lm_W_1_Units @@ -92349,7 +92362,7 @@ Readbacks TcVarGlobal - 1266585536 + 1266585856 GVL_PhysicalConstants.fNeutronGyromag_RatioInMHz_T_in_MHz_T_1 @@ -92365,7 +92378,7 @@ Readbacks TcVarGlobal - 1266586240 + 1266586560 GVL_PhysicalConstants.fNeutronGyromag_RatioInMHz_T_in_MHz_T_1_Units @@ -92379,7 +92392,7 @@ Readbacks TcVarGlobal - 1266586304 + 1266586624 GVL_PhysicalConstants.fNeutronGyromag_RatioInMHz_T_in_MHz_T_1_Uncertainty @@ -92393,7 +92406,7 @@ Readbacks TcVarGlobal - 1266587008 + 1266587328 GVL_PhysicalConstants.fNeutronRelativeAtomicMass @@ -92409,7 +92422,7 @@ Readbacks TcVarGlobal - 1266587072 + 1266587392 GVL_PhysicalConstants.fNeutronRelativeAtomicMass_Uncertainty @@ -92423,7 +92436,7 @@ Readbacks TcVarGlobal - 1266587136 + 1266587456 GVL_PhysicalConstants.fNuclearMagnetonInInverseMeterPerTesla_in_m_1_T_1 @@ -92439,7 +92452,7 @@ Readbacks TcVarGlobal - 1266587200 + 1266587520 GVL_PhysicalConstants.fNuclearMagnetonInInverseMeterPerTesla_in_m_1_T_1_Units @@ -92453,7 +92466,7 @@ Readbacks TcVarGlobal - 1266587264 + 1266587584 GVL_PhysicalConstants.fNuclearMagnetonInInverseMeterPerTesla_in_m_1_T_1_Uncertainty @@ -92467,7 +92480,7 @@ Readbacks TcVarGlobal - 1266587968 + 1266588288 GVL_PhysicalConstants.fPlanckConstantInEV_Hz_in_eV_Hz_1 @@ -92482,7 +92495,7 @@ Readbacks TcVarGlobal - 1266588032 + 1266588352 GVL_PhysicalConstants.fPlanckConstantInEV_Hz_in_eV_Hz_1_Units @@ -92496,7 +92509,7 @@ Readbacks TcVarGlobal - 1266588096 + 1266588416 GVL_PhysicalConstants.fProtonGyromag_RatioInMHz_T_in_MHz_T_1 @@ -92512,7 +92525,7 @@ Readbacks TcVarGlobal - 1266588800 + 1266589120 GVL_PhysicalConstants.fProtonGyromag_RatioInMHz_T_in_MHz_T_1_Units @@ -92526,7 +92539,7 @@ Readbacks TcVarGlobal - 1266588864 + 1266589184 GVL_PhysicalConstants.fProtonGyromag_RatioInMHz_T_in_MHz_T_1_Uncertainty @@ -92540,7 +92553,7 @@ Readbacks TcVarGlobal - 1266589568 + 1266589888 GVL_PhysicalConstants.fProtonRelativeAtomicMass @@ -92556,7 +92569,7 @@ Readbacks TcVarGlobal - 1266589632 + 1266589952 GVL_PhysicalConstants.fProtonRelativeAtomicMass_Uncertainty @@ -92570,7 +92583,7 @@ Readbacks TcVarGlobal - 1266589696 + 1266590016 GVL_PhysicalConstants.fReducedComptonWavelength_in_m @@ -92586,7 +92599,7 @@ Readbacks TcVarGlobal - 1266589760 + 1266590080 GVL_PhysicalConstants.fReducedComptonWavelength_in_m_Units @@ -92600,7 +92613,7 @@ Readbacks TcVarGlobal - 1266589824 + 1266590144 GVL_PhysicalConstants.fReducedComptonWavelength_in_m_Uncertainty @@ -92614,7 +92627,7 @@ Readbacks TcVarGlobal - 1266590528 + 1266590848 GVL_PhysicalConstants.fReducedMuonComptonWavelength_in_m @@ -92630,7 +92643,7 @@ Readbacks TcVarGlobal - 1266590592 + 1266590912 GVL_PhysicalConstants.fReducedMuonComptonWavelength_in_m_Units @@ -92644,7 +92657,7 @@ Readbacks TcVarGlobal - 1266590656 + 1266590976 GVL_PhysicalConstants.fReducedMuonComptonWavelength_in_m_Uncertainty @@ -92658,7 +92671,7 @@ Readbacks TcVarGlobal - 1266591360 + 1266591680 GVL_PhysicalConstants.fReducedNeutronComptonWavelength_in_m @@ -92674,7 +92687,7 @@ Readbacks TcVarGlobal - 1266591424 + 1266591744 GVL_PhysicalConstants.fReducedNeutronComptonWavelength_in_m_Units @@ -92688,7 +92701,7 @@ Readbacks TcVarGlobal - 1266591488 + 1266591808 GVL_PhysicalConstants.fReducedNeutronComptonWavelength_in_m_Uncertainty @@ -92702,7 +92715,7 @@ Readbacks TcVarGlobal - 1266592192 + 1266592512 GVL_PhysicalConstants.fReducedPlanckConstant_in_J_s @@ -92717,7 +92730,7 @@ Readbacks TcVarGlobal - 1266592256 + 1266592576 GVL_PhysicalConstants.fReducedPlanckConstant_in_J_s_Units @@ -92731,7 +92744,7 @@ Readbacks TcVarGlobal - 1266592320 + 1266592640 GVL_PhysicalConstants.fReducedPlanckConstantInEVS_in_eV_s @@ -92746,7 +92759,7 @@ Readbacks TcVarGlobal - 1266593024 + 1266593344 GVL_PhysicalConstants.fReducedPlanckConstantInEVS_in_eV_s_Units @@ -92760,7 +92773,7 @@ Readbacks TcVarGlobal - 1266593088 + 1266593408 GVL_PhysicalConstants.fReducedPlanckConstantTimesCInMeVFm_in_MeV_fm @@ -92775,7 +92788,7 @@ Readbacks TcVarGlobal - 1266593792 + 1266594112 GVL_PhysicalConstants.fReducedPlanckConstantTimesCInMeVFm_in_MeV_fm_Units @@ -92789,7 +92802,7 @@ Readbacks TcVarGlobal - 1266593856 + 1266594176 GVL_PhysicalConstants.fReducedProtonComptonWavelength_in_m @@ -92805,7 +92818,7 @@ Readbacks TcVarGlobal - 1266594560 + 1266594880 GVL_PhysicalConstants.fReducedProtonComptonWavelength_in_m_Units @@ -92819,7 +92832,7 @@ Readbacks TcVarGlobal - 1266594624 + 1266594944 GVL_PhysicalConstants.fReducedProtonComptonWavelength_in_m_Uncertainty @@ -92833,7 +92846,7 @@ Readbacks TcVarGlobal - 1266595328 + 1266595648 GVL_PhysicalConstants.fReducedTauComptonWavelength_in_m @@ -92849,7 +92862,7 @@ Readbacks TcVarGlobal - 1266595392 + 1266595712 GVL_PhysicalConstants.fReducedTauComptonWavelength_in_m_Units @@ -92863,7 +92876,7 @@ Readbacks TcVarGlobal - 1266595456 + 1266595776 GVL_PhysicalConstants.fReducedTauComptonWavelength_in_m_Uncertainty @@ -92877,7 +92890,7 @@ Readbacks TcVarGlobal - 1266596160 + 1266596480 GVL_PhysicalConstants.fShieldedHelionGyromag_RatioInMHz_T_in_MHz_T_1 @@ -92893,7 +92906,7 @@ Readbacks TcVarGlobal - 1266596224 + 1266596544 GVL_PhysicalConstants.fShieldedHelionGyromag_RatioInMHz_T_in_MHz_T_1_Units @@ -92907,7 +92920,7 @@ Readbacks TcVarGlobal - 1266596288 + 1266596608 GVL_PhysicalConstants.fShieldedHelionGyromag_RatioInMHz_T_in_MHz_T_1_Uncertainty @@ -92921,7 +92934,7 @@ Readbacks TcVarGlobal - 1266596992 + 1266597312 GVL_PhysicalConstants.fShieldedProtonGyromag_RatioInMHz_T_in_MHz_T_1 @@ -92937,7 +92950,7 @@ Readbacks TcVarGlobal - 1266597056 + 1266597376 GVL_PhysicalConstants.fShieldedProtonGyromag_RatioInMHz_T_in_MHz_T_1_Units @@ -92951,7 +92964,7 @@ Readbacks TcVarGlobal - 1266597120 + 1266597440 GVL_PhysicalConstants.fShieldedProtonGyromag_RatioInMHz_T_in_MHz_T_1_Uncertainty @@ -92965,7 +92978,7 @@ Readbacks TcVarGlobal - 1266597824 + 1266598144 GVL_PhysicalConstants.fShieldingDifferenceOfDAndPInHD @@ -92981,7 +92994,7 @@ Readbacks TcVarGlobal - 1266597888 + 1266598208 GVL_PhysicalConstants.fShieldingDifferenceOfDAndPInHD_Uncertainty @@ -92995,7 +93008,7 @@ Readbacks TcVarGlobal - 1266597952 + 1266598272 GVL_PhysicalConstants.fShieldingDifferenceOfTAndPInHT @@ -93011,7 +93024,7 @@ Readbacks TcVarGlobal - 1266598016 + 1266598336 GVL_PhysicalConstants.fShieldingDifferenceOfTAndPInHT_Uncertainty @@ -93025,7 +93038,7 @@ Readbacks TcVarGlobal - 1266598080 + 1266598400 GVL_PhysicalConstants.fTauEnergyEquivalent_in_MeV @@ -93041,7 +93054,7 @@ Readbacks TcVarGlobal - 1266598144 + 1266598464 GVL_PhysicalConstants.fTauEnergyEquivalent_in_MeV_Units @@ -93055,7 +93068,7 @@ Readbacks TcVarGlobal - 1266598208 + 1266598528 GVL_PhysicalConstants.fTauEnergyEquivalent_in_MeV_Uncertainty @@ -93069,7 +93082,7 @@ Readbacks TcVarGlobal - 1266598912 + 1266599232 GVL_PhysicalConstants.fTritonRelativeAtomicMass @@ -93085,7 +93098,7 @@ Readbacks TcVarGlobal - 1266598976 + 1266599296 GVL_PhysicalConstants.fTritonRelativeAtomicMass_Uncertainty @@ -93099,7 +93112,7 @@ Readbacks TcVarGlobal - 1266599040 + 1266599360 GVL_PhysicalConstants.fTritonToProtonMag_Mom_Ratio @@ -93115,7 +93128,7 @@ Readbacks TcVarGlobal - 1266599104 + 1266599424 GVL_PhysicalConstants.fTritonToProtonMag_Mom_Ratio_Uncertainty @@ -93129,7 +93142,7 @@ Readbacks TcVarGlobal - 1266599168 + 1266599488 GVL_PhysicalConstants.fVacuumElectricPermittivity_in_F_m_1 @@ -93145,7 +93158,7 @@ Readbacks TcVarGlobal - 1266599232 + 1266599552 GVL_PhysicalConstants.fVacuumElectricPermittivity_in_F_m_1_Units @@ -93159,7 +93172,7 @@ Readbacks TcVarGlobal - 1266599296 + 1266599616 GVL_PhysicalConstants.fVacuumElectricPermittivity_in_F_m_1_Uncertainty @@ -93173,7 +93186,7 @@ Readbacks TcVarGlobal - 1266600000 + 1266600320 GVL_PhysicalConstants.fVacuumMag_Permeability_in_N_A_2 @@ -93189,7 +93202,7 @@ Readbacks TcVarGlobal - 1266600064 + 1266600384 GVL_PhysicalConstants.fVacuumMag_Permeability_in_N_A_2_Units @@ -93203,7 +93216,7 @@ Readbacks TcVarGlobal - 1266600128 + 1266600448 GVL_PhysicalConstants.fVacuumMag_Permeability_in_N_A_2_Uncertainty @@ -93217,7 +93230,7 @@ Readbacks TcVarGlobal - 1266600832 + 1266601152 GVL_PhysicalConstants.fWToZMassRatio @@ -93233,7 +93246,7 @@ Readbacks TcVarGlobal - 1266600896 + 1266601216 GVL_PhysicalConstants.fWToZMassRatio_Uncertainty @@ -93247,7 +93260,7 @@ Readbacks TcVarGlobal - 1266600960 + 1266601280 GVL_AbsorptionTest.fbScatteringFactorLUT @@ -93258,7 +93271,7 @@ Readbacks TcVarGlobal - 1266601024 + 1266601344 PRG_IM1K0_XTES.fbIM1K0 @@ -93276,16 +93289,18 @@ Readbacks .bFocusEndFwd := TIIB[IM1K0-EL1088]^Channel 3^Input; .bFocusEndBwd := TIIB[IM1K0-EL1088]^Channel 4^Input; .fbOpal.bOpalPower := TIIB[IM1K0-EL2004]^Channel 2^Output; - .fbLED.bLedPower := TIIB[IM1K0-EL2004]^Channel 3^Output + .fbLED.bLedPower := TIIB[IM1K0-EL2004]^Channel 3^Output; + .fbFlowSwitch.bFlowOk := TIIB[IM1K0-EL1004]^Channel 2^Input + - 1267233856 + 1267234176 PRG_IM1K0_XTES.fbStateSetup 87808 FB_StateSetupHelper - 1268978944 + 1268979264 PRG_IM1K0_XTES.stDefault @@ -93305,11 +93320,11 @@ Readbacks 1 - 1269066752 + 1269067072 PRG_IM1K3_PPM.fbIM1K3 - 1685312 + 1685376 FB_PPM @@ -93328,16 +93343,17 @@ Readbacks .fbYagThermoCouple.bError := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Error; .fbYagThermoCouple.bUnderrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Underrange; .fbYagThermoCouple.bOverrange := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Status^Overrange; - .fbYagThermoCouple.iRaw := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Value + .fbYagThermoCouple.iRaw := TIIB[IM1K3-EL3314]^TC Inputs Channel 2^Value; + .fbFlowSwitch.bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 3^Input - 1269072128 + 1269072448 PRG_IM1K3_PPM.fbStateSetup 87808 FB_StateSetupHelper - 1270757440 + 1270757824 PRG_IM1K3_PPM.stDefault @@ -93357,10 +93373,11 @@ Readbacks 1 - 1270845248 + 1270845632 PRG_IM2K0_XTES.fbIM2K0 + same cooling loop as SL2K0 1106560 FB_XPIM_IM2K0 @@ -93371,16 +93388,17 @@ Readbacks TcLinkTo .fbLED.bLedPower := TIIB[IM2K0-EL2004]^Channel 3^Output; - .fbGige.bGigePower := TIIB[IM2K0-EL2004]^Channel 4^Output + .fbGige.bGigePower := TIIB[IM2K0-EL2004]^Channel 4^Output; + .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input - 1270849088 + 1270849472 PRG_IM2K0_XTES.fbStateSetup 87808 FB_StateSetupHelper - 1271955648 + 1271956032 PRG_IM2K0_XTES.stDefault @@ -93400,11 +93418,12 @@ Readbacks 1 - 1272043456 + 1272043840 PRG_PF1K0_WFS.fbPF1K0 - 1410560 + shares same cooling loop as SL2K0 + 1410624 FB_WFS @@ -93420,16 +93439,17 @@ Readbacks .fbThermoCouple2.bError := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Status^Error; .fbThermoCouple2.bUnderrange := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Status^Underrange; .fbThermoCouple2.bOverrange := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Status^Overrange; - .fbThermoCouple2.iRaw := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Value + .fbThermoCouple2.iRaw := TIIB[PF1K0-EL3314]^TC Inputs Channel 2^Value; + .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input - 1272047488 + 1272047872 PRG_PF1K0_WFS.fbStateSetup 87808 FB_StateSetupHelper - 1273458048 + 1273458496 PRG_PF1K0_WFS.stDefault @@ -93449,7 +93469,7 @@ Readbacks 1 - 1273545856 + 1273546304 PRG_RTDSK0.RTDSK0_MPA_01 @@ -93475,7 +93495,7 @@ Readbacks pv: RTDSK0:MPA:01 - 1273549696 + 1273550144 PRG_RTDSK0.RTDSK0_MPA_02 @@ -93501,7 +93521,7 @@ Readbacks pv: RTDSK0:MPA:02 - 1273576384 + 1273576832 PRG_RTDSK0.RTDSK0_MPA_03 @@ -93527,7 +93547,7 @@ Readbacks pv: RTDSK0:MPA:03 - 1273603072 + 1273603520 PRG_RTDSK0.RTDSK0_MPA_04 @@ -93553,25 +93573,25 @@ Readbacks pv: RTDSK0:MPA:04 - 1273629760 + 1273630208 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_Z 297920 FB_MotionStage - 1273656448 + 1273656896 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_X 297920 FB_MotionStage - 1273954368 + 1273954816 PRG_RTDSK0.fbRTDSK0_SCRP_MMS_Y 297920 FB_MotionStage - 1274252288 + 1274252736 PRG_RTDSK0.FFO @@ -93591,7 +93611,7 @@ Readbacks RTDSK0:SCRP:MMS:Y - 1274550208 + 1274550656 PRG_SL1K0_POWER.fbSL1K0 @@ -93639,10 +93659,12 @@ Readbacks .RTD_Bottom_2.bError := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Error; .RTD_Bottom_2.bUnderrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Underrange; .RTD_Bottom_2.bOverrange := TIIB[SL1K0-EL3202-E9]^RTD Inputs Channel 2^Status^Overrange; - .AptArrayStatus := + .AptArrayStatus := TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[1]; + .AptArrayReq := TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[1]; + .fbFlowSwitch.bFlowOk := TIIB[IM1K0-EL1004]^Channel 3^Input - 1274576320 + 1274576768 PRG_SL1K0_POWER.mcPower @@ -93653,7 +93675,7 @@ Readbacks 1 4 - 1275921664 + 1275922112 PRG_SL2K0_POWER.fbSL2K0 @@ -93701,10 +93723,12 @@ Readbacks .RTD_Bottom_2.bError := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Error; .RTD_Bottom_2.bUnderrange := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Underrange; .RTD_Bottom_2.bOverrange := TIIB[SL2K0-EL3202-E11]^RTD Inputs Channel 2^Status^Overrange; - .AptArrayStatus := + .AptArrayStatus := TIIB[PMPS_PRE]^IO Outputs^AptArrayStatus^AptArrayStatus[2]; + .AptArrayReq := TIIB[PMPS_PRE]^IO Inputs^AptArrayReq^AptArrayReq[2]; + .fbFlowSwitch.bFlowOk := TIIB[SL2K0-EL1004-E12]^Channel 1^Input - 1275924736 + 1275925184 PRG_SL2K0_POWER.mcPower @@ -93715,7 +93739,7 @@ Readbacks 1 4 - 1277270080 + 1277270528 PRG_AT1K4_SOLID.fbStage1 @@ -93743,7 +93767,7 @@ Readbacks - 1277273984 + 1277274432 PRG_AT1K4_SOLID.fbStage2 @@ -93771,7 +93795,7 @@ Readbacks - 1277898240 + 1277898688 PRG_AT1K4_SOLID.fbStage3 @@ -93798,7 +93822,7 @@ Readbacks - 1278522496 + 1278522944 PRG_AT1K4_SOLID.fbStage4 @@ -93825,13 +93849,13 @@ Readbacks - 1279146752 + 1279147200 PRG_AT1K4_SOLID.fbStateSetup 87808 FB_StateSetupHelper - 1279771008 + 1279771456 PRG_AT1K4_SOLID.stDefaultGood @@ -93855,13 +93879,13 @@ Readbacks 1 - 1279858816 + 1279859264 PRG_AT1K4_SOLID.fbBadStateSetup 87808 FB_StateSetupHelper - 1279862464 + 1279862912 PRG_AT1K4_SOLID.stDefaultBad @@ -93889,10 +93913,11 @@ Readbacks 0 - 1279950272 + 1279950720 PRG_IM1K4_XTES.fbIM1K4 + same as PC1K4 1745088 FB_XPIM @@ -93907,16 +93932,17 @@ Readbacks .bFocusEndFwd := TIIB[IM1K4-EL1088-E5]^Channel 3^Input; .bFocusEndBwd := TIIB[IM1K4-EL1088-E5]^Channel 4^Input; .fbOpal.bOpalPower := TIIB[IM1K4-EL2004-E2]^Channel 2^Output; - .fbLED.bLedPower := TIIB[IM1K4-EL2004-E2]^Channel 3^Output + .fbLED.bLedPower := TIIB[IM1K4-EL2004-E2]^Channel 3^Output; + .fbFlowSwitch.bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 2^Input - 1279953920 + 1279954368 PRG_IM1K4_XTES.fbStateSetup 87808 FB_StateSetupHelper - 1281699008 + 1281699456 PRG_IM1K4_XTES.stDefault @@ -93936,13 +93962,13 @@ Readbacks 1 - 1281786816 + 1281787264 PRG_ST1K4_TEST.fbMotion 297920 FB_MotionStage - 1281790848 + 1281791296 PRG_ST1K4_TEST.fbStates @@ -93957,13 +93983,13 @@ Readbacks - 1282088768 + 1282089216 PRG_ST1K4_TEST.fbStateSetup 87808 FB_StateSetupHelper - 1282276736 + 1282277184 PRG_ST1K4_TEST.stDefault @@ -93987,7 +94013,7 @@ Readbacks 1 - 1282364544 + 1282364992 PRG_ST1K4_TEST.astPositionState @@ -93997,25 +94023,43 @@ Readbacks 1 9 - 1282368192 + 1282368640 + + + PRG_ST1K4_TEST.fbFlowSwitch + 64 + FB_XTES_Flowswitch + + + pytmc + + pv: ST1K4:TEST:FSW + + + + TcLinkTo + .bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 1^Input + + + 1282401472 PRG_3_PMPS_POST.fbArbiterIO 138368 FB_SubSysToArbiter_IO - 1282401664 + 1282402176 PRG_3_PMPS_POST.fb_vetoArbiter 27168 FB_VetoArbiter - 1282540032 + 1282540544 PRG_4_LOG.fbLogHandler 5788736 FB_LogHandler - 1282570880 + 1282571392 Main.M1 @@ -94052,7 +94096,7 @@ Readbacks TcVarGlobal - 1288362496 + 1288363008 Main.M2 @@ -94078,7 +94122,7 @@ Readbacks TcVarGlobal - 1288387712 + 1288388224 Main.M3 @@ -94104,7 +94148,7 @@ Readbacks TcVarGlobal - 1288412928 + 1288413440 Main.M4 @@ -94133,7 +94177,7 @@ Readbacks TcVarGlobal - 1288438144 + 1288438656 Main.M5 @@ -94160,7 +94204,7 @@ Readbacks TcVarGlobal - 1288463360 + 1288463872 Main.M6 @@ -94186,7 +94230,7 @@ Readbacks TcVarGlobal - 1288488576 + 1288489088 Main.M7 @@ -94212,7 +94256,7 @@ Readbacks TcVarGlobal - 1288513792 + 1288514304 Main.M8 @@ -94241,7 +94285,7 @@ Readbacks TcVarGlobal - 1288539008 + 1288539520 Main.M9 @@ -94266,7 +94310,7 @@ Readbacks TcVarGlobal - 1288564224 + 1288564736 Main.M10 @@ -94278,7 +94322,7 @@ Readbacks TcVarGlobal - 1288589440 + 1288589952 Main.M11 @@ -94304,7 +94348,7 @@ Readbacks TcVarGlobal - 1288614656 + 1288615168 Main.M12 @@ -94330,7 +94374,7 @@ Readbacks TcVarGlobal - 1288639872 + 1288640384 Main.M13 @@ -94356,7 +94400,7 @@ Readbacks TcVarGlobal - 1288665088 + 1288665600 Main.M14 @@ -94367,7 +94411,7 @@ Readbacks TcVarGlobal - 1288690304 + 1288690816 Main.M15 @@ -94378,7 +94422,7 @@ Readbacks TcVarGlobal - 1288715520 + 1288716032 Main.M16 @@ -94389,7 +94433,7 @@ Readbacks TcVarGlobal - 1288740736 + 1288741248 Main.M17 @@ -94400,7 +94444,7 @@ Readbacks TcVarGlobal - 1288765952 + 1288766464 Main.M18 @@ -94428,7 +94472,7 @@ Readbacks TcVarGlobal - 1288791168 + 1288791680 Main.M19 @@ -94455,7 +94499,7 @@ Readbacks TcVarGlobal - 1288816384 + 1288816896 Main.M20 @@ -94482,7 +94526,7 @@ Readbacks TcVarGlobal - 1288841600 + 1288842112 Main.M21 @@ -94509,7 +94553,7 @@ Readbacks TcVarGlobal - 1288866816 + 1288867328 Main.M22 @@ -94537,7 +94581,7 @@ Readbacks TcVarGlobal - 1288892032 + 1288892544 Main.M23 @@ -94564,7 +94608,7 @@ Readbacks TcVarGlobal - 1288917248 + 1288917760 Main.M24 @@ -94591,7 +94635,7 @@ Readbacks TcVarGlobal - 1288942464 + 1288942976 Main.M25 @@ -94618,7 +94662,7 @@ Readbacks TcVarGlobal - 1288967680 + 1288968192 Main.M26 @@ -94665,7 +94709,7 @@ Readbacks TcVarGlobal - 1288992896 + 1288993408 Main.M27 @@ -94694,7 +94738,7 @@ Readbacks TcVarGlobal - 1289018112 + 1289018624 Main.M28 @@ -94723,7 +94767,7 @@ Readbacks TcVarGlobal - 1289043328 + 1289043840 Main.M29 @@ -94752,7 +94796,7 @@ Readbacks TcVarGlobal - 1289068544 + 1289069056 Main.M30 @@ -94780,7 +94824,7 @@ Readbacks TcVarGlobal - 1289093760 + 1289094272 Main.M31 @@ -94806,7 +94850,7 @@ Readbacks TcVarGlobal - 1289118976 + 1289119488 Main.M32 @@ -94832,7 +94876,7 @@ Readbacks TcVarGlobal - 1289144192 + 1289144704 Main.M33 @@ -94855,13 +94899,13 @@ Readbacks .bLimitForwardEnable := TIIB[ST1K4-EL7041-E4]^STM Status^Status^Digital input 1; .bLimitBackwardEnable := TIIB[ST1K4-EL7041-E4]^STM Status^Status^Digital input 2; .bBrakeRelease := TIIB[ST1K4-EL2202-E3]^Channel 1^Output; - .nRawEncoderULINT := TIIB[ST1K4-EL5042-E5A]^FB Inputs Channel 1^Position + .nRawEncoderULINT := TIIB[ST1K4-EL5042-E6]^FB Inputs Channel 1^Position TcVarGlobal - 1289169408 + 1289169920 GVL.fbArbiter @@ -94879,7 +94923,7 @@ Readbacks TcVarGlobal - 1289194624 + 1289195136 GVL.fbArbiter2 @@ -94897,7 +94941,7 @@ Readbacks TcVarGlobal - 1289668096 + 1289668608 GVL.fbFastFaultOutput1 @@ -94926,7 +94970,7 @@ Readbacks TcVarGlobal - 1290141568 + 1290142080 GVL.fbFastFaultOutput2 @@ -94955,7 +94999,7 @@ Readbacks TcVarGlobal - 1290636480 + 1290636992 Constants.RuntimeVersion @@ -94985,7 +95029,7 @@ Readbacks TcVarGlobal - 1291133440 + 1291133952 Constants.CompilerVersion @@ -95015,7 +95059,7 @@ Readbacks TcVarGlobal - 1291133504 + 1291134016 TwinCAT_LicenseInfoVarList._LicenseInfo @@ -95084,7 +95128,7 @@ Readbacks TcVarGlobal - 1291133568 + 1291134080 TwinCAT_SystemInfoVarList._AppInfo @@ -95098,7 +95142,7 @@ Readbacks TcVarGlobal - 1291134592 + 1291135104 TwinCAT_SystemInfoVarList._TaskInfo @@ -95116,7 +95160,7 @@ Readbacks TcVarGlobal - 1291136640 + 1291137152 TwinCAT_SystemInfoVarList.__PlcTask @@ -95137,7 +95181,7 @@ Readbacks TcVarGlobal - 1291137664 + 1291138176 TC_EVENTS.LCLSGeneralEventClass @@ -95160,7 +95204,7 @@ Readbacks TcVarGlobal - 1291180992 + 1291181504 TC_EVENT_CLASSES.TcSystemEventClass @@ -95229,7 +95273,7 @@ Readbacks TcVarGlobal - 1291190016 + 1291190528 TC_EVENT_CLASSES.TcGeneralAdsEventClass @@ -95298,7 +95342,7 @@ Readbacks TcVarGlobal - 1291190144 + 1291190656 TC_EVENT_CLASSES.TcRouterEventClass @@ -95367,7 +95411,7 @@ Readbacks TcVarGlobal - 1291190272 + 1291190784 TC_EVENT_CLASSES.TcRTimeEventClass @@ -95436,7 +95480,7 @@ Readbacks TcVarGlobal - 1291190400 + 1291190912 TC_EVENT_CLASSES.Win32EventClass @@ -95505,7 +95549,7 @@ Readbacks TcVarGlobal - 1291190528 + 1291191040 TC_EVENT_CLASSES.LCLSGeneralEventClass @@ -95574,14 +95618,46 @@ Readbacks TcVarGlobal - 1291190656 + 1291191168 + + + PRG_OTHER.fbPC1K0FlowSwitch + 64 + FB_XTES_Flowswitch + + + pytmc + pv: PC1K0:XTES:FSW + + + TcLinkTo + .bFlowOk := TIIB[IM1K0-EL1004]^Channel 1^Input + + + 1291547584 + + + PRG_OTHER.fbPC1K4FlowSwitch + 64 + FB_XTES_Flowswitch + + + pytmc + pv: PC1K4:XTES:FSW + + + TcLinkTo + .bFlowOk := TIIB[ST1K4-EL1004-E5]^Channel 2^Input + + + 1291547648 4 PlcTask Retains 0 - 162594816 + 162725888 PMPS_GVL.SuccessfulPreemption Any time BPTM applies a new BP request which is confirmed @@ -95661,7 +95737,7 @@ Readbacks ChangeDate - 2023-09-20T09:48:36 + 2023-12-08T10:33:28 GeneratedCodeSize diff --git a/plc-kfe-motion/plc-kfe-motion.tsproj b/plc-kfe-motion/plc-kfe-motion.tsproj index 4e482f2..48cc705 100644 --- a/plc-kfe-motion/plc-kfe-motion.tsproj +++ b/plc-kfe-motion/plc-kfe-motion.tsproj @@ -5,8 +5,8 @@ {3EBB9639-5FF3-42B6-8847-35C70DC013C8} - {BCA6EE0A-9CE1-4D3F-98CA-413ABC0D94FD} {8C57D0A8-BD63-4554-BAE1-E9C797EF0D0E} + {BCA6EE0A-9CE1-4D3F-98CA-413ABC0D94FD} {E008E3C8-6BD9-491C-B673-DC45CC7AA4F1} {57BD9670-089D-434A-85CF-90A857EE0EFF} {3EBB9639-5FF3-42B6-8847-35C70DC013C8}