PanelDue did not wake up from screensaver
-
Hi,
I had a single occurrence of the PanelDue not reacting to taps while in screensaver mode running PanelDueFirmware 3.2.6+1This happened once afer upgrading to RRF3.2-RC2, but I wasn't able to provoke this, so it may have been a one-off fluke. The screensaver was still refreshing / redrawing it's text on different locations, so the PanelDue wasn't completely frozen.
I fixed it by unplugging and replugging the 4-wire-cable before I remembered that the PanelDue has a dedicated reset button (which I never used before).
-
Maybe you'd have to wait three days for a miracle, it's the season after all?
Makes me wonder, could you M117 the same message the update processes sends to reset the PanelDue? Might have to peek in the code to see what's sent when back home
-
@oliof said in PanelDue did not wake up from screensaver:
Hi,
I had a single occurrence of the PanelDue not reacting to taps while in screensaver mode running PanelDueFirmware 3.2.6+1This happened once afer upgrading to RRF3.2-RC2, but I wasn't able to provoke this, so it may have been a one-off fluke. The screensaver was still refreshing / redrawing it's text on different locations, so the PanelDue wasn't completely frozen.
I fixed it by unplugging and replugging the 4-wire-cable before I remembered that the PanelDue has a dedicated reset button (which I never used before).
I had it happen to me with 3.2.6 yesterday (it had been in Stby for a few days mind) getting at the wiri9ng or reset button in mine is not easy so a full reset brought it back to life. (don't have a PC Close to the printer)
Doug
-
@bearer said in PanelDue did not wake up from screensaver:
Makes me wonder, could you M117 the same message the update processes sends to reset the PanelDue? Might have to peek in the code to see what's sent when back home
Please let me know if you do find it.. I am on a hunt for it for a different use case. Thanks
-
@oozeBot
M118 P2 S"{""controlCommand"":""reset""}"
(untested, but recon it ought work) -
@bearer said in PanelDue did not wake up from screensaver:
M118 P2 S"{""controlCommand"":""reset""}"
I'll test ... after this print is finished.
-
That does a reset, but differently to the reset button. With the reset button I get the bootup logo, with the M118 command, I do not get the bootup logo.
-
Huh, thats odd! I generally use the no-logo version so I wouldn't have noticed that. Thanks for testing!
-
@oliof said in PanelDue did not wake up from screensaver:
That does a reset, but differently to the reset button. With the reset button I get the bootup logo, with the M118 command, I do not get the bootup logo.
The firmware checks on startup if it was reset by pressing the hardware button (showing splash screen) or if it was a software reset (not showing splash screen) - sending the above command (or even cleaner
M999 A1
) will result in a software reset and thus not showing the splash screen.