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

    Duet 3: "Attempt to move motors when VIN is not in range" @ 30V

    Scheduled Pinned Locked Moved
    Beta Firmware
    7
    17
    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.
    • evan38109undefined
      evan38109
      last edited by

      Thank you, @T3P3Tony and @dc42!

      1 Reply Last reply Reply Quote 0
      • evan38109undefined
        evan38109
        last edited by

        I've updated to the latest firmware version, and this issue persists.

        If it helps, the web app is reporting these versions:

        Board: Duet 3 version v0.6 (MB6HC)
        DSF Version: 1.1.0.5
        Firmware: RepRapFirmware for Duet 3 v0.6
        3.0beta11 (2019-10-21b1)
        

        I don't want to be a jerk, but...any ETA? It's been a month now.

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

          Are you certain that it isn't fixed? I put the fix in the source code well before beta 11.

          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
          • Vetiundefined
            Veti
            last edited by

            @dc42 the current v3-dev still has

            https://github.com/dc42/RepRapFirmware/blob/v3-dev/src/Platform.cpp

            constexpr uint16_t driverOverVoltageAdcReading = PowerVoltageToAdcReading(29.0); // voltages above this cause driver shutdown

            wilrikerundefined 1 Reply Last reply Reply Quote 0
            • wilrikerundefined
              wilriker @Veti
              last edited by

              @Veti said in Duet 3: "Attempt to move motors when VIN is not in range" @ 30V:

              @dc42 the current v3-dev still has

              https://github.com/dc42/RepRapFirmware/blob/v3-dev/src/Platform.cpp

              constexpr uint16_t driverOverVoltageAdcReading = PowerVoltageToAdcReading(29.0); // voltages above this cause driver shutdown

              This constexpr needs to stay for Duet 2 (and possibly other boards as well) - it's the place where it is used that seems to fail for Duet 3 to do the right thing.

              Manuel
              Duet 3 6HC (v0.6) with RPi 4B on a custom Cartesian
              with probably always latest firmware/DWC (incl. betas or self-compiled)
              My Tool Collection

              1 Reply Last reply Reply Quote 0
              • Vetiundefined
                Veti
                last edited by

                but should there not be a constexpr for the duet3 over voltage where it shuts down?

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

                  I am sorry, there were two places where maximum VIN was enforced, and I only changed one of them. New firmware build coming soon.

                  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
                  • evan38109undefined
                    evan38109
                    last edited by

                    Awesome -- thanks, @dc42!

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

                      You can try the new firmware at https://www.dropbox.com/sh/3azy1njy3ayjsbp/AACquxr2m00eV568RZg5QG5wa?dl=0 if you like. This isn't an official beta, but it's running OK on my test setup.

                      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
                      • evan38109undefined
                        evan38109
                        last edited by

                        Just tried the firmware from dropbox, and it works like a charm. Thanks for taking the time to put this out on a weekend! 👍

                        Also -- and I'm sure you get this a lot -- but I can't get over how easy the firmware update was. Kudos.

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