04-26-2024, 06:01 PM (This post was last modified: 04-26-2024, 06:03 PM by PythomSpace.)
Hello,
I am trying to setup a workflow for the Borunte robot arms and the new Borunte post processor. I am able to load programs onto the Borunte Teaching Pendant and run them but each command shows up on the teaching pendant as "invalid action" I attached pictures from the teaching pendant screen. Just testing with a simple program that moves between 2 targets.
The programs will still run on the robot arm but is not editable on the teaching pendant because they show up as "invalid objects"
Also when I try to make a program that follows a path it will run but all the axis move in the opposite directions from what was programed inside RoboDk.
Any help on the settings I may need for Borunte Robot Arm would be appreciated thanks.
04-26-2024, 08:27 PM (This post was last modified: 04-26-2024, 08:43 PM by PythomSpace.)
Here is a RoboDK Station file I am trying to create for sending a path to the Borunte robot arm. When I load the program on the robot arm it still says "invalidaction:object" for the actions the program runs but the axis run inverted/backwards
borunte.rdk (Size: 1.45 MB / Downloads: 72)
Here is another station I tried to create that just moves the joints to targets. It also loads with "invalid actionobject"s
04-29-2024, 06:57 AM (This post was last modified: 04-29-2024, 07:02 AM by Sergei.)
Could you please create the same program as in borunte_targets.rdk, but on a teach pendant, and share it with us?
We will double-check the behavior of the postprocessor.
(04-29-2024, 06:57 AM)Sergei Wrote: Could you please create the same program as in borunte_targets.rdk, but on a teach pendant, and share it with us?
We will double-check the behavior of the postprocessor.
Yes I re-created the borunte_targets.rdk station using the teaching pendant and exported the program it is the attached zip file. HCBackupRobot_20240429222117.zip I also noticed that the borunte teaching pendands dont like to import a program back to the pendant unless it has the name "HCBackupRobot_" followed by a long number for its zip file name.
(05-02-2024, 03:08 PM)Sergei Wrote: Thank you for the example and such valuable feedback!
We fixed the issue you found.
I attached the postprocessor installation package.
The installation procedure is automatic, just select 'RoboDK Global storage'.
Please let us know if this postprocessor works for you or if anything else needs to be changed.
Yes the new post postprocessor package works great now. When i load programs from roboDK they show up and are editable on the teaching pendant. I have only tested using Targets so far I will test it further with paths here today and let you know if I run into any more issues.
(05-02-2024, 03:08 PM)Sergei Wrote: Thank you for the example and such valuable feedback!
We fixed the issue you found.
I attached the postprocessor installation package.
The installation procedure is automatic, just select 'RoboDK Global storage'.
Please let us know if this postprocessor works for you or if anything else needs to be changed.
So testing a little more using Paths I noticed that the "coordID":-1 has a negative number to it
On the teaching pendant I made two separate tools and tool coordinates the tools are named foobar and foobar2 with tool coordinate named test and test 2.
Inside roboDK I made a reference frame with the same coordinate name from the teaching pendant and the same tool name.
when i export the program it shows this for a tool "coordID":-1,"coordName":"test2" and "toolID":-1,"toolName":"foobar2"
when I load the program on the teaching pendant I have to manually edit each action to use the correct coordinate name and tool name before i can get the robot to run the program. after I manually set tool and coordinates I saved and exported the program and this is what those fields show now and also changed on each action