Skip to content

Commit

Permalink
"STY: reformatted with pre-commit"
Browse files Browse the repository at this point in the history
  • Loading branch information
ghalym committed May 9, 2024
1 parent 904f53d commit 658e7b7
Show file tree
Hide file tree
Showing 3 changed files with 49,415 additions and 327 deletions.
49,728 changes: 49,408 additions & 320 deletions Arbiter/KFEArbiter/KFEArbiter.tmc

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Arbiter/KFEArbiter/POUs/Fast_Faults_Evaluate.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VAR
FFO : FB_FastFault :=(
i_Desc := 'Fault occurs when the beamline valves on qrixs are not in open state',
i_TypeCode := 16#1010);
i_xFastFaultOut_qrix_vac AT %I*: BOOL;
i_xFastFaultOut_qrix_vac AT %I*: BOOL;
END_VAR
]]></Declaration>
<Implementation>
Expand Down
12 changes: 6 additions & 6 deletions Arbiter/KFEArbiter/POUs/PMPS_Arbiter.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -147,18 +147,18 @@ VAR
.i_TxPDOState:=TIIB[plc-crix-vac]^SYNC Inputs^TxPDO state;
'}
plc_crix_vac_PMPS_IO : FB_ArbiterToSubSys_IO := (RequestingSystemID := 16#F205);
{attribute 'TcLinkTo' := '.i_RequestedBP:=TIIB[plc-qrix-mot]^IO Inputs^RequestedBP;
{attribute 'TcLinkTo' := '.i_RequestedBP:=TIIB[plc-qrix-mot]^IO Inputs^RequestedBP;
.o_CurrentBP:=TIIB[plc-qrix-mot]^IO Outputs^CurrentBP;
.i_Connected:=TIIB[plc-qrix-mot]^SYNC Inputs^External device not connected;
.i_WcState:=TIIB[plc-qrix-mot]^WcState^WcStateIn;
.i_TxPDOState:=TIIB[plc-qrix-mot]^SYNC Inputs^TxPDO state;
'}
plc_qrix_mot_PMPS_IO : FB_ArbiterToSubSys_IO := (RequestingSystemID := 16#F206);
{attribute 'TcLinkTo' := '.i_RequestedBP:=TIIB[plc-qrix-vac]^IO Inputs^RequestedBP;
{attribute 'TcLinkTo' := '.i_RequestedBP:=TIIB[plc-qrix-vac]^IO Inputs^RequestedBP;
.o_CurrentBP:=TIIB[plc-qrix-vac]^IO Outputs^CurrentBP;
.i_Connected:=TIIB[plc-qrix-vac]^SYNC Inputs^External device not connected;
.i_WcState:=TIIB[plc-qrix-vac]^WcState^WcStateIn;
Expand Down Expand Up @@ -192,7 +192,7 @@ END_VAR
plc_rix_optics_PMPS_IO(Arbiter:=GVL.g_fbArbiter1, fbFFHWO:=GVL.g_FastFaultOutput1, Reset:=GVL.AttemptReset, sName:= 'RIX OPTICS');
plc_crix_mot_PMPS_IO(Arbiter:=GVL.g_fbArbiter1, fbFFHWO:=GVL.g_FastFaultOutput1, Reset:=GVL.AttemptReset, sName:= 'CRIX MOTION');
plc_crix_vac_PMPS_IO(Arbiter:=GVL.g_fbArbiter1, fbFFHWO:=GVL.g_FastFaultOutput1, Reset:=GVL.AttemptReset, sName:= 'CRIX VACUUM');
plc_qrix_vac_PMPS_IO(Arbiter:=GVL.g_fbArbiter1, fbFFHWO:=GVL.g_FastFaultOutput1, Reset:=GVL.AttemptReset, sName:= 'QRIX VACUUM');
plc_qrix_vac_PMPS_IO(Arbiter:=GVL.g_fbArbiter1, fbFFHWO:=GVL.g_FastFaultOutput1, Reset:=GVL.AttemptReset, sName:= 'QRIX VACUUM');
///////////////////////////
////////////////////////////
Expand Down

0 comments on commit 658e7b7

Please sign in to comment.