Help setting up 7I92 and 7I76
29 Oct 2023 15:48 #284035
by J27
Help setting up 7I92 and 7I76 was created by J27
First post here, and first time working with LinuxCNC. Got a 3-axis gantry system with working stepper motors I'm looking to convert to LinuxCNC. For some reason, I can't get the steppers to move. Have a Mesa 7I92TF connected to a 7I76. Currently only have a single stepper driver (Gecko GR214V) connected to the 7I76. Self-test on the gecko drive moves the stepper as intended. When I'm in PNCConf trying to tune the axis, I can't get the stepper to move at all. I've tried adjusting the stepper info with no success. Any ideas what I'm missing? Is there a good way to verify that the 7I92 and 7I76 are communicating? I've attached pictures of the wiring if that's helpful.
Please Log in or Create an account to join the conversation.
29 Oct 2023 17:44 #284058
by andypugh
Replied by andypugh on topic Help setting up 7I92 and 7I76
This is normally related to the stepper drive enable signal. The PnCConf axis test might not know how to enable drives. (I remember that this used to be the case, but don't know if it has changed)
Most stepper drives default to enabled, so just disconnecting the wires to the enable inputs temporarily might fix this.
Most stepper drives default to enabled, so just disconnecting the wires to the enable inputs temporarily might fix this.
Please Log in or Create an account to join the conversation.
29 Oct 2023 22:15 #284080
by PCW
Replied by PCW on topic Help setting up 7I92 and 7I76
Do you have 7I76 firmware installed in the 7I92T?
(should be 7i92t_7i76x2d.bin)
(should be 7i92t_7i76x2d.bin)
Please Log in or Create an account to join the conversation.
29 Oct 2023 23:21 #284085
by J27
Replied by J27 on topic Help setting up 7I92 and 7I76
My driver is enabled by default so I don't currently have any connections to the enable pin.
Please Log in or Create an account to join the conversation.
29 Oct 2023 23:23 #284087
by J27
Replied by J27 on topic Help setting up 7I92 and 7I76
No, is there a software I need to compile that or was there a download I missed somewhere? Thanks for the help, I definitely underestimated the learning curve
Please Log in or Create an account to join the conversation.
30 Oct 2023 00:21 #284091
by PCW
Replied by PCW on topic Help setting up 7I92 and 7I76
Download the 7I92T support software:
www.mesanet.com/software/parallel/7i92t.zip
Unzip the archive
cd to configs/hostmot2/
and then run the command:
mesaflash --device 7i92t --addr 10.10.10.10 --write 7i92t_7i76x2d.bin --reload
( assuming your card IP address is set for 10.10.10.10 )
www.mesanet.com/software/parallel/7i92t.zip
Unzip the archive
cd to configs/hostmot2/
and then run the command:
mesaflash --device 7i92t --addr 10.10.10.10 --write 7i92t_7i76x2d.bin --reload
( assuming your card IP address is set for 10.10.10.10 )
Please Log in or Create an account to join the conversation.
30 Oct 2023 02:26 #284095
by J27
Replied by J27 on topic Help setting up 7I92 and 7I76
Downloaded and unzipped the files, but when I go to run the command, I get an error that says "Checking file ...Invalid bitfile header!" I only see .pin and .bin files in the folder. Should there be a .bit as well?
Please Log in or Create an account to join the conversation.
07 Nov 2023 01:12 #284741
by J27
Replied by J27 on topic Help setting up 7I92 and 7I76
Any other suggestions? Still haven't been able to get it to work.
Please Log in or Create an account to join the conversation.
07 Nov 2023 02:28 #284745
by PCW
Replied by PCW on topic Help setting up 7I92 and 7I76
You need a recent mesaflash for the 7I92t[x]:
github.com/LinuxCNC/mesaflash
( build/install instructions on bottom of page )
github.com/LinuxCNC/mesaflash
( build/install instructions on bottom of page )
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.577 seconds