Lists of NS COM tags

2 Posts
2 Users
0 Likes
22 Views
f.cubattoli
(@f-cubattoliarcinfo-com)
Posts: 167
Reputable Member
Topic starter
 

Hello!

Another interesting question...

I will going onsite to debug a big PcVue project with a lot of BACnet variables (about ~ 60'000) with some comm. problems (instability).

It will be very useful for me to find a way to export in realtime a list of tags in NS-COM status.

Any idea? 🙂

Thankyou!

 
Posted : 13/04/2013 2:29 am
n.kunzer
(@n-kunzerarcinfo-com)
Posts: 1236
Member Moderator
 

Hmmm not so easy.

1. From the Varexp.dat, create a text file (Source.txt) with only the BACnet variables.
2. Make a VBA script parsing Source.txt, For each line add a line in another file (Destination.txt) ,

But for 60 000 variables it will take a while.... It should be wise to make it by set of 10 000 data to not freeze the HMI...Meaning you have 5 Source.txt files

 
Posted : 15/04/2013 7:42 am