Hi there,
I'm still having the following problem:
I'm trying to write an OPC tag to my OPC server that is currently not
existing in the servers name space.
Normaly (with other OPC clients) the server fires an event that validates
and adds such unknown tags
to the server if they are not existing.
These event is fired through the labview client, too, but unfortunately the
parameter that tells the server what
data type the server should use to register the new OPC item is always zero
(uninitialized variant typ) instead
of VT_UI VT_DBL or any other value for a valid typ.
Does anybody know how to register unknown but type save OPC items to an OPC
server with LabVIEW 6.1 / 7
data soket vi's ???