Skip to content

Commit

Permalink
Reset command reset error in wait state
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Stricker committed Oct 28, 2020
1 parent c724b89 commit 9b7895e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Logical/mappLogbook/Logbook/Main.st
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ PROGRAM _CYCLIC
DTGetTime_0.enable := TRUE;
DTGetTime_0();
gLogbook.PAR.DateNow := DTGetTime_0.DT1;
gLogbook.CMD.ResetError := FALSE;
gLogbook.StatusText := 'Waiting...';
EXIT;
// --------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 9b7895e

Please sign in to comment.