44
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
3 |
xmlns="http://www.plcopen.org/xml/tc6.xsd"
|
|
4 |
xmlns:xhtml="http://www.w3.org/1999/xhtml"
|
|
5 |
xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd http://www.plcopen.org/xml/tc6.xsd">
|
|
6 |
<fileHeader contentDescription="This tests LD language"
|
215
|
7 |
companyName="Beremiz"
|
|
8 |
companyURL="www.beremiz.org"
|
44
|
9 |
productName="BREMIZ"
|
|
10 |
productRelease="1"
|
|
11 |
productVersion="1"
|
|
12 |
creationDateTime="2007-07-07 11:58:26"/>
|
|
13 |
<contentHeader name="LD_TEST">
|
|
14 |
<coordinateInfo>
|
|
15 |
<fbd>
|
|
16 |
<scaling y="0" x="0"/>
|
|
17 |
</fbd>
|
|
18 |
<ld>
|
|
19 |
<scaling y="0" x="0"/>
|
|
20 |
</ld>
|
|
21 |
<sfc>
|
|
22 |
<scaling y="0" x="0"/>
|
|
23 |
</sfc>
|
|
24 |
</coordinateInfo>
|
|
25 |
</contentHeader>
|
|
26 |
<types>
|
|
27 |
<dataTypes/>
|
|
28 |
<pous>
|
|
29 |
<pou name="MAIN_TEST" pouType="program">
|
|
30 |
<interface>
|
|
31 |
<localVars>
|
|
32 |
<variable name="QX1" address="%QX1">
|
|
33 |
<type>
|
|
34 |
<BOOL/>
|
|
35 |
</type>
|
|
36 |
</variable>
|
|
37 |
<variable name="QX2" address="%QX2">
|
|
38 |
<type>
|
|
39 |
<BOOL/>
|
|
40 |
</type>
|
|
41 |
</variable>
|
|
42 |
<variable name="QX3" address="%QX3">
|
|
43 |
<type>
|
|
44 |
<BOOL/>
|
|
45 |
</type>
|
|
46 |
</variable>
|
|
47 |
<variable name="IX1" address="%IX1">
|
|
48 |
<type>
|
|
49 |
<BOOL/>
|
|
50 |
</type>
|
|
51 |
</variable>
|
|
52 |
<variable name="IX2" address="%IX2">
|
|
53 |
<type>
|
|
54 |
<BOOL/>
|
|
55 |
</type>
|
|
56 |
</variable>
|
|
57 |
<variable name="IX3" address="%IX3">
|
|
58 |
<type>
|
|
59 |
<BOOL/>
|
|
60 |
</type>
|
|
61 |
</variable>
|
|
62 |
</localVars>
|
|
63 |
</interface>
|
|
64 |
<body>
|
|
65 |
<LD>
|
|
66 |
</LD>
|
|
67 |
</body>
|
|
68 |
</pou>
|
|
69 |
</pous>
|
|
70 |
</types>
|
|
71 |
<instances>
|
|
72 |
<configurations>
|
|
73 |
<configuration name="STD_CONF">
|
|
74 |
<resource name="STD_RESSOURCE">
|
|
75 |
<task interval="00:00:00.100000" name="STD_TASK" priority="0"/>
|
|
76 |
<pouInstance type="MAIN_TEST" name="MAIN_INSTANCE"/>
|
|
77 |
</resource>
|
|
78 |
</configuration>
|
|
79 |
</configurations>
|
|
80 |
</instances>
|
|
81 |
</project>
|