Mesa 5i25 skipping commands
12 Jun 2016 02:08 #75841
by eweb101
Mesa 5i25 skipping commands was created by eweb101
Hi all,
I'm pretty new to linuxcnc and am hoping someone can point me in the right direction.
I have linuxcnc set up with a 5i25 card going to a G540 unit then going to my taig mill.
I've made a few parts with it, but today I made my first part that requires a few hours machining time. After about 20 minutes(it varies), the stepper motors stop working for a second or so. It looks like one command is skipped. When they start working again, the coordinates are off and the part gets ruined. A couple times I saw it happen. The servos just stopped, they didn't struggle or anything so it doesn't seem like anything is binding up. I did take the servos off to check everything out and they looked okay.
Any ideas on where to start looking for the problem?
I'm pretty new to linuxcnc and am hoping someone can point me in the right direction.
I have linuxcnc set up with a 5i25 card going to a G540 unit then going to my taig mill.
I've made a few parts with it, but today I made my first part that requires a few hours machining time. After about 20 minutes(it varies), the stepper motors stop working for a second or so. It looks like one command is skipped. When they start working again, the coordinates are off and the part gets ruined. A couple times I saw it happen. The servos just stopped, they didn't struggle or anything so it doesn't seem like anything is binding up. I did take the servos off to check everything out and they looked okay.
Any ideas on where to start looking for the problem?
Please Log in or Create an account to join the conversation.
12 Jun 2016 10:20 #75849
by andypugh
Replied by andypugh on topic Mesa 5i25 skipping commands
I wonder if the stepper drives are being disabled somehow?
This is the first time I have ever heard anyone report LinuxCNC to skip a line of code, so I am pretty sure it isn't something that is going on in the actual software. So that leaves the configuration, the drive enable system, the drives themselves or the power supply.
Is it always the same axis that stops, or was it during a move with both axes active?
This is the first time I have ever heard anyone report LinuxCNC to skip a line of code, so I am pretty sure it isn't something that is going on in the actual software. So that leaves the configuration, the drive enable system, the drives themselves or the power supply.
Is it always the same axis that stops, or was it during a move with both axes active?
Please Log in or Create an account to join the conversation.
12 Jun 2016 12:47 #75850
by eweb101
Replied by eweb101 on topic Mesa 5i25 skipping commands
The last three times I tried it, I moved the tool to part 0 on all three axes and the x axis was the only one that was wrong. I guess I could try swapping the x driver on the G540 with the unused driver and see if that fixes the problem. There must be a way to do that.
I was also thinking about buying a cheap parallel port card to see if the 5i25 is the problem.
I was also thinking about buying a cheap parallel port card to see if the 5i25 is the problem.
Please Log in or Create an account to join the conversation.
12 Jun 2016 13:00 #75851
by PCW
Replied by PCW on topic Mesa 5i25 skipping commands
What are you step timings?
The Gecko specified timings will not work with the 3.3V signals the 5I25 outputs
AFAICR you need at least 2.5 usec (2500 ns) for step time
The Gecko specified timings will not work with the 3.3V signals the 5I25 outputs
AFAICR you need at least 2.5 usec (2500 ns) for step time
The following user(s) said Thank You: eweb101
Please Log in or Create an account to join the conversation.
12 Jun 2016 13:19 #75852
by eweb101
Replied by eweb101 on topic Mesa 5i25 skipping commands
Would I find the step time setting in the 5i25 firmware somehow, or is it a linuxcnc setting?
Please Log in or Create an account to join the conversation.
12 Jun 2016 13:24 - 12 Jun 2016 13:24 #75853
by PCW
Replied by PCW on topic Mesa 5i25 skipping commands
its set in the hal or possibly ini file
Last edit: 12 Jun 2016 13:24 by PCW.
Please Log in or Create an account to join the conversation.
12 Jun 2016 14:19 #75857
by eweb101
Replied by eweb101 on topic Mesa 5i25 skipping commands
I found a parameter called steplen in the hal file that is set to 1000 on each of the three axes. I'll try setting that to 2500 to see if that helps.
Please Log in or Create an account to join the conversation.
13 Jun 2016 10:21 #75906
by andypugh
Replied by andypugh on topic Mesa 5i25 skipping commands
Yes, that's the one.
Please Log in or Create an account to join the conversation.
13 Jun 2016 12:21 #75912
by eweb101
And that worked! Thanks for the help.
Replied by eweb101 on topic Mesa 5i25 skipping commands
I found a parameter called steplen in the hal file that is set to 1000 on each of the three axes. I'll try setting that to 2500 to see if that helps.
And that worked! Thanks for the help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.215 seconds