I made a datasocket ActiveX WEB component in VB which allow users to control data in a VI. But if more than one computer tries to connect, I got status error "Error: Can't connect to data item, another write connection exists."
I have configure DataSocket ServerManger, Default Reader, Default Writer, Creators and SampleGroup as "everyhost" and Predefine Data: Items, SampleNum, SampleString, SampleBool with read and write access: SampleGroup and Allow Multible Writers.
What are I doing wrong?
Sometimes I do not get the errormessage but there is still just one user who can control.
I must admit I don't understand fully the DataSocket ServerManger configure part and there is not much help
to find at NI or Datasocket sites. (It is propably to simple) What are f.x. "Predefined Data Item" Is it the name of my DataSocketReader/Writer in the VI or the name of my datasocket in the VB code?