Prior to removing unused variables
This commit is contained in:
parent
eea81577b4
commit
03d596618d
1
Development/.~lock.IONames.csv#
Normal file
1
Development/.~lock.IONames.csv#
Normal file
@ -0,0 +1 @@
|
|||||||
|
,CLARENCE-PC/c,Clarence-PC,04.05.2026 08:57,file:///C:/Users/c/AppData/Roaming/LibreOffice/4;
|
||||||
BIN
Development/IONames.csv
Normal file
BIN
Development/IONames.csv
Normal file
Binary file not shown.
|
Binary file not shown.
BIN
Development/cr_barn5.Device.CR_Barn5.74ccca2f-50e3-4d5a-9d7a-9fd420284f83.bootinfo
(Stored with Git LFS)
BIN
Development/cr_barn5.Device.CR_Barn5.74ccca2f-50e3-4d5a-9d7a-9fd420284f83.bootinfo
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
Development/cr_barn5.Device.CR_Barn5.74ccca2f-50e3-4d5a-9d7a-9fd420284f83.compileinfo
(Stored with Git LFS)
BIN
Development/cr_barn5.Device.CR_Barn5.74ccca2f-50e3-4d5a-9d7a-9fd420284f83.compileinfo
(Stored with Git LFS)
Binary file not shown.
@ -13,7 +13,7 @@
|
|||||||
<TypeSimple name="T_INT" size="2" swapsize="2" typeclass="Int" iecname="INT" />
|
<TypeSimple name="T_INT" size="2" swapsize="2" typeclass="Int" iecname="INT" />
|
||||||
<TypeSimple name="T_LDATE_AND_TIME" size="8" swapsize="8" typeclass="LDateAndTime" iecname="LDATE_AND_TIME" />
|
<TypeSimple name="T_LDATE_AND_TIME" size="8" swapsize="8" typeclass="LDateAndTime" iecname="LDATE_AND_TIME" />
|
||||||
<TypeSimple name="T_STRING" size="81" swapsize="0" typeclass="String" iecname="STRING" />
|
<TypeSimple name="T_STRING" size="81" swapsize="0" typeclass="String" iecname="STRING" />
|
||||||
<TypeSimple name="T_STRING_50_" size="51" swapsize="0" typeclass="String" iecname="STRING(50)" />
|
<TypeSimple name="T_STRING_40_" size="41" swapsize="0" typeclass="String" iecname="STRING(40)" />
|
||||||
<TypeSimple name="T_STRING_MAX_LEN_APPLNAME_" size="61" swapsize="0" typeclass="String" iecname="STRING(MAX_LEN_APPLNAME)" />
|
<TypeSimple name="T_STRING_MAX_LEN_APPLNAME_" size="61" swapsize="0" typeclass="String" iecname="STRING(MAX_LEN_APPLNAME)" />
|
||||||
<TypeSimple name="T_UDINT" size="4" swapsize="4" typeclass="UDInt" iecname="UDINT" />
|
<TypeSimple name="T_UDINT" size="4" swapsize="4" typeclass="UDInt" iecname="UDINT" />
|
||||||
<TypeSimple name="T_UINT" size="2" swapsize="2" typeclass="UInt" iecname="UINT" />
|
<TypeSimple name="T_UINT" size="2" swapsize="2" typeclass="UInt" iecname="UINT" />
|
||||||
@ -28,16 +28,16 @@
|
|||||||
<UserDefElement type="T_atAlarmEventType" iecname="alm" enumvalue="1" />
|
<UserDefElement type="T_atAlarmEventType" iecname="alm" enumvalue="1" />
|
||||||
<UserDefElement type="T_atAlarmEventType" iecname="rtn" enumvalue="2" />
|
<UserDefElement type="T_atAlarmEventType" iecname="rtn" enumvalue="2" />
|
||||||
</TypeUserDef>
|
</TypeUserDef>
|
||||||
<TypeUserDef name="T_atMessagingEmailAddress" size="52" nativesize="1080" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessagingEmailAddress">
|
<TypeUserDef name="T_atMessagingEmailAddress" size="42" nativesize="1072" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessagingEmailAddress">
|
||||||
<UserDefElement iecname="address" type="T_STRING_50_" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="address" type="T_STRING_40_" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="enabled" type="T_BOOL" byteoffset="51" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="enabled" type="T_BOOL" byteoffset="41" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
</TypeUserDef>
|
</TypeUserDef>
|
||||||
<TypeUserDef name="T_atMessagingEmailStatus" size="96" nativesize="1120" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessagingEmailStatus">
|
<TypeUserDef name="T_atMessagingEmailStatus" size="96" nativesize="1120" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessagingEmailStatus">
|
||||||
<UserDefElement iecname="lastStatusMessage" type="T_STRING" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="lastStatusMessage" type="T_STRING" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="lastStatus" type="T_BOOL" byteoffset="81" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="lastStatus" type="T_BOOL" byteoffset="81" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="lastStatusTime" type="T_LDATE_AND_TIME" byteoffset="88" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="lastStatusTime" type="T_LDATE_AND_TIME" byteoffset="88" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
</TypeUserDef>
|
</TypeUserDef>
|
||||||
<TypeArray name="T_ARRAY__0__9__OF_atMessagingEmailAddress" size="520" nativesize="10800" typeclass="Array" iecname="ARRAY [0..9] OF atMessagingEmailAddress" basetype="T_atMessagingEmailAddress">
|
<TypeArray name="T_ARRAY__0__9__OF_atMessagingEmailAddress" size="420" nativesize="10720" typeclass="Array" iecname="ARRAY [0..9] OF atMessagingEmailAddress" basetype="T_atMessagingEmailAddress">
|
||||||
<ArrayDim minrange="0" maxrange="9" />
|
<ArrayDim minrange="0" maxrange="9" />
|
||||||
</TypeArray>
|
</TypeArray>
|
||||||
<TypeSimple name="T_RTS_IEC_HANDLE" size="4" swapsize="4" typeclass="Pointer" iecname="RTS_IEC_HANDLE" aliasedtype="T_POINTER_TO_BYTE" aliasediecname="POINTER TO BYTE" />
|
<TypeSimple name="T_RTS_IEC_HANDLE" size="4" swapsize="4" typeclass="Pointer" iecname="RTS_IEC_HANDLE" aliasedtype="T_POINTER_TO_BYTE" aliasediecname="POINTER TO BYTE" />
|
||||||
@ -72,16 +72,16 @@
|
|||||||
<TypeArray name="T_ARRAY__0__99__OF_atAlarmStatus" size="16800" nativesize="104800" typeclass="Array" iecname="ARRAY [0..99] OF atAlarmStatus" basetype="T_atAlarmStatus">
|
<TypeArray name="T_ARRAY__0__99__OF_atAlarmStatus" size="16800" nativesize="104800" typeclass="Array" iecname="ARRAY [0..99] OF atAlarmStatus" basetype="T_atAlarmStatus">
|
||||||
<ArrayDim minrange="0" maxrange="99" />
|
<ArrayDim minrange="0" maxrange="99" />
|
||||||
</TypeArray>
|
</TypeArray>
|
||||||
<TypeUserDef name="T_atMessagingEmailSettings" size="1010" nativesize="12328" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessagingEmailSettings">
|
<TypeUserDef name="T_atMessagingEmailSettings" size="710" nativesize="12048" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessagingEmailSettings">
|
||||||
<UserDefElement iecname="server" type="T_STRING" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="server" type="T_STRING_40_" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="smtpPort" type="T_UINT" byteoffset="82" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="smtpPort" type="T_UINT" byteoffset="42" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="useSSL" type="T_BOOL" byteoffset="84" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="useSSL" type="T_BOOL" byteoffset="44" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="fromName" type="T_STRING" byteoffset="85" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="fromName" type="T_STRING_40_" byteoffset="45" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="fromAddress" type="T_STRING" byteoffset="166" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="fromAddress" type="T_STRING_40_" byteoffset="86" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="password" type="T_STRING" byteoffset="247" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="password" type="T_STRING_40_" byteoffset="127" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="username" type="T_STRING" byteoffset="328" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="username" type="T_STRING_40_" byteoffset="168" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="toAddress" type="T_ARRAY__0__9__OF_atMessagingEmailAddress" byteoffset="409" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="toAddress" type="T_ARRAY__0__9__OF_atMessagingEmailAddress" byteoffset="209" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="subject" type="T_STRING" byteoffset="929" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="subject" type="T_STRING" byteoffset="629" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
</TypeUserDef>
|
</TypeUserDef>
|
||||||
<TypeUserDef name="T_atAlarmManager" size="100822" nativesize="651752" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atAlarmManager">
|
<TypeUserDef name="T_atAlarmManager" size="100822" nativesize="651752" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atAlarmManager">
|
||||||
<UserDefElement iecname="all" type="T_ARRAY__0__249__OF_atAlarmStatus" byteoffset="0" vartype="VAR_OUTPUT" access="ReadWrite" />
|
<UserDefElement iecname="all" type="T_ARRAY__0__249__OF_atAlarmStatus" byteoffset="0" vartype="VAR_OUTPUT" access="ReadWrite" />
|
||||||
@ -94,9 +94,9 @@
|
|||||||
<UserDefElement iecname="AppResult" type="T_UDINT" byteoffset="100816" access="ReadWrite" />
|
<UserDefElement iecname="AppResult" type="T_UDINT" byteoffset="100816" access="ReadWrite" />
|
||||||
<UserDefElement iecname="_appNameLength" type="T_INT" byteoffset="100820" access="ReadWrite" />
|
<UserDefElement iecname="_appNameLength" type="T_INT" byteoffset="100820" access="ReadWrite" />
|
||||||
</TypeUserDef>
|
</TypeUserDef>
|
||||||
<TypeUserDef name="T_atMessaging" size="1112" nativesize="14480" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessaging">
|
<TypeUserDef name="T_atMessaging" size="808" nativesize="14200" typeclass="Userdef" pouclass="FUNCTION_BLOCK" iecname="atMessaging">
|
||||||
<UserDefElement iecname="emailSettings" type="T_atMessagingEmailSettings" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
<UserDefElement iecname="emailSettings" type="T_atMessagingEmailSettings" byteoffset="0" vartype="VAR_INPUT" access="ReadWrite" />
|
||||||
<UserDefElement iecname="emailStatus" type="T_atMessagingEmailStatus" byteoffset="1016" vartype="VAR_OUTPUT" access="ReadWrite" />
|
<UserDefElement iecname="emailStatus" type="T_atMessagingEmailStatus" byteoffset="712" vartype="VAR_OUTPUT" access="ReadWrite" />
|
||||||
</TypeUserDef>
|
</TypeUserDef>
|
||||||
</TypeList>
|
</TypeList>
|
||||||
<NodeList>
|
<NodeList>
|
||||||
|
|||||||
BIN
Development/cr_barn5.autosave
Normal file
BIN
Development/cr_barn5.autosave
Normal file
Binary file not shown.
Binary file not shown.
BIN
Development/cr_barn5.project
(Stored with Git LFS)
BIN
Development/cr_barn5.project
(Stored with Git LFS)
Binary file not shown.
4
Development/cr_barn5.~u
Normal file
4
Development/cr_barn5.~u
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
c
|
||||||
|
CLARENCE-PC
|
||||||
|
46692
|
||||||
|
639135298839307086
|
||||||
BIN
Development/cr_barn5_autosave.precompilecache
(Stored with Git LFS)
BIN
Development/cr_barn5_autosave.precompilecache
(Stored with Git LFS)
Binary file not shown.
BIN
Development/cr_barn5_project.precompilecache
(Stored with Git LFS)
BIN
Development/cr_barn5_project.precompilecache
(Stored with Git LFS)
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user