Rogue Gateway scheduled script

Lots of good solutions here, thanks! I will mark Transistor's as solution since if I would have implemented it I wouldn't be in the situation I'm in now

1 Like

It's not non-deterministic. It's just that the APIs we use have changed over time, and various developers in various states of laziness/ignorance have used different ways to call into the scripting system. From a particular area, you'll always get the same result - it's just that you can't guarantee "anywhere an extension function is defined in the entire Ignition product, I can rely on __name__ to have a useful value".

1 Like

Thanks, Ken. Can you move the "Solution" flag from post #9 to post #12 as that has the __name__ in the 'from' address as well?

ahhh, this makes more sense, thanks

1 Like

Done