Skip to content

Commit

Permalink
Remove dependence on eCLR
Browse files Browse the repository at this point in the history
Fixes #37
  • Loading branch information
martinboers authored Oct 7, 2021
1 parent 7afa5a3 commit fa9cc40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/NoEngineer/pnd.gds.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,7 @@
<GdsConfigurationDocument xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" schemaVersion="1.0" xmlns="http://www.phoenixcontact.com/schema/gdsconfig">
<ComponentTaskRelations />
<Connectors>
<Connector startPort="PndComponent1/PndProgram1.PND_S1_OUTPUTS" endPort="Arp.Plc.Eclr/PND_S1_OUTPUTS" />
<Connector startPort="Arp.Plc.Eclr/PND_S1_INPUTS" endPort="PndComponent1/PndProgram1.PND_S1_INPUTS" />
<Connector startPort="PndComponent1/PndProgram1.PND_S1_OUTPUTS" endPort="Arp.Io.PnD/PND_S1_OUTPUTS" />
<Connector startPort="Arp.Io.PnD/PND_S1_INPUTS" endPort="PndComponent1/PndProgram1.PND_S1_INPUTS" />
</Connectors>
</GdsConfigurationDocument>
</GdsConfigurationDocument>

0 comments on commit fa9cc40

Please sign in to comment.