01-04-2010 06:03 AM
Hi All,
LV 9.0 + DSC 9.0
I'm using LV IO-server as a OPC client. OPC server sends a flag CONNECT_E_ADVISELIMIT because LV is requesting data too fast. How LV OPC-client is programmed to behave in this case?
BR, Jim
01-04-2010 10:43 PM
01-08-2010 12:35 AM
Hi I'm using ABB OPC server. I have a about 400 OPC items. We do not exceed any OPC item amount limits in OPC server.
This is from ABB OPC server manual:
"If the client continues to call these methods before the OPC Server answers, the
OPC Server returns the error CONNECT_E_ADVISELIMIT. This error indicates
that the limit is reached. The client should then wait for one of the uncompleted
operations of the same type to finish, before trying again."
I need to know is there a this waiting function in LV OPC client. We get very strange errors randomly and this is one potential error source. Update rates are quite slow so there is not much to do with them.
BR, Jim