Gateway Event Schedule script to open a window inside the vision project?

[SOLVED]

Good morning gents,

On the vision project, I would like for a pop window to open up at a specific time of the day (every weekday at 9:30am), I thought I could use an script on the gateway event scheduled section but I get an error in the gateway logs for the ScheduledTask says that the object has no attribute nav, I also tried using the system.vision attribute, seems like these two can only be used exclusively inside vision scripts.

How could I use a scheduled task to open the window I need, unfortunately I don’t see the option to schedule tasks on the Vision Client Events only Timers events.

See error below:

image

Hi I reply to myself, the way I have done it is by writing a memory tag from the Gateway event and then using a Tag Change event script in the Vision project to open the window I need, sorry I should have thought that earlier before posting

1 Like

You should be using a Client** event script **not a Gateway script.

1 Like

Thanks for the update, Javier.

Tip: On this forum we don't put [Solved] in the title. There's a Solution button which flags the post as solved. You can edit to fix.

1 Like