DWC 2.0.4 No slider for Duex2 Fan 4
-
Firstly thanks all for the excellent work on the Duet, RRF and DWC. It's nice to have a product which is so well supported with a great community behind it
I have a Duet2 WiFi plus Duex2. The Duex2 is needed as I have 3 independent Z motors.
I am currently using Fan 4 on the Duex2 to control my LED lights. This is because my Duet is on 24V but the Duex2 conveniently has its own 12V regulator. Anything needing 24V is plugged into the Duet and 12v devices into the Duex.I have my fans arranged as follows
;---- 24V Fans on Duet WiFi ------------------- M106 P1 S1.0 I0 F500 H1 T50 C"Hotend Fan" ; Fan 1. Thermo control on - Hotend Fan at 100% when above 50C (V4) ;---- 12V Fans on Duex2 ----------------------- M106 P3 L0.4 T27:65 H100:101:102 C"Enclosure Fans" ; Fan 3. Thermo control on - MCU & Stepper Drivers, 50% to 100% between 27C & 65C (V21) M106 P4 S0.1 I0 F500 B0 H-1 C"Lights" ; Fan 4. No Blip. Thermo control off - LED lights at 10% (V19)
Full config for reference config.g
On DWC 1.22.6 I get a slider for manual control of the lights (P4) but not on DWC 2.0.4.
M122 output:
29/10/2019, 09:21:14 M122 === Diagnostics === RepRapFirmware for Duet 2 WiFi/Ethernet version 2.04RC4 running on Duet WiFi 1.02 or later + DueX2 Board ID: 08DGM-95BNL-MGPSN-6J9DL-3SN6M-9LYZY Used output buffers: 1 of 24 (16 max) === RTOS === Static ram: 25700 Dynamic ram: 93304 of which 368 recycled Exception stack ram used: 268 Never used ram: 11432 Tasks: NETWORK(ready,628) HEAT(blocked,1232) DUEX(suspended,160) MAIN(running,3744) IDLE(ready,160) Owned mutexes: === Platform === Last reset 00:16:06 ago, cause: power up Last software reset at 2019-10-28 19:54, reason: User, spinning module GCodes, available RAM 11432 bytes (slot 1) Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task 0x4e49414d Error status: 0 Free file entries: 10 SD card 0 detected, interface speed: 20.0MBytes/sec SD card longest block write time: 188.4ms, max retries 0 MCU temperature: min 14.9, current 26.1, max 27.1 Supply voltage: min 23.8, current 23.9, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes Driver 0: standstill, SG min/max not available Driver 1: standstill, SG min/max not available Driver 2: standstill, SG min/max not available Driver 3: standstill, SG min/max not available Driver 4: standstill, SG min/max not available Driver 5: standstill, SG min/max not available Driver 6: standstill, SG min/max not available Date/time: 2019-10-29 09:21:13 Cache data hit count 3724833669 Slowest loop: 11.82ms; fastest: 0.06ms I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0 === Move === Hiccups: 0, FreeDm: 160, MinFreeDm: 160, MaxWait: 0ms Bed compensation in use: none, comp offset 0.000 === DDARing === Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 === Heat === Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 Heater 1 is on, I-accum = 0.0 === GCodes === Segments left: 0 Stack records: 2 allocated, 0 in use Movement lock held by null http is idle in state(s) 0 telnet is idle in state(s) 0 file is idle in state(s) 0 serial is idle in state(s) 0 aux is idle in state(s) 0 daemon is idle in state(s) 0 queue is idle in state(s) 0 autopause is idle in state(s) 0 Code queue is empty. === Network === Slowest loop: 361.28ms; fastest: 0.00ms Responder states: HTTP(0) HTTP(0) HTTP(0) HTTP(0) FTP(0) Telnet(0) Telnet(0) HTTP sessions: 1 of 8 - WiFi - Network state is running WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.23 WiFi MAC address 60:01:94:34:41:af WiFi Vcc 3.47, reset reason Turned on by main processor WiFi flash size 4194304, free heap 24864 WiFi IP address 192.168.1.104 WiFi signal strength -51dBm, reconnections 0, sleep mode modem Socket states: 0 0 0 0 0 0 0 0
DWC is picking up that the "Lights" fan is there as it appears in the list, but no slider:
I have also tried defining entries for P0 and P2 in case having missing fans was the issue.
;---- 24V Fans on Duet WiFi ------------------- M106 P0 H-1 C"P0 Dummy" M106 P1 S1.0 I0 F500 H1 T50 C"Hotend Fan" ; Fan 1. Thermo control on - Hotend Fan at 100% when above 50C (V4) M106 P2 H-1 C"P2 Dummy" ;---- 12V Fans on Duex2 ----------------------- M106 P3 L0.4 T27:65 H100:101:102 C"Enclosure Fans" ; Fan 3. Thermo control on - MCU & Stepper Drivers, 50% to 100% between 27C & 65C (V21) M106 P4 S0.1 I0 F500 B0 H-1 C"Lights" ; Fan 4. No Blip. Thermo control off - LED lights at 10% (V19)
They appear as expected with P0 also controlling "Tool Fan" as it is the same thing:
All the thermostatic fans behave correctly and the manual fans can be controlled via M106 commands in console, gcode, macros etc.
If I switch back to DWC 1.22.6 it seems to work correctly in that there are silders for all the non-thermostatic fans both on Duet and Duex:
Have I missed something or is this a bug?
-
Just noticed another strange thing. If I untick the Lights fan in the dropdown it removes the P2 slider
-
Just tried reverting to previous releases:
Problem is still there in 2.0.3
The "Lights" slider is there and working in 2.0.2Hope that helps in finding the bug
-
Even stranger; went back to 2.0.4 and the "Lights" slider is there but I can't de-select it in the "Change Visibility" list.
Tried Firefox instead of Chrome but no differences there.
I can't be the only one with this issue, surely.
I'm open to suggestions folks but going back to 2.0.2 for now. -
Thanks for the report, I'll try to reproduce and fix it.
Edit: I could reproduce it and will fix that in DWC 2.0.5.
-
Thanks. The slider at the bottom of the Dashboard page seems to be broken too.
I have now upgraded to RRF 3.0beta12 but the DWC problem is still there. Let me know if you need any further info. -
I´f a similar Problem with FAN´s.
In my case, it´s only shown one FAN after finish with booting.
But a very short time bevore, it is shown correct.Pic 1 is the very short view at Starttime
Pic 2 is after finish booting.
Pics of my enviroment
My relevant Part of Config.g
; Fans
M106 P0 S0.3 I0 F500 H0 T175 C"Objekt-Fan-175" ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P1 S0.7 I0 F500 H1 T90 C"Tool-Fan-90" ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S0.4 I0 F500 H0:1 T105 C"Tool-Fan2-90" ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on / (off=H-1); Tools
M563 P0 D0 H1 ; 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 D1 H1 ; 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
M563 P2 D2 H1 ; Define tool 2
G10 P2 X0 Y0 Z0 ; Set tool 2 axis offsets
G10 P2 R0 S0 ; Set initial tool 2 active and standby temperatures to 0C -
No more FAN´s with the new Updating FW & DWC
By the way... You can see... Now it´s only 2 extruders there... but I have nothing change at the config of 3 extruders.
Any Hints for me?
my complete Config.g
OK, the visibility of the 3rd Extruder is ok... I have to change the visibility tickmark. So it´s ok now.
But the FAN´s (Lüfter) still nothing. No control.. no visibility.. no possibility. -
Hey Folks... I got it... Play some around... and I fixed both.. my problem with the FAN´s AND the BL-Touch at DUEX5.
My Config.g and some other ".g" Files
homez.g homey.g homex.g homeall.g deployprobe.g config.g bed.g retractprobe.gMy Makros as Textfiles
-
I can confirm that DWC 2.05 has fixed this issue
Great work & thanks.