When Simulate Device is enabled in TOP Server, both clients must have the same update rate in order for a value written by one client to be read by another.
When a Client Writes to a Device That Is In Simulate Device Mode, Other Clients Cannot Read the Value.
The purpose of this FAQ is to explain how Simulate Mode works in TOP Server and how it can used to see changing data. This information applies to all versions of TOP Server.
1. Simulate Mode with OPC Clients
It is a common misconception that Simulate Mode allows the simulation of a device as is done with a soft PLC. This is incorrect. Simulate Mode is intended to be used when no physical device is available, but it is necessary to make sure a client application is functioning properly. It essentially echoes back to the connected client application anything the client writes to each tag. If nothing has been written to a Boolean or Analog tag, the value echoed back to the client is zero. If nothing has been written to a String tag, the value echoed back is a null character (the string display is blank).