This functionality is only available for certain module packages.

Reference between devices among one another

Only a slave node of one device may be connected to another slave node of another device at any time. The connected slave node is saved in the parameter Connection of the respective connected slave node.

  1. Below the node with id=”Worker_Reference”, insert the following lines.
<!-- Relation of Slave to Slave -->
<reference id="LAN_Reference"
	type="connectable"
	src="=isInstanceEO() and isInstanceOf('IT_ModularSystem.Basic.LAN_Jack')"
	target="=isInstanceEO() and isInstanceOf('IT_ModularSystem.Basic.LAN_Jack')">
	<forward multiplicity="1" connector="=getParameter('Connection')" />
	<backward multiplicity="1" connector="=getParameter('Connection')" />
</reference>