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

MCU & Stepper motor drivers temperatute sensor configuration

Scheduled Pinned Locked Moved
Tuning and tweaking
2
4
183
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.
  • undefined
    SANJR
    last edited by 19 Oct 2023, 10:51

    Greetings,

    I am using an Duet 3 Mainboard 6HC and an expansion board Duet 3 Expansion board 3HC. I would like to add the following G-Codes in the config. g file to monitor the MCU and stepper motor driver temperatures of both the baords. Where could i place these G-Codes in the confi.g file, i.e., under which section?

    M308 S10 Y"mcu-temp" A"MCU" ; defines sensor 10 as main board MCU temperature sensor
    M308 S11 Y"drivers" A"Duet stepper drivers" ; defines sensor 11 as stepper driver temperature sensor
    M308 S12 Y"mcu-temp" P"1.dummy" A"3HC MCU" ; defines sensor 12 as expansion board MCU temperature sensor via CAN address 1
    M307 S13 Y"drivers" P"1.dummy" A"3HC Steppers" ; defines sensor 13 as expansion board stepper driver temperature sensor via CAN address 1

    undefined 1 Reply Last reply 19 Oct 2023, 10:57 Reply Quote 0
    • undefined
      droftarts administrators @SANJR
      last edited by 19 Oct 2023, 10:57

      @SANJR It doesn't really matter where you put them in config.g. But probably makes sense to put them where the other temperature sensors are defined, in the 'Heating' section, or create a 'Temperature sensors' section for all the temperature sensors, making sure it's before the 'Heating' section.

      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

      undefined 1 Reply Last reply 19 Oct 2023, 11:58 Reply Quote 1
      • undefined
        SANJR @droftarts
        last edited by 19 Oct 2023, 11:58

        Thanks

        The last line for the drivers of expansion board M307 G-Code is used is this correct? Should i replace it with the M308.

        In the documentation it is mentioned as M307. But on referrring the G-Code M307 is to set the heater process parameters.....

        undefined 1 Reply Last reply 19 Oct 2023, 12:12 Reply Quote 1
        • undefined
          droftarts administrators @SANJR
          last edited by 19 Oct 2023, 12:12

          @SANJR Yes, you are correct, it should be M308, not M307. I will correct the Gcode dictionary. Thanks!

          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 1
          2 out of 4
          • First post
            2/4
            Last post
          Unless otherwise noted, all forum content is licensed under CC-BY-SA