Solved Can not connect to DWC
-
Hello everyone,
When I try to connect to the controller through DWC, this is the error message I get: Connection interrupted, attempting to reconnect. Cannot set properties of undefined (setting "spindle").
Any suggestions?
M122 output=== Diagnostics ===
RepRapFirmware for Duet 3 MB6HC version 3.4.0 (2022-03-15 18:57:24) running on Duet 3 MB6HC v1.01 or later (standalone mode)
Board ID: 08DJM-956BA-NA3TN-6J1FD-3SN6T-KA8AV
Used output buffers: 1 of 40 (12 max)
=== RTOS ===
Static ram: 151000
Dynamic ram: 94812 of which 0 recycled
Never used RAM 102004, free system stack 192 words
Tasks: NETWORK(ready,26.8%,251) ETHERNET(notifyWait,0.1%,168) HEAT(notifyWait,0.0%,321) Move(notifyWait,0.0%,352) CanReceiv(notifyWait,0.0%,944) CanSender(notifyWait,0.0%,374) CanClock(delaying,0.0%,333) TMC(notifyWait,7.9%,92) MAIN(running,65.2%,1273) IDLE(ready,0.0%,30), total 100.0%
Owned mutexes: USB(MAIN)
=== Platform ===
Last reset 00:08:49 ago, cause: power up
Last software reset at 2022-06-01 15:27, reason: User, GCodes spinning, available RAM 105332, slot 0
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00400000 BFAR 0x00000000 SP 0x00000000 Task MAIN Freestk 0 n/a
Error status: 0x00
Step timer max interval 130
MCU temperature: min 27.8, current 41.0, max 41.1
Supply voltage: min 36.4, current 36.4, max 36.5, under voltage events: 0, over voltage events: 0, power good: yes
12V rail voltage: min 12.1, current 12.2, max 12.3, under voltage events: 0
Heap OK, handles allocated/used 99/3, heap memory allocated/used/recyclable 2048/42/0, gc cycles 0
Events: 0 queued, 0 completed
Driver 0: standstill, SG min 0, mspos 8, reads 62951, writes 14 timeouts 0
Driver 1: standstill, SG min 0, mspos 8, reads 62951, writes 14 timeouts 0
Driver 2: standstill, SG min 0, mspos 8, reads 62952, writes 14 timeouts 0
Driver 3: standstill, SG min 0, mspos 8, reads 62952, writes 14 timeouts 0
Driver 4: standstill, SG min 0, mspos 16, reads 62952, writes 14 timeouts 0
Driver 5: standstill, SG min 0, mspos 16, reads 62952, writes 14 timeouts 0
Date/time: 2022-06-01 16:17:32
Slowest loop: 5.33ms; fastest: 0.05ms
=== Storage ===
Free file entries: 10
SD card 0 detected, interface speed: 25.0MBytes/sec
SD card longest read time 2.6ms, write time 0.0ms, max retries 0
=== Move ===
DMs created 125, segments created 0, maxWait 0ms, bed compensation in use: none, comp offset 0.000
=== MainDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== AuxDDARing ===
Scheduled moves 0, completed 0, hiccups 0, stepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
=== Heat ===
Bed heaters 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1, chamber heaters -1 -1 -1 -1, ordering errs 0
=== GCodes ===
Segments left: 0
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
USB is ready with "M122" in state(s) 0
Aux is idle in state(s) 0
Trigger is idle in state(s) 0
Queue is idle in state(s) 0
LCD is idle in state(s) 0
SBC is idle in state(s) 0
Daemon is idle in state(s) 0
Aux2 is idle in state(s) 0
Autopause is idle in state(s) 0
Code queue is empty
=== CAN ===
Messages queued 4763, received 0, lost 0, boc 0
Longest wait 0ms for reply type 0, peak Tx sync delay 0, free buffers 50 (min 50), ts 2647/0/0
Tx timeouts 0,0,2646,0,0,2115 last cancelled message type 30 dest 127
=== Network ===
Slowest loop: 5.26ms; fastest: 0.02ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions Telnet(0), 0 sessions
HTTP sessions: 1 of 8- Ethernet -
State: active
Error counts: 0 0 1 0 0
Socket states: 5 5 2 2 2 0 0 0
ok
- Ethernet -
-
What do you have in your config.g?
How did you update to 3.4?
-
@phaedrux Quick update: I did the whole setup from scratch using the latest (stable) versions for the firmware and DWC. That seems to have fixed the issue.
-
-