Communication from a Fipio Agent
(Original Document)
At a Glance
A PLC declared as a Fipio Agent can communicate:
Address Settings
The syntax of an address is as follows:
ADDR('\2.4\SYS')
The following table describes the address parameters:
Parameter
Description
2.4
  • 2 : corresponds to the Fipio bus number
  • 4 : corresponds to the destination connection point
SYS
Corresponds to the server address.
Example
Example of How Different PLCs Access the System
The Fipio Agent PLC at address 1 reads 10 words from the Fipio Agent at address 4.
READ_VAR(ADDR('\2.4\SYS'), '%MW',0,10, %MW100:4,%MW10:10)