Hello,
I have a data acquisition program that writes it's data to a data socket for another program to re-dsiplay it.
Seems to work well enough, but after sometime, the data acquisition program seems to disconnnect that item from the server.
Initially, the item was being dynamically created, i.e. I just used the data socket binding and enable options in the graph control to attach it to the data socket server.
I have now added the data item manually so that both programs just attach it, but it will be sometime before I know if this helps or not.
Any othe rsuggestions are appreciated.