Duet WiFi firmware bundle 1.15rc3 available for testing
-
After updating firmware, I can't get the extruder heater to heat up. The PID tuning works, but the web control, paneldue, and M104 all fail to raise the temp. The bed works fine. Any ideas?
-
More info: the extruder heater works if I go back to legacy PID via M301. So there's something in the new mode that's keeping it from heating up.
-
Aaaaand now I just saw the temp slowly creeping up (hit 80C) when it was supposed to be off. Looks from the curve like every few seconds the heaters would turn on for a moment. Don't quite remember the sequence I used to get there, but I'm pretty sure I did M0 and them M307 H1 to check the model parameters (which said "in use:no") and then left it alone for about 5 minutes. An emergency stop shut the heater back off.
Getting some really weird behavior here.
-
PanelDue has stopped talking to the Duet or responding to button touches… huh.
-
Hi Ryan,
Thanks for your reports, which I have been looking into. Progress so far:
1. Fixed incorrect error message strings.
2. Heater coming on when it shouldn't and temperature creeping up: I think it is responding disproportionally to temperature reading noise or occasional bad temperature readings. I haven't seen this myself, but I have identified a possible mechanism for it, and implemented a fix which should stop it.
3. I find that I can set temperatures manually, but a macro that I normally use to set temperatures doesn't work when I invoke it from PanelDue. I am about to look into that.
I hope to have updated firmware later this evening.
-
I've just put a new firmware build (1.15rc4) at https://www.dropbox.com/sh/dmqh94ylfo9jaxa/AAB9Klpo2Dtbdy_ZFYhPFXJea?dl=0. Only DuetWiFiFirmware.bin has changed. This fixes the three issues listed above.
-
Hi David or Chris
First thing i've notice with RC4 is that an edit of config.g uploads on save but doesn't prompt for a reboot.
Same Chrome browser that always prompted btw.
Cheers
Phil -
Yep that's correct, i noticed that as well after I had published RC1. It will be fixed in the final version.
-
Thanks Chris.
@David, I've had two goes at auto tuning using P0.5 and P0.4 with S240 and both times it has cancelled due to exceeding 240…. is there an actual target temperature the tuning is aiming at?
I really don't want to run pwm down to low normally and would expect the tuning to work with the desired pwm (P).For reference my M301 was
;M301 H1 P22.0 I0.2 D180 T0.2 S1 W180 B30
This gave <1c overshoot with the 60W heater and was relatively stable with about 0.8c variation once at temp.Edit PS: with smile: it's frustrating to wait for the hotend to cool down to room temp
-
Hi Phil, that just the means that your heater is rather powerful and you need to use a lower pwm for tuning purposes. This won't affect the maximum pwm used in operation.
-
Hi Phil, that just the means that your heater is rather powerful and you need to use a lower pwm for tuning purposes. This won't affect the maximum pwm used in operation.
Ta David,
Replied to the other thread as well, right at the moment trying at p0.2, will update other thread with results.
Hopefully this can be a guide for others with high power heaters.
Cheers
PS: all the other bits/updates seem fine.
-
PanelDue has stopped talking to the Duet or responding to button touches… huh.
I have just had this a couple of times. In both cases, one of the extruder temperatures was showing as a very large number (too wide to display in the box), and the other was showing 'ovf'. Both times, pressing the Reset button on the PanelDue restored normal operation.
I conclude that the new firmware sent PanelDue some data that it choked on, although not badly enough to trigger the watchdog. I will try to find out what.
-
I am about to release firmware version 1.15, which I will announce in a new thread. This fixes issues with starting up the temperature control system, which could lead to a heater going into the fault state and/or PanelDue freezing. Please continue discussions regarding heater tuning in the Heater Control thread.
-
I am new to the Duet and would like to know if there are any issues using a mac with the duet wifi? Not a windows fan but if i have to have one i need to get something before mine arrives.
-
While I don't personally use a Mac, Mhackney on the forum has used the pre-production board and the 0.8.5 successfully on Mac.
His blog is here:
http://sublimelayers.blogspot.co.uk/2016/01/bossac-script-and-bossac-for-mac-osx.html?m=1 -
No issues here, just make sure you use chrome or firefox with the web interface.
-
Thanks, board arrives Tuesday, can't wait to get it installed and running.
-
I am new to the Duet and would like to know if there are any issues using a mac with the duet wifi? Not a windows fan but if i have to have one i need to get something before mine arrives.
I did all setup and actual use from
my MacbookPro. No problems at all. Your initial setup may vary a bit from the documentation (port naming, etc), but Windows is not necessary. -
I am new to the Duet and would like to know if there are any issues using a mac with the duet wifi? Not a windows fan but if i have to have one i need to get something before mine arrives.
I did all setup and actual use from
my MacbookPro. No problems at all. Your initial setup may vary a bit from the documentation (port naming, etc), but Windows is not necessary.Thanks, I will post when i am up and running.