Yes. You can use 'events' such as time, or mouse cursor position. Calculation tags can do this and the Modulus function is useful.
You can also use the integrated Modbus server (there is also AB) to write to a virtual Modbus PLC register (via TCP/IP with IP address being set to PC internal or use default 127.0.0.1). You can then 'read' from that device at the same address.
While useful for demo's the Modbus Server functionality was actually created so that some OEM's could have VTScada appear to DCS's (and other 3rd party systems) as an RTU. OPC Server functionality (also built in) does the same, but some older DCS's (like in Power plants) may not support it or be restricted in its use due to security protocols.
Yes. You can use 'events' such as time, or mouse cursor position. Calculation tags can do this and the Modulus function is useful.
You can also use the integrated Modbus server (there is also AB) to write to a virtual Modbus PLC register (via TCP/IP with IP address being set to PC internal or use default 127.0.0.1). You can then 'read' from that device at the same address.
While useful for demo's the Modbus Server functionality was actually created so that some OEM's could have **VTScada appear to DCS's (and other 3rd party systems) as an RTU.** OPC Server functionality (also built in) does the same, but some older DCS's (like in Power plants) may not support it or be restricted in its use due to security protocols.