OPC DA Group Subscription |Classic OPC: DA, A&E, HDA, XML-DA, etc.|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
OPC DA Group Subscription
Avatar
Harivishnu B
New Member
Members
Forum Posts: 1
Member Since:
10/08/2020
sp_UserOfflineSmall Offline
1
03/04/2021 - 19:59
sp_Permalink sp_Print

Hi Team,

I am working on developing an Opc client app with .net. I have around 55000k tags with different refresh rates. I tried with Group read with (ABB 800Xa(ABB.AfwOpcDaSurrogate.1) system but it is taking around 4min to complete. I would like to know about the Subscription-based group read. Is there any limit for number of groups that we can create for subscription-based group read?

Which is the best way to improve the performance of reading taglines (Subscription-based group read or group read) or is there any alternative?

Thanks in advance,

Vishnu

Avatar
Randy Armstrong
Admin
Forum Posts: 1511
Member Since:
05/30/2017
sp_UserOfflineSmall Offline
2
03/04/2021 - 20:41
sp_Permalink sp_Print

The NET API will create 1 group for each refresh rate, however, you may find performance improves if you explicitly create groups/subscriptions for each refresh rate you support and add those.

You can then experiment with multiple groups for the same refresh rate.

You should also be depending on datachanges for updates rather than read. Change based updates are a core optimization of OPC which you lose if you simply try to read large numbers of tags.

Forum Timezone: America/Phoenix
Most Users Ever Online: 510
Currently Online: Peter Huisman, Ahmad Qureshi, Francesco Viscomi
Guest(s) 84
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Forum Stats:
Groups: 2
Forums: 10
Topics: 1396
Posts: 4716