Forum Discussion
sjb64
3 years agoRoku Guru
You aren't addressing the defined fields in the task, observing the input or setting the output and observing it in the render thread, so they are accomplishing nothing being there. You also aren't really using the task as a thread - everything is in Init (which is for a quick setup and runs on the render thread). You never define a task level sub/function or trigger it via m.top.FunctionName in your tasks Init (which is the main purpose of the Init).