Duet 3 6ch not recognized after installing Beta version
-
@Phaedrux im not in fornt of the router right now am i ok to send this to it?
3/15/2021, 9:13:07 PM M122
no response
-
@UcantCNCme said in Duet 3 6ch not recognized after installing Beta version:
; Endstops
M574 X1 S1 P"!io1.in" ; configure active-high endstop for low end on X via pin !io1.in
M574 Y2 S1 P"!io2.in" ; configure active-high endstop for high end on Y via pin !io2.in
M574 Z2 S1 P"!io5.in" ; configure active-high endstop for high end on Z via pin !io5.inThat looks ok based on what you describe of the endstops. The only question is whether the io pin numbers listed actually match the ones in use.
Can you test the endstop status by sending M119 twice. Once when the endstop switches are not pressed, and again when the are pressed.
@UcantCNCme said in Duet 3 6ch not recognized after installing Beta version:
this was only added today is a i was trying to add PWM control for a fan thermostat i have for an enclosure i've built for the board.
Ok, once you have a temp sensor for the enclosure you can add it's number to the H parameter.
@UcantCNCme said in Duet 3 6ch not recognized after installing Beta version:
3/15/2021, 9:13:07 PM M122
no responseHow are you sending that? In the DWC console? Over USB terminal? Does M115 respond with anything?
-
@Phaedrux
3/15/2021, 9:15:51 PM M115
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.3beta2+1 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-03-12 14:06:113/15/2021, 9:16:37 PM M119
Endstops - X: at min stop, Y: not stopped, Z: at max stop, Z probe: at min stop -
If you still have access to the web interface, upload this intact zip file to the system tab.
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2.2/Duet2and3Firmware-3.2.2.zip
That should get you back to the last stable release and leave your config intact.
-
@UcantCNCme said in Duet 3 6ch not recognized after installing Beta version:
3/15/2021, 9:16:37 PM M119
Endstops - X: at min stop, Y: not stopped, Z: at max stop, Z probe: at min stopAnd what state were the actual switches in when you sent that M119? And does the status reported change if you are pressing or not pressing the endstops?
Basically we want to see if the firmware is registering the endstops being triggered or not.
-
im not at the router at the minute give me a few minutes and ill check, just installing firmware you sent thanks.
-
right seems to be homing now however did get a error pop up:
M120
G91
G1 Y-10 F6000
G90
M121
Error: G0/G1: insufficient axies homed -
When did you get that error? It would mean what it says that an axis has been commanded to move when it isn't yet in a homed state.
-
@Phaedrux that popped up after i pressed home all
-
Odd. I don't see anything in your homeall that would invoke that.
-
ive home again and looks fine, thank you for you help, was the issue to do with the firmware do you think?
-
I'm not really sure. Are you back on 3.2.2?
-
i thought it had updated but just checked the config file and its still reading 3.2.3, retried to update firmware and my DWC is sticking on a grey screen.
-
@UcantCNCme said in Duet 3 6ch not recognized after installing Beta version:
just checked the config file and its still reading 3.2.3,
Where are you seeing that? Sounds like maybe just the text in the config file saying what version of the config tool was used to generate the file.
To see what version is installed either send M115 and it will tell you, or check the settings and machine specific tab in DWC to see the firmware and DWC versions installed.
-
apologies your right, that m,st of been the version during the config, heres the M115
3/15/2021, 10:15:36 PM M115
FIRMWARE_NAME: RepRapFirmware for Duet 3 MB6HC FIRMWARE_VERSION: 3.2.2 ELECTRONICS: Duet 3 MB6HC v1.01 or later FIRMWARE_DATE: 2021-02-11 -
Ok, that's makes more sense.
The config file text won't change unless you change it. It's just a text file after all.
-
ah right, good to know, thank you very much for your help. i need to start another thread regarding my XYZ touch probe now, hopefully i can get this thing up and running!