What is wrong with machine data I already uploaded?
Best way to shift points in space and move robot on the track?
-
panic mode -
August 25, 2020 at 12:07 AM -
Thread is Unresolved
-
-
actually the number of axes = 6 (which is good)
what do you not understand by telling you use frame instead of e6pos?
can you send your movement program?
for some reason one of the post here got deleted, why?
regards
MOM
-
What do u mean by 6 axis? There are 7 axis. How can i use frame if inline form for ptp movement create e6pos?
-
I deleted my post becouse this
Do not show your solution to others (this is guiding to the wrong direction - misleading)
-
your points are most likely declared as E6POS, something like
DECL E6POS xP1 = {...}
this means they contain ALL positional data including status and turn, and all six of external axes
but if declared (or rather value copied to) variable declared as FRAME or POS or E3POS, one can strip some of the info.
-