Rank: Newbie
Joined: 3/18/2016(UTC) Posts: 4
Was thanked: 2 time(s) in 2 post(s)
|
We are using MatrikonOPC UCS with Modbus and Mitsubishi plug-ins (different machines).
We are subscribing to a number of tag (not many, 5 integer and 5 strings)
What would a reasonable value for the Update Rate be?
1 ms, 50 ms, 200 ms ???
Also does the Update Rate effect the time it takes to write a value?
We have set the Update Rate to 50 ms. The communication is set so that when the PLC change a value, we check which tag is changed and reply to a reply tag with the same value. If these two values are different something is wrong with the communication.
Unfortunate the time from that the PLC sets it value and the client reply is almost a second! The time is "the same" with both integers and strings.
Any ideas on what may be wrong? (or is this how OPC works...)
|
 1 user thanked Anders Eriksson for this useful post.
|
|
|
Rank: Advanced Member
Joined: 10/21/2014(UTC) Posts: 105
Was thanked: 35 time(s) in 32 post(s)
|
OPC is not normally used for sub-second critical data. Generally, an update rate of 1000mS is acceptable and widely used. Sometimes customers will push to 500mS or faster. It is sometimes possible and I have seen update rates as fast as 200mS, when the underlying communication (between the OPC Server and device) is robust and fast. Our software is set to reject any requests faster than 100mS as it is generally not possible. In the case of the UCS, I would not recommend anything less than 500mS.
|
 1 user thanked Roger Fortune for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.