Is there a way to detect in Gateway/Client script if the version is Ignition 8.0 or Ignition 7.9
You could try calling SRContext.get() and see if it fails maybe? For the gateway, anyway…
Oooh, clever.
The clients do have the [System]Client/System/FPMIVersion tag, if you really need the Ignition version number, but there’s no similar tag for the gateway. It’s why I went with checking the Jython version.
Yes ! Jordan’s Magic tips are back !
Thanks a lot

