-
Notifications
You must be signed in to change notification settings - Fork 0
/
udtSystem.xml
65 lines (65 loc) · 1.99 KB
/
udtSystem.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="utf-8"?>
<project xmlns="http://www.plcopen.org/xml/tc6_0200">
<fileHeader companyName="" productName="CODESYS" productVersion="CODESYS V3.5 SP14 Patch 3" creationDateTime="2021-10-07T21:02:42.6996028" />
<contentHeader name="BlogProject.project" modificationDateTime="2021-10-07T20:40:20.1109198">
<coordinateInfo>
<fbd>
<scaling x="1" y="1" />
</fbd>
<ld>
<scaling x="1" y="1" />
</ld>
<sfc>
<scaling x="1" y="1" />
</sfc>
</coordinateInfo>
<addData>
<data name="http://www.3s-software.com/plcopenxml/projectinformation" handleUnknown="implementation">
<ProjectInformation />
</data>
</addData>
</contentHeader>
<types>
<dataTypes>
<dataType name="udtSystem">
<baseType>
<struct>
<variable name="eCurrentState">
<type>
<derived name="enumState" />
</type>
</variable>
<variable name="arTransactions">
<type>
<array>
<dimension lower="0" upper="9" />
<baseType>
<derived name="udtTransition" />
</baseType>
</array>
</type>
</variable>
</struct>
</baseType>
<addData>
<data name="http://www.3s-software.com/plcopenxml/objectid" handleUnknown="discard">
<ObjectId>3b1131bd-6640-49c6-b641-e9edeefa0edf</ObjectId>
</data>
</addData>
</dataType>
</dataTypes>
<pous />
</types>
<instances>
<configurations />
</instances>
<addData>
<data name="http://www.3s-software.com/plcopenxml/projectstructure" handleUnknown="discard">
<ProjectStructure>
<Folder Name="FactoryState">
<Object Name="udtSystem" ObjectId="3b1131bd-6640-49c6-b641-e9edeefa0edf" />
</Folder>
</ProjectStructure>
</data>
</addData>
</project>