updated to add flood sensor alarm

This commit is contained in:
carlos 2026-03-16 18:13:03 -06:00
parent 5f21e25a54
commit 82da1f26a3
8 changed files with 1091 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@ -26,6 +26,9 @@
<UserDefElement iecname="in_delOff" type="T_TIME" byteoffset="8" vartype="VAR_INPUT" access="ReadWrite" /> <UserDefElement iecname="in_delOff" type="T_TIME" byteoffset="8" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="out_default" type="T_BOOL" byteoffset="12" vartype="VAR_OUTPUT" access="ReadWrite" /> <UserDefElement iecname="out_default" type="T_BOOL" byteoffset="12" vartype="VAR_OUTPUT" access="ReadWrite" />
</TypeUserDef> </TypeUserDef>
<TypeUserDef name="T_atDI" size="1" nativesize="11312" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atDI">
<UserDefElement iecname="out_val" type="T_BOOL" byteoffset="0" vartype="VAR_OUTPUT" access="ReadWrite" />
</TypeUserDef>
<TypeUserDef name="T_atDQ" size="1" nativesize="1120" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atDQ"> <TypeUserDef name="T_atDQ" size="1" nativesize="1120" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atDQ">
<UserDefElement iecname="out_val" type="T_BOOL" byteoffset="0" vartype="VAR_OUTPUT" access="ReadWrite" /> <UserDefElement iecname="out_val" type="T_BOOL" byteoffset="0" vartype="VAR_OUTPUT" access="ReadWrite" />
</TypeUserDef> </TypeUserDef>
@ -244,6 +247,7 @@
</Node> </Node>
<Node name="g" nodeflags="NodeTypeBranchNode SigTypeGvl"> <Node name="g" nodeflags="NodeTypeBranchNode SigTypeGvl">
<Node name="cisternLvl" nodeflags="SigTypeGvl ExportedVariable" type="T_atAI" access="ReadWrite" /> <Node name="cisternLvl" nodeflags="SigTypeGvl ExportedVariable" type="T_atAI" access="ReadWrite" />
<Node name="di01" nodeflags="SigTypeGvl ExportedVariable" type="T_atDI" access="ReadWrite" />
<Node name="hoseMode" nodeflags="SigTypeGvl ExportedVariable" type="T_BOOL" access="ReadWrite" /> <Node name="hoseMode" nodeflags="SigTypeGvl ExportedVariable" type="T_BOOL" access="ReadWrite" />
<Node name="outflow1Flow" nodeflags="SigTypeGvl ExportedVariable" type="T_atAI" access="ReadWrite"> <Node name="outflow1Flow" nodeflags="SigTypeGvl ExportedVariable" type="T_atAI" access="ReadWrite">
<Comment>Flow rate based on AI channel</Comment> <Comment>Flow rate based on AI channel</Comment>

BIN
atSite/RRF-MainWater.project (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

Binary file not shown.