Duet board wont connect to panelDUE and endstops February 03, 2016 11:24AM |
Registered: 8 years ago Posts: 8 |
Re: Duet board wont connect to panelDUE and endstops February 03, 2016 02:57PM |
Registered: 10 years ago Posts: 14,682 |
Re: Duet board wont connect to panelDUE and endstops February 03, 2016 04:35PM |
Registered: 8 years ago Posts: 8 |
Re: Duet board wont connect to panelDUE and endstops February 04, 2016 12:42PM |
Registered: 8 years ago Posts: 8 |
Quote
dc42
Hi, I'm sorry to hear you are having problems.
1. Please explain what you mean by "latest version of software". If you mean the (now defunct) RepRapPro 1.09 release, that doesn't support PanelDue. Try my 1.09m or 1.09r version, available via [github.com] (follow the link to the version you want, then click Raw to download). Chrishamm's fork and Dan Newman's fork also support PanelDue. You may need to add a M574 command to your config.g file, see [reprap.org]. For the cable connections between PanelDue and the Duet, see [miscsolutions.wordpress.com]. Also read the note about 5V power issues if you are using the external 5V regulator board with the Duet.
2. It sounds to me that you have connected the endstops incorrectly and you are shorting the 3.3V rail to ground when they are triggered. Fortunately, the Duet can tolerate such a short (unlike RAMPS). The 3 pins on each Duet endstop connector are labelled STP, 3V3 and GND on the back of the Duet. Connect them as follows:
GND to GND on your endstop
3V3 to 5V on your endstop (those endstops should work OK on 3.3V although the LED may be less bright than intended)
STP to SIGNAL on your endstop
The endstop LEDs on the Duet should be lit when the endstop is connected but not triggered, and off when it is triggered.
HTH David
Re: Duet board wont connect to panelDUE and endstops February 04, 2016 03:34PM |
Registered: 10 years ago Posts: 14,682 |
Re: Duet board wont connect to panelDUE and endstops February 05, 2016 05:53AM |
Registered: 8 years ago Posts: 8 |
Quote
dc42
The STP pin is next to the stepper motor pins. So the order should be stepper motor pins, SIGNAL, +5V, GND.
Re: Duet board wont connect to panelDUE and endstops February 06, 2016 02:23AM |
Registered: 10 years ago Posts: 14,682 |
Re: Duet board wont connect to panelDUE and endstops February 12, 2016 10:19AM |
Registered: 8 years ago Posts: 8 |
Quote
dc42
Use the M119 command and the Duet endstop LEDs to test the endstop switches. For normally closed switches, when they are connected but not triggered the LEDs should be lit.
Re: Duet board wont connect to panelDUE and endstops September 06, 2016 06:02AM |
Registered: 9 years ago Posts: 3,525 |