RE: [CAD_CAM_EDM_DRO] single axis control
Posted by
John Dammeyer
on 2012-10-23 09:21:12 UTC
Follow the link http://www.autoartisans.com/ELS/ and take a look at the
ELS. You have to do some mounting since at the moment I don't sell
prefabricated boxes. That's because the target market was kit DIY
oriented where the hobbyist labour is free.
I've used the ELS as a control for coil winding. I've used it to control
my rotary table on the mill. Currently, since I'm in the middle of adding
CNC to the mill, I've got one running the knee stepper motor through a
GECKO since the on board driver isn't quite large enough for the mill.
With custom code it became a Generator and Battery Charger controller
starting, running and stopping the generator after preset charging times.
Since it has a built in Serial port I even had remote internet access
through a telnet RS232 to Ethernet Dongle.
Future plans are to make it run the back fence on my shear/brake and as a
positioning tool for my power hack saw. These will require firmware
changes as will a dedicated Rotary Table application.
But it's amazing how much you can do with just configuring parameters.
Press the Start Button and the can move the motor a specific distance. An
Alt Home sequence returns the motor. Or the jog buttons can be set to
move a specific distance including backlash compensation.
I have been working on a version of the code that runs the unit as a
CANOpen device with the DS402 profile. It can display a preconfigured
message when it receives a message #. If reports key presses as PDO
events which include a Key Held Down and Key released event. I have not
yet added ELS stepper motor driver control via CANOpen.
The code and schematics are open source under GNU licensing so it's
possible to use the hardware as a base for a totally custom project.
John Dammeyer
"ELS! The Solution"
Automation Artisans Inc.
http://www.autoartisans.com/ELS/
Ph. 1 250 544 4950
ELS. You have to do some mounting since at the moment I don't sell
prefabricated boxes. That's because the target market was kit DIY
oriented where the hobbyist labour is free.
I've used the ELS as a control for coil winding. I've used it to control
my rotary table on the mill. Currently, since I'm in the middle of adding
CNC to the mill, I've got one running the knee stepper motor through a
GECKO since the on board driver isn't quite large enough for the mill.
With custom code it became a Generator and Battery Charger controller
starting, running and stopping the generator after preset charging times.
Since it has a built in Serial port I even had remote internet access
through a telnet RS232 to Ethernet Dongle.
Future plans are to make it run the back fence on my shear/brake and as a
positioning tool for my power hack saw. These will require firmware
changes as will a dedicated Rotary Table application.
But it's amazing how much you can do with just configuring parameters.
Press the Start Button and the can move the motor a specific distance. An
Alt Home sequence returns the motor. Or the jog buttons can be set to
move a specific distance including backlash compensation.
I have been working on a version of the code that runs the unit as a
CANOpen device with the DS402 profile. It can display a preconfigured
message when it receives a message #. If reports key presses as PDO
events which include a Key Held Down and Key released event. I have not
yet added ELS stepper motor driver control via CANOpen.
The code and schematics are open source under GNU licensing so it's
possible to use the hardware as a base for a totally custom project.
John Dammeyer
"ELS! The Solution"
Automation Artisans Inc.
http://www.autoartisans.com/ELS/
Ph. 1 250 544 4950
> -----Original Message-----
> From: CAD_CAM_EDM_DRO@yahoogroups.com
> [mailto:CAD_CAM_EDM_DRO@yahoogroups.com] On Behalf Of scyvt
> Sent: Tuesday, October 23, 2012 7:46 AM
> To: CAD_CAM_EDM_DRO@yahoogroups.com
> Subject: [CAD_CAM_EDM_DRO] single axis control
>
>
> Hello group
>
> I have 2 applications for single axis stepper control: one
> moving a cut-off stop, and the other moving a table holding a
> part being drilled, both in pre-determined increments, and
> with the need to store programs for numerous parts. Although
> either Mach or EMC could do this, it seems like cutting
> butter with a chainsaw. However, there doesn't seem to be
> much in the way of single axis controllers on the market, and
> I don't have the knowledge to brew up one with a
> microcontroller. Perhaps this could be an application for a
> PLC, but there seems to be a learning curve to program one
> (not G-code). Any suggestions?
>
> TIA
>
> Steve
>
>
>
> ------------------------------------
>
> Addresses:
> FAQ: http://www.ktmarketing.com/faq.html
> FILES: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO/files/
> Post Messages: CAD_CAM_EDM_DRO@yahoogroups.com
>
> Subscribe: CAD_CAM_EDM_DRO-subscribe@yahoogroups.com
> Unsubscribe: CAD_CAM_EDM_DRO-unsubscribe@yahoogroups.com
> List owner: CAD_CAM_EDM_DRO-owner@yahoogroups.com,
> wanliker@..., timg@...
> Moderator: pentam@... indigo_red@...
> davemucha@... [Moderators]
> URL to this group: http://groups.yahoo.com/group/CAD_CAM_EDM_DRO
>
> OFF Topic POSTS: General Machining
> If you wish to post on unlimited OT subjects goto:
> aol://5863:126/rec.crafts.metalworking or go thru Google.com
> to reach it if you have trouble.
> http://www.metalworking.com/news_servers.html
>
> http://groups.yahoo.com/group/jobshophomeshop I consider
> this to be a sister site to the CCED group, as many of the
> same members are there, for OT subjects, that are not allowed
> on the CCED list.
>
> NOTICE: ALL POSTINGS TO THIS GROUP BECOME PUBLIC DOMAIN BY
> POSTING THEM. DON'T POST IF YOU CAN NOT ACCEPT THIS.....NO
> EXCEPTIONS........
> bill
> List Mom
> List Owner
>
> Yahoo! Groups Links
>
>
>
>
Discussion Thread
scyvt
2012-10-23 07:45:36 UTC
single axis control
Andy Wander
2012-10-23 07:57:29 UTC
RE: [CAD_CAM_EDM_DRO] single axis control
Roland Jollivet
2012-10-23 08:08:04 UTC
[CAD_CAM_EDM_DRO] single axis control
John Dammeyer
2012-10-23 09:21:12 UTC
RE: [CAD_CAM_EDM_DRO] single axis control
Roland Jollivet
2012-10-23 09:36:41 UTC
[CAD_CAM_EDM_DRO] single axis control
scyvt
2012-10-23 10:15:14 UTC
Re: single axis control
John Murphy
2012-10-23 11:03:29 UTC
Re: [CAD_CAM_EDM_DRO] single axis control
Rjreese29
2012-10-23 11:04:16 UTC
Re: [CAD_CAM_EDM_DRO] single axis control
Jeffrey Birt
2012-10-23 11:05:07 UTC
RE: [CAD_CAM_EDM_DRO] single axis control
John Dammeyer
2012-10-23 11:12:43 UTC
RE: [CAD_CAM_EDM_DRO] Re: single axis control
jeremy youngs
2012-10-23 13:45:40 UTC
Re: [CAD_CAM_EDM_DRO] Re: single axis control
jeremy youngs
2012-10-23 14:56:53 UTC
Re: [CAD_CAM_EDM_DRO] single axis control
David G. LeVine
2012-10-23 20:20:08 UTC
Re: [CAD_CAM_EDM_DRO] Re: single axis control
Roland Jollivet
2012-10-24 04:58:21 UTC
[CAD_CAM_EDM_DRO] single axis control
jeremy youngs
2012-10-24 14:36:47 UTC
Re: [CAD_CAM_EDM_DRO] single axis control