Skip to content

Commit

Permalink
ENH: make IO name conform
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwslac committed Nov 1, 2023
1 parent 2143b30 commit 59c6af9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<Box File="IM1K0-EL6021.xti" Id="33">
<EtherCAT PortABoxInfo="#x01000020"/>
</Box>
<Box File="EBD-PCW-FSW-EL1004.xti" Id="168">
<Box File="IM1K0-EL1004.xti" Id="168">
<EtherCAT PortABoxInfo="#x01000021"/>
</Box>
<Box File="IM1K0-EL6002.xti" Id="34">
Expand Down
2 changes: 1 addition & 1 deletion plc-kfe-motion/kfe_motion/POUs/PRG_IM1K0_XTES.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion plc-kfe-motion/kfe_motion/POUs/PRG_OTHER.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -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'}
Expand Down
2 changes: 1 addition & 1 deletion plc-kfe-motion/kfe_motion/POUs/PRG_SL1K0_POWER.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -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' := '
Expand Down

0 comments on commit 59c6af9

Please sign in to comment.