Hi
I developed an OPC Server with the Toolkit from Softing in Visual C++. This OPC Server supports additional OPC properties to an item. The hierarchy is like that:
node
|___item
| |___property
| |___property
| |___...
|
|___item
| |___property
| |___property
| |___...
|
|___...
Now when I try to connect to this OPC Server with the Dialog from "DataSocket.SelectURL" I can't see the properties, only the nodes and items.
What I'm doing wrong? How can I connect to the properties with this dialog?