What API would I use to expose an OPC-UA device on the Ignition Status Page under Devices? I don’t need anything huge like the statistics you guys show on most of your drives but it’d be nice to show if the device is connected etc.
Do I just follow the “Home Connect” example in the sdk examples?
There’s a hook in the DriverType interface that you can implement to return a custom status page. Otherwise, you implement the stats hook to supply histograms of response times.