Skip to content

Commit c667669

Browse files
committed
with rising edge
1 parent acc6c13 commit c667669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProcessControl/ProcessHandling.st

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ NAMESPACE Simatic.Ax.Process
4747
/// edge of the machine clock.
4848
METHOD PROTECTED ProcessFinished : BOOL
4949

50-
IF (machineClock.QFal() AND _processStarted) THEN
50+
IF (machineClock.QRis() AND _processStarted) THEN
5151
ProcessFinished := TRUE;
5252
_processStarted := FALSE;
5353
RETURN;

0 commit comments

Comments
 (0)