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

    1HCL 1.0 closed loop controller

    Scheduled Pinned Locked Moved
    Duet Hardware and wiring
    7
    54
    2.6k
    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.
    • supertb1undefined
      supertb1 @supertb1
      last edited by

      @supertb1 ; Drives
      G4 S1 ;wait for expansion boards to start
      M569.1 P50.0 T2 C5 E5:10 ; Configure the 1HCL board at CAN address 50 with a quadrature encoder on the motor shaft that has 20 steps per motor full step.
      M569.1 P51.0 T2 C5 E5:10 ; Configure the 1HCL board at CAN address 51 with a quadrature encoder on the motor shaft that has 20 steps per motor full step.
      M569 P50.0 D4 S1 ; Configure the motor on the 1HCL at can address 50 as being in closed-loop drive mode (D4), Open loop (D2) and not reversed (S1) X axis
      M569 P51.0 D4 S1 ; Configure the motor on the 1HCL at can address 51 as being in closed-loop drive mode (D4), Open loop (D2) and not reversed (S1) Y axis
      M569 P0.0 S1 ; physical drive 0.0 goes forwards
      M569 P0.1 S1 ; physical drive 0.1 goes forwards
      M584 X50.0 Y51.0 Z0.0 E0.1 ; set drive mapping
      M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation
      M92 X106.50 Y106.50 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 X1000 Y1000 Z800 E800 I30 ; set motor currents (mA) and motor idle factor in per cent
      M84 S30 ; Set idle timeout
      M917 X10 Y10 ; Set the closed loop axes to have a holding current of zero

      1 Reply Last reply Reply Quote 0
      • alankilianundefined
        alankilian @supertb1
        last edited by

        @supertb1 said in 1HCL 1.0 closed loop controller:

        V12 voltage: min 18.0, current 18.0, max 18.0

        I don't <think> this has anything to do with your problem, but why do you think the 12 Volt rail is reading 18 Volts?

        SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

        supertb1undefined 1 Reply Last reply Reply Quote 0
        • supertb1undefined
          supertb1 @alankilian
          last edited by supertb1

          @alankilian Great question, it is a 24V system, but the nema 17 encoded steppers should only be seeing 12VDC as far as I know.. I wouldn't even knw what to do about that @t3p3tony @dc42

          T3P3Tonyundefined 1 Reply Last reply Reply Quote 0
          • T3P3Tonyundefined
            T3P3Tony administrators @supertb1
            last edited by

            @supertb1 please upgrade the firmware to 3.4 stable and try again.

            www.duet3d.com

            supertb1undefined 2 Replies Last reply Reply Quote 1
            • supertb1undefined
              supertb1 @T3P3Tony
              last edited by

              @t3p3tony Cheers mate

              supertb1undefined 1 Reply Last reply Reply Quote 0
              • supertb1undefined
                supertb1 @T3P3Tony
                last edited by

                @t3p3tony firmware update error 3.4 stable.JPG
                It gave me this error when I tried to update to the new firmware, and then when I try to update the DWC the board resets about half way down the list... not sure if the two events are related but I am wondering if it wouldn't be a bad idea to just reset the board to manufacturer and start over. Thoughts?

                dc42undefined 1 Reply Last reply Reply Quote 0
                • supertb1undefined
                  supertb1 @supertb1
                  last edited by

                  @supertb1 I did the same update on my older unit and everything worked perfectly... so good news there.

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

                    @supertb1 try uploading the RRF 3.4 release zip file again.

                    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

                    supertb1undefined 2 Replies Last reply Reply Quote 0
                    • supertb1undefined
                      supertb1 @dc42
                      last edited by

                      @dc42 Is Symbols-RepRapFirmware-Duet3_MB6HC different from the RRF 3.4, I reinstalled it and again got the same error when I tried to install the Duet3Firmware_MB6HC. Is there another place to find "RRF 3.4"?

                      Stephen6309undefined 1 Reply Last reply Reply Quote 0
                      • Stephen6309undefined
                        Stephen6309 @supertb1
                        last edited by

                        @supertb1 The symbols file is not the firmware. Use Duet2and3firmware-3.4.0.zip. That's the first file on the release page.

                        The firmwares all have firmware in the filename.

                        https://github.com/Duet3D/RepRapFirmware/releases

                        alankilianundefined 1 Reply Last reply Reply Quote 0
                        • alankilianundefined
                          alankilian @Stephen6309
                          last edited by

                          @supertb1 THIS is a link to the 3.4.0 release ZIP file.

                          SeemeCNC Rostock Max V3 converted to V3.2 with a Duet2 Ethernet Firmware 3.2 and SE300

                          1 Reply Last reply Reply Quote 0
                          • supertb1undefined
                            supertb1 @dc42
                            last edited by

                            @dc42 So I did the Duet2and3Firmware-3.4.0 that took ,and then I did the Duet3Firmware_MB6HC which yielded :3.4 6mainboard error.jpg
                            3.4 6mainboard error2.jpg
                            and it basically bricked the controller, I can't get on the DWC and I can't make it do anything from the touch screen... I hope a reset will fix this and nothing permanent has been done. any help would be great.

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

                              If you send M115 on the paneldue does it respond?

                              You can use this method to flash the desired firmware directly to the 6HC.

                              https://docs.duet3d.com/en/User_manual/RepRapFirmware/Updating_firmware

                              Can you also check what firmware version you have running on the PanelDue in the setup page? You should probably update it as well using USB and similar procedure.

                              https://docs.duet3d.com/en/User_manual/RepRapFirmware/Updating_PanelDue

                              Z-Bot CoreXY Build | Thingiverse Profile

                              supertb1undefined 2 Replies Last reply Reply Quote 0
                              • supertb1undefined
                                supertb1 @Phaedrux
                                last edited by

                                @phaedrux status light.jpg
                                No response, and to boot the status light on the main board is dimly lit, the status on the 1HLC boards are flashing red....so at this point is my best coarse of action to connect my computer directly to the Main Board and use BOSSA to flash the firmware? or am I someplace else?
                                what is the correct board sequence to flash? What have I done to this thing? so exciting to have messed this thing up and now I get to learn how to fix it😵 😨 😰 😬 🤔 😟

                                1 Reply Last reply Reply Quote 0
                                • supertb1undefined
                                  supertb1 @Phaedrux
                                  last edited by

                                  @phaedrux one last thing, while using BOSSA what is the correct order to install the software?

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

                                    @supertb1 said in 1HCL 1.0 closed loop controller:

                                    @phaedrux one last thing, while using BOSSA what is the correct order to install the software?

                                    I'm not sure what you mean by correct order. Have you looked at this link yet? https://docs.duet3d.com/en/User_manual/RepRapFirmware/Updating_firmware

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    supertb1undefined 1 Reply Last reply Reply Quote 0
                                    • supertb1undefined
                                      supertb1 @Phaedrux
                                      last edited by

                                      @phaedrux Have you guys made a video someplace demonstrating a BOSSA or other method of erasure through firmware install... this is making me a little nervous never having done this before

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

                                        It's pretty straightforward.

                                        https://docs.duet3d.com/en/User_manual/RepRapFirmware/Updating_firmware#fallback-procedure-2

                                        Fit the erase jumper, power it up, remove the jumper. The firmware is erased and will show up as a bossa port.
                                        Select the port in Bossa, select the firmware file, select the options to match those shown in the picture and flash and verify.

                                        You can't damage the board with a firmware update even if it fails in the middle.

                                        Z-Bot CoreXY Build | Thingiverse Profile

                                        supertb1undefined 2 Replies Last reply Reply Quote 0
                                        • supertb1undefined
                                          supertb1 @Phaedrux
                                          last edited by

                                          @phaedrux is the diagnostic light rite next to the micro USB port?

                                          1 Reply Last reply Reply Quote 0
                                          • supertb1undefined
                                            supertb1 @Phaedrux
                                            last edited by

                                            @phaedrux positive responce.jpg OK I used BOSSA to install Duet3Firmware_MB6HC... not Duet2and3Firmware-3.4.0 and it worked... I have access to DWC... so is it at this point I can install Duet2and3Firmware-3.4.0 or is there something else I should do to make sure I don't have another system lock up.

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