Hi Scott,
Very cool! Thanks for sharing.
There should be ways to make the motion smoother if necessary. Maybe just less acceleration or Coordinated Motion Low Pass Filtering.
Spray Robot
Moderators: TomKerekes, dynomotion
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Spray Robot
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.
-
- Posts: 60
- Joined: Fri Apr 27, 2018 10:43 pm
Re: Spray Robot
Thanks Tom! I will check it out, a lot of the jerkyness has to do with the mechanics. The entire assembly is 3D printed. In order to make a solid connection between the plastic pieces and the gearbox shafts, I 3D printed an adapter out of steel with a key slot. It was my first attempt to print metal and there is a lot of slop in the keyway.
I thought it would be nice to wrap up the post with the final code that I wrote..
I thought it would be nice to wrap up the post with the final code that I wrote..
- Attachments
-
- Two Axis Robot.xlsx
- (61.68 KiB) Downloaded 233 times
-
- CoordMotion.cpp
- (87.64 KiB) Downloaded 229 times
-
- StdAfx.h
- (2.26 KiB) Downloaded 231 times
-
- Kinematics2AxisRobot.h
- (982 Bytes) Downloaded 233 times
-
- Kinematics2AxisRobot.cpp
- (3.07 KiB) Downloaded 233 times
Re: Spray Robot
Hello Tom, greetings.
Regarding that type of graphics, where they were programmed, or how they design. I mean the program where you can see the movements of the mechanism.
Thank you so much.
Regarding that type of graphics, where they were programmed, or how they design. I mean the program where you can see the movements of the mechanism.
Thank you so much.
rammed, or how they are made.TomKerekes wrote: ↑Wed Apr 15, 2020 8:28 pmTeachMotion example was modified to read motor angles from KFLOP and simulate the linkages linkages
- TomKerekes
- Posts: 2676
- Joined: Mon Dec 04, 2017 1:49 am
Re: Spray Robot
Hi Ibzam,
There is a C# example called TeachMotion included in the installation. It uses OpenGL graphics. The standard example shows a Tool that moves around as the axes are Jogged. This is plotted in function glControl1_Paint in file Form1.cs. The 'Tool" is represented by a Polygon with 5 vertices.
Unfortunately I can't find the modifications that were made to display the link arms for the Spray Robot. If I locate them (Unlikely) I will post them.
HTH
There is a C# example called TeachMotion included in the installation. It uses OpenGL graphics. The standard example shows a Tool that moves around as the axes are Jogged. This is plotted in function glControl1_Paint in file Form1.cs. The 'Tool" is represented by a Polygon with 5 vertices.
Unfortunately I can't find the modifications that were made to display the link arms for the Spray Robot. If I locate them (Unlikely) I will post them.
HTH
Regards,
Tom Kerekes
Dynomotion, Inc.
Tom Kerekes
Dynomotion, Inc.