Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Riev
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Riev

    @Riev

    0
    Reputation
    1
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Riev Unfollow Follow

    Latest posts made by Riev

    • RE: What kind of servo motor are recommend connect to duet 2 wifi?

      @daxzero

      You can try this Geneva Indexing Table Mechanism.
      Just use a stepper motor.

      https://www.youtube.com/watch?v=8tchOhvDgQM
      https://www.youtube.com/watch?v=lPA9_cqAC-w

      posted in Duet Hardware and wiring
      Rievundefined
      Riev
    • RE: Conditional GCode and object model variables

      @dc42 , I think The most useful things is :

      1. The conditional block may consist "AND / OR" expression so we can combine two or more logic expression.

      2. SELECT CASE Function as alternative conditional block after IF-ELIF

      3. Attach "LABEL" name Function in any certain line and "JUMP TO LABEL / GOTO LABEL" Function so we can jump or loop to any line we desire. I think this is more flexible than "While" or other Loop function.

      4. "WAIT" Function for any input signal or variable is triggered/changed, and make decision with conditional expression based on change of that input signal (Like wait for button is pressed)

      5. Any variable / command to manipulate "Counter and Timer" Function.

      posted in Gcode meta commands
      Rievundefined
      Riev
    • RE: PT100 Temperature Fault constant in 2000 Celcius (Config Issue)

      @veti Parameter R4700 for PT100 is automatically generated by RRF Configurator, it is default mode. I just selected sensor channel like picture below.

      0_1566626764080_39a0b07a-8ac6-43cf-9b65-f1d381317afa-image.png

      posted in Duet Hardware and wiring
      Rievundefined
      Riev
    • PT100 Temperature Fault constant in 2000 Celcius (Config Issue)

      I have Heatbed Heater with a Thermistor in Heater 0 (P0 Parameter) and Extruder Heater with 2 wires PT100 Temperature Sensor (with Duet PT100 Daughter Board) in Heater 1 (P1 Parameter).

      Actually I have problem in PT100 Temperature Reading, I use 100 Ohm Test Resistor to check reading in 0 Celcius. But Heater 1 temperature reading always show in 2000 Celcius.

      I checked in Config.g File and make several trial configuration :

      1. Enable both H0 and H1
      0_1566603883788_1b.JPG

      I turned off Duet and restart, Actual reading is
      0_1566603964884_1c.JPG

      2. Disable H0 and Enable H1
      0_1566603993595_1a.JPG

      I turned off Duet and restart, Actual Reading is
      0_1566604024027_1d.JPG

      3. Disable H0 and Enable H1, but without write "R4700" in H1
      0_1566604214733_1e.JPG

      I turned off Duet and restart, Actual reading is
      0_1566604231782_1f.JPG

      4. Enable H0 without "R4700" and Enable H1 without "R4700"
      0_1566604295347_1g.JPG

      I turned off Duet and restart, Actual Reading is CORRECT
      0_1566604316483_1h.JPG

      It seems H1 will be problem if "R4700" is written, but in H0 has no problem if "R4700" is written (when both is enabled).

      Can you explain why "R4700" parameter in H1 setting make H1 reading is incorrect?
      May I run the printer without "R4700" written in configuration file ?

      posted in Duet Hardware and wiring
      Rievundefined
      Riev
    • RE: Is there any 8th Extruder Heater output pin?

      Can you give me some guide for set up the fan outputs in RRF3?
      Actually I have already using a SSR for drive the Bed Heater, I'm not intend to switch bed heater output to extruder heater output.

      I think I need 1 external mosfet more to drive 8th extruder heater as you suggested.

      posted in Duet Hardware and wiring
      Rievundefined
      Riev
    • Is there any 8th Extruder Heater output pin?

      If I want to use 8 Extruder, I can use 2 Stepper Drivers on Duet2 Wifi + 5 Stepper drivers on Duex 5 + 1 Stepper Driver from CONN_LCD pin on Duex 5 = 8 Stepper Drivers.

      And I can use 4 pcs PT100 Daughter Boards that have 8 total input pin PT100 temperature sensor.

      But, for Extruder Heater Output Pin I only found 2 pins on Duet 2 Wifi + 5 pins on Duex 5 = 7 output pins.

      I need 1 Extruder Heater output pin more so I can use total 8 Extruders.

      Is there any 8th Extruder Heater pin on Duet2 Wifi/Duex 5 that I can use?

      posted in Duet Hardware and wiring
      Rievundefined
      Riev