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

    6XD Multiple Heaters PT1000

    Scheduled Pinned Locked Moved Solved
    General Discussion
    2
    4
    76
    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.
    • machinemarkundefined
      machinemark
      last edited by

      We have wired up three PT1000 into the three temperature sensor inputs (temp0, temp1, temp2). And tried variations of setting up the PT1000 sensors and heaters in config.g with the following;

      ; Sensors
      M308 S0 P"temp0" Y"pt1000" A"E-Heat-0" ; configure sensor #0
      M308 S1 P"temp1" Y"pt1000" A"E-Heat-1" ; configure sensor #1
      M308 S2 P"temp2" Y"pt1000" A"E-Heat-2" ; configure sensor #2
      
      ; Heaters
      M950 H0 C"out0" T0 ; create heater #0
      M143 H0 P0 S200 
      M307 H0 B0 S1.00
      M950 H1 C"out1" T1 ; create heater #1
      M143 H1 S200 
      M307 H1 B0 S1.00 
      M950 H2 C"out2" T2 ; create heater #2
      M143 H2 S200 
      M307 H2 B0 S1.00 
      
      ; TOOLS
      M563 P0 D0 H0 ; Create tool P-Tool_number D-Extruder_Drive  H-Heaters F-Fans_to_use
      M563 P1 D0 H1   
      M563 P2 D0 H2
      

      Save the config.g and reset.

      This has been the best outcome, 2 out of the three sensors are reading (confident that the hardware is working). But notice the naming is not correct (See attached image) The Heater names are Heater 0, Heater 1 and E-Heat-2. I expected to see E-Heat-0, E-Heat-1 and E-Heat-2.

      I do not understand where the labels Heater 0 and Heater 1 are coming from ????

      And not sure why the first PT1000 is not reading??

      d6a1c56c-71e4-4b42-9c34-ef623a824199-image.png ![alt text](image url)

      Any ideas would be awesome

      Thanks Mark

      1 Reply Last reply Reply Quote 0
      • Phaedruxundefined
        Phaedrux Moderator
        last edited by

        Can you share your full config.g and the results of sending M122 and M98 P"config.g" in the gcode console please?

        Z-Bot CoreXY Build | Thingiverse Profile

        machinemarkundefined 1 Reply Last reply Reply Quote 0
        • machinemarkundefined
          machinemark @Phaedrux
          last edited by

          @Phaedrux

          It now works as expected after a 'power cycle'.

          Thank you Phaedrux for helping.

          1 Reply Last reply Reply Quote 0
          • machinemarkundefined
            machinemark
            last edited by

            ecb19ea5-90f2-4a4b-8c8c-140ff1ca9dd2-image.png

            Here is screen shot. The temperatures all read!

            Thanks again.

            1 Reply Last reply Reply Quote 0
            • dc42undefined dc42 marked this topic as a question
            • dc42undefined dc42 has marked this topic as solved
            • First post
              Last post
            Unless otherwise noted, all forum content is licensed under CC-BY-SA