Introduction to the Active tag feature

<< Click to Display Table of Contents >>

Manual > Monitoring system construction guide > Communication settings with PLC and tag registration >

Introduction to the Active tag feature

About Active tag

When building a small-scale monitoring system with a small number of I/O points, you may want to access the PLC simply by specifying the device address on the PLC side, without registering tags in advance.

 

This need can be easily met by using "Active tag". Active tag is a function that allows you to dynamically generate tags by directly specifying the device address on the PLC side from the application that uses the tag. When using Active tag, register the units and folders in FA-Server as usual. Then, when specifying the tag path from the application, add a single "#" (half-width sharp) character to the beginning of the format that represents the address.
 

U01.F01.#D0 *Specify the D0 address of PLC

U01.F01.#M0 *Specify the M0 address of PLC

: : :

 

As shown above, by specifying a device address followed by "#", you can communicate with the specified PLC device even if the tag has not been registered in FA-Server beforehand.

 

 

hint

For more information about Active tag, please see the tag section, "Static tag and Active tag".