The VIN reading returned normal after replacing the R80. Thanks.
Posts made by t9000
-
RE: Duet 2 Wifi Incorrect VIN Reading
-
RE: Duet 2 Wifi Incorrect VIN Reading
@alankilian said in Duet 2 Wifi Incorrect VIN Reading:
R80
Many thanks for your advice.
But I still have no ideas on how to replace it, the location of the R80 seems not easy to apply heatgun , maybe I should try to use the soldering iron first.
-
RE: Duet 2 Wifi Incorrect VIN Reading
just checked R80 is 18.7k ohm instead of 47K, and R81 is good, I will try to replace it asap.
-
RE: Duet 2 Wifi Incorrect VIN Reading
@alankilian said in Duet 2 Wifi Incorrect VIN Reading:
@t9000 THIS thread had a problem with the Vin reading and it turned out to be a damaged resistor on the board.
Do you have the capability to check these resistors?
Will check it later today, thanks a lot.
-
RE: Duet 2 Wifi Incorrect VIN Reading
***Update:
I tried to use another power supply with output about 11.7V, the dashboard show VIN is 25V, but I can home the X & Y axis without error. I want to know is it safe if I continue the printing in current situration. -
Duet 2 Wifi Incorrect VIN Reading
My printer paused a few hour after I started a 20 hour printing job and show the message--
Error: attemp to move the motor when VIN is not in range.
Warning: VIN over voltage event (29.5V).I have checked the power supply voltage by multimeter, it's 11.95V, the fuse is also good at 0 ohm. Then I replaced other 12V power supply but the reading on the web dashbroad still show the VIN sensor is about 32V not 12V and I can't home the axises.
As my duet should be out of warranty, please advise on which part of the circuit may be related to this problem, maybe I would try to fix it by myself.
Also I'm sure that the power supply is good, is there any way to ignore the voltage checking in configuration and let me continue the unfinished print on my printer?
-
RE: Duet2 Wifi failed to detect E1 TEMP sensor
Just managed to using Heater 2 with thermistors 7 by adding X7 to M305.
The temperture reading looks fine, will double check the settings on M305.
It just a workaround solution, I still want to fix the E3 if possible.
-
RE: Duet2 Wifi failed to detect E1 TEMP sensor
@Veti said in Duet2 Wifi failed to detect E1 TEMP sensor:
@t9000 said in Duet2 Wifi failed to detect E1 TEMP sensor:
I have using the chinese PT100
if they are pt100 they would not work with this setting
M305 P0 T100000 B4138 R4700Will figure it out later. The most important thing for me is to fix the E1 channel problem, I found that the sensor can connect to thermistors 3-7 with some special wiring to expansion port, my question is how to use H2 with thermistors 3, I can't find example gcode for firmware 2.x.
-
RE: Duet2 Wifi failed to detect E1 TEMP sensor
@Veti said in Duet2 Wifi failed to detect E1 TEMP sensor:
no idea why a normal thermistor would increase in temperature over time. have you measured the actual resistance of the thermistor?
A PT100 needs a special daughter board
see
https://duet3d.dozuki.com/Wiki/Connecting_PT100_temperature_sensorsB4138
this value is the default. you need to replace it with the actual value for your thermistors. find the value in your thermistor documentation.
E1 also increase in temperature without the thermistor. The same thermistor is working normally on E0. I believe adc for E1 have problems.
I have using the chinese PT100 on E0 for 2 years, I have no ideas how it works.
-
Duet2 Wifi failed to detect E1 TEMP sensor
After adding the 2nd hotend the temperature did not shown correctly for E1/T1/Heater2. When startup, it show the temperature closed to room temp but it will gradually increasing to about 90C in few minutes when the heater is still off or even the PT100 is not connected. The sensor is good as the temperature is correct when I plug it to E0. When the sensor is unplug, the temperature for E0 will show 2000C but 90C for E1. So I believe there is some hardware problems on my broad. Some questions:
-
Anything I can do to fix the problem? I have some experience on reparing SMT PCB.
-
Could I connect the PT100 to the expansion slot directly without the Duex? If it's possible, how can I using the heater 2 with that sensor channel on firmware 2.x?
My current configuraton as follow:
M305 P0 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S145 ; Set temperature limit for heater 0 to 120C
M305 P1 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 1
M143 H1 S280 ; Set temperature limit for heater 1 to 280C
M305 P2 T100000 B4138 R4700 ; Set thermistor + ADC parameters for heater 2
M143 H2 S280 ; Set temperature limit for heater 1 to 280C; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C
M563 P1 D1 H2 F0 ; define tool 1
G10 P1 X0 Y20 Z0 ; set tool 1 axis offsets
G10 P1 R0 S0 ; set initial tool 1 active and standby temperatures to 0CThanks
-
-
RE: Dual Extruder Switching When Out of Filament
Highly interested but it seems a bit complicated, did anyone done similar things before? And any examples macro that I can take reference?
-
Dual Extruder Switching When Out of Filament
On duet2 wifi with dual extruder (2 in 1 out), Is it possible to switch to the other filament if one of the filament out sensor is triggered? It would be much better if it can be done automatically.
-
RE: Is there a way to disable the info popup messages?
just found that options, much better now, thanks
-
RE: Is there a way to disable the info popup messages?
hi, I'm new and just setup the duet2wifi & paneldue today. everythings looks great but i have the popups on the control screen every seconds make me hard to do the adjustments and need to come back to my PC for adjustment. Could u release a version without the messages in short? i think that's good to keep those message in console or in a separated alert tab in the future.