OPC-UA Device Enabled Status

Is it possible to get the OPC-UA Device Enabled status into a project? I have several PLC Devices and I have scripting to determine if they are in Run Mode or not. If not in Run Mode I create an alarm. I would like to use the Device Enabled status from the Gateway so I can block the alarm if the Device is not Enabled.


Qversa

you could use system.device.listDevices() in a script to bring back a dataset that includes the device enable state

look here

https://docs.inductiveautomation.com:8443/display/DOC/system.device.listDevices

Fantastic, I’ll give that a shot. Thanks for the help!