duet 2 wifi reported error auto reconnect failed
-
Hello friends.
I am sorry, but again i has a problem with my Duet2 Wifi.
And hopefully someone can help me.So my printer with Duet2 Board works fine. But after approx 1 -2 hours wifi connection is gone.
After a minute or so the Duet is again connected to Wifi ( Blue LED lights)
But after this no chance to get connected by DWC.
Also my Panel (7 ") it is frozzen.
I can touch everything, but console work not possible.
Also temperature adjustment is not possible.After switching of and on everything is fine.
The Wifi router is 1,5 meter far away and stable.
Any Idea?
-
Please share the results of M122 and M98 P"config.g". Also the contents of your config.g.
When it appears to be frozen can you connect via USB terminal and see if it's still operating? Gathering an M122 when it's in this state or immediately after it's been rebooted would be helpful.
-
@Phaedrux
Thank you very much for your reply.I was not able by printing to make M122
So here is the M122 result :
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.05.1 running on Duet WiFi 1.02 or later
Board ID: 0JD0M-9P61A-J8PSJ-6JTDA-3SD6J-1BRQT
Used output buffers: 3 of 24 (6 max)
=== RTOS ===
Static ram: 25712
Dynamic ram: 93140 of which 0 recycled
Exception stack ram used: 320
Never used ram: 11900
Tasks: NETWORK(ready,764) HEAT(blocked,1232) MAIN(running,3800) IDLE(ready,160)
Owned mutexes:
=== Platform ===
Last reset 00:11:06 ago, cause: power up
Last software reset time unknown, reason: User, spinning module GCodes, available RAM 11696 bytes (slot 1)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
Error status: 0
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 0.0ms, max retries 0
MCU temperature: min 28.6, current 32.0, max 32.4
Supply voltage: min 24.1, current 24.3, max 24.6, under voltage events: 0, over voltage events: 0, power good: yes
Driver 0: standstill, SG min/max not available
Driver 1: standstill, SG min/max not available
Driver 2: standstill, SG min/max not available
Driver 3: standstill, SG min/max not available
Driver 4: standstill, SG min/max not available
Date/time: 2020-12-20 15:18:40
Cache data hit count 2107582147
Slowest loop: 4.25ms; fastest: 0.06ms
I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0
=== Move ===
Hiccups: 0, FreeDm: 160, MinFreeDm: 160, MaxWait: 0ms
Bed compensation in use: none, comp offset 0.000
=== DDARing ===
Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
=== GCodes ===
Segments left: 0
Stack records: 1 allocated, 0 in use
Movement lock held by null
http is idle in state(s) 0
telnet is idle in state(s) 0
file is idle in state(s) 0
serial is idle in state(s) 0
aux is idle in state(s) 0
daemon is idle in state(s) 0
queue is idle in state(s) 0
autopause is idle in state(s) 0
Code queue is empty.
=== Network ===
Slowest loop: 15.68ms; fastest: 0.00ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
HTTP sessions: 1 of 8- WiFi -
Network state is running
WiFi module is connected to access point
Failed messages: pending 0, notready 0, noresp 0
WiFi firmware version 1.23
WiFi MAC address 48:3f:da:78:53:61
WiFi Vcc 3.32, reset reason Turned on by main processor
WiFi flash size 4194304, free heap 25688
WiFi IP address 192.168.1.148
WiFi signal strength -56dBm, reconnections 0, sleep mode modem
Socket states: 0 0 0 0 0 0 0 0
- WiFi -
-
@Phaedrux said in duet 2 wifi reported error auto reconnect failed:
M98 P"config.g"
M98 P"config.g"
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled -
; Configuration file for Duet WiFi (firmware version 1.21)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.1.9 on Sun Nov 29 2020 14:26:01 GMT+0100 (Mitteleuropäische Normalzeit); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"SILENT GOLIATH" ; set printer name; Network
M552 S1 ; enable network
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S0 ; disable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M584 X0 Y1 Z2 E3 ; set drive mapping
M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
M92 X80.00 Y80.00 Z400.00 E141,12 ; set steps per mm
M566 X900.00 Y900.00 Z60.00 E120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X6000.00 Y6000.00 Z180.00 E2000 ; set maximum speeds (mm/min)
M201 X800 Y800 Z250 E1250 ; Set accelerations (mm/s^2)
M906 X1500 Y1500 Z1500 E1000 I35 ; set motor currents (mA) and motor idle factor in per cent
M84 S35 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X400 Y400 Z400 S0 ; set axis maxima; Endstops
M574 X1 Y1 S1 ; X home to min. Y home to max. Normally Closed limit switches.
M574 Z1 S2 ; Define Z to use Probe. Home to Min; Z-Probe
M558 P5 H5 F500 T4000 X0 Y0 Z1 ; Set Z probe type/mode 5. H=Dive Height. F=Speed the bed moves
G31 P25 X45.1 Y-2.5 Z3.220 ; Z probe trigger value, offset in relation to nozzle. And trigger height adjustment
M557 X5:205 Y5:165 S20 ; Define mesh grid; BLTouch - Heaters
M307 H7 A-1 C-1 D-1 ; Disable the 7th Heater to free up PWM channel 5 on the Duex board.
M305 P0 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 0
M143 H0 S120 ; set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; set thermistor + ADC parameters for heater 1
M143 H1 S280 ; set temperature limit for heater 1 to 280C; Fans
M106 P0 S0 I0 F500 H-1 ; set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C; Custom settings are not defined
-
When it appears to be frozen can you connect via USB terminal and see if it's still operating?
-
Hi Guys,
So i will report you, i don´t know why.
I have not changed settings or so on.
But till now the connection is stable and no connection lost anymore.
Will keep you informed. -
Dear Friends
I am sorry to ask you again for help.
I was not able to print a few weeks.
But this issue is not happen again.Now i have 2 printers , both with Duet 2 wifi.
I noticed, this happens when the wifi is down from the router for a few seconds, and come back.
Then both duet´s don´t conect again.
And Panel is frozen , touch is working, but this will not adjust something on the board.I mean in this moment, when i give the command for example M552 nothing happens.
Please help me.
Thank guys.
-
It happens between the printer is printing, but the print will go to the end ,
result is good, but wifi connection is not working anymore till i switch off and on the printer.Also i try to connect printer between printing via USB and Prontaface.
Not possible to conenct the Printer.
(In Device Manager Printer is there when i connect USB )So please help me
-
What does it say on the PanelDue in the top right corner when it's not responding?
After this is happened are you able to power cycle the duet and connect again?
After you re-connect can you send M122 and post the result?
-
@Phaedrux
Thank you for your reply.In the right corner is written printing.
When i switch off and on the printer, everything is all right and working.
Also if i disconnect the panel and connect it between this happen, same result.
On both printer.
-
Considering you're still running firmware 2.05 I might suggest updating to take advantage of bug fixes and improvements since then. However updating to RRF3 would require some changes to your config files. If your printer is fairly standard you should be able to create a new config set using the online tool and make any needed changes to that.
If you wish to test it out.
If you still have access to DWC. Upload these 3 zip files, one at a time in the system tab. Don't extract them. Reboot after each. Use M115 to verify the firmware has been applied.
https://github.com/Duet3D/RepRapFirmware/releases/download/2.05.1/Duet2Firmware-2.05.1.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.0/Duet2and3Firmware-3.0.zip
https://github.com/Duet3D/RepRapFirmware/releases/download/3.2/Duet2and3Firmware-3.2.zip
That will get your firmware and DWC up to date.For your config, might be a good idea to run through the configurator tool and generate a fresh set for RRF3.
https://configtool.reprapfirmware.org/Starthttps://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview
You'll also need to update the PanelDue firmware.
-
@Phaedrux
Sounds good !
I already try it in the morning, but without your steps.
And i got the problem that the temperatures of heaters was not present, or -273
Do you mean a new online configuration solve this temperature issue?After i set with online tool my config,
Can i use my old config special settings? -
@uneumann36 said in duet 2 wifi reported error auto reconnect failed:
Can i use my old config special settings?
Mostly. Some commands might need to be modified.
-
Yeah, i will do this after my finished print.
Hope it will work with my limited knowledge ! Smile.
I case not, i hope i can contact you again. -
It will help to do some reading in advance. Also generate a new config using the tool before you start then compare what it generates to what you have now to see the differences.
Example of RRF2 and RRF3 files: https://github.com/Duet3D/RRF-machine-config-files/tree/master/DBotCoreXY
-
So , i want to tell some things about this forum and you!
I am so happy to get this kind of great support, this is absolute wonderful.
I am a technician in technical support worldwide, but you, this is great.
And all this support is free of charge!
Thank you verry verry much!!!!But i know thank you is not all!
Please let me know how i can aid you and this forum.Special Thank`s from germany.
-
@uneumann36 said in duet 2 wifi reported error auto reconnect failed:
Please let me know how i can aid you and this forum.
Pay it forward. Once you have a good understanding of what you're doing, spend some time helping other beginners get started.
-
@Phaedrux
So, i will report that the update to V3.2 is done.
Also i make a new Cofig via tool, bring on my printer, and it is working.
So i change some settings in the config to get my printer in near old conditions.So printer work fine via DWC
I try to update Panel also Via Bossa and USB.
I try a lot a Software Versions but no one is working!
In best conditions i got the screen shows everything, but no connection to Duet2Wifi!What can i do??
-
Is there anyone who has an idea?