Taig Conversion
- kenaaker
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
27 Jan 2016 22:26 #69171
by kenaaker
Taig Conversion was created by kenaaker
Hello,
I'm just in the process of converting my Taig Micro Mill to CNC. I'm using the MicroProto controller (part of the conversion kit I got from MicroProto Systems) that is parallel port connected to the system.
For bring up I got the LinuxCNC live disk image and installed that on the system. I ran the latency tests and got numbers that were generally below 3000 (for the top number, I don't remember the bottom one at the moment). I used the Stepconf Wizard to convert the MicroProto supplied Mach3 profile to LinuxCNC. When I ran the Axis program and tried jogging, or the Stepconf "Test Axis" function, I got no response beyond a faint "klunk" the first time I pressed any button. The steppers didn't seem to be locked in place, I could turn them by hand with no noticeable resistance. I poked at that for an hour or so, then decided to see if the system worked with Mach3.
So, I fished up a copy of Windows 7 32bit Ultimate and installed that on another partition, updated and installed Mach3 on it, following the MicroProto instructions. That combination worked without any problems.
So, I went back to linuxcnc, reconverted the Mach3 prototype and tried it again, with the same results.
Any suggestions about how to proceed with trouble shooting? I really don't want to be running Windows.
I'm just in the process of converting my Taig Micro Mill to CNC. I'm using the MicroProto controller (part of the conversion kit I got from MicroProto Systems) that is parallel port connected to the system.
For bring up I got the LinuxCNC live disk image and installed that on the system. I ran the latency tests and got numbers that were generally below 3000 (for the top number, I don't remember the bottom one at the moment). I used the Stepconf Wizard to convert the MicroProto supplied Mach3 profile to LinuxCNC. When I ran the Axis program and tried jogging, or the Stepconf "Test Axis" function, I got no response beyond a faint "klunk" the first time I pressed any button. The steppers didn't seem to be locked in place, I could turn them by hand with no noticeable resistance. I poked at that for an hour or so, then decided to see if the system worked with Mach3.
So, I fished up a copy of Windows 7 32bit Ultimate and installed that on another partition, updated and installed Mach3 on it, following the MicroProto instructions. That combination worked without any problems.
So, I went back to linuxcnc, reconverted the Mach3 prototype and tried it again, with the same results.
Any suggestions about how to proceed with trouble shooting? I really don't want to be running Windows.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
27 Jan 2016 23:51 #69174
by BigJohnT
Replied by BigJohnT on topic Taig Conversion
If you can turn the steppers by hand after power is on then your drives are not enabled. The Stepconf Wizard is for basic setups. Do you know if you have a charge pump or an enable line? BTW, I moved your post to start a new one for you.
JT
JT
Please Log in or Create an account to join the conversation.
- kenaaker
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
28 Jan 2016 00:15 #69176
by kenaaker
Replied by kenaaker on topic Taig Conversion
Hi JT,
I think there's an enable line. I found the attached drawing, it seems to match the one in the MicroProto book. I haven't a clue about what to do with it yet.
Thanks,
Ken
I think there's an enable line. I found the attached drawing, it seems to match the one in the MicroProto book. I haven't a clue about what to do with it yet.
Thanks,
Ken
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
28 Jan 2016 00:27 #69177
by BigJohnT
Replied by BigJohnT on topic Taig Conversion
Ken,
Attach your ini and hal file. Usually you need to "connect" the axis.N.amp-enable-out to the parallel port pin that enables the drive.
JT
Attach your ini and hal file. Usually you need to "connect" the axis.N.amp-enable-out to the parallel port pin that enables the drive.
JT
Please Log in or Create an account to join the conversation.
- kenaaker
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
28 Jan 2016 15:59 #69200
by kenaaker
Replied by kenaaker on topic Taig Conversion
Thanks for helping me with this.
I've attached the hal and ini file from ~/linuxcnc/configs
Ken
I've attached the hal and ini file from ~/linuxcnc/configs
Ken
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
29 Jan 2016 11:05 #69226
by BigJohnT
Replied by BigJohnT on topic Taig Conversion
In the Stepconf Wizard you need to select the output pin for Amplifier Enable that matches your schematic.
JT
JT
The following user(s) said Thank You: kenaaker
Please Log in or Create an account to join the conversation.
- kenaaker
- Offline
- New Member
Less
More
- Posts: 5
- Thank you received: 0
29 Jan 2016 16:08 #69238
by kenaaker
Replied by kenaaker on topic Taig Conversion
That got things working. Now that I have the system responding, I can learn some more. It seems a bit odd to have the Z axis 0 at the top of it's travel, but that's probably easier to remember than some arbitrary number. (I'll adapt.)
Changing the subject slightly, I'd like to replace the gi-normous box that I've got connected to the controller with something Machinekit based. I've got a Beaglebone Black, an Intel Galileo board, and an Arduino just lying around doing not much. Could you recommend someplace to find out more about getting something set up with Machinekit. I've been reading through what I can find, but it's such a mixture of "stuff" that it's hard to sort out what actually works.
Thank you again,
Ken
Changing the subject slightly, I'd like to replace the gi-normous box that I've got connected to the controller with something Machinekit based. I've got a Beaglebone Black, an Intel Galileo board, and an Arduino just lying around doing not much. Could you recommend someplace to find out more about getting something set up with Machinekit. I've been reading through what I can find, but it's such a mixture of "stuff" that it's hard to sort out what actually works.
Thank you again,
Ken
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7000
- Thank you received: 1172
29 Jan 2016 16:43 #69239
by BigJohnT
Replied by BigJohnT on topic Taig Conversion
Z all the way up is normally the machine 0. You need to touch off to the material to establish the Z offset to make the top of your material Z0 in the coordinate system.
You might start a topic in the Beaglebone section.
JT
You might start a topic in the Beaglebone section.
JT
Please Log in or Create an account to join the conversation.
- Lurch63
- Offline
- New Member
Less
More
- Posts: 1
- Thank you received: 0
15 Jan 2023 05:41 #262013
by Lurch63
Replied by Lurch63 on topic Taig Conversion
Has anyone yet successfully configured LinuxCNC to work with a UC100 and an unaltered Microproto/Taig DSLS3000 controller?
Please Log in or Create an account to join the conversation.
Time to create page: 0.060 seconds