Error Status 16
-
Just wondering about this error, but as my printer is working well it can't be much?
M122
=== Diagnostics ===
RepRapFirmware for Duet 2 WiFi/Ethernet version 2.01(RTOS) running on Duet Ethernet 1.02 or later
Board ID: 08DGM-956GU-DJMSJ-6JKF2-3S86K-TBPRG
Used output buffers: 1 of 20 (15 max)
=== RTOS ===
Static ram: 28476
Dynamic ram: 95896 of which 0 recycled
Exception stack ram used: 420
Never used ram: 6280
Tasks: NETWORK(ready,328) HEAT(blocked,1248) MAIN(running,3476)
Owned mutexes:
=== Platform ===
Last reset 00:27:54 ago, cause: software
Last software reset at 2018-08-10 15:39, reason: User, spinning module GCodes, available RAM 6280 bytes (slot 3)
Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0041f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d
Error status: 16
Free file entries: 10
SD card 0 detected, interface speed: 20.0MBytes/sec
SD card longest block write time: 389.1ms, max retries 0
MCU temperature: min 30.4, current 30.6, max 33.1
Supply voltage: min 12.1, current 12.4, max 12.4, under voltage events: 0, over voltage events: 0
Driver 0: standstill, SG min/max 692/1023
Driver 1: standstill, SG min/max 618/1023
Driver 2: standstill, SG min/max not available
Driver 3: standstill, SG min/max 0/1023
Driver 4: standstill, SG min/max not available
Date/time: 2018-08-12 15:55:39
Slowest loop: 102.85ms; fastest: 0.07ms
=== Move ===
Hiccups: 0, StepErrors: 0, LaErrors: 0, FreeDm: 240, MinFreeDm: 137, MaxWait: 0ms, Underruns: 0, 0
Scheduled moves: 0, completed moves: 0
Bed compensation in use: mesh
Bed probe heights: 0.000 0.000 0.000 0.000 0.000
=== Heat ===
Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1
Heater 0 is on, I-accum = 0.0
Heater 1 is on, I-accum = 0.7
=== GCodes ===
Segments left: 0
Stack records: 2 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: 389.71ms; fastest: 0.02ms
Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0)
HTTP sessions: 2 of 8
Interface state: 5
=== Expansion === -
@boldnuts said in Error Status 16:
Error status
see this documentation page:
https://duet3d.dozuki.com/Wiki/Error_codes_and_software_reset_codesso as a bitmap however what 0x16 refers is not documented so hopefully @dc42 can add what it means
-
I have just updated that wiki page. Error code 16 means that an SD card operation timed out waiting for an interrupt after 200ms.
-
Thank you David