3.6V differential signals on duet2 WIFI or Duex5
-
Hello,
My printer uses an iHSS57 Integrate Stepper Servo Motor that requires 3.6V differential signals on ENA-,ENA+, DIR_,DIR+, STEP- and STEP+.
I used the Duet Expansion Breakout Board for this successfully (along Duet2 Wifi). However, my new printer needs the Duet2 Wifi and the DUEX 5 EXPANSION BOARD. How can I connect the iHSS57 in this case?
I appreciate the help!
-
@miguelh18 how many external drivers will your new printer use, and how many of the TMC2660 drivers on the DueX5?
You can connect both a DueX5 and an expansion breakout board to the expansion ribbon cable, but only one can use each set of stepper driver signals.
-
@dc42 I appreciate your help!
For the current setup, just one external driver. The DueX5 controls two steppers and some fans. Duet2 controls 5 steppers.
Please clarify connecting a DueX5 and an expansion breakout board to the expansion ribbon cable. Simply connecting a 50-pin ribbon to the Duet2 that has two 50-pin outputs? Will the same drive numbers 5-9 apply, but can only use one of the same drive number?
For instance, I assume if I have extruder steppers on drives 5 and 6 (DueX5) and an external driver on drive 9 (expansion breakout board), I can refer to them as E5:6:9, and the firmware will know whether they are plugged into DueX5 or expansion. Is this correct?
I will also attempt connecting the external drive using the Duet2's CONN_LCD, as I read in the forum. In that case, are the three negative signals (DIR-, PUL-, ENA-) connected to the same GND pin (e.g., "2)GND" under stepper channel 10 & 11)?
The CONN_LCD approach may work for now, but using both DueX5 and expansion would be very useful as the next stage will require at least one more external driver.
Much appreciated! Thanks for the great products! They have been so valuable for my research.
-
@miguelh18 said in 3.6V differential signals on duet2 WIFI or Duex5:
@dc42
For the current setup, just one external driver.Would it be possible to jumper-wire the expansion board to the EXP1/EXP2 connectors?
Not needed here, but that way the EXP connectors would offer two more differential stepper signals.
If it wasn't for a good'ol Duet2, I'd even propose designing a dedicated PCB. -
@miguelh18 said in 3.6V differential signals on duet2 WIFI or Duex5:
Please clarify connecting a DueX5 and an expansion breakout board to the expansion ribbon cable. Simply connecting a 50-pin ribbon to the Duet2 that has two 50-pin outputs? Will the same drive numbers 5-9 apply, but can only use one of the same drive number?
For instance, I assume if I have extruder steppers on drives 5 and 6 (DueX5) and an external driver on drive 9 (expansion breakout board), I can refer to them as E5:6:9, and the firmware will know whether they are plugged into DueX5 or expansion. Is this correct?Yes, that's how to do it. The firmware won't know which drive is being used, but it shouldn't matter anyway. Recent DueX5 boards have a jumper that allows you to flag them as having only 2 stepper drivers in use, allowing you to disable the last three.
@o_lampe said in 3.6V differential signals on duet2 WIFI or Duex5:
Would it be possible to jumper-wire the expansion board to the EXP1/EXP2 connectors?
Yes you can do that.
-
-
@miguelh18 said in 3.6V differential signals on duet2 WIFI or Duex5:
Last question: is the Duex2 jumper removal necessary for using both DueX5 and expansion breakout board? I would like to use Drives 5-7 on the DueX5, and Drives 8,9 on the expansion board.
No it's not necessary; however the driver status reported for drivers 8,9 won't be meaningful, and the enable signals for drivers 8.9 on the breakout board won't work. If you want to use those enable signals, connect the breakout board to the EXP1/EXP2 connectors instead.