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.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 316 IRC5
- 61 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 801 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings