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

    moo16

    @moo16

    0
    Reputation
    5
    Profile views
    51
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    moo16 Unfollow Follow

    Latest posts made by moo16

    • RE: FAN allocating fault- attach fan to tool

      hi update,
      it work for me once and than i lost the right syntax.
      when it work it was something like:(in config.g)
      M950 P0 F3 C"fan2" Q500 ;

      M563 P0 D0 F3 ;

      and than send in M106 F3 S1

      than i saw blue note poping that fan is on and the fan work.
      but than i changed something and i can not restore it.

      M98 respones: MACRO 3 NOT FOUND
      maybe you see something for correction ?
      tnx

      posted in General Discussion
      moo16undefined
      moo16
    • RE: FAN allocating fault- attach fan to tool

      update: still cant get it.
      cant find the right configuration of commands.
      maybe something wrong with the board i will try to replace with a new one today.

      i explain again my intenntion,
      im try to create tool that open the 24V(fan or any other port) and play by the command for that tool.
      it can be any 24V port just that i get him operate as a tool i realized the best way to it is with fan out ports, maybe there is other way?
      maybe i just cant get the gcode right?
      the order or the configuration of the commands?
      appreciate your help

      posted in General Discussion
      moo16undefined
      moo16
    • RE: FAN allocating fault- attach fan to tool

      replace board(with the same SD.
      now the fans are always on, even when connected to the fan0,fan1 connector.
      strange...only when power go down they turn off

      posted in General Discussion
      moo16undefined
      moo16
    • RE: FAN allocating fault- attach fan to tool

      @Veti said in FAN allocating fault- attach fan to tool:

      es the fan work when you connect it to the always on port?

      no, alwas on fan also not provide the 24V

      posted in General Discussion
      moo16undefined
      moo16
    • RE: FAN allocating fault- attach fan to tool

      still cant get this.
      starting to think something happen to the outputs.
      i tried diffrent form of tool with fan.. with heater/without/just fan/with extruder/without.
      i operate 24V fans maybe thts the reason?
      heres my new config

      ; Drives
      M569 P0 S1                              ; physical drive 0 goes forwards
      M569 P1 S1                              ; physical drive 1 goes forwards
      M569 P2 S1                              ; physical drive 2 goes forwards
      M569 P3 S1                              ; physical drive 3 goes forwards
      M584 X0 Y1 Z2 E3                        ; set drive mapping
      M350 X16 Y16 Z16 E16 I1                 ; configure microstepping with interpolation
      M92 X80.00 Y80.00 Z400.00 E420.00       ; set steps per mm
      M566 X900.00 Y900.00 Z60.00 E120.00     ; set maximum instantaneous speed changes (mm/min)
      M203 X6000.00 Y6000.00 Z180.00 E1200.00 ; set maximum speeds (mm/min)
      M201 X500.00 Y500.00 Z20.00 E250.00     ; set accelerations (mm/s^2)
      M906 X800 Y800 Z800 E800 I30            ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                                 ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                        ; set axis minima
      M208 X230 Y210 Z200 S0                  ; set axis maxima
      
      ; Endstops
      M574 X1 S1 P"xstop"                     ; configure active-high endstop for low end on X via pin xstop
      M574 Y1 S1 P"ystop"                     ; configure active-high endstop for low end on Y via pin ystop
      
      ; Z-Probe
      M558 P0 H5 F120 T6000                   ; disable Z probe but set dive height, probe speed and travel speed
      M557 X15:215 Y15:195 S20                ; define mesh grid
      
      ; Heaters
      M140 H-1                                ; disable heated bed (overrides default heater mapping)
      
      ; Fans
      M950 F0 C"fan0" Q100                    ; create fan 0 on pin fan0 and set its frequency
      M106 P0 S1 H-1                          ; set fan 0 value. Thermostatic control is turned off
      M950 F1 C"fan1" Q500                    ; create fan 1 on pin fan1 and set its frequency
      M106 P1 S1 H-1                          ; set fan 1 value. Thermostatic control is turned off
      M950 F2 C"fan2" Q2500                   ; create fan 2 on pin fan2 and set its frequency
      M106 P2 S1 H-1                          ; set fan 2 value. Thermostatic control is turned off
      
      ; Tools
      M563 P0 S"for fan0" D0 F0:1:2           ; define tool 0
      G10 P0 X0 Y0 Z0                         ; set tool 0 axis offsets
      G10 P0 R0 S0                            ; set initial tool 0 active and standby temperatures to 0C
      M563 P1 S"for fan1" D0 F1:0:2           ; define tool 1
      G10 P1 X0 Y0 Z0                         ; set tool 1 axis offsets
      G10 P1 R0 S0                            ; set initial tool 1 active and standby temperatures to 0C
      
      ; Custom settings are not defined
      
      

      any help?
      thanks before head

      posted in General Discussion
      moo16undefined
      moo16
    • RE: FAN allocating fault- attach fan to tool

      @Phaedrux said in FAN allocating fault- attach fan to tool:

      you've already got your config targeting RRF3.

      DID IT , NOW RUNING WITH 3.1.1 FIRMWARE.
      I want to control fan0/fan1 with g-code.
      should i use only m950+ m563+ m106 ? am imissing something?

      posted in General Discussion
      moo16undefined
      moo16
    • FAN allocating fault- attach fan to tool

      hi,
      im using duet wi fi,
      im testing setup on table, include only main board.
      firmware version: RepRapFirmware for Duet 2 WiFi/Ethernet 2.05.1

      here is my config file:

      ; Configuration file for Duet WiFi (firmware version 3)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v3.1.3 on Wed Jun 10 2020 16:26:56 GMT+0300 (Israel Daylight Time)
      
      ; General preferences
      G90                                             ; send absolute coordinates...
      M83                                             ; ...but relative extruder moves
      M550 P"***2"                              ; set printer name
      
      ; Network
      M550 P"***"                        ; Set machine name
      M552 S1                                     ; Enable network
      M587 S"R*******8" P"**********"                ; Configure access point. You can delete this line once connected
      M586 P0 S1                                   ; Enable HTTP
      M586 P1 S0                                   ; Disable FTP
      M586 P2 S0                                   ; Disable Telnet
      
      ; Drives
      M569 P0 S0                       ; physical drive 0 goes forwards
      M569 P1 S1                       ; physical drive 1 goes forwards
      M569 P2 S0						 ;----------------------------------------------------------*                       physical drive 2 goes forwards
      M569 P3 S1                       ; physical drive 3 goes forwards
      M569 P4 S0                       ; physical drive 4 goes forwards
      ;M569 P5 S0                       ; physical drive 5 goes forwards
      
      
      ;M581 P7 T0 R0 S1;
      
      M584 X0 Y1 Z2:4 E3                      ; set drive mapping
      M350 X32 Y32:32 Z32:32 E16 I1    			    ; Configure microstepping with interpolation ;
      M92 X100 Y80:80 Z462.5:462.5 E40 					; set steps per mm
      M566 X700 Y1500 Z250 E400					; set maximum instantaneous speed changes (mm/min)
      M203 X15000 Y15000 Z2000 E20000	; set maximum speeds (mm/min)
      M201 X3000 Y2000 Z300 E400					; set accelerations (mm/s^2)
      M906 X2000 Y1500 Z2100 E1700 I30       ; set motor currents (mA) and motor idle factor in per cent
      M84 S30                       								    ; Set idle timeout
      
      ; Axis Limits
      M208 X0 Y0 Z0 S1                                ; set axis minima
      M208 X550 Y450 Z2000 S0                          ; set axis maxima
      M564 S1 H0 ; Allow axis move without home and outside boundries
      M206 X50 Y-30                                ; offset axes
      
      ; Endstops
      M574 X S1 P"io0.in" ; configure for low end, active-low endstop on X via pin io1.in
      M574 Y S1 P"io2.in" ; configure for high end, active-low endstop on Y via pin io2.in
      
      temp;
      M950 P1 F1 Q200 C"fan1" T1 ; create bed heater output on bedheat and map it to sensor 0
      M106 P1 H-1			;
      
      
      
      
      ; Heaters
      
      ; Fans
      
      
      ; Tools
      M563 P1 D0 H1 S"***p"   ;Define tool 0
      G10 P1 S25 R50 X0 Y0 ; set tool 0 temperatures and offsets
      ; Custom settings are not defined
      
      
      
      

      im trying to attach fan operation with associate tool, define the tool and the heater link to the tool define by 950 the fan that should be attach to the heater. also define with m305 the sensor that link to the heater and fan.
      i can read the sensor value and i think i set the fan to operate at above 25C (trigger) but nothing happens when it reach the temp.
      fan never turn on (using fan1).
      tried also controlled fan configuration with M106 P1 H-1.

      PLEASE HELP ME TO FIND THE RIGHT APPLICATION FOR THIS
      TNX

      posted in General Discussion
      moo16undefined
      moo16
    • RE: AC servo motor/driver control by Duet 3(MB6HC)- help

      @dc42 said in AC servo motor/driver control by Duet 3(MB6HC)- help:

      and dir outputs should be good for 20mA each, and the Enable output for 10mA

      hi,
      back to be relevant again,
      this board(1XD) is used for controlling steppers drivers/
      what should i do if i need to control ac servo driver?
      model and imformation- https://www3.panasonic.biz/ac/ae/motor/fa-motor/ac-servo/a6/index.jsp

      appriciate your help

      posted in Duet Hardware and wiring
      moo16undefined
      moo16
    • connecting swithch to ethernet module on duet wifi

      hi,
      im using duet wi fi + duex5 expansion board for a while,
      the setup is a Cartesian printer with multiple tools.
      firmware version: RC-12 _3.0
      web cotrol: version 3.1.1

      here is my config file:

      code_text
      
      ; Configuration file for Duet 0.6 (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.8 on Tue Mar 17 2020 18:15:06 GMT+0200 (Israel Standard Time)
       
      ; General preferences
       
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      M568 	; tool mix ratios on
      M302 P1 S0				 ; Allow cold extrusion minimum of 0
       
       
      ; Network
      M550 P"A"                        ; Set machine name
      M552 S1                 ; enable network and acquire dynamic address via DHCP
      M587 S"*****" P"******"                ; Configure access point. You can delete this line once connected
      M586 P0 S1                                   ; Enable HTTP
      M586 P1 S0                                   ; Disable FTP
      M586 P2 S0                                   ; Disable Telnet
       
      ; Axis Limits
      M208 X0 Y0 Z0 S1	; Set axis minima
      M208 X300 Y500 Z400         ; Set axis maxima
      M564 S0 H0						; Allow axis move without home and outside boundries
       
       
      ;	Drives
      M569 P0 S1                       ; AXIS X
      M569 P1 S1                       ; AXIS Y
      M569 P2 S1                       ; Z LAFT
      M569 P3 S1                       ; FEEDER
      M569 P4 S1                       ; Z RIGHT
      M569 P5 S1                     ; printhead  
      M569 P6 S0 		       		 ; FEEDER  
      M569 P7 S0                     ; printhead    
      M569 P8 S1                     ; printhead    
       
       
       
       
       
      M584 X0 Y1 Z2:4 E3:5:6:7:8      ;  Use E1 for Z axis 
      M350 X32 Y32 Z16:16 E16:16:16:16:16 I1                      ; Configure microstepping with interpolation
      M92 X157.63 Y158.96 Z400:400 E115:320:115:305:320                    ; Set steps per mm for extruders
      M566 X1200 Y700 Z24:24 E800:800:800:800:800                       ; Set maximum instantaneous speed changes (mm/min)
      M203 X30000 Y30000 Z600:600 E15000:15000:15000:15000:15000                 ; Set maximum speeds (mm/min)
      M201 X500 Y400 Z100:100 E600:600:600:600:600                     ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800:800 E2500:1200:2500:1050:1200 I30                  ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30                                                ; Set idle timeout
      ף 
      		
       
      ; Endstops
      M574 Y S1 P"ystop"   ; Y min active high endstop switch
      M574 X2 S1 P"xstop"   ; X min active high endstop switch
      ;M574 Z1 S1 P"zstop"   ; Z min active high endstop switch
       
       
       
      ; Tools
      M563 P0 D0:1 S"A"                 ;Define tool 0                 
      M563 P1 D2:3 S"B"			    ;Define tool 1 
      M563 P2 D0:1 S"C"			    ;Define tool 2 
      M563 P3 D0:2 S"D"			    ;Define tool 3 
      M563 P4 D4 S"E"			    ;Define tool 4 
      M563 P5 D0:1 S"F"			    ;Define tool 5
      M563 P6 D0:1:3:4 S"G"			    ;Define tool 6 
      M563 P7 D1 S"H"			    ;Define tool 2 
       
       
      M567 P0 E3:1				    ;MIXING RATIO tool 0
      M567 P1 E1.5:3			    ;MIXING RATIO tool 1
      M567 P2 E1.5:3			    ;MIXING RATIO tool 2
      M567 P3 E1:1			    ;MIXING RATIO tool 3
      M567 P5 E0.4:1			    ;MIXING RATIO tool 5
      M567 P6 E1.5:3:3:3			    ;MIXING RATIO tool 6
      ;M567 P7 E1.5:3			    ;MIXING RATIO tool 7
       
       
      G10 P0                                ;Set tool 0 axis offsets
      G10 P1 X-207.5 Y5                            ;Set tool 1 axis offsets
      G10 P2 X-33 Y6                            ;Set tool 2 axis offsets
      G10 P4 X-108 y-16                            ;Set tool 4 axis offsets
       
       
       
      ;M308 S0 P"spi.cs0" Y"rtdmax31865" A"temp1"		; 				
      ;M308 S1 P"spi.cs1" Y"rtdmax31865" A"temp2"		; 				
      ;M308 S2 P"spi.cs2" Y"rtdmax31865" A"temp3"		; 				
       
       
      ; Z-Probe
      M558 P0 H5 F120 T6000                        ; Disable Z probe but set dive height, probe speed and travel speed
       
       
       
       
       
       
       
       
      ; Heaters
       
      ; Fans
       
       
       
       
       
       
       
       
      ;M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
       
       
      ;m605 s1;
      

      because i had connection issues on my wifi, i replaced the wifi module with ethernet module i bought on this website.(Duet Ethernet Module).

      i di the soldering and all works well when i connect it to the ethernet port in my wall.
      i added a ethernet switch to my setup and since than the duet is not uploading its web controller inteface(connection error is apearing) when i change it back to the wall port it works well again.

      does someone try to connect ethernet module through ethernet switch?
      is it possible?
      tnx for helping

      posted in Duet Hardware and wiring
      moo16undefined
      moo16
    • Duet wi fi + duex 5 - drivers faults

      hi,
      im using duet wi fi + duex5 expansion board for a while,
      the setup is a Cartesian printer with multiple tools.
      firmware version: RC-12 _3.0
      web cotrol: version 3.1.1

      here is my config file:

      
      
      ; Configuration file for Duet 0.6 (firmware version 1.21)
      ; executed by the firmware on start-up
      ;
      ; generated by RepRapFirmware Configuration Tool v2.1.8 on Tue Mar 17 2020 18:15:06 GMT+0200 (Israel Standard Time)
       
      ; General preferences
       
      G21 ; Work in millimetres
      G90 ; Send absolute coordinates
      M83 ; ...but relative extruder moves
      M555 P2 ; Set firmware compatibility to look like Marlin
      M568 	; tool mix ratios on
      M302 P1 S0				 ; Allow cold extrusion minimum of 0
       
       
      ; Network
      M550 P"A"                        ; Set machine name
      M552 S1                 ; enable network and acquire dynamic address via DHCP
      M587 S"*****" P"******"                ; Configure access point. You can delete this line once connected
      M586 P0 S1                                   ; Enable HTTP
      M586 P1 S0                                   ; Disable FTP
      M586 P2 S0                                   ; Disable Telnet
       
      ; Axis Limits
      M208 X0 Y0 Z0 S1	; Set axis minima
      M208 X300 Y500 Z400         ; Set axis maxima
      M564 S0 H0						; Allow axis move without home and outside boundries
       
       
      ;	Drives
      M569 P0 S1                       ; AXIS X
      M569 P1 S1                       ; AXIS Y
      M569 P2 S1                       ; Z LAFT
      M569 P3 S1                       ; FEEDER
      M569 P4 S1                       ; Z RIGHT
      M569 P5 S1                     ; printhead  
      M569 P6 S0 		       		 ; FEEDER  
      M569 P7 S0                     ; printhead    
      M569 P8 S1                     ; printhead    
       
       
       
       
       
      M584 X0 Y1 Z2:4 E3:5:6:7:8      ;  Use E1 for Z axis 
      M350 X32 Y32 Z16:16 E16:16:16:16:16 I1                      ; Configure microstepping with interpolation
      M92 X157.63 Y158.96 Z400:400 E115:320:115:305:320                    ; Set steps per mm for extruders
      M566 X1200 Y700 Z24:24 E800:800:800:800:800                       ; Set maximum instantaneous speed changes (mm/min)
      M203 X30000 Y30000 Z600:600 E15000:15000:15000:15000:15000                 ; Set maximum speeds (mm/min)
      M201 X500 Y400 Z100:100 E600:600:600:600:600                     ; Set accelerations (mm/s^2)
      M906 X800 Y800 Z800:800 E2500:1200:2500:1050:1200 I30                  ; Set motor currents (mA) and motor idle factor in per cent
      M84 S30                                                ; Set idle timeout
      ף 
      		
       
      ; Endstops
      M574 Y S1 P"ystop"   ; Y min active high endstop switch
      M574 X2 S1 P"xstop"   ; X min active high endstop switch
      ;M574 Z1 S1 P"zstop"   ; Z min active high endstop switch
       
       
       
      ; Tools
      M563 P0 D0:1 S"A"                 ;Define tool 0                 
      M563 P1 D2:3 S"B"			    ;Define tool 1 
      M563 P2 D0:1 S"C"			    ;Define tool 2 
      M563 P3 D0:2 S"D"			    ;Define tool 3 
      M563 P4 D4 S"E"			    ;Define tool 4 
      M563 P5 D0:1 S"F"			    ;Define tool 5
      M563 P6 D0:1:3:4 S"G"			    ;Define tool 6 
      M563 P7 D1 S"H"			    ;Define tool 2 
       
       
      M567 P0 E3:1				    ;MIXING RATIO tool 0
      M567 P1 E1.5:3			    ;MIXING RATIO tool 1
      M567 P2 E1.5:3			    ;MIXING RATIO tool 2
      M567 P3 E1:1			    ;MIXING RATIO tool 3
      M567 P5 E0.4:1			    ;MIXING RATIO tool 5
      M567 P6 E1.5:3:3:3			    ;MIXING RATIO tool 6
      ;M567 P7 E1.5:3			    ;MIXING RATIO tool 7
       
       
      G10 P0                                ;Set tool 0 axis offsets
      G10 P1 X-207.5 Y5                            ;Set tool 1 axis offsets
      G10 P2 X-33 Y6                            ;Set tool 2 axis offsets
      G10 P4 X-108 y-16                            ;Set tool 4 axis offsets
       
       
       
      ;M308 S0 P"spi.cs0" Y"rtdmax31865" A"temp1"		; 				
      ;M308 S1 P"spi.cs1" Y"rtdmax31865" A"temp2"		; 				
      ;M308 S2 P"spi.cs2" Y"rtdmax31865" A"temp3"		; 				
       
       
      ; Z-Probe
      M558 P0 H5 F120 T6000                        ; Disable Z probe but set dive height, probe speed and travel speed
       
       
       
       
       
       
       
       
      ; Heaters
       
      ; Fans
       
       
       
       
       
       
       
       
      ;M911 S10 R11 P"M913 X0 Y0 G91 M83 G1 Z3 E-5 F1000" ; Set voltage thresholds and actions to run on power loss
       
       
      ;m605 s1;
      

      M915 R0 ; stall detection

      i started to get warnings about some drivers
      " short to ground"
      "phase disconnected"
      nothing was changed in hardware system and config file wasnt changed but still after a while some drivers became fault.

      board supplier: E3D
      and date of purchase: 2020-06-03

      is there a way to fix those warnings.
      part of the driver already not working.
      is it happen to someone before?
      what should i do? contact supplier?
      tnx

      posted in Duet Hardware and wiring
      moo16undefined
      moo16