Prior to removing unused variables

This commit is contained in:
Clarence Dick 2026-05-04 16:18:07 -06:00
parent eea81577b4
commit 03d596618d
13 changed files with 28 additions and 29 deletions

View 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

Binary file not shown.
1 TextList Id Default
2 atIONames 1100 Feed valve 1 open
3 atIONames 1101 Feed valve 1 close
4 atIONames 1102 Feed valve 2 open
5 atIONames 1103 Feed valve 2 close
6 atIONames 1104 Feed valve 3 open
7 atIONames 1105 Feed valve 3 close
8 atIONames 1106
9 atIONames 1107
10 atIONames 1108 Weigh Hopper Prox
11 atIONames 1109 Male Hopper Prox
12 atIONames 1110 Water Meter
13 atIONames 1111
14 atIONames 1112 External power loss
15 atIONames 1113 UPS failure
16 atIONames 1114
17 atIONames 1115
18 atIONames 1200 Feed Valve 1
19 atIONames 1201 Feed Valve 2
20 atIONames 1202 Feed Valve 3
21 atIONames 1203 Male Feed Fill
22 atIONames 1204 Feed Line 1 Female
23 atIONames 1205 Feed Line 2 Male
24 atIONames 1206 Feed Line 3 Female
25 atIONames 1207 Female Feed Fill
26 atIONames 1208 Female Feed Cross
27 atIONames 1209 Feed Weigher Dump
28 atIONames 1210 36" Fan North
29 atIONames 1211 36" Fan South
30 atIONames 1212 Heaters
31 atIONames 1213 Inlet 1 Open
32 atIONames 1214 Inlet 1 Close
33 atIONames 1215 Lights
34 atIONames 1300 Summer Inlet Open
35 atIONames 1301 Summer Inlet Close
36 atIONames 1302 Water Solenoid
37 atIONames 1303
38 atIONames 1304
39 atIONames 1305
40 atIONames 1306
41 atIONames 1307
42 atIONames 1308
43 atIONames 1309
44 atIONames 1310
45 atIONames 1311
46 atIONames 1312
47 atIONames 1313
48 atIONames 1314
49 atIONames 1315
50 atIONames 1400 Humidity
51 atIONames 1401 Weigher Loadcell
52 atIONames 1402 Bird Scale Loadcell
53 atIONames 1403 Static Pressure
54 atIONames 1404 Male feed loadcell
55 atIONames 1405
56 atIONames 1406
57 atIONames 1407
58 atIONames 2100 Cent 24" Var Fan
59 atIONames 2101 E/W 24” Var Fan
60 atIONames 2102 Circ Fans 1
61 atIONames 2103 Circ Fans 2
62 atIONames 2200 Light Dimmer
63 atIONames 2201
64 atIONames 2202
65 atIONames 2203
66 atIONames 2300 Barn Temp 1 east
67 atIONames 2301 Barn Temp 2 west
68 atIONames 2302 Inlet 1 position
69 atIONames 2303 Inlet 2 position
70 atIONames 2304
71 atIONames 2305
72 atIONames 2306
73 atIONames 2307

View File

@ -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>

Binary file not shown.

Binary file not shown.

BIN
Development/cr_barn5.project (Stored with Git LFS)

Binary file not shown.

4
Development/cr_barn5.~u Normal file
View File

@ -0,0 +1,4 @@
c
CLARENCE-PC
46692
639135298839307086

Binary file not shown.

Binary file not shown.