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

    RRF3 and pb6

    Scheduled Pinned Locked Moved
    Firmware installation
    2
    4
    242
    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.
    • piperswundefined
      pipersw
      last edited by

      I read the wiki for tacho wire https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_fans#Section_Connecting_4_wire_fans and I don't understand if I have to declare the pin exp.pb6 with M950 for read the PWM or not.

      The documentation only tell of connect the wire, no configuration is shown :
      "Tacho wire (whatever wire is left, usually green or yellow): optionally, connect it to the cathode of a small signal diode (1N4148 should be OK) and connect the anode of the diode to pin PB6 on the expansion connector if the Duet WiFi/Ethernet, to provide a reading of the fan RPM"

      Board is Duet2Wifi 1.04b, with RRF 3.0

      Fan section in my config.g:

      ; Fans
      M950 F0 C"fan0" Q500                           ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S0 H-1 C"PartCooling"                  ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
      M950 F1 C"fan1" Q500                           ; create fan 1 on pin fan1 and set its frequency
      M106 P1 H1 T45                       ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
      M950 F2 C"fan2" Q500                           ; create fan 2 on pin fan2 and set its frequency
      M106 P2 H2:4 L0.0 X0.05 B0.5 T45:55    ; set fan 2 value, turn on at 50% if the CPU temperature reaches 45C, and increase to full speed gradually as the temperature rises to 55C
      
      1 Reply Last reply Reply Quote 0
      • dc42undefined
        dc42 administrators
        last edited by dc42

        Yes you do, use e.g. C"fan0+^exp.pb6" in your M950 command.

        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
        • piperswundefined
          pipersw
          last edited by

          I want monitoring a flow meter, not FAN0.
          If I use C"fan0+^exp.pb6", there is a li,k between fan0 and pb6 ?

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

            @pipersw said in RRF3 and pb6:

            I want monitoring a flow meter, not FAN0.
            If I use C"fan0+^exp.pb6", there is a li,k between fan0 and pb6 ?

            The link is that Duet Web Control may associate the RPM reading with fan0.

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