AndreOliveira wrote:
> You should try to increase the poll rate of the OPC Server. Normally
> OPC Servers are configured to poll the hardware at a certain rate, you
> can try to increase this rate and see if the performance increases.
>
> This poll rate will be limited by the method used to connect to the
> hardware, for example a serial connection will provide a slower
> transfer rate then, for example, ethernet.
>
> Most likely your communication speed is being limited by the transfer
> rate between the OPC Server and the hardware. On the datasocket side,
> there is nothing you can do to increase the speed at which you write
> to the Server (I am assuming that you are using Datasocket VI's in a
> loop with no delay).
Thanks.
So if I understand corr
ectly, datasockets can be a very fast way to
handle things in LabView, and the problem may very well be the poll rate
in my OPC server (Beckhoff TwinCat). Which means the solution I seek may
lie outside of this newsgroup.