Commit 816b248e authored by Ivan Tyagov's avatar Ivan Tyagov

Adjust for new network setup.

parent 735777a9
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<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"> <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">
<fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2021-05-14T14:33:11"/> <fileHeader companyName="Unknown" productName="Unnamed" productVersion="1" creationDateTime="2021-05-14T14:33:11"/>
<contentHeader name="Counter (OSIE)" modificationDateTime="2023-04-18T16:32:02"> <contentHeader name="Counter (OSIE)" modificationDateTime="2023-05-30T13:14:50">
<coordinateInfo> <coordinateInfo>
<fbd> <fbd>
<scaling x="0" y="0"/> <scaling x="0" y="0"/>
...@@ -83,24 +83,24 @@ ...@@ -83,24 +83,24 @@
</variable> </variable>
</outputVariables> </outputVariables>
</block> </block>
<inVariable localId="3" executionOrderId="0" height="25" width="50" negated="false"> <inVariable localId="3" executionOrderId="0" height="27" width="50" negated="false">
<position x="181" y="206"/> <position x="181" y="206"/>
<connectionPointOut> <connectionPointOut>
<relPosition x="50" y="12"/> <relPosition x="50" y="13"/>
</connectionPointOut> </connectionPointOut>
<expression>Reset</expression> <expression>Reset</expression>
</inVariable> </inVariable>
<outVariable localId="4" executionOrderId="0" height="25" width="42" negated="false"> <outVariable localId="4" executionOrderId="0" height="27" width="42" negated="false">
<position x="433" y="266"/> <position x="433" y="266"/>
<connectionPointIn> <connectionPointIn>
<relPosition x="0" y="12"/> <relPosition x="0" y="13"/>
</connectionPointIn> </connectionPointIn>
<expression>Cnt0</expression> <expression>Cnt0</expression>
</outVariable> </outVariable>
<outVariable localId="6" executionOrderId="0" height="25" width="42" negated="false"> <outVariable localId="6" executionOrderId="0" height="27" width="42" negated="false">
<position x="435" y="222"/> <position x="435" y="222"/>
<connectionPointIn> <connectionPointIn>
<relPosition x="0" y="12"/> <relPosition x="0" y="13"/>
</connectionPointIn> </connectionPointIn>
<expression>Cnt1</expression> <expression>Cnt1</expression>
</outVariable> </outVariable>
...@@ -158,7 +158,7 @@ Cnt0 := Cnt0 + 1; ...@@ -158,7 +158,7 @@ Cnt0 := Cnt0 + 1;
<configurations> <configurations>
<configuration name="config"> <configuration name="config">
<resource name="resource1"> <resource name="resource1">
<task name="task0" priority="0" interval="T#50ms"> <task name="task0" priority="0" interval="T#20ms">
<pouInstance name="instance0" typeName="plc_prg"/> <pouInstance name="instance0" typeName="plc_prg"/>
</task> </task>
</resource> </resource>
......
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema" Server_URI="opc.tcp://192.168.3.2:4840"> <OPCUAClient xmlns:xsd="http://www.w3.org/2001/XMLSchema" Server_URI="opc.tcp://192.168.2.3:4840">
<AuthType/> <AuthType/>
</OPCUAClient> </OPCUAClient>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment