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

    Duet 2 wifi - RRF3 - E1 & 24v LED

    Scheduled Pinned Locked Moved Solved
    Duet Hardware and wiring
    2
    5
    212
    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.
    • Karimundefined
      Karim
      last edited by Karim

      Hey guys I am trying to control on/off on my 24v LED light strip. I want to use E1 to power the led, I also have a DUEX 5 with extra fan ports and also I have E2-E6 .How do I configure this.

      cosmowaveundefined 1 Reply Last reply Reply Quote 0
      • cosmowaveundefined
        cosmowave @Karim
        last edited by

        @Karim I think you have connected a 24VDC power supply, correct?

        You can configure it as a GPIO pin:
        M950 P0 C"heater1"

        And then switch it with:
        M42 P0 S...

        Mankati FSXT+, DeltaTowerV2, E3D MS/TC

        Karimundefined 1 Reply Last reply Reply Quote 0
        • Karimundefined
          Karim @cosmowave
          last edited by

          @cosmowave something like this.

          M950 P0 C"heater1"
          M42 P0 S255
          
          cosmowaveundefined 1 Reply Last reply Reply Quote 0
          • cosmowaveundefined
            cosmowave @Karim
            last edited by

            @Karim Yes. The S value can be between 0-1 or 0-255.

            Mankati FSXT+, DeltaTowerV2, E3D MS/TC

            Karimundefined 1 Reply Last reply Reply Quote 0
            • Karimundefined
              Karim @cosmowave
              last edited by Karim

              @cosmowave Got it working on E2.

              Thank you

              ; LEDs
              M950 H2 C"nil" ; free up e2_heat pin
              M950 F3 C"duex.e2_heat"
              M106 P3 S255 B0 H-1 C"Top Lights"
              ```.
              1 Reply Last reply Reply Quote 1
              • T3P3Tonyundefined T3P3Tony marked this topic as a question
              • T3P3Tonyundefined T3P3Tony has marked this topic as solved
              • First post
                Last post
              Unless otherwise noted, all forum content is licensed under CC-BY-SA