Skip to content

Commit

Permalink
Fixing spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
KaushikMalapati committed Dec 4, 2024
1 parent cd69115 commit 18ba7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plc-kfe-motion/kfe_motion/POUs/PRG_3_PMPS_POST.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fb_vetoArbiter(bVeto:=bM1K1_Veto_IN,
HigherAuthority := GVL.fbArbiter,
LowerAuthority := GVL.fbArbiter2,
FFO := GVL.fbFastFaultOutput2);
fb_vetoArbiter(bVeto:=(bM1K1_Veto_IN OR BM1K3_VETO_OUT),
fb_vetoArbiter(bVeto:=(bM1K1_Veto_IN OR bM1K3_VETO_OUT),
HigherAuthority := GVL.fbArbiter,
LowerAuthority := GVL.fbArbiter3,
FFO := GVL.fbFastFaultOutput2);
Expand Down

0 comments on commit 18ba7d0

Please sign in to comment.