Toolboard failure?
-
@wifibeagle I believe the thermistor series resistor has been damaged by static discharge. This can unfortunately happen because of the small size of that resistor. To avoid static discharge in future you should ground hot end metalwork, either directly to the ground side of the VIN power input, or via a resistor (e.g. 100Kohms or 1Mohm) to any Duet ground connection.
The tool board has two temperature inputs, so to avoid having to replace the resistor you can use the second one.
-
@dc42 After changing to temp1 the room temperature reading is now about 244.4C. So it appears the second input also has a problem. Testing with a different thermistor is not as easy as I only have the one tiny plug to fit temp1. It looks like the resistors on the toolboard are the tiny 402 size. I do have a microscope but it would be challenging to replace something so small. Which resistors would need to be changed?
My hot end is installed in a Precision Piezo Orion which does insulate it from the rest of the machine. I'm still trying to decide how to ground the Revo hot end.
-
@wifibeagle if both temperature inputs give incorrect readings then the problem is somewhere else.
Please run M122 B# where # is the CAN address of the tool board, to get a diagnostic report for the tool board.
-
@dc42 Here's the M122
m122 B121
Diagnostics for board 121:
Duet TOOL1LC rev 1.0 or earlier firmware version 3.4.1 (2022-06-01 21:16:39)
Bootloader ID: not available
All averaging filters OK
Never used RAM 3512, free system stack 80 words
Tasks: Move(notifyWait,0.0%,153) HEAT(notifyWait,0.4%,95) CanAsync(notifyWait,0.0%,61) CanRecv(notifyWait,0.0%,76) CanClock(notifyWait,0.0%,65) TMC(notifyWait,3.0%,57) MAIN(running,91.7%,351) IDLE(ready,0.0%,40) AIN(delaying,4.9%,142), total 100.0%
Last reset 01:10:53 ago, cause: software
Last software reset at 2021-03-11 09:54, reason: HardFault, available RAM 3936, slot 0
Software reset code 0x0060 ICSR 0x00000003 SP 0x20002f60 Task MAIN Freestk 746 ok
Stack: 00000001 00000002 2000332c 00000000 41000000 a5a5a5a5 00017aba 61000000 a5a5a5a5 2000332c 20006db8 a5a5a5a5 a5a5a5a5 4b07e7d4 a5a5a5a5 20003398 00000001 200033d8 a5a5a5a5 00017bbb a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5 20000ddc 00000001 200020b4
Driver 0: pos 0, 420.0 steps/mm,standstill, SG min 0, read errors 0, write errors 1, ifcnt 25, reads 29552, writes 12, timeouts 0, DMA errors 0, CC errors 0, steps req 0 done 0
Moves scheduled 0, completed 0, in progress 0, hiccups 0, step errors 0, maxPrep 0, maxOverdue 0, maxInc 0, mcErrs 0, gcmErrs 0
Peak sync jitter 5/10, peak Rx sync delay 213, resyncs 0/0, no step interrupt scheduled
VIN voltage: min 24.1, current 24.2, max 24.2
MCU temperature: min 32.6C, current 33.8C, max 33.9C
Last sensors broadcast 0x00000002 found 1 221 ticks ago, 0 ordering errs, loop time 1
CAN messages queued 85068, send timeouts 0, received 38296, lost 0, free buffers 37, min 37, error reg 0
dup 0, oos 0/0/0/0, bm 0, wbm 0, rxMotionDelay 0
Accelerometer: none -
@wifibeagle thanks. I suspect that both the damage to the temperature input and the unexpected reset were caused by static discharge between the hot end metalwork and the thermistor input. To avoid this in future, ground the hot end metalwork, either directly to the VIN ground terminal, or through a resistor (e.g. 100K) to any Duet ground connection. The reason for the resistor is to protect the Duet if you get a short between a heater connection and the hot end metalwork.
The resistors that probably need to be replaced are R21 and R22. The specification is 2.2K 0.1% tolerance size 0402, however 1% tolerance should be OK if you are not using PT1000 sensors. Instructions for replacing them are similar to the ones I gave for the Duet 3 Mini here https://forum.duet3d.com/post/310657. This is where they are on the version 1.0 tool board:
I suggest you test the resistors in-situ with a multimeter first, to check that it where the fault lies.
-
@dc42 R21 measures about 200K, R22 1890 Ohms. The resistor appears to be the issue with T0. R22 is close enough to 2.2K that T1 looks like a different problem. I will order some resistors and try replacing R21.
Meanwhile I have ordered a replacement toolboard and will ground the hotend before powering any tooboard.
Thanks for your help.
John
-
@wifibeagle for T1 it could be that the 10K resistor R25 has failed, or perhaps it is a different problem e.g. bad crimp connection. For T0 it definitely sounds as though R21 has failed, which could be caused by ESD or by a short between the temperature input and the hot end heater.
-
@dc42 R25 measures about 3.6K ohms which seems close enough in circuit to suggest it is functional. So the T1 issue is still unknown. I will look for possible external problems as you suggested.
I have ordered a R1.3 toolboard due today. I see the mounting holes are grounded through a 100K resistor. I have found a good way to add a ground wire to the Revo heater block by sliding a male Dupont connector between the wires and the metal strain relief. I will connect it to one of the mounting screws. I also plan to replace the plastic mounting standoffs with metal ones to ground the board to the aluminum mount for the extruder. I verified there is a good connection through the heater core to the nozzle. I'm including a couple pictures of the grounding in case someone stumbles upon this post with a similar issue.
Thank you for your help and prompt response.
This image was captured from cnckitchen's excellent review of the Revo (https://www.cnckitchen.com/blog/e3d-rapidchange-revo-review)
-
@wifibeagle bear in mind that the version 1.3 tool boards has the mounting holes in different places. There is a rev 1.2a that has them in the original locations.
-
@dc42 I selected r1. 3 because I may change to the hemera xs knowing the mount spacing is different. I have already added the new mounting holes to my bracket. The grounding through the mounting is also a bonus. I'll have to modify the wiring connections either way.