i have two Applications on one Controller.
I want to start with Application1 and switch to Application2 via Button in Application1 and switch to Application1 with a Button in Application2.
I think i need a command "Set active Application "Application1" in Visu Application2?
Have anyone a good idea?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i have two Applications on one Controller.
I want to start with Application1 and switch to Application2 via Button in Application1 and switch to Application1 with a Button in Application2.
I think i need a command "Set active Application "Application1" in Visu Application2?
Have anyone a good idea?
Simple if block on the main freewheel task ?
@dFx: your code looks like you are running two functions within an App, not switching between 2 Applications?
The hierarchy is as follow:
PLC device
............PLC Logic
........................Application1
...................................xxx
........................Application2
...................................xxx
And there isn't a way to add a logic to select which Application to run in PLC Logic level?