1 <?xml version='1.0' encoding='utf-8'?> |
1 <?xml version='1.0' encoding='utf-8'?> |
2 <project xmlns:ns1="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201"> |
2 <project xmlns:ns1="http://www.plcopen.org/xml/tc6_0201" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.plcopen.org/xml/tc6_0201"> |
3 <fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2014-01-19T11:14:47" contentDescription="This example shows how you can customize build process by using 'make'. "/> |
3 <fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2014-01-19T11:14:47" contentDescription="This example shows how you can customize build process by using 'make'. "/> |
4 <contentHeader name="Makefile Example" modificationDateTime="2016-10-14T14:00:01"> |
4 <contentHeader name="Makefile Example" modificationDateTime="2018-08-24T13:12:10"> |
5 <coordinateInfo> |
5 <coordinateInfo> |
6 <fbd> |
6 <fbd> |
7 <scaling x="0" y="0"/> |
7 <scaling x="0" y="0"/> |
8 </fbd> |
8 </fbd> |
9 <ld> |
9 <ld> |
32 </variable> |
32 </variable> |
33 </localVars> |
33 </localVars> |
34 </interface> |
34 </interface> |
35 <body> |
35 <body> |
36 <FBD> |
36 <FBD> |
37 <inVariable localId="1" executionOrderId="0" height="27" width="77" negated="false"> |
37 <inVariable localId="1" executionOrderId="0" height="30" width="77" negated="false"> |
38 <position x="52" y="368"/> |
38 <position x="52" y="424"/> |
39 <connectionPointOut> |
39 <connectionPointOut> |
40 <relPosition x="77" y="13"/> |
40 <relPosition x="77" y="15"/> |
41 </connectionPointOut> |
41 </connectionPointOut> |
42 <expression>LocalVara</expression> |
42 <expression>LocalVara</expression> |
43 </inVariable> |
43 </inVariable> |
44 <outVariable localId="2" executionOrderId="0" height="27" width="77" negated="false"> |
44 <outVariable localId="2" executionOrderId="0" height="30" width="77" negated="false"> |
45 <position x="167" y="368"/> |
45 <position x="167" y="424"/> |
46 <connectionPointIn> |
46 <connectionPointIn> |
47 <relPosition x="0" y="13"/> |
47 <relPosition x="0" y="15"/> |
48 <connection refLocalId="1"> |
48 <connection refLocalId="1"> |
49 <position x="167" y="381"/> |
49 <position x="167" y="439"/> |
50 <position x="129" y="381"/> |
50 <position x="129" y="439"/> |
51 </connection> |
51 </connection> |
52 </connectionPointIn> |
52 </connectionPointIn> |
53 <expression>LocalVarb</expression> |
53 <expression>LocalVarb</expression> |
54 </outVariable> |
54 </outVariable> |
55 <comment localId="3" height="310" width="760"> |
55 <comment localId="3" height="385" width="760"> |
56 <position x="32" y="23"/> |
56 <position x="32" y="23"/> |
57 <content> |
57 <content> |
58 <xhtml:p><![CDATA[This example shows how you can customize build process by using 'make'. |
58 <xhtml:p><![CDATA[This example shows how you can customize build process by using 'make'. |
59 |
59 |
60 Sometimes special steps need to be done to build entire project. |
60 Sometimes special steps need to be done to build entire project. |