Firmware 1.19 released
-
It is supposed to display VIN where CPU temp used to be. It displays the units as V for me, not degC. Please go to the Settings page of DWC and verify which version of the web interface you are running.
You can see the MCU temperature if you click on "Extra" near the top left corner.
-
I am running DWC 1.19 final. Here's the output for a grep (unarchived the .zip and the language.xml.gz inside it). I am talking about the tooltip.
grep -i Minimum language.xml <string t="Minimum: {0} °C Maximum: {1} °C">Minimum: {0} °C Maximum: {1} °C</string> <string t="Minimum">Mínimo</string> <string t="Minimum: {0} °C Maximum: {1} °C">Minimum: {0} °C Maximum: {1} °C</string>
Regardless of this bug, isn't the MCU temperature more important because it can vary a lot? Chances that Vin varies are small (toasted or underpowered supply). Motor EMF surges are short so they will not be displayed nor seen on the UI.
-
I am running DWC 1.19 final. Here's the output for a grep (unarchived the .zip and the language.xml.gz inside it). I am talking about the tooltip.
grep -i Minimum language.xml <string t="Minimum: {0} °C Maximum: {1} °C">Minimum: {0} °C Maximum: {1} °C</string> <string t="Minimum">Mínimo</string> <string t="Minimum: {0} °C Maximum: {1} °C">Minimum: {0} °C Maximum: {1} °C</string>
Regardless of this bug, isn't the MCU temperature more important because it can vary a lot? Chances that Vin varies are small (toasted or underpowered supply). Motor EMF surges are short so they will not be displayed nor seen on the UI.
Thanks, I didn't spot that. Will fix it in the next version.
-
Chris moved the CPU temperature display to the Extra list because there is now the facility to display up to 10 additional temperatures, and there isn't room for all of them on the main page.
-
I am getting the error that "DuetWifiFirmware.bin is not valid for these electronics" HELP! I have done the erase and reset, but no luck.
I have tried it over Wifi and USB but I m getting the same issue.
Edit: I may have solved it, I have just seen that there is an additional few steps for upgrading firmware from 18.2 and below. I will give that a try!
-
Nope still the same problem:
SENT: M997 S0:1
READ: Error: Firmware binary "DuetWiFiFirmware.bin" is not valid for this electronics. -
My guess is that you have not downloaded the firmware file correctly. It should be 321Kb in size.
-
Spot on seems there was a issue with the download. Now I have it all installed but apparently M587 is not recognized?
-
M587 will not work until you have enabled the WiFi module with M552 S0.
-
Ok I have followed everything and installed both firmwares simultaneously. Run the set Network macro and still M587 says unsupported?
Done!! Found the issue. The update support file (I can't recall it's name) was also corrupt when it was downloaded. Downloaded again. Now it all works like a charm!
-
David,
1. Are there any significant changes from the final RC to the release version?
2. Can you update using the web system from RC to release version?
Thanks!
-
Ok I have followed everything and installed both firmwares simultaneously. Run the set Network macro and still M587 says unsupported?
Have you run M115 to check that you really are running version 1.19?
-
David,
1. Are there any significant changes from the final RC to the release version?
2. Can you update using the web system from RC to release version?
Thanks!
1. Yes, but they will not be significant to most users.
2. Yes.
-
Could you please add details for the 1.19 upgrade specific to the Ethernet version. After following the Wifi instructions, I couldn't run M997 S0:1 (complaining about the 1), and when using the web interface to upload the WifiFirmware (renamed as per the instructions (I assumed WifiFirmware was the expected filename)) complained from M997 S0 (I figured what the hell, I'll try updating just one firmware) that DuetEthernetFirmware wasn't present. Now I'm wondering whether or not I need the WifiServer bin at all, or whether I'm not moving it from the Wifi Board to the Duet because actually that already happened when you set up the Ethernet firmware.
From what I can see, in the Settings>General tab, I am on 1.19 DWC and Firmware and, given that I'm seeing the UI at all, I assume the server aspect is working.
FWIW, I did leave in the GCODE instruction to specify the MAC Address and I do seem to have retained the same IP address. The instructions implied that it would be fixed from the unique board id, but happily the MAC address override still seems to work. But will that code be removed at some point?
All in all, I'd just like to check that everything is as it should be.
-
For the Duet Ethernet, it's a perfectly standard firmware and DWC upgrade through the web interface, except for the changing MAC address if you didn't specify one in config.g. I've no plans to remove the MAC address override gcode on the Duet Ethernet.
-
Thanks for the confirmation.