Skip to content

Commit

Permalink
fixup: linking correct fastoutput and correcting comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jc committed Mar 12, 2024
1 parent 6c6c489 commit bea2b68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ VAR_GLOBAL
{attribute 'pytmc' := '
pv: PLC:LFE:VAC:FFO:04
'}
g_FastFaultOutput4 : FB_HardwareFFOutput :=(i_sNetID:='172.21.88.66.1.1'); //FFO for ST1L0_XTES's Downstream Components
g_FastFaultOutput4 : FB_HardwareFFOutput :=(i_sNetID:='172.21.88.66.1.1'); // FFO for valves that are downstream of the optics and upstream of ST1L1 on the L1 line.
{attribute 'pytmc' := '
pv: PLC:LFE:VAC:RESET:FF1
Expand Down
2 changes: 1 addition & 1 deletion plc_lfe_vac/plc_lfe_vac/plc_lfe_vac/POUs/MAIN.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ XPP_DS_Gauge.rPRESS := XPP_Downstream_Gauge.rPRESS;//XPP_Modbus_Gauge.VG.rPRESS;
i_sDevName:= 'BT2L0:PLEG:VGC:01',
iq_stValve=> ,
xMPS_OK=> ,
io_fbFFHWO:= g_FastFaultOutput1, // TODO(josh): ask maggie if this is sufficient because we have connected the FF
io_fbFFHWO:= g_FastFaultOutput4,
fbArbiter:= g_fbArbiter1 );
MR2L0_HOMS_VGC_01(
Expand Down

0 comments on commit bea2b68

Please sign in to comment.