# HG changeset patch # User Edouard Tisserant # Date 1337567650 -7200 # Node ID 6da739ac134616c47eaac20daf430b7effda863b # Parent 438a4a1ff18806500a0fa9509d9110a512fb8a3b Fixed example build with installer 1.1 diff -r 438a4a1ff188 -r 6da739ac1346 ethercat_tests/wago_higen/beremiz.xml --- a/ethercat_tests/wago_higen/beremiz.xml Sun May 20 23:05:36 2012 +0200 +++ b/ethercat_tests/wago_higen/beremiz.xml Mon May 21 04:34:10 2012 +0200 @@ -1,6 +1,6 @@ -<?xml version="1.0" encoding="UTF-8"?> -<BeremizRoot URI_location="PYRO://192.168.42.101:3000"> - <TargetType> - <Xenomai/> - </TargetType> -</BeremizRoot> +<?xml version="1.0" encoding="UTF-8"?> +<BeremizRoot> + <TargetType> + <Xenomai/> + </TargetType> +</BeremizRoot> diff -r 438a4a1ff188 -r 6da739ac1346 ethercat_tests/wago_higen/plc.xml --- a/ethercat_tests/wago_higen/plc.xml Sun May 20 23:05:36 2012 +0200 +++ b/ethercat_tests/wago_higen/plc.xml Mon May 21 04:34:10 2012 +0200 @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://www.plcopen.org/xml/tc6.xsd" - xmlns:xhtml="http://www.w3.org/1999/xhtml" - xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd"> +<project xmlns="http://www.plcopen.org/xml/tc6.xsd" + xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> <fileHeader companyName="Laurent BESSARD" productName="test_ethercat" productVersion="1.0" creationDateTime="2011-10-20T19:01:52"/> <contentHeader name="test_ethercat" - modificationDateTime="2012-05-13T14:57:09"> + modificationDateTime="2012-05-20T19:25:58"> <coordinateInfo> <fbd> <scaling x="0" y="0"/> @@ -32,7 +32,7 @@ <BOOL/> </type> </variable> - <variable name="LED" address="%QX0.0.2.28688.1"> + <variable name="GREENLED" address="%QX0.0.2.28688.1"> <type> <BOOL/> </type> diff -r 438a4a1ff188 -r 6da739ac1346 ethercat_tests/wago_sanyo/beremiz.xml --- a/ethercat_tests/wago_sanyo/beremiz.xml Sun May 20 23:05:36 2012 +0200 +++ b/ethercat_tests/wago_sanyo/beremiz.xml Mon May 21 04:34:10 2012 +0200 @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<BeremizRoot URI_location="PYRO://127.0.1.1:3000"> +<BeremizRoot> <TargetType> - <Xenomai CFLAGS="" LDFLAGS=""/> + <Xenomai/> </TargetType> </BeremizRoot> diff -r 438a4a1ff188 -r 6da739ac1346 ethercat_tests/wago_sanyo/plc.xml --- a/ethercat_tests/wago_sanyo/plc.xml Sun May 20 23:05:36 2012 +0200 +++ b/ethercat_tests/wago_sanyo/plc.xml Mon May 21 04:34:10 2012 +0200 @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://www.plcopen.org/xml/tc6.xsd" - xmlns:xhtml="http://www.w3.org/1999/xhtml" - xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd"> +<project xmlns="http://www.plcopen.org/xml/tc6.xsd" + xsi:schemaLocation="http://www.plcopen.org/xml/tc6.xsd" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns:xhtml="http://www.w3.org/1999/xhtml"> <fileHeader companyName="Laurent BESSARD" productName="test_ethercat" productVersion="1.0" creationDateTime="2011-10-20T19:01:52"/> <contentHeader name="test_ethercat" - modificationDateTime="2012-03-18T23:04:07"> + modificationDateTime="2012-05-20T19:26:53"> <coordinateInfo> <fbd> <scaling x="0" y="0"/> @@ -32,7 +32,7 @@ <BOOL/> </type> </variable> - <variable name="LED" address="%QX0.0.2.28688.1"> + <variable name="GREENLED" address="%QX0.0.2.28688.1"> <type> <BOOL/> </type>