Skip to content

Commit

Permalink
Merge pull request #53 from ghalym/master
Browse files Browse the repository at this point in the history
Fix: Issue #51
  • Loading branch information
ghalym authored Jul 7, 2020
2 parents f0ef326 + 43ab68d commit 805a060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion L2SIVacuum/POUs/Functions/Gauges/FB_GaugeBase.TcPOU
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4022.18">
<POU Name="FB_GaugeBase" Id="{7a1f28cc-0783-4ebe-9457-6569085eece6}" SpecialFunc="None">
<Declaration><![CDATA[FUNCTION_BLOCK FB_GaugeBase
<Declaration><![CDATA[{attribute 'reflection'}
FUNCTION_BLOCK FB_GaugeBase
VAR_INPUT
END_VAR
VAR_OUTPUT
Expand Down
1 change: 1 addition & 0 deletions L2SIVacuum/POUs/Functions/Valves/FB_VGC.TcPOU
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ less than the maximum differential pressure.
3. Once at-vac, the valve will close if the pressure on either side rises above the setpoint.*)
(*This function block also implements PMPS and EPS interlocks, as well as Fast MPS trigger*)
{attribute 'no_check'}
{attribute 'reflection'}
FUNCTION_BLOCK FB_VGC Extends FB_Valve
VAR_IN_OUT
Expand Down

0 comments on commit 805a060

Please sign in to comment.