Welcome! Log In Create A New Profile

Advanced

New RepRapFirmware 1.10-dc42

Posted by dc42 
Re: New RepRapFirmware 1.10-dc42
April 06, 2016 11:51AM
I tried to come up with a way of triggering the watchdog reset I witnessed twice in a repeatable manner without having a print ongoing and waiting for a long period. I didn't succeed in that but found a similar situation that ByteSlinger had with the exception that at least some parts of the network stack stay alive since ping replies are received. However, the http, telnet and ftp services refuse to connect. The procedure for getting this behaviour is the following (in Linux at least):

  1. power on the printer
  2. open the DWC page and connect
  3. start this command in a terminal on the same PC: while true ; do wget -q "http://dwc address here/rr_status?type=3" -O /dev/null ; echo -n . ; done
  4. press disconnect on the DWC page

The last step causes something to die and it's not possible to open the DWC page from the same or any other device without a Duet reboot. USB connectivity can still be established:

Quote
M115
FIRMWARE_NAME: RepRapFirmware FIRMWARE_VERSION: 1.10+4 ELECTRONICS: Duet 0.85 DATE: 2016-03-30
ok

Quote
M111 P1 S1
Debugging enabled for modules: Network(1)
Debugging disabled for modules: Platform(0) Webserver(2) GCodes(3) Move(4) Heat(5) DDA(6) Roland(7) PrintMonitor(8)
ok
Class Network spinning.

Quote
M122
LINK
xmit: 6287
recv: 9664
fw: 0
drop: 784
chkerr: 0
lenerr: 0
memerr: 784
rterr: 0
proterr: 0
opterr: 0
err: 0
cachehit: 0

ETHARP
xmit: 1
recv: 1034
fw: 0
drop: 144
chkerr: 0
lenerr: 0
memerr: 0
rterr: 0
proterr: 144
opterr: 0
err: 0
cachehit: 5905

IP_FRAG
xmit: 0
recv: 0
fw: 0
drop: 0
chkerr: 0
lenerr: 0
memerr: 0
rterr: 0
proterr: 0
opterr: 0
err: 0
cachehit: 0

IP
xmit: 6333
recv: 8486
fw: 0
drop: 0
chkerr: 0
lenerr: 0
memerr: 0
rterr: 0
proterr: 0
opterr: 0
err: 0
cachehit: 0

IGMP
xmit: 1
recv: 0
drop: 0
chkerr: 0
lenerr: 0
memerr: 0
proterr: 0
rx_v1: 0
rx_group: 0
rx_general: 0
rx_report: 0
tx_join: 1
tx_leave: 0
tx_report: 0

ICMP
xmit: 5
recv: 5
fw: 0
drop: 0
chkerr: 0
lenerr: 0
memerr: 0
rterr: 0
proterr: 0
opterr: 0
err: 0
cachehit: 0

UDP
xmit: 0
recv: 164
fw: 0
drop: 0
chkerr: 0
lenerr: 0
memerr: 0
rterr: 0
proterr: 0
opterr: 0
err: 0
cachehit: 0

TCP
xmit: 5172
recv: 8301
fw: 0
drop: 1217
chkerr: 0
lenerr: 0
memerr: 0
rterr: 0
proterr: 1217
opterr: 0
err: 0
cachehit: 0

MEM HEAP
avail: 1024
used: 196
max: 540
err: 0

MEM UDP_PCB
avail: 5
used: 4
max: 4
err: 0

MEM TCP_PCB
avail: 16
used: 1
max: 16
err: 0

MEM TCP_PCB_LISTEN
avail: 4
used: 3
max: 3
err: 0

MEM TCP_SEG
avail: 16
used: 0
max: 4
err: 0

MEM REASSDATA
avail: 2
used: 0
max: 0
err: 0

MEM FRAG_PBUF
avail: 8
used: 0
max: 0
err: 0

MEM IGMP_GROUP
avail: 8
used: 2
max: 2
err: 0

MEM SYS_TIMEOUT
avail: 8
used: 7
max: 7
err: 0

MEM PBUF_REF/ROM
avail: 4
used: 0
max: 2
err: 0

MEM PBUF_POOL
avail: 5
used: 5
max: 5
err: 784
Diagnostics
Used output buffers: 14 of 16 (16 max)
Platform Diagnostics:
Memory usage:
Program static ram used: 42104
Dynamic ram used: 39624
Recycled dynamic ram: 192
Current stack ram used: 2712
Maximum stack ram used: 4332
Never used ram: 12052
Last reset 00:25:30 ago, cause: power up
Last software reset code & available RAM: 0x0003, 10492
Spinning module during software reset: GCodes
Error status: 0

Edited 1 time(s). Last edit at 04/06/2016 11:58AM by Vergo.
Re: New RepRapFirmware 1.10-dc42
April 06, 2016 02:42PM
Quote
chrishamm
Vergo, were you doing anything specific when it happened?

ByteSlinger, am I right thinking you're using dc42's latest 1.10+4 firmware with my latest DWC 1.11? If you get a chance, please don't turn off your printer after the problem occurred, connect it via USB , send the following codes and post their output here:

M111 P1 S1
M122

Ah Chris, I'm really sorry. I only just saw this and had to abort the print due to layer separation.
The good news is as soon as I power cycled I could connect again.
Re: New RepRapFirmware 1.10-dc42
April 07, 2016 04:30AM
Vergo, thank you for that command, I'll attempt to reproduce it and fix the underlying problem ASAP.
Re: New RepRapFirmware 1.10-dc42
April 08, 2016 02:56PM
Guys something weird happen to me today while i was printing . After the pause command the nozzle lost it's position and particularly it get about 1.5 upper than it should be. Today that happened 3 times until the printing fails . This had happened once in the past on my second printer but i didn't payed attention as it was only one and i wasn't sure why this happened.


Delta Printer
Duet 0.8.5 firmware 1.19
Re: New RepRapFirmware 1.10-dc42
April 08, 2016 04:28PM
Quote
Gaou
Guys something weird happen to me today while i was printing . After the pause command the nozzle lost it's position and particularly it get about 1.5 upper than it should be. Today that happened 3 times until the printing fails . This had happened once in the past on my second printer but i didn't payed attention as it was only one and i wasn't sure why this happened.

Which firmware version were you running?



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: New RepRapFirmware 1.10-dc42
April 09, 2016 02:12AM
1.10+4 is what i am running.


Delta Printer
Duet 0.8.5 firmware 1.19
Sorry, only registered users may post in this forum.

Click here to login