RoboDK Forum
Accessing OPCUA data——革命制度党ntable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Accessing OPCUA data (/Thread-Accessing-OPCUA-data)



Accessing OPCUA data-Adam Roberts-11-18-2021

Hi, I'm looking to acces simple parameters via the OPCUA server plugin.

I can connect to the server and browse the various nodes using several different clients (UaExpert, OPCWatch, custom app) and I can also see values such as Station Name, Simulation speed etc.

However, I'm unable to access or view any values under getJoints (or getJointsStr) so I'd appreciate some guidance on where I may be going wrong.




Any help appreciated.

Kind regards,

Adam


RE: Accessing OPCUA data-Albert-11-21-2021

Getting joint values and setting them only works if you have a robot in your RoboDK simulation. This OPC UA plugin is open source and you can easily customize it for your needs. More information here:
https://github.com/RoboDK/Plug-In-Interface/tree/master/Plugin-OPC-UA

You can also use the RoboDK API to interact with other devices. More information about the RoboDK API here:
//www.sinclairbody.com/doc/en/RoboDK-API.html