"Trend log Object" in BACnet Protocol

80 views Asked by At

How to read or Display the Trend log Object's properties Value by using the BAC0 library in BACnet protocol ? if anyone know better information, Share proper explanation with good example

I tried with below code & its showing format error

trend = BAC0.TrendLog('192.162.0.104:58852', device) print(trend)

I'm expecting proper format for reading the Trend log Object's Properties values.

0

There are 0 answers