Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logger implemented in most pumps and some valves function blocks. #19

Merged
merged 6 commits into from
Mar 18, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix: Treaty ADS FB
  • Loading branch information
ghalym committed Mar 17, 2020
commit a2ba7bdb251192bc2b33171ddacd361d7f4f586d
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fb_CheckWatchdog(
nLastCnt=> );
bError:= fb_Read_VG.bError OR fb_CheckWatchdog.bWatchdog;
IG.xPRESS_OK := fb_Read_VG.bError AND fb_CheckWatchdog.bWatchdog;]]></ST>
IG.xPRESS_OK := NOT(fb_Read_VG.bError AND fb_CheckWatchdog.bWatchdog);]]></ST>
</Implementation>
<LineIds Name="FB_TGCC_ADS">
<LineId Id="3" Count="3" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fb_CheckWatchdog(
nLastCnt=> );
bError:= fb_Read_VG.bError OR fb_CheckWatchdog.bWatchdog;
IG.xPRESS_OK := fb_Read_VG.bError AND fb_CheckWatchdog.bWatchdog;]]></ST>
IG.xPRESS_OK := NOT( fb_Read_VG.bError AND fb_CheckWatchdog.bWatchdog);]]></ST>
</Implementation>
<LineIds Name="FB_TPIP_ADS">
<LineId Id="3" Count="27" />
Expand Down