Data acquisition for Duet3 using OPC-UA
-
Duet3 supports data acquisition via html and Can communications. Is there a way to support data acquisition with OPC-UA in the future, or are there any plans to do so?
My lab uses OPC-UA to manage sensors and some machines. I would like to integrate and manage the Duet information in OPC-UA.
-
@megagorilla if you are using the Duet 3 in SBC mode then a plugin could be written for DSF to respond to OPC-UA requests or generate events/subscriptions.
-
@t3p3tony Thank you for your response.
So if I am using Duet3 in SBC mode, then
1,Duet3 control function can be obtained by Raspberry Pi.
2,If I create an OPC-UA plug-in for Linux and run it on Raspberry Pi, I can upload the Duet3 control functions to OPC-UA. (Export)
3,If you create an OPC-UA plug-in for Linux and run it on Raspberry Pi, you can control Duet3 according to the function obtained by OPC-UA.
Is my understanding correct?If I understand correctly, I would like to create an OPC-UA plugin for Duet3 in SBC mode.
If you have detailed information on how to get Duet3 functions in SBC mode, please share it with me.
Thank you in advance.