Category: PnCConf Wizard
I am new to LinuxCNC, so please forgive me if this has already been answered. I searched and could not find it anywhere so am asking here. (I always hate on other forums when people just jump in with questions before searching.)
I have a 7i92TH connected to a Raspberry Pi 5. The use case for it is for rose engine lathes, and we need to drive a spindle + 7 axes.
The break-out board we are using for both 26-pin outputs from the 7i92TH was developed using the input from Peter. Fundamentally, we will have
- 8 outputs to drivers, all with Step, Direction, & Enable
- 7+ inputs for limit switches
Peter W. got us setup with the files needed to program the 7i92TH, and that seems to be working as expected. When I run
mesaflash --device 7i92t --addr 192.168.1.121 --readhmid
the output matches the .pin file supplied by Peter, telling me that the mesaflash --write command worked to load the .bin file supplied by Peter.
When running pncconf:
- I've tried with copying the contents of the .pin file into the Input tab on the Help screen, and not doing this.
- I was able to successfully discover the 7i92TH board, and it populated the Output tab on the Help screen (I didn't check word-for-word, but it seems to be duplicate of the output from mesaflash --readhmid).
When I want to proceed forward, assigning the pins to axes, I encounter the screens I've attached.
ISSUE for which I'm seeking help: I can't figure out how the Num items (pin numbers?) match up to the .pin file. What am I missing?