Mesa 7i76 spindle issue
15 Feb 2022 14:05 #234922
by Kadrick
Mesa 7i76 spindle issue was created by Kadrick
Hi,
When I start linuxcnc I can start my spindle with button or with MDI M3 S20000. All seem to be OK. But when I start a code, spindle start and cut immediately at next line.
If I add G4 P10 just after M3 S20000, spindle rotate during 10s and then stop when line G0 X0 Y0 is read.
My configuration has been describe in this topic:
forum.linuxcnc.org/27-driver-boards/3841...ection-issues#228910
Someone can help me?
When I start linuxcnc I can start my spindle with button or with MDI M3 S20000. All seem to be OK. But when I start a code, spindle start and cut immediately at next line.
If I add G4 P10 just after M3 S20000, spindle rotate during 10s and then stop when line G0 X0 Y0 is read.
My configuration has been describe in this topic:
forum.linuxcnc.org/27-driver-boards/3841...ection-issues#228910
Someone can help me?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
15 Feb 2022 14:31 #234931
by tommylight
Replied by tommylight on topic Mesa 7i76 spindle issue
Post the gcode file you are trying to run.
Please Log in or Create an account to join the conversation.
15 Feb 2022 14:40 - 15 Feb 2022 14:43 #234937
by Kadrick
Replied by Kadrick on topic Mesa 7i76 spindle issue
I attached my code.
But you will see, there are nothing very exotic.
It seems that I have something wrong with my card because when the spindle stop due to next line, I have to restart (turn off, turn on) my controller, if not button for start spindle manaully doesn't work.
But you will see, there are nothing very exotic.
It seems that I have something wrong with my card because when the spindle stop due to next line, I have to restart (turn off, turn on) my controller, if not button for start spindle manaully doesn't work.
Last edit: 15 Feb 2022 14:43 by Kadrick.
Please Log in or Create an account to join the conversation.
15 Feb 2022 14:55 - 15 Feb 2022 14:56 #234940
by Kadrick
Replied by Kadrick on topic Mesa 7i76 spindle issue
Problem doesn't come from hardware because restarting controller is in fact not necessary. Only linuxcnc have to be restarted.
After restarting it is possible to launch spindle but when I start code without M3 S20000 and I stop, after that, command of spindle is desabled (button and MDI M3 S).
After restarting it is possible to launch spindle but when I start code without M3 S20000 and I stop, after that, command of spindle is desabled (button and MDI M3 S).
Last edit: 15 Feb 2022 14:56 by Kadrick.
Please Log in or Create an account to join the conversation.
15 Feb 2022 16:47 #234951
by PCW
Replied by PCW on topic Mesa 7i76 spindle issue
What are the states of spindle on and spindle speed out
when the spindle stops?
when the spindle stops?
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19209
- Thank you received: 6438
15 Feb 2022 16:53 #234952
by tommylight
Replied by tommylight on topic Mesa 7i76 spindle issue
Ground the spindle and VFD.
That sounds like interference, so much of it that it disables the Mesa board.
Or, check the VFD COM pin, it has to be wired near the +10V and VA (or whatever the control pin is called), not to any other COM on the VFD.
That sounds like interference, so much of it that it disables the Mesa board.
Or, check the VFD COM pin, it has to be wired near the +10V and VA (or whatever the control pin is called), not to any other COM on the VFD.
Please Log in or Create an account to join the conversation.
15 Feb 2022 18:59 #234972
by Kadrick
Replied by Kadrick on topic Mesa 7i76 spindle issue
I checked :
- halui.spindle.0.is-on: commute correctly from true and false when I press button
- spindle-enable: true false OK
- spindle-at-speed: true OK
Grounding spindle isn't impossible regarding instruction from supplier.
VFD is normally grounded via mesa card??
Interference sound good because mesa and VFD are in the same box. Probably something to improve.
After some test, issue appear when I try to launch spindle manually (with button). If I launch gcode without spindle, I stop and then I launch again with spindle, that works.
Probably something between interference and/or manual command.
Another thing is that I use LinuxCNC installed onto Mint19.3 with:
=11.5ptlinux-image-4.9.0-13-rt-amd64_4.9.228-1_amd64.deb
buster 2.8-rtpreempt
my version is 2.8.2-89
This is not version from debian.
- halui.spindle.0.is-on: commute correctly from true and false when I press button
- spindle-enable: true false OK
- spindle-at-speed: true OK
Grounding spindle isn't impossible regarding instruction from supplier.
VFD is normally grounded via mesa card??
Interference sound good because mesa and VFD are in the same box. Probably something to improve.
After some test, issue appear when I try to launch spindle manually (with button). If I launch gcode without spindle, I stop and then I launch again with spindle, that works.
Probably something between interference and/or manual command.
Another thing is that I use LinuxCNC installed onto Mint19.3 with:
=11.5ptlinux-image-4.9.0-13-rt-amd64_4.9.228-1_amd64.deb
buster 2.8-rtpreempt
my version is 2.8.2-89
This is not version from debian.
Attachments:
Please Log in or Create an account to join the conversation.
Time to create page: 0.111 seconds