Skip to content

Commit

Permalink
Merge pull request #116 from ghalym/eva-fix
Browse files Browse the repository at this point in the history
Eva fix
  • Loading branch information
ghalym authored Nov 15, 2023
2 parents 51c6ab8 + 12a470b commit 21e8fb5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions L2SIVacuum/DUTs/Pumps/ST_EbaraEVA.TcDUT
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ STRUCT
'}
i_xIsRun : BOOL;
{attribute 'pytmc' := '
pv: RST_SW;
field: ZNAM FALSE;
field: ONAM TRUE;
io: io;
'}
q_xReset : BOOL; //For resetting faults
END_STRUCT
Expand Down
Empty file added L2SIVacuum/LineIDs.dbg
Empty file.
3 changes: 2 additions & 1 deletion L2SIVacuum/POUs/Functions/Pumps/FB_EbaraEVA.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ stPump.xErr:= NOT(i_xAlarmOK);
stPump.i_xIsRun := i_xIsRun;
(*outputs*)
q_xRunDo:=stPump.q_xRunDo;
q_xRemote:= stPump.q_xRemote;]]></ST>
q_xRemote:= stPump.q_xRemote;
q_xResetAlarm:=stPump.q_xReset;]]></ST>
</Implementation>
</Action>
<Action Name="ACT_Logger" Id="{64314086-c648-4cbf-8914-c1f81f7a5c99}">
Expand Down

0 comments on commit 21e8fb5

Please sign in to comment.