OP Execute DAT not executing when component is not in view

Hi there!

I’m a bit new at scripting inside TouchDesigner and am having issues with the OP Execute DAT.

I have OP Execute DAT that is hooked up to a Switch TOP, and I have the script set up to execute whenever the wiring for the Switch TOP is changed. This works great in most cases, however, the script does not get executed when I am in a different level in my project (I have some scripts that dynamically adds inputs to the switch).

Basically, whenever my switch top is not in view, the onWireChange callback never gets fired.

Is this expected? If so, is there any way to work around this?

Thanks,
Logan

I got the same issue recently. I’d also like to know the solution that we shall deal with this issue.