Personalized SW instead of DWC
-
Hi all guys
I have a question and I didn't find any topics about that.
Is possible to use the Duet3D with a personalized software ?I need of it for two reasons:
-Sometimes I'm forced to use my 6HC in a room without internet
-I should integrate in the software other external features, such as camera, UV lamp and others laboratories's stuffCheers, S
-
@Salvatore you don't need an Internet connection to use DWC but you do need a network connection between the PC/laptop running DWC and the Duet. If your Duet has an Ethernet connection then you can use a direct connection between the PC/laptop and the Duet. If the Duet supports WiFi then you can put it into access point mode and tell your laptop to connect to it.
It's also possible to control the Duet over USB or a serial port.
-
@dc42 thank you so much for your answer.
Can I personalize DWC integrating different features like I said ?
Thanks, S
-
@Salvatore you can as its an open source project:
https://github.com/Duet3D/DuetWebControlYou may want to use the plugin architecture to add the features you want, rather than editing DWC directly:
https://github.com/Duet3D/DuetWebControl/wiki/Third-Party-PluginsAd you may find some of the functionality you want is already provided. For example you can already view a IP camera within DWC. If you want to control something like a UV lamp you can write a macro to control in in RRF and then run the macro in DWC (assuming the lamp is connected to the Duet). The 3d party plugin BtnCmd allows you to can a macro from a button you define:
-
@T3P3Tony Thank you for your kind and valuable support. It's great!!!