Hello, I am using J type thermocouple sensor for the heater but heater is going in fault mode frequently. when i move sensor wire little bit i comes back to normal condition.
Please suggest any solution for this problem

Latest posts made by kvlunagariya
-
Heater fault occurs frequently
-
RE: Duex2 Drive5(E2) and Drive5(E3) not working
@Phaedrux
M122
=== Diagnostics ===<LF>RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet Ethernet 1.02 or later + DueX2<LF>Board ID: 08DGM-917NK-F2MS4-7J9F6-3SN6L-9GUNG<LF>Used output buffers: 1 of 24 (13 max)<LF>=== RTOS ===<LF>Static ram: 27980<LF>Dynamic ram: 94988 of which 20 recycled<LF>Exception stack ram used: 304<LF>Never used ram: 7780<LF>Tasks: NETWORK(ready,368) HEAT(blocked,1224) DUEX(suspended,160) MAIN(running,1840) IDLE(ready,80)<LF>Owned mutexes:<LF>=== Platform ===<LF>Last reset 00:00:21 ago, cause: power up<LF>Last software reset at 2021-01-08 17:46, reason: User, spinning module GCodes, available RAM 7772 bytes (slot 3)<LF>Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN<LF>Error status: 0<LF>MCU temperature: min 28.3, current 29.3, max 29.4<LF>Supply voltage: min 11.6, current 11.7, max 11.7, under voltage events: 0, over voltage events: 0, power good: yes<LF>Driver 0: standstill, SG min/max not available<LF>Driver 1: standstill, SG min/max not available[Warning: Maximal number of bytes per line exceeded! Check the EOL (end-of-line) settings or increase the limit in the advanced terminal settings.]M98
HTTP is enabled on port 80<LF>FTP is disabled<LF>TELNET is enabled on port 23<LF>Error: Fan number 1 not found<LF>Error: Fan number 2 not found<LF>Error: Fan number 3 not found<LF>Error: Fan number 4 not found<LF>Error: Fan number 5 not found<LF>Tool 0 offsets: X0.00 Y0.00 Z0.00<LF>ok<LF> -
Duex2 Drive5(E2) and Drive5(E3) not working
Hello,
I am using following config.g
; Configuration file for Duet WiFi (firmware version 3)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.2.0 on Fri Jan 08 2021 13:51:22 GMT+0530 (India Standard Time); General preferences
G90 ; send absolute coordinates...
M83 ; ...but relative extruder moves
M550 P"My Printer" ; set printer name; Network
M552 P192.168.1.22 S1 ; enable network and set IP address
M553 P255.255.255.0 ; set netmask
M554 P192.168.1.254 ; set gateway
M586 P0 S1 ; enable HTTP
M586 P1 S0 ; disable FTP
M586 P2 S1 ; enable Telnet; Drives
M569 P0 S1 ; physical drive 0 goes forwards
M569 P1 S1 ; physical drive 1 goes forwards
M569 P2 S1 ; physical drive 2 goes forwards
M569 P3 S1 ; physical drive 3 goes forwards
M569 P4 S1 ; physical drive 4 goes forwards
M569 P5 S1 ; physical drive 5 goes forwards
M569 P6 S1 ; physical drive 6 goes forwards
M584 X0 Y1 Z2 E3:4:5:6 ; set drive mapping
M350 X256 Y256 Z256 E256:256:256:256 I1 ; configure microstepping without interpolation
M92 X20157.48 Y20157.48 Z20157.48 E420.00:420.00:142.22:10240 ; set steps per mm
M566 X50.00 Y50.00 Z50.00 E120.00:120.00:120.00:120.00 ; set maximum instantaneous speed changes (mm/min)
M203 X200.00 Y200.00 Z200.00 E1200.00:1200.00:1200.00:1200.00 ; set maximum speeds (mm/min)
M201 X50.00 Y50.00 Z20.00 E192.00:192.00:192.00:192.00 ; set accelerations (mm/s^2)
M906 X300 Y300 Z300 E800:800:1800:1800 I30 ; set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Axis Limits
M208 X0 Y0 Z0 S1 ; set axis minima
M208 X230 Y210 Z200 S0 ; set axis maxima; Endstops
M574 X1 S3 ; configure sensorless endstop for low end on X
M574 Y1 S3 ; configure sensorless endstop for low end on Y
M574 Z1 S3 ; configure sensorless endstop for low end on Z; Z-Probe
M558 P0 H5 F120 T6000 ; disable Z probe but set dive height, probe speed and travel speed
M557 X15:215 Y15:195 S20 ; define mesh grid; Heaters
M140 H-1 ; disable heated bed (overrides default heater mapping)
M308 S0 P"spi.cs1" Y"thermocouple-max31856" ; configure sensor 0 as thermocouple via CS pin spi.cs1
M950 H0 C"duex.e2heat" Q100 T0 ; create nozzle heater output on duex.e2heat and map it to sensor 0
M307 H0 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H0 S280 ; set temperature limit for heater 0 to 280C
M308 S1 P"spi.cs2" Y"thermocouple-max31856" ; configure sensor 1 as thermocouple via CS pin spi.cs2
M950 H1 C"duex.e3heat" Q100 T1 ; create nozzle heater output on duex.e3heat and map it to sensor 1
M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H1 S280 ; set temperature limit for heater 1 to 280C
M308 S2 P"spi.cs3" Y"thermocouple-max31856" ; configure sensor 2 as thermocouple via CS pin spi.cs3
M950 H2 C"duex.e4heat" Q100 T2 ; create nozzle heater output on duex.e4heat and map it to sensor 2
M307 H2 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H2 S280 ; set temperature limit for heater 2 to 280C
M308 S3 P"spi.cs4" Y"thermocouple-max31856" ; configure sensor 3 as thermocouple via CS pin spi.cs4
M950 H3 C"duex.e5heat" Q100 T3 ; create nozzle heater output on duex.e5heat and map it to sensor 3
M307 H3 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit
M143 H3 S280; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 P1 C"fan1"
M106 P1 S0 H-1
M950 P2 C"fan2"
M106 P2 S0 H-1
M950 P3 C"e0heat"
M106 P3 S0 H-1
M950 P4 C"e1heat"
M106 P4 S0 H-1
M950 P5 C"bedheat"
M106 P5 S0 H-1
; Tools
M563 P1 S"Heater 1" H0
G10 P1 R240 S240
M563 P2 S"Heater 2" H1
G10 P2 R240 S240
M563 P3 S"Heater 3" H2
G10 P3 R240 S240
M563 P4 S"Heater 4" H3
G10 P4 R240 S240
M563 P0 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; Custom settings are not defined
; Miscellaneous
M575 P1 S1 B57600 ; enable support for PanelDueProblem is i am not able to drive motor 5 and 6 with G0 code.
Please suggest any solution to this.
-
Analog input connection
I want to connect analog input 1-5volt to duet2 ethernet board. Is it possible ?