I think you've missed a few
- Ignition Users Manual
- Designer's Script Console
- Database Query Browser
- You can use
system.util.getLogger()to log messages to the gateway logs.
logger = system.util.getLogger('YourLoggersName')
logger.info('Your Message Here')
- For Perspective your browsers Dev Tools (e.g.in Chrome press F12)
- For perspective
system.perspective.print() - These forums ( I mean just do a search for @pturmel or @JordanCClark you'll learn all kinds of cool tricks)
- Your flavor of DB's management software (MSSQL's SSMS for example)
- PLC Emulation software or access to offline (or online if you dare) PLC programs
Any number of other resources like PyCharm (or other IDE's), W3Schools for things like html and CSS.
Even if you had, you would be in good company. ![]()