09-26-2017 09:16 AM
I don't think you can use the Oven class, you'll need to use the Oven.ctl, then it should work.
/Y
09-26-2017 09:24 AM
Hmm ... it should've worked ... what's missing?
/Y
09-26-2017 09:30 AM
There might be some smarter solution, but this works. 🙂
09-26-2017 10:51 AM
Very nice. Only downside is it won't work without an update if the number of elements of the object change, which is a nice feature of the original code.
As an aside, assuming I don't use a class, combining what you originally posted with the stuff in this other thread allows me to work on an arbitrary cluster without the control[] reference array:
Thanks!