551 503 01 |
Info Note |
Communication from DPI to a DPI through a P-NET Gateway Service.
System overview
Building the addressNote that a port number is only required to be defined for the DPIs in this example. The PD 664, TCPNode, InternalNodes and UDPNode don’t have port numbers.
DPI A to DPI BOut of DPI (Port 2) On to PD 664 (Node 2) On to TCPNode (Node 3) On to DPI B (Node 1)
DPI_B_FreeRunTimer : LongInteger[devicetype: 600, ExtendedPNET] AT NET: (2,2,3,1) SOFTWIRE: $7;
DPI A to PD 6xx slavePD6xx_Slave_FreeRunTimer : LongInteger[devicetype: 1000] AT NET: (2,2,3,1,1,33) SOFTWIRE: $7; or If pdmodulev119.def is included: e. g. PD621_Slave: PD621 AT NET:(2,2,3,1,1,33); PD621_Slave_FreeRunTimer -> PD621_Slave.Service.FreeRunTimer;
|