Panel Due for Duet Web Control? (Duet 3)
-
Just curious if there are any plans to adapt a version of the web control that more closely mimics the panel due layout? Specifically with a 7" HDMI touch screen, larger buttons and condensed data is really nice despite how 'blocky' it looks.
-
DWC is open.
DWC1 is/was quite amenable to changing the HTML without touching the JavaScript.
-
@Danal
Was slightly hopeful this already existed... I thought I saw some mention of having a future PanelDue compatible with Duet 3.0 and was hoping it was already in work (or nearing completion). -
@TLAS the last documentation I saw shows how a paneldue is easily connected to a duet3 ver0.6 via IO0
https://duet3d.dozuki.com/Wiki/Duet_3_prototype_guide_for_OEMs
Skip to “stand-alone mode”
-
@Nuramori
Nice catch, I hadn't seen that.Sounds like it's only viable in standalone mode? Was wondering how the panel due would interact with the new server model in the Duet 3 firmware and relaying different commands.
-
@TLAS said in Panel Due for Duet Web Control? (Duet 3):
Sounds like it's only viable in standalone mode? Was wondering how the panel due would interact with the new server model in the Duet 3 firmware and relaying different commands.
Havent tried, but no obvious reason it shouldn't work with a usb-ttl adapter and some pipe/socat magic to CodeConsole
edit: works with socat tying /dev/ttyUSB0 to /dev/ttyACM0 where the first is a ftdi ttl adapter, and the second is the Duet usb/serial console. It exited because i hit the stop button on the panel, but seems to work. However will not get beep messages, but for display and control it' might be usefull.
pi@duet3:/opt/dsf/sd/sys $ socat -d -d /dev/ttyUSB0,raw,echo=0,b57600 /dev/ttyACM0,raw,echo=0,b115200 2019/12/29 21:40:39 socat[5875] N opening character device "/dev/ttyUSB0" for reading and writing 2019/12/29 21:40:39 socat[5875] N opening character device "/dev/ttyACM0" for reading and writing 2019/12/29 21:40:39 socat[5875] N starting data transfer loop with FDs [5,5] and [6,6] 2019/12/29 21:41:51 socat[5875] N socket 2 (fd 6) is at EOF 2019/12/29 21:41:52 socat[5875] W cannot restore terminal settings on fd 6: Input/output error 2019/12/29 21:41:52 socat[5875] N exiting with status 0
-
Take a look at DueUI. https://github.com/gtjoseph/DueUI
I'm just about to do a release for the Duet3 with the SBC.
-
@gtj0 said in Panel Due for Duet Web Control? (Duet 3):
Take a look at DueUI. https://github.com/gtjoseph/DueUI
Nice! Add the Pronterface jog dial from this thread, and everyone will be happy...
Ian
-
For Duet 3 i recommend using a 7inch or larger HDMI touch screen.
DWC already has support for smaller screens (in the sense that it arranges and scales the components to work with smaller screens.). as these small touch screen become more used i expect further improvements as required.
-
@droftarts (screaming inside) pls no pls no pls no..
-
@droftarts said in Panel Due for Duet Web Control? (Duet 3):
@gtj0 said in Panel Due for Duet Web Control? (Duet 3):
Take a look at DueUI. https://github.com/gtjoseph/DueUI
Nice! Add the Pronterface jog dial from this thread, and everyone will be happy...
Ian
You are more than welcome to create a config that does that.
Here's what mine looks like (and what's in the default config)