Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I browse for OPC Properties in DataSocket "SelectURL" Dialog?

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?
0 Kudos
Message 1 of 3
(3,343 Views)
I'm not sure what you mean by properties of the item. Do you mean attributes, such as quality or timestamp?

- Elton
0 Kudos
Message 2 of 3
(3,343 Views)
Properties are another level below the items. These properties have also attributes like Quality, Timestamp etc. like the items too.
0 Kudos
Message 3 of 3
(3,343 Views)