List All Tags In OPCSERVER DA|OPC UA Standard|Forum|OPC Foundation

Avatar
Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
Lost password?
sp_Feed sp_PrintTopic sp_TopicIcon
List All Tags In OPCSERVER DA
Avatar
Ronaldo Alves
New Member
Members
Forum Posts: 1
Member Since:
01/21/2019
sp_UserOfflineSmall Offline
1
01/21/2019 - 02:47
sp_Permalink sp_Print

Good morning, I'm an engineering student in Brazil and I need to list all the tags on an OPCDA server, my teacher gave me DLLS that he uses and I've already been able to do the communication, but I can not list the tags that are on the server.
My code is as follows:

OpcCom.ServerEnumerator se = new OpcCom.ServerEnumerator();
Opc.Server[] servers = se.GetAvailableServers(Opc.Specification.COM_DA_20);
//Opc.Hda.Server daServer = (Opc.Hda.Server)servers[0];
Opc.Da.Server daServer = (Opc.Da.Server)servers[1];
daServer.Connect();

How can I list all the tags? I also saw that there is the group question, as I set up an opc server for Matrikon for testing and I used their opcview.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online: Tim Fleischhauer, CHIRANTAN JOSHI, k raj, Timo Brunner
Guest(s) 35
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1349
Posts: 4577