FAN allocating fault- attach fan to tool
-
does the fan work when you connect it to the always on port?
-
@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
-
check the fan fuse.
-
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 -
-
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 -
post exactly what commands you are using to test the fans.
-
Can you send M98 P"config.g" in the console and post the response?
-
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 -
@moo16 said in FAN allocating fault- attach fan to tool:
; 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
This should be fine, but S1 means the fans are turned on by default. Use S0 to have them off to start with.
M106 P0 S1 should turn the first fan on.
@moo16 said in FAN allocating fault- attach fan to tool:
M98 respones: MACRO 3 NOT FOUND
That doesn't make much sense to me.
Can you show a video or pictures of what you're trying to do on your screen?