5 axis 9 stepper mesa board selection
- jimmyrig
- Offline
- Premium Member
-
Less
More
- Posts: 110
- Thank you received: 36
18 Mar 2023 06:45 #266973
by jimmyrig
5 axis 9 stepper mesa board selection was created by jimmyrig
I'm building a 5 axis, 9 stepper machine and was curious what was the best way to go about it with mesa boards. Will need 5ish output, 15ish input and an analog out for vfd (anyone use the rs485 port on a mesa 7i96s to control a drive that way?)
Seems like the 7i96s will do 5 steppers.....so use two of those? The description and manual make it sound like you can add another step/direction card onto the 7i96s to get more stepper motors..... Would a gekko g540 work.. Maybe a cheap breakout board or 7i76? If so how do you program it?
Other option seems to be the 7i92 with 2 breakouts, 7i76 and g540
Finally we have the 7i80 which would be ideal but it's out of stock.... Seems like that one hasn't been made with the new fpga yet.... Any eta?
Thanks for the help.
Seems like the 7i96s will do 5 steppers.....so use two of those? The description and manual make it sound like you can add another step/direction card onto the 7i96s to get more stepper motors..... Would a gekko g540 work.. Maybe a cheap breakout board or 7i76? If so how do you program it?
Other option seems to be the 7i92 with 2 breakouts, 7i76 and g540
Finally we have the 7i80 which would be ideal but it's out of stock.... Seems like that one hasn't been made with the new fpga yet.... Any eta?
Thanks for the help.
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19764
- Thank you received: 6681
18 Mar 2023 10:31 #266978
by tommylight
Replied by tommylight on topic 5 axis 9 stepper mesa board selection
Mesa 7i96S with 5 steppers and G540 with included 4 steppers should do just fine, although i can not recall how many inputs G540 has? I think it had only 2 outputs.
Mesa 7i85S should add 4 stepper outputs, i think, never used one so not sure.
Mesa 7i84 will add 32 inputs and 16 outputs and wire to Mesa 7i96S through smart serial, leaving the IDC header free for other stuff or G540. There are also 7i70 with 48 inputs, 7i71 and 7i72 with 48 outputs each but one has sinking the other has sourcing outputs.
A bit of warning, not sure what the situation now is with G540, but the old ones had division by 10 inputs, so for precission stuff it was not good, hence i stopped using them. Pitty as they are a capable neat package and i newer understood why they did that, nor got a reasonable answer from them back then.
Mesa 7i85S should add 4 stepper outputs, i think, never used one so not sure.
Mesa 7i84 will add 32 inputs and 16 outputs and wire to Mesa 7i96S through smart serial, leaving the IDC header free for other stuff or G540. There are also 7i70 with 48 inputs, 7i71 and 7i72 with 48 outputs each but one has sinking the other has sourcing outputs.
A bit of warning, not sure what the situation now is with G540, but the old ones had division by 10 inputs, so for precission stuff it was not good, hence i stopped using them. Pitty as they are a capable neat package and i newer understood why they did that, nor got a reasonable answer from them back then.
The following user(s) said Thank You: jimmyrig
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18220
- Thank you received: 4944
18 Mar 2023 18:20 #267021
by PCW
Replied by PCW on topic 5 axis 9 stepper mesa board selection
One option would be a 7I96S+ a generic "5 Axis BOB" using the
7i96s_5abob.bin firmware
7i96s_5abob.bin firmware
The following user(s) said Thank You: jimmyrig
Please Log in or Create an account to join the conversation.
- jimmyrig
- Offline
- Premium Member
-
Less
More
- Posts: 110
- Thank you received: 36
19 Mar 2023 01:14 #267041
by jimmyrig
Replied by jimmyrig on topic 5 axis 9 stepper mesa board selection
Thanks, I was able to digup a 5 axis bob from the stash, got the mesa 7i96s flashed, all seems good from that side of things.
Changed the axis to 10 in the hal file and it boots linuxcnc. Added UU and VV with the corresponding joints.....think the hal and ini files are good as Lcnc says things are moving when home all is clicked but I got nothing on the bob side of things. All axis on the mesa side work. Will troubleshoot wiring later....gonna plug the bob into a Parallelport to make sure it works
Changed the axis to 10 in the hal file and it boots linuxcnc. Added UU and VV with the corresponding joints.....think the hal and ini files are good as Lcnc says things are moving when home all is clicked but I got nothing on the bob side of things. All axis on the mesa side work. Will troubleshoot wiring later....gonna plug the bob into a Parallelport to make sure it works
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19764
- Thank you received: 6681
19 Mar 2023 01:17 #267042
by tommylight
Replied by tommylight on topic 5 axis 9 stepper mesa board selection
Picture of the BOB?
Please Log in or Create an account to join the conversation.
- PCW
-
- Offline
- Moderator
-
Less
More
- Posts: 18220
- Thank you received: 4944
19 Mar 2023 01:35 #267047
by PCW
Replied by PCW on topic 5 axis 9 stepper mesa board selection
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 19764
- Thank you received: 6681
19 Mar 2023 02:40 #267050
by tommylight
Replied by tommylight on topic 5 axis 9 stepper mesa board selection
That one has buffers on the outputs to drives and optocouplers on the inputs, so should do just fine.
Some other with optocouplers on all outputs and inputs will work only if timings are very loose, slow optos. The max i could get from these was 10KHz and the signal was terrible on the scope.
Some other with optocouplers on all outputs and inputs will work only if timings are very loose, slow optos. The max i could get from these was 10KHz and the signal was terrible on the scope.
Please Log in or Create an account to join the conversation.
- andypugh
-
- Offline
- Moderator
-
Less
More
- Posts: 23205
- Thank you received: 4884
19 Mar 2023 18:01 #267093
by andypugh
The aim is to create something configurable, which is likely to take a while (ie the quick-and-dirty demo above does not indicate that the finished driver is imminent)
Replied by andypugh on topic 5 axis 9 stepper mesa board selection
I am working on it. I got a Modbus relay board working from a Mesa UART last night.(anyone use the rs485 port on a mesa 7i96s to control a drive that way?)
The aim is to create something configurable, which is likely to take a while (ie the quick-and-dirty demo above does not indicate that the finished driver is imminent)
The following user(s) said Thank You: tommylight, rodw
Please Log in or Create an account to join the conversation.
- rodw
-
- Away
- Platinum Member
-
Less
More
- Posts: 11024
- Thank you received: 3659
20 Mar 2023 07:40 #267118
by rodw
Replied by rodw on topic 5 axis 9 stepper mesa board selection
Awesome work Andy. Will be great for VFDs and some Plasma cutters
Please Log in or Create an account to join the conversation.
- jimmyrig
- Offline
- Premium Member
-
Less
More
- Posts: 110
- Thank you received: 36
21 Mar 2023 23:09 #267260
by jimmyrig
Replied by jimmyrig on topic 5 axis 9 stepper mesa board selection
Looks great! I dont mind helping with the dev/testing. Once its to the point it'll take a modbus command let me know! Are you using modbus2hal?
(anyone use the rs485 port on a mesa 7i96s to control a drive that way?)
I am working on it. I got a Modbus relay board working from a Mesa UART last night.
The aim is to create something configurable, which is likely to take a while (ie the quick-and-dirty demo above does not indicate that the finished driver is imminent)
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.106 seconds