-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PASTE does not work as per the given document #250
Comments
I fixed the Pos ID and Position paste options, though, I am not entirely sure how the Rm Pos ID differs from R Pos ID, so that option may not work correctly. |
We're reviewing the RM Pos ID copy option, and just wanted some clarification: when pasting using this option, should IO instructions be re-ordered at all? For example, if I have a motion instruction and an IO instruction, like so:
Should this be pasted as:
or as:
The first example is how the paste function works now: motion instructions are modified to correctly reverse the robot's pattern of motion, but the IO instruction remains in the same order relative to the motion instructions. However, the second example makes it more convenient to reverse the actions of the robot when manipulating objects. If you wanted to pick up an object and then set it back down, the first example would have the IO instruction changing BEFORE the robot returned to the position where the object was picked up, but the second option would place the object back where it originally was once the IO instruction was appropriately modified. Let me know which you would prefer/ which of these is correct. |
Hi Vince, |
I checked for POS ID.
When you paste the lines, it is supposed to retain all the position numbers but it doesn't do so.
Please correct it and check all others for right functioning as per the document shared earlier.
The text was updated successfully, but these errors were encountered: