Client Diagnostics / Console

Is there a command or keyboard shortcut to open the client diagnostics console from a button/script? The only way i’m aware of getting to it is by enabling the client menubar and then navigating to Help>Diagnostics.

This would be really handy, since for all my clients, I hide the menubar. If we could pop up the diagnostics utility from a button, or even embed a console into a page, that would be fantastic.

This is answered in Launch Diagnostics/Console From Client. Use this script:

from com.inductiveautomation.factorypmi.application import FPMIApp
FPMIApp.getInstance().showFPMIDiagnostics()

Sorry for necrobumping, but I want to make sure I can quickly find the answer the next time I search for this and for whatever reason I found this thread with my initial searches but not the other thread.

Or, y’know, system.gui.openDiagnostics - Ignition User Manual 8.1 - Ignition Documentation… man, what was that guy in 2018 thinking :slight_smile:

1 Like