I conntect to a field point by using this url:
opc://localhost/National Instruments.OPCFieldPoint/FP @ COM1\FP-TC-120 @1\Channel 3?updaterate=50&deadband=0
and with AccessMode cwdsReadAutoUpdate.
The adviserate of the field point channel is 10 ms.
The connection between PC and fieldpoint FP1000 uses a serial port with a baudrate of 115200
The measured temperature changes fast. But the CWDataSocket_OnDataUpdated method comes only once per second.
If I change the updaterate to more than 1 s it works in greater intervalls, but not with updaterates less than 1 s..
What can I do to get more datas with a faster updaterate of the opc server?
Thanks