Read methods
The Cache method uses the OPC cache of the
server. This is a copy of the PLC data in the server which
is refreshed depending on the Update rate selected
by the user. If the server cannot refresh at the specified
rate, the refresh rate is "as fast as possible" (However,
you are not informed of this issue). This method is usually
faster than direct access to the device since the data is
read before the request. However, if requests are too close,
the data will be stable.
The Device method does not use the OPC cache
but reads data directly in the PLC. This method is usually
slower but you can be sure that you have data that is not
stable.
The default read method is Cache. The update
rate is relevant only when using the OPC cache, so it will
be deactivated when the read mode is set to Device.