After creating a Schedule or Timer script in Ignition 8.3, the script does not appear anywhere in the Gateway Diagnostics panels. The script also never executes. This is a minimal test example that previously worked without issues in 8.1:
def handleScheduleEvent():
logger = system.util.getLogger("Test")
logger.info("Hello")
Currently:
The scheduled/timer script does not show up under Gateway Diagnostics → Scripts.
The logger output does not appear in the Gateway logs.
Even when running the logger call from the Script Console , no log entry is produced in the log viewer.
I’ve checked the forum and documentation but haven’t found anything referencing this behavior in 8.3.
Has anyone experienced this or is aware of changes in 8.3 that might affect scheduled scripts or logger output?
Did you remember to save your project after creating the scheduled script?
1 Like
I did save my project and still nothing…
Is there a red line under or on the very right of your script. This shows an indentation error, which can happen when copying and pasting.
1 Like
Unfortunately no… or else it would be easy to resolve…
Out of the box question: Is it an installation bug?
Wouldn’t imagine so. Post your exact version here. Likely you’ll have to raise a ticket with official support.
1 Like
WAIT A MINUTE.
Very bottom right of your screenshot, red text… trial expired. Reset that.
1 Like
Thank you for your support nevertheless =)
it was just mow…unfortunetly that is not the prob as well…
JVDM
November 19, 2025, 1:55pm
11
1 Like
Yeah, gateway scripts actually aren’t affected by trial status:
Support it is then, unless someone else chimes in.
1 Like
pturmel
November 19, 2025, 1:59pm
13
Is this an inheritable project? If so, it won't actually run anything .
3 Likes
I believe not… and will try to talk with Support than…
Do you have your Gateway Scripting Project set in the gateway config? And are there any errors in the Designer console?
1 Like
I believe it is well configured
Got what the problem was!
The project was not enabled… strange as it seems…
Thank you all for your time and excuse my “noobiness” ^.^’
3 Likes