I have tried to save the values to disk.. and then as you say then it works, but this is not a good solution. It must take a lot of time compared to memory writing, and if you save the stationglobals, then the editor is saying that stationglobals has changed. Maybe I haven't explained deeply enough, but the handlercontroller, will transfer data to the seq/oi every 500ms
I maybe have to give you some more information about our setup, this "handler controller", has to run always, this is the only way we can load/unload out boards into our testracks. So also when we are in the editor then this "handler controller" has to run.
So what I need is to find a solution where I can transfer values between and OI, my handler controller and then the editor.
What the editor/oi is doing is that it fires up a sequence that runs until you close the OI/editor, this seq is the link between the handler controller and OI/Editor, so maybe the is a way where I can transfer sequence.context to my handlercontroller, but right now I cant see how to do that.....
What I don't understand is why you say it starts a new engine, how can I then write to stationglobals, I am not logged in, in the "handler controller", and if you are not logged in, then you normal cant write to variables...
Kind regards Bojer