turning two task into run mode using another task

IzaR
✭
in RobotStudio
Hi, does anyone know if there is possible to turn on the task with another task(static or semistatic)? Or how to set into Run mode two task at the same time? It can be done in RAPID or by using Screenmaker.
BR
Iza
0
Comments
-
Does the task need to stop, or can it just sit on waiting for a signal or a shared PERS bool to go high?
The slave task:
PROC main()
WaitTime 0.1;
IF diActivateTask_PLC THEN
DoThis;
DoThat;
ENDIF
ENDPROC
The slave task would just do nothing until the master task set the virtual signal diActivateTask_PLC high.
0 -
soup said:Does the task need to stop, or can it just sit on waiting for a signal or a shared PERS bool to go high?
The slave task:
PROC main()
WaitTime 0.1;
IF diActivateTask_PLC THEN
DoThis;
DoThat;
ENDIF
ENDPROC
The slave task would just do nothing until the master task set the virtual signal diActivateTask_PLC high.
0 -
Try LoadAndStart System Input.
0
Categories
- All Categories
- 5.6K RobotStudio
- 399 UpFeed
- 20 Tutorials
- 14 RobotApps
- 300 PowerPacs
- 406 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 336 IRC5
- 67 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 828 RAPID Programming
- 12 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 107 Collaborative Robots
- 5 Job listings