This commit is contained in:
Carlos 2025-12-18 10:01:22 -07:00
commit a6ae1af405
11 changed files with 29 additions and 16 deletions

1
At Site/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.~u

BIN
At Site/Archive.prj (Stored with Git LFS)

Binary file not shown.

View File

@ -180,6 +180,16 @@
<UserDefElement iecname="TimeZoneOffset" type="T_INT" byteoffset="0" vartype="VAR" access="ReadWrite" /> <UserDefElement iecname="TimeZoneOffset" type="T_INT" byteoffset="0" vartype="VAR" access="ReadWrite" />
<UserDefElement iecname="RTCAdjustment" type="T_DINT" byteoffset="4" vartype="VAR" access="ReadWrite" /> <UserDefElement iecname="RTCAdjustment" type="T_DINT" byteoffset="4" vartype="VAR" access="ReadWrite" />
</TypeUserDef> </TypeUserDef>
<TypeUserDef name="T_atTrkPumpCtl" size="22" nativesize="320" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atTrkPumpCtl">
<UserDefElement iecname="in_fillMultiplierSP" type="T_REAL" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="in_fillOffsetSP" type="T_REAL" byteoffset="4" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="in_revOnTmrSP" type="T_DINT" byteoffset="8" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="in_valveTmrSP" type="T_DINT" byteoffset="12" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="in_fillAmount" type="T_INT" byteoffset="16" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="in_start" type="T_BOOL" byteoffset="18" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="in_stop" type="T_BOOL" byteoffset="19" vartype="VAR_INPUT" access="ReadWrite" />
<UserDefElement iecname="out_fillRem" type="T_INT" byteoffset="20" vartype="VAR_OUTPUT" access="ReadWrite" />
</TypeUserDef>
<TypeUserDef name="T_atVFDAutoDir" size="2" nativesize="2" swapsize="2" typeclass="Enum" iecname="atVFDAutoDir" basetype="T_INT"> <TypeUserDef name="T_atVFDAutoDir" size="2" nativesize="2" swapsize="2" typeclass="Enum" iecname="atVFDAutoDir" basetype="T_INT">
<UserDefElement type="T_atVFDAutoDir" iecname="fwd" enumvalue="0" /> <UserDefElement type="T_atVFDAutoDir" iecname="fwd" enumvalue="0" />
<UserDefElement type="T_atVFDAutoDir" iecname="rev" enumvalue="1" /> <UserDefElement type="T_atVFDAutoDir" iecname="rev" enumvalue="1" />
@ -904,6 +914,12 @@
<Node name="sourceBin" type="T_SourceSelect" access="ReadWrite" /> <Node name="sourceBin" type="T_SourceSelect" access="ReadWrite" />
<Node name="spareDI" type="T_atDI" access="ReadWrite" /> <Node name="spareDI" type="T_atDI" access="ReadWrite" />
<Node name="startStrobe" type="T_atDQ" access="ReadWrite" /> <Node name="startStrobe" type="T_atDQ" access="ReadWrite" />
<Node name="trkLdctl1" type="T_atTrkPumpCtl" access="ReadWrite" />
<Node name="trkLdctl2" type="T_atTrkPumpCtl" access="ReadWrite" />
<Node name="trkLdctl3" type="T_atTrkPumpCtl" access="ReadWrite" />
<Node name="trkLdVFD1" type="T_atVFDGS20" access="ReadWrite" />
<Node name="trkLdVFD2" type="T_atVFDGS20" access="ReadWrite" />
<Node name="trkLdVFD3" type="T_atVFDGS20" access="ReadWrite" />
<Node name="utroughRun" type="T_atDQ" access="ReadWrite" /> <Node name="utroughRun" type="T_atDQ" access="ReadWrite" />
</Node> </Node>
<Node name="System"> <Node name="System">

BIN
At Site/rbf_main.project (Stored with Git LFS)

Binary file not shown.

View File

@ -1,4 +0,0 @@
Atom
ATOM-THINKBOOK
8772
639016722776296723

BIN
At Site/rbf_main_autosave.precompilecache (Stored with Git LFS)

Binary file not shown.

BIN
At Site/rbf_main_project.precompilecache (Stored with Git LFS)

Binary file not shown.