LinuxCNC with Thorlabs K-Cube
- ando600
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 Jun 2020 19:41 #171299
by ando600
LinuxCNC with Thorlabs K-Cube was created by ando600
Hello Friends,
I am working on a photonic circuit testing setup, which I would like to control with LinuxCNC. I have several Thorlabs KDC101 DC Servo Motor controllers, and am wondering if they can be easily controlled with linuxCNC, as I cannot find any documentation indicating that they are compatible. I need to be able to position a test chip under an apparatus very precisely, and then run some tests, and then move to a new position and run more tests. The linear stages are completely capable of the accuracy I need, my only issue is the software side.
I am doing this for a university reseach project. I have built CNC machines in the past, and am not afraid to dig into code and modify things for my own personal use, or even rewrite entire sections of code to make things work. I have never really done any digging into how linuxCNC works at its core, so I am wondering where I need to start. Thank you in advance for all of your help.
Best,
ando
I am working on a photonic circuit testing setup, which I would like to control with LinuxCNC. I have several Thorlabs KDC101 DC Servo Motor controllers, and am wondering if they can be easily controlled with linuxCNC, as I cannot find any documentation indicating that they are compatible. I need to be able to position a test chip under an apparatus very precisely, and then run some tests, and then move to a new position and run more tests. The linear stages are completely capable of the accuracy I need, my only issue is the software side.
I am doing this for a university reseach project. I have built CNC machines in the past, and am not afraid to dig into code and modify things for my own personal use, or even rewrite entire sections of code to make things work. I have never really done any digging into how linuxCNC works at its core, so I am wondering where I need to start. Thank you in advance for all of your help.
Best,
ando
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19510
- Thank you received: 6543
12 Jun 2020 19:58 #171303
by tommylight
Replied by tommylight on topic LinuxCNC with Thorlabs K-Cube
Start by finding us some documentation about the drives, they must have something usable written on them.
Some pictures also help, as searching for Thorlabs KDC101 DC brings back lots of stuff.
Some pictures also help, as searching for Thorlabs KDC101 DC brings back lots of stuff.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19510
- Thank you received: 6543
12 Jun 2020 20:02 #171305
by tommylight
Replied by tommylight on topic LinuxCNC with Thorlabs K-Cube
From what i can find they are USB controlled, so LinuxCNC will not work with them.
Hopefully you have something different.
Hopefully you have something different.
Please Log in or Create an account to join the conversation.
- ando600
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 Jun 2020 20:28 #171311
by ando600
Replied by ando600 on topic LinuxCNC with Thorlabs K-Cube
Yes they are USB. Here is some documentation.
www.thorlabs.com/drawings/9aac4c748c8c92...ManualforKinesis.pdf
I did not buy these, but I am stuck with them. Are there any other open source CNC control packages out there that work with USB drivers?
Thanks
www.thorlabs.com/drawings/9aac4c748c8c92...ManualforKinesis.pdf
I did not buy these, but I am stuck with them. Are there any other open source CNC control packages out there that work with USB drivers?
Thanks
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17988
- Thank you received: 4837
12 Jun 2020 20:43 #171313
by PCW
Replied by PCW on topic LinuxCNC with Thorlabs K-Cube
There are certainly USB interfaced CNC systems but those have a single USB
interface to a buffered multi-axis motion device.
Those Individual USB interfaced drives are probably not capable of closely
synchronized multi axis motion.
interface to a buffered multi-axis motion device.
Those Individual USB interfaced drives are probably not capable of closely
synchronized multi axis motion.
Please Log in or Create an account to join the conversation.
- ando600
- Offline
- New Member
Less
More
- Posts: 3
- Thank you received: 0
12 Jun 2020 21:07 #171318
by ando600
Replied by ando600 on topic LinuxCNC with Thorlabs K-Cube
Yes. I see what you are saying. These are not really designed to be used in the way a CNC would require.
Here are the USB hex codes used to send commands to the drivers.
www.thorlabs.com/Software/Motion%20Contr...cations_Protocol.pdf
I would be fine if only one axis moved at a time. This is really just a glorified microscope, and I don't need to run fancy helix cuts profiles, just move to a specified position. I may need to look elsewhere, but does anybody know if there are any software packages that do this kind of thing?
Here are the USB hex codes used to send commands to the drivers.
www.thorlabs.com/Software/Motion%20Contr...cations_Protocol.pdf
I would be fine if only one axis moved at a time. This is really just a glorified microscope, and I don't need to run fancy helix cuts profiles, just move to a specified position. I may need to look elsewhere, but does anybody know if there are any software packages that do this kind of thing?
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds