Panel reboot with program
is it possible to reboot a TP over sourcecode ?
like this: SEND_COMMAN dvTP1, "'reboot'" ????
Thank's 4 reply
Tom
like this: SEND_COMMAN dvTP1, "'reboot'" ????
Thank's 4 reply
Tom
Comments
DEFINE_DEVICE dvPanel = 10001:1:0 DEFINE_EVENT BUTTON_EVENT[dvPanel,1] { PUSH: { REBOOT(dvPanel) } }Mostly it's used to reboot the master, for example if Duet Mem or Queue sizes are changed by program.Not all devices support the REBOOT() command, but the Modero panels will do it.
BTW - for what reason?
Kind regards,
Reason / Test:
In a project with 11 modero panels reacts individual touchpanels very slowly. After a restart the problem is repaired.
For a test section we'll reboot all panel by night.
Do you have a other soulution ? or experience by this effect ?
Heh, the bottom line is I have used the panel reboot command without any ill effect other than the panel actually rebooting.