Skip to content

Commit

Permalink
with rising edge
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Mar 13, 2024
1 parent acc6c13 commit c667669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProcessControl/ProcessHandling.st
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NAMESPACE Simatic.Ax.Process
/// edge of the machine clock.
METHOD PROTECTED ProcessFinished : BOOL

IF (machineClock.QFal() AND _processStarted) THEN
IF (machineClock.QRis() AND _processStarted) THEN
ProcessFinished := TRUE;
_processStarted := FALSE;
RETURN;
Expand Down

0 comments on commit c667669

Please sign in to comment.