It doesn't appear that the BACnet/IP driver has [Diagnostics]/Connected so I'm thinking of other ways to determine the connection status of a device for alarm purposes. My thoughts are:
- Read the quality from a tag that is connected to the device in question and alarm when that quality is bad
- Reference the [System]Gateway/Devices/{device name}/Status tag. It appears it's "Initialized" when good and "Uninitialized" when bad
Option 2 leads me to another question - indirectly referencing another tag. I know I can use the tag() function, however, I avoid that in Perspective in favor of indirect tag bindings. Is tag() okay in expression tags?
Thanks