None standard machines
01 Mar 2013 21:04 #30715
by car84
None standard machines was created by car84
My first project with linuxcnc his gone will
Now I have some other projects that don't fall in to a standard machine tool
The first is a one axis machine with data aquishition the data input will be a load cell
One of the other machines would have one or two axis with one dro only axis
also all of this projects woul work well with a panel pc or enbeded pc and led read out
Any examples would be helpful
Now I have some other projects that don't fall in to a standard machine tool
The first is a one axis machine with data aquishition the data input will be a load cell
One of the other machines would have one or two axis with one dro only axis
also all of this projects woul work well with a panel pc or enbeded pc and led read out
Any examples would be helpful
Please Log in or Create an account to join the conversation.
02 Mar 2013 00:20 #30721
by andypugh
For this sort of application a "HAL-Only" setup might be best. You probably don't need the G-code interpreter or Axis GUI or lots of other stuff.
I did make a start on something similar, but other projects took over. You might want to hang out on the IRC and try to chat with WillenCMD. He has done pretty much what you describe with a 1-axis grinding machine and a GUI with just "start" and "abort" buttons (if I recall correctly).
For a 1-axis machine the "limit3" HAL component is probably all the motion controller you need. Feed a destination point in, and an accelleration and velocity-limited command comes out.
Replied by andypugh on topic None standard machines
The first is a one axis machine with data aquishition the data input will be a load cell
For this sort of application a "HAL-Only" setup might be best. You probably don't need the G-code interpreter or Axis GUI or lots of other stuff.
I did make a start on something similar, but other projects took over. You might want to hang out on the IRC and try to chat with WillenCMD. He has done pretty much what you describe with a 1-axis grinding machine and a GUI with just "start" and "abort" buttons (if I recall correctly).
For a 1-axis machine the "limit3" HAL component is probably all the motion controller you need. Feed a destination point in, and an accelleration and velocity-limited command comes out.
Please Log in or Create an account to join the conversation.
02 Mar 2013 00:41 - 02 Mar 2013 00:43 #30724
by ArcEye
Replied by ArcEye on topic None standard machines
Andy beat me to it whilst I was preparing stuff
On a slightly different tack, still using Axis as a taster here is a set of altered files which make up a one axis simulator.
You can look at the changes made to just use 1 axis - simple stuff
Just put the folder in your ~/linuxcnc/configs folder and select at startup
regards
On a slightly different tack, still using Axis as a taster here is a set of altered files which make up a one axis simulator.
You can look at the changes made to just use 1 axis - simple stuff
Just put the folder in your ~/linuxcnc/configs folder and select at startup
regards
Last edit: 02 Mar 2013 00:43 by ArcEye.
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds