Hi! I'm trying to communicate with some hardware via OPC and datasocket. The
problem is the great and variing number of the channels for the data
acquisition (400-1500 channels!). So I decided to automatize the "Browse to
OPC item.vi" via ActiveX with every single item written into an array with
its specific properties like datatyp, access right, OPC-URL and so on. For
better understanding: Similar to the "List directory.vi" I want to analyse
how many OPC-Server ("harddisks") at the local PC do exist, how many groups
(directories) they contain, how many subgroups (subdirectories) there are
and what kind of items (files) they contain. Additionally, I want to get
some information of them and I want to build an array where all informati
on
(path, properties...) is stored in. I succeeded in displaying a string array
with the installed OPC-servers, but that's all. Puuh, hard staff. I hope
somebody can help me.