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

    Odometer/Hour Meter

    Scheduled Pinned Locked Moved
    Duet Web Control wishlist
    4
    4
    1.2k
    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.
    • deckingmanundefined
      deckingman
      last edited by

      I suggested this under "Firmware Wishlist" some time back but the way to implement it might be through DWC.

      Basically, some sort of running total of print time to date. A sort of "hour meter" or "mileometer". It would be useful for setting up maintenance schedules\reminders. Like "lubricate guides" every x number of hours or "change belts" every y hundred hours". It needs to be a running total of the time the machine is active, rather simply powered on so probably a function of print time. I think others have requested something similar for purposes other than maintenance. e.g. filament used to date or some such.

      Ian
      https://somei3deas.wordpress.com/
      https://www.youtube.com/@deckingman

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

        I can think of a number of totals that might be recorded:

        • Total time powered on
        • Total time that the motors are energised and not in idle hold
        • Total time printing form SD card, including nor excluding heating time
        • Net filament extruded

        Whatever total(s) we record could be reported by DWC. However, the actual recording would need to be done on the Duet WiFi, with the values saved either to SD card or in flash memory when power down is detected.

        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
        • peridotundefined
          peridot
          last edited by

          The Duet WiFi NVRAM isn't currently working at all, so the data would have to go to SD card. Unfortunately as it stands, writing to the SD card is a blocking operation, and SD hardware means writes can take a substantial fraction of a second, so it's not safe to write to the SD card while printing. There is some hope this will change, which would allow logging to SD card as well.

          1 Reply Last reply Reply Quote 0
          • demonio669undefined
            demonio669
            last edited by

            I like this feature!!! (and I ask for it in the whish list thread)

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