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

    PT100 Sensor on Hotend strange issue with PanelDUE (SOLVED)

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    2
    4
    1.0k
    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.
    • Dougal1957undefined
      Dougal1957
      last edited by

      OK

      I have a PT100 on the first port of the RTD Board set M305 P1 X200 and was unable to get the hotend to heat at all from the Panel due.

      Powered down and connected the Bed Heater Thermistor and it then started to heat however I seem to be unable to control the target once it has been set by whatever means for example if I set it to say 120 and let it heatup then want to change it the Panel seems to drop back to the original setting of 120 if I set to 280 in the Web interface with the panel already set then the panel seems to set the max temp.

      I must be missing something here.

      My Config.g is here
      ; Communication and general
      M111 S0 ; Debug off
      M550 PMidiKossel ; Machine name and Netbios name (can be anything you like)
      M551 Preprap ; Machine password (used for FTP)
      ;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
      M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xEF ; MAC Address
      ;*** Wifi Networking
      M552 S1 ; Enable WiFi

      M555 P2 ; Set output to look like Marlin
      M575 P1 B57600 S1 ; Comms parameters for PanelDue

      G21 ; Work in millimetres
      G90 ; Send absolute coordinates…
      M83 ; ...but relative extruder moves

      ; Axis and motor configuration
      M569 P0 S1 ; Drive 0 goes forwards
      M569 P1 S1 ; Drive 1 goes forwards
      M569 P2 S1 ; Drive 2 goes forwards
      M569 P3 S1 ; Drive 3 goes forwards
      M569 P4 S1 ; Drive 4 goes forwards
      M574 X2 Y2 Z2 S1 ; set endstop configuration (all endstops at high end, active high)
      ;*** The homed height is deliberately set too high in the following - you will adjust it during calibration
      M665 R261.30 L520 B175 H336.93 X0.14 Y0.09 Z0 ; set delta radius, diagonal rod length, printable radius and homed height
      M666 X-1.51 Y0.61 Z0.90 ; put your endstop adjustments here, or let auto calibration find them
      M350 X16 Y16 E16 I1 ; Set 16x microstepping with interpolation
      M92 X80 Y80 Z80 ; Set axis steps/mm
      M906 X1000 Y1000 Z1000 E600 I60 ; Set motor currents (mA) and increase idle current to 60%
      M201 X1000 Y1000 Z1000 E1000 ; Accelerations (mm/s^2)
      M203 X20000 Y20000 Z20000 E3600 ; Maximum speeds (mm/min)
      M566 X1200 Y1200 Z1200 E1200 ; Maximum instant speed changes mm/minute

      ; Thermistors
      M305 P0 T100000 B4287 R4700 H30 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
      M305 P1 X200 ;T100000 B4388 R4700 H30 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
      ;M305 P2 T100000 B3974 R4700 H30 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
      M570 S180 ; Hot end may be a little slow to heat up so allow it 180 seconds

      ; Tool definitions
      M563 P0 D0 H1 ; Define tool 0
      G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
      ;*** If you have a single-nozzle build, comment the next 2 lines
      ;M563 P1 D1 H2 ; Define tool 1
      ;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
      M92 E476:663 ; Set extruder steps per mm

      ; Z probe and compensation definition
      ;*** If you have a switch instead of an IR probe, change P1 to P4 in the following M558 command
      M558 P1 X0 Y0 Z0 H5 ; Z probe is a switch and is not used for homing any axes
      G31 X0 Y0 Z2.6 P500 ; Set the zprobe height and threshold (put your own values here)

      ;*** If you are using axis compensation, put the figures in the following command
      M556 S78 X0 Y0 Z0 ; Axis compensation here

      M208 S1 Z-0.2 ; set minimum Z
      ;
      T0 ; select first hot end

      I have still to copy my Bed.g and Homing files across but this has me just a little Concerned?

      Have I done something silly or just unearthed a bug the DuetWIFI is as it came need to check which FW is on the Panel tho (1.13)

      Any advice?

      Doug

      1 Reply Last reply Reply Quote 0
      • Dougal1957undefined
        Dougal1957
        last edited by

        Further thought's on the issue

        I think it is to do with trying to set a temp in excess of the Max allowed by the firmware found I can step it up but if I go to far then it reverts back to the last valid setting.

        Time to find the code to adjust that?

        Doug

        1 Reply Last reply Reply Quote 0
        • Rommieundefined
          Rommie
          last edited by

          I upgraded to 1.14 Doug and seems to be holding alright, though I am only using the old style sensors

          1 Reply Last reply Reply Quote 0
          • Dougal1957undefined
            Dougal1957
            last edited by

            I Have it sorted it appears the Default max Hotend temp is 262 degrees haveing set it to 290 I have managed to tighten the E3D Nozzle correctly

            M143 S290 did the trick updated the panelDue anyway as it need doing

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