Hi,
Is there an easy way (SQL statement etc.) to generate a list/table that can spit out something like the following for every data point in a system:
Point data source, point name, point unit, point update frequency (seconds)
I am trying to output a list like this that I can then paste into Excel or even just a text editor without any further manipulation required:
Generator, Energy, kWh, 30
Panel Meter, Load, kW, 10
Weather Station, Wind Speed, m/s, 30
From time to time this is required when people request lists of measurements from installations.
Thanks
Jeremy