Duet 3 + Tool board intermittent error
-
@evomotors said in Duet 3 + Tool board intermittent error:
What and how do you want me to test?
Can you think of a way to test whether the issue occurs with the new board, without risking damage to your machine if it does?
What I would like to determine is:
- Whether the new board resolves the issue.
- If it doesn't, what is causing the board to reset. I will probably have to send you new tool board firmware in order to diagnose this.
The 3.2beta1 firmware that we expect to release very soon has an additional check that prevents probing from starting unless the main board has confirmation of the proibe configuration from the tool board. This should protect against the worst consequences of the problem if it occurs again; but obviously it's better not to rely on that.
-
@dc42 said in Duet 3 + Tool board intermittent error:
Can you think of a way to test whether the issue occurs with the new board, without risking damage to your machine if it does?
What I would like to determine is:Whether the new board resolves the issue.
If it doesn't, what is causing the board to reset. I will probably have to send you new tool board firmware in order to diagnose this.The 3.2beta1 firmware that we expect to release very soon has an additional check that prevents probing from starting unless the main board has confirmation of the proibe configuration from the tool board. This should protect against the worst consequences of the problem if it occurs again; but obviously it's better not to rely on that.
I can try to heat-up the chamber to 70, check processor temperature, try to level. I added if condition after each G30 in bed.g per your recommendation. Should save me from another accident.
-
M122 B121 Diagnostics for board 121: Board TOOL1LC firmware 3.1.0 (2020-05-15b1) Never used RAM 8.4Kb, max stack 652b HEAT 1040 CanAsync 1396 CanRecv 1380 TMC 156 AIN 524 MAIN 2284 Last reset 13:29:51 ago, cause: software Driver 0: standstill, SG min/max 0/272, read errors 0, write errors 1, ifcount 119, reads 49507, writes 21, timeouts 1, DMA errors 0, failedOp 0x80 Moves scheduled 483088, completed 483088, hiccups 4661 VIN: 24.2V MCU temperature: min 46.5C, current 60.4C, max 66.8C Ticks since heat task active 85, ADC conversions started 48585415, completed 48585414, timed out 0 Last sensors broadcast 00000002 found 1 89 ticks ago Free CAN buffers: 36 NVM user row b1d088a9 fffff8bb 20002a18 b TSENS 001790 GAIN 014ffc OFFS 00273f CAL 1f2a
do I need to be worry about these?
- hiccups 4661
- write errors 1
- timeouts 1
- failedOp 0x80
Driver 0: standstill, SG min/max 0/272, read errors 0, write errors 1, ifcount 119, reads 49507, writes 21, timeouts 1, DMA errors 0, failedOp 0x80 Moves scheduled 483088, completed 483088, hiccups 4661
-
It's common to get 1 write error and 1 timeout when the board starts up.
Hiccups are normally caused by the step rate being higher than the board can handle; however the 3.1.0 tool board firmware has an unusually low maximum step rate, which has been improved since then.
-
Please use the 3.2beta preview software at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0 on your Duet 3 main board for your testing. It includes the extra check that I mentioned earlier, to prevent probing if the tool board doesn't acknowledge that it owns the probe.
-
@dc42 said in Duet 3 + Tool board intermittent error:
Hiccups are normally caused by the step rate being higher than the board can handle; however the 3.1.0 tool board firmware has an unusually low maximum step rate, which has been improved since then.
Is there newer tool board firmware?
-
There is newer tool board firmware, although it's not official yet.
-
Got new tool board yesterday but haven't installed it yet. Currently trying to restore/ground my tooling plate and reapply PEI.
-
Please use the new RRF 3.2beta1 on both main and tool board when you start testing again. If the tool board resets unexpectedly then M122 B# (where # is the tool board CAN address) will provide information about the reason.
-
@dc42 said in Duet 3 + Tool board intermittent error:
Please use the new RRF 3.2beta1 on both main and tool board when you start testing again. If the tool board resets unexpectedly then M122 B# (where # is the tool board CAN address) will provide information about the reason.
Ready to test. how do I update the firmware to beta via DWC?