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!
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


