Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.
We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.
Moving in the opposite direction, stopping midway and returning to the starting point
Jarramy
✭
Hello,
I'm new to RobotStudio. I am sitting on a task that involves the reverse movement of the robot, i.e. it follows a given path, the operator presses the button and the robot returns back to the point from which it left, but as soon as it presses it continues to move along the original path. I implemented the return to the original point. As well as the return to the continuation of the path is implemented. But I don't understand how to interrupt the movement already in the interception procedure.
The code that I wrote:
--------------------
--------------------
TRAP reverseMove
StopMove \Quick;
p := CRobT(\Tool:=tool0);
StorePath;
ClearPath;
MoveAbsJ Targets{Stage - 1},
v500, z50, tool0;
MoveJ p, v500, z50, tool0;
RestoPath;
StartMove;
ENDTRAP
CONNECT ROB1_path_reverse WITH reverseMove;
ISignalDI TES_PP, 1, ROB1_path_reverse
--------------------
--------------------
Thank you in advance for any help!
Post edited by Jarramy on
0
Answers
-
Read up on the Pathrecorder instructions.Lee Justice0
-
Greetings, I appreciate your attention. However, the question of stopping in the middle of the path remains unresolved in interrupting.
0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings
