Robot Position Record and Playback
- Project_Hopeless
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 200
- Thank you received: 10
14 Apr 2024 17:27 #298238
by Project_Hopeless
Robot Position Record and Playback was created by Project_Hopeless
I have many questions. ANy feedback would be appricated.
1) I see Linux CNC mills equipped with jog wheel pendents or and similar interfaces. Is there a relatively simple game-pad interface to move a machine, in my case it will be a 5-DOF 3D printed robot.
2) Then, I understand there is a way to record positions for future playback. Is there an implementation I could reference? Any links? If I can get that far I could write interpreter code to translate between G-code and a pseudo robot language/syntax.
3) Currently I have the Axis GUI running with VisMach in sim mode. Is there a better UI interface to use for a project like this?
4) Has any of this been done before that I can reference? My Google-fu is letting me down.
1) I see Linux CNC mills equipped with jog wheel pendents or and similar interfaces. Is there a relatively simple game-pad interface to move a machine, in my case it will be a 5-DOF 3D printed robot.
2) Then, I understand there is a way to record positions for future playback. Is there an implementation I could reference? Any links? If I can get that far I could write interpreter code to translate between G-code and a pseudo robot language/syntax.
3) Currently I have the Axis GUI running with VisMach in sim mode. Is there a better UI interface to use for a project like this?
4) Has any of this been done before that I can reference? My Google-fu is letting me down.
Please Log in or Create an account to join the conversation.
- cakeslob
- Offline
- Platinum Member
-
Less
More
- Posts: 857
- Thank you received: 251
14 Apr 2024 17:47 #298240
by cakeslob
Replied by cakeslob on topic Robot Position Record and Playback
Please Log in or Create an account to join the conversation.
- Project_Hopeless
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 200
- Thank you received: 10
14 Apr 2024 18:14 #298244
by Project_Hopeless
Replied by Project_Hopeless on topic Robot Position Record and Playback
I did stumble across that utility. It only seems to only record XYZ. I'll need the abc also. And the Teach-In function doesn't seem to include abc.
"line format: line-no X Y Z flood mist lube spindle"
I'll have to look more closely at the logger, maybe it is pulling position data with some other method.
"line format: line-no X Y Z flood mist lube spindle"
I'll have to look more closely at the logger, maybe it is pulling position data with some other method.
Please Log in or Create an account to join the conversation.
- Project_Hopeless
-
Topic Author
- Offline
- Elite Member
-
Less
More
- Posts: 200
- Thank you received: 10
15 Apr 2024 01:05 #298264
by Project_Hopeless
Replied by Project_Hopeless on topic Robot Position Record and Playback
Well I found my own answer on the gamepad.
joypad with halui and hal_input
Actually looks not too difficult.
joypad with halui and hal_input
Actually looks not too difficult.
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4287
- Thank you received: 1900
15 Apr 2024 09:17 #298277
by Aciera
Replied by Aciera on topic Robot Position Record and Playback
The logger creates the axes checkboxes dynamically according to what axes have been configured. So if you have xyzabc axes configured it will give you the option to record them.I did stumble across that utility. It only seems to only record XYZ. I'll need the abc also. And the Teach-In function doesn't seem to include abc.
Please Log in or Create an account to join the conversation.
Time to create page: 0.084 seconds