Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Lost! Toolboard not report temp and fan does not work

    Scheduled Pinned Locked Moved Solved
    My Duet controlled machine
    2
    7
    365
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • PaulHewundefined
      PaulHew
      last edited by

      Brand new Duet3 Mini, 1LC toolboard.
      On my bench at the moment. 12V PSU feeding 1LC and Duet3 Mini.
      Toolboard
      is address 20
      has a 2 wire fan connected to out1 to pins +12v and out1 - cannot control it
      E3d sensor in Temp0 - cannot read it

      Can see the board running m155 b20

      m115 b20
      Duet TOOL1LC firmware version 3.2.2 (2021-02-11)
      

      on a boot I get

      Warning: Incompatible firmware, please upgrade as soon as possible
      

      I have updated it from the file in the system directory following the instructions.

      Also get these messages

      14/03/2021, 13:55:33 	Warning: M950: Sensor number 1 has not been defined
      14/03/2021, 13:55:33 	Error: M308: Board 20 received unknown msg type 6011
      14/03/2021, 13:55:32 	Connection established
      

      Checked and checked again and again.

      Config.g

      ; General preferences
      G90                                              ; send absolute coordinates...
      M83                                              ; ...but relative extruder moves
      M550 P"RailCore II"                              ; set printer name
      M669 K1                                          ; select CoreXY mode
      G4 S1											 ; wait for expansion boards to start
      
      ; Drives
      M569 P0.0 S1                                     ; X Axis - physical drive 0.0 goes forwards
      M569 P0.1 S0                                     ; Y Axis - physical drive 0.1 goes backwards
      M569 P0.2 S1                                     ; Left Front physical drive 0.2 goes forwards
      M569 P0.3 S1                                     ; Left Rear physical drive 0.3 goes forwards
      M569 P0.4 S1                                     ; Right physical drive 0.4 goes forwards
      M569 P20.0 S1                                    ; physical drive 20.0 goes forwards
      
      M584 X0.0 Y0.1 Z0.2:0.3:0.4 E20.0                ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                          ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E420.00                ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00              ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00          ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00              ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 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 Z1 S2                                       ; configure Z-probe endstop for low end on Z
      
      ; Z-Probe
      M950 S0 C"20.io0.out"                           ; create servo pin 0 for BLTouch
      M558 P9 C"^20.io0.in" H5 F120 T6000             ; set Z probe type to bltouch and the dive height + speeds
      G31 P500 X-7 Y35 Z2.5                            ; set Z probe trigger value, offset and trigger height
      M557 X15:215 Y15:195 S20                         ; define mesh grid
      
      ; Heaters
      M308 S0 P"temp0" Y"thermistor" A"Heated Bed" T100000 B4138     ; configure sensor 0 as thermistor on pin temp0
      M950 H0 C"out1" T0                               ; create bed heater output on out0 and map it to sensor 0
      M307 H0 B0 S1.00                                 ; disable bang-bang mode for the bed heater and set PWM limit
      M140 H0                                          ; map heated bed to heater 0
      M143 H0 S120                                     ; set temperature limit for heater 0 to 120C
      
      M308 S1 P"20.temp0" Y"thermistor" A"e3d" B4725 C7.060000e-8
      ; M308 S1 P"20.temp0" Y"thermistor" A"Mosquito" T500000 B3950 ; configure sensor 1 as thermistor on pin 20.temp0
      M950 H1 C"20.out0" T1                           ; create nozzle heater output on 20.out0 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
      
      ; Fans
      M950 F0 C"20.out1" Q500                         ; create fan 0 on pin 20.out1 and set its frequency
      M106 P0 S0 H-1                                   ; set fan 0 value. Thermostatic control is turned off
      
      M950 F1 C"20.out2" Q500                         ; create fan 1 on pin 20.out2 and set its frequency
      M106 P1 S1 H-1 ;H1 T50                                ; set fan 1 value. Thermostatic control is turned on
      
      ; 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
      
      ; Custom settings are not defined
      
      ; Miscellaneous
      M575 P1 S1 B57600                                ; enable support for PanelDue
      
      

      M122

      4/03/2021, 14:04:19 	m122
      === Diagnostics ===
      RepRapFirmware for Duet 3 Mini 5+ version 3.2-beta3.2+1 running on Duet 3 Mini5plus Ethernet (SBC mode)
      Board ID: A45XG-F396U-D65J0-40KML-1F03Z-H03XP
      Used output buffers: 1 of 40 (10 max)
      === RTOS ===
      Static ram: 97472
      Dynamic ram: 120084 of which 28 recycled
      Never used RAM 43536, free system stack 198 words
      Tasks: Linux(blocked,73) HEAT(blocked,332) CanReceiv(blocked,904) CanSender(blocked,371) CanClock(blocked,370) TMC(blocked,56) MAIN(running,511) IDLE(ready,20) AIN(blocked,258)
      Owned mutexes: HTTP(MAIN)
      === Platform ===
      Last reset 00:08:48 ago, cause: software
      Last software reset at 2021-03-14 13:55, reason: User, none spinning, available RAM 43500, slot 1
      Software reset code 0x0012 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x00000000 BFAR 0xe000ed38 SP 0xffffffff Task Linu
      Error status: 0x00
      Supply voltage: min 0.0, current 23.5, max 23.5, under voltage events: 0, over voltage events: 0, power good: yes
      Driver 0: position 0, standstill, SG min/max 0/0, read errors 0, write errors 1, ifcnt 23, reads 9959, writes 11, timeouts 0, DMA errors 0
      Driver 1: position 0, standstill, SG min/max 0/0, read errors 0, write errors 1, ifcnt 23, reads 9959, writes 11, timeouts 0, DMA errors 0
      Driver 2: position 0, standstill, SG min/max 0/0, read errors 0, write errors 1, ifcnt 23, reads 9958, writes 11, timeouts 0, DMA errors 0
      Driver 3: position 0, standstill, SG min/max 0/0, read errors 0, write errors 1, ifcnt 23, reads 9958, writes 11, timeouts 0, DMA errors 0
      Driver 4: position 0, standstill, SG min/max 0/0, read errors 0, write errors 1, ifcnt 23, reads 9959, writes 11, timeouts 0, DMA errors 0
      Driver 5: position 0, assumed not present
      Driver 6: position 0, assumed not present
      Date/time: 2021-03-14 14:04:20
      Slowest loop: 1.52ms; fastest: 0.08ms
      === Storage ===
      Free file entries: 10
      SD card 0 not detected, interface speed: 11.2MBytes/sec
      SD card longest read time 0.0ms, write time 0.0ms, max retries 0
      === Move ===
      Hiccups: 0(0), FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms
      Bed compensation in use: none, comp offset 0.000
      === MainDDARing ===
      Scheduled moves 0, completed moves 0, StepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === AuxDDARing ===
      Scheduled moves 0, completed moves 0, StepErrors 0, LaErrors 0, Underruns [0, 0, 0], CDDA state -1
      === Heat ===
      Bed heaters = 0 -1, chamberHeaters = -1 -1
      === GCodes ===
      Segments left: 0
      Movement lock held by null
      HTTP* is doing "M122" in state(s) 0
      Telnet is idle in state(s) 0
      File is idle in state(s) 0
      USB is idle in state(s) 0
      Aux is idle in state(s) 0
      Trigger* is idle in state(s) 0
      Queue is idle in state(s) 0
      LCD is idle in state(s) 0
      SBC is idle in state(s) 0
      Daemon is idle in state(s) 0
      Aux2 is idle in state(s) 0
      Autopause is idle in state(s) 0
      Code queue is empty.
      === CAN ===
      Messages sent 0, send timeouts 0, longest wait 2ms for type 6026, free CAN buffers 15
      === SBC interface ===
      State: 4, failed transfers: 1
      Last transfer: 7ms ago
      RX/TX seq numbers: 18795/18795
      SPI underruns 0, overruns 0
      Number of disconnects: 0, IAP RAM available 0x0b264
      Buffer RX/TX: 0/0-0
      === Duet Control Server ===
      Duet Control Server v3.2.2
      Code buffer space: 4096
      Configured SPI speed: 8000000 Hz
      Full transfers per second: 35.59
      Maximum length of RX/TX data transfers: 2836/764
      

      Think I have everything included.
      Assistance would be appreciated

      Regards
      Paul

      RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
      Voron 2.4 disassembled..... Waiting for the RailCore Mini....

      1 Reply Last reply Reply Quote 0
      • fcwiltundefined
        fcwilt
        last edited by

        Hi,

        I don't use SBC mode so this may not apply.

        According to the info you posted your Mini is running older firmware than the 1LC.

        I don't think that will work.

        Frederick

        Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

        PaulHewundefined 1 Reply Last reply Reply Quote 0
        • PaulHewundefined
          PaulHew
          last edited by

          ** Update **

          Added another fan to out2 on the 1lc and rebooted everything including the SBC, (yes I was powering off the Duet Boards before playing)
          Fans are now working but still getting the firmware and M308 errors.

          P.

          RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
          Voron 2.4 disassembled..... Waiting for the RailCore Mini....

          1 Reply Last reply Reply Quote 0
          • PaulHewundefined
            PaulHew @fcwilt
            last edited by

            @fcwilt Read the manual again on how to update Duet firmware with a SBC.
            It is afaik up to-date

            pi@RailCoreII:~ $ sudo apt update
            Hit:1 http://archive.raspberrypi.org/debian buster InRelease
            Get:2 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]      
            Hit:3 https://pkg.duet3d.com stable InRelease                                  
            Fetched 15.0 kB in 1s (11.2 kB/s)                
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            All packages are up to date.
            pi@RailCoreII:~ $ sudo apt upgrade
            Reading package lists... Done
            Building dependency tree       
            Reading state information... Done
            Calculating upgrade... Done
            0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
            

            P.

            RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
            Voron 2.4 disassembled..... Waiting for the RailCore Mini....

            fcwiltundefined 1 Reply Last reply Reply Quote 0
            • fcwiltundefined
              fcwilt @PaulHew
              last edited by

              @PaulHew said in Lost! Toolboard not report temp and fan does not work:

              @fcwilt Read the manual again on how to update Duet firmware with a SBC.

              Well you posted that the 1LC was running 3.2.2 and the Mini was running 3.2-beta3.2+1.

              Is that what you expect to see?

              Frederick

              Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

              1 Reply Last reply Reply Quote 0
              • PaulHewundefined
                PaulHew
                last edited by

                From the manual

                Updating firmware with attached Single Board Computer
                
                Use 'sudo apt update' and 'sudo apt upgrade'.
                

                Oh well, fixed now. uf2 file was required, uploaded via dwc.

                Thanks.

                RailCore II - Duet Mini + 1LC, Voron V0.1 - Duet Mini
                Voron 2.4 disassembled..... Waiting for the RailCore Mini....

                fcwiltundefined 1 Reply Last reply Reply Quote 0
                • fcwiltundefined
                  fcwilt @PaulHew
                  last edited by

                  @PaulHew said in Lost! Toolboard not report temp and fan does not work:

                  From the manual

                  Updating firmware with attached Single Board Computer
                  
                  Use 'sudo apt update' and 'sudo apt upgrade'.
                  

                  Oh well, fixed now. uf2 file was required, uploaded via dwc.

                  Thanks.

                  Glad you got it sorted.

                  Frederick

                  Printers: a E3D MS/TC setup and a RatRig Hybrid. Using Duet 3 hardware running 3.4.6

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Unless otherwise noted, all forum content is licensed under CC-BY-SA