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

    Pin name H6 and H7 of Expansion Breakout

    Scheduled Pinned Locked Moved Unsolved
    General Discussion
    5
    9
    348
    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.
    • FBGundefined
      FBG
      last edited by

      I want control a normal relay 24V with H6 and H7 of Expansion Breakout.
      For this i config:
      M950 P7 C"exp.heater6"
      M42 P7 S0

      M950 P8 C"exp.heater7"
      M42 P8 S0

      But nothing happen, i think that the name Pin is wrong.
      Also tested e6heat, e7heat.

      Anybody know the correctly PinName?

      Best Regards

      droftartsundefined 1 Reply Last reply Reply Quote 0
      • droftartsundefined
        droftarts administrators @FBG
        last edited by

        @FBG looks like the pinout is correctly named, see https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Pin_names_for_Duet_2_WiFi_Ethernet

        What voltage does the relay need to operate? If I remember correctly, the heater pinouts are 3.3V.

        Check the Gcode dictionary for M950 and M42 that you are using them correctly, too.

        Ian

        Bed-slinger - Mini5+ WiFi/1LC | RRP Fisher v1 - D2 WiFi | Polargraph - D2 WiFi | TronXY X5S - 6HC/Roto | CNC router - 6HC | Tractus3D T1250 - D2 Eth

        1 Reply Last reply Reply Quote 0
        • FBGundefined
          FBG
          last edited by

          @droftarts said in Pin name H6 and H7 of Expansion Breakout:

          https://duet3d.dozuki.com/Wiki/RepRapFirmware_3_overview#Section_Pin_names_for_Duet_2_WiFi_Ethernet

          The relay work at 24V, The M950 and M42 i think that is ok, because i test in others heater outputs and work fine..

          1 Reply Last reply Reply Quote 0
          • FBGundefined
            FBG
            last edited by

            Just checked the voltage between GND and Heater6 PWM.
            Nothing happen when i turn on or off

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

              Were you able to resolve this?

              Z-Bot CoreXY Build | Thingiverse Profile

              1 Reply Last reply Reply Quote 0
              • FBGundefined
                FBG
                last edited by

                Still not resolved... I need help from somebody that know this

                1 Reply Last reply Reply Quote 0
                • A Former User?
                  A Former User
                  last edited by A Former User

                  the pin names should be correct according to docs, but I'm seeing the same thing; config you posted will not control heater7 on the expansion port (wihtout the breakout) but say heater 3 works fine (didn't test the rest)

                  1 Reply Last reply Reply Quote 0
                  • dc42undefined
                    dc42 administrators
                    last edited by

                    The signals on the EBOB H6 and H7 outputs are 5V and they are inverted compared to the exp.heater6 and exp.heater7 signals. So it's probably best to refer to them as duex.heater6 and duex.heater7.

                    Duet WiFi hardware designer and firmware engineer
                    Please do not ask me for Duet support via PM or email, use the forum
                    http://www.escher3d.com, https://miscsolutions.wordpress.com

                    1 Reply Last reply Reply Quote 0
                    • A Former User?
                      A Former User
                      last edited by

                      Given it should have worked, concluded maybe H7 was defective, tried another board and it works as expected

                      3d7a3641-4d19-444d-92da-25cbefd5ba1f-image.png

                      ;exth57test.h
                      ;set up pins
                      M950 P5 C"exp.heater5"
                      M950 P6 C"exp.heater6"
                      M950 P7 C"!exp.heater7"
                      
                      ;toggle pins at 1hz forever.
                      while true
                        M42 P5 S1
                        M42 P6 S1
                        M42 P7 S1
                        G4 P500
                        M42 P5 S0
                        M42 P6 S0
                        M42 P7 S0
                        G4 P500
                      
                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Unless otherwise noted, all forum content is licensed under CC-BY-SA