Check version of Ignition from 3rd party app?

How can I get the version of Ignition that is running on a PC from a 3rd party app (C#)?

Do you have the Web Dev module available to you?

Webservices Module? Create a Provider.

HTTP GET ${gatewayAddr}/system/gwinfo, then parse the returned string.

3 Likes