
Originally Posted by
felixst
Hi Oleksandr,
Wizards are ment to run once. So conserving data to the next run is not possible the way you are describing.
One approach would be to create a Service AddIn that does the data management (you named it container), monitors zenon variable changes i.e. by an online container and bulk change event etc. and provides those data objects to your "wizard routines" which run inside the same Service Addin.
I you want to keep the "wizard routines" in the context of Wizard AddIns you will also need to implement a communication channel between your Service AddIn and your Wizard AddIn.
Regards,
Felix
Hi, thx a lot for your response. Just to verify my clear understanding:
1) snapshot of zenon project structure (object) is possible by online container and bulk event
2) wizards may run inside service. They will run if event appears, and service will monitorize that events. In that case only one service with wizards inside will attached to zenon project. Is there a simple example of that structure in git-hub?
3) How to build that communication channel between service and wizard if you don't choose way above in p. 2?