Dynamic and Static Tag
It is Static Tag to absorb the difference of each PLC maker's device name by defining the tag name beforehand. On the other hand, without defining anything and accessing it by the device name in PLC are dynamic tag. DeviceXPlorer supports both.
System Tag
System information on lap time and the error code, etc. is offered. It is also possible to simplify the client program by using the event handler of clock signals.
Tag Generator
A large number of static tags can be generated by specifying the format and the digit number. The editing work in Excel becomes unnecessary.
Shared Tag Memory
Internal tags that don't communicate with PLC. It is possible to use it so that data may share between some external applications. The tag memory is allocated when starting.
Data type and Array
Support tag types such as BOOL,BYTE,SHORT,LONG,FLOAT,STRING etc., and each types are treated as an array-type tag.
Extended Tag Name Specification
The values acquired from the field device can be treated as BCD, Octal text, and Hexadecimal text, etc.
Scaling
Convert analog values from the AD unit to engineering values. The OPC server does a troublesome scale transform.
Read-only/Write-only Tag
Read-only tags can't write values to PLC absolutely. Write-only tags can't read values from PLC absolutely, therefore the performance of the communication improves.
Monitor type

Values reading from PLC can be displayed in decimal, hex and so on.
  Reliability
It is possible to use OPC Server at ease. Because it is confirmed to connect with all OPC client products by the OPC Interoperability Workshop in Japan and US.In addition, it is confirmed to fill the specification by the OPC Compliance Test.