OPC UA in RoboDK- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: General questions about RoboDK (//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK) +--- Thread: OPC UA in RoboDK (/Thread-OPC-UA-in-RoboDK) |
OPC UA in RoboDK-Oxbown-08-08-2019 Is there any documentation about how to connect and interact with OPC UA signals? RE: OPC UA in RoboDK-Albert-08-09-2019 We have a plugin that you can use to make RoboDK behave as an OPC-UA server or an OPC-UA client. You can follow these steps to activate it:
Among other things, RoboDK's OPC-UA server exposes access to station parameters by using the nodesStationParameterandStationValue. You can set the station parameter you want to see or modify in StationParameter field and view/modify the value using StationValue. You can also retrieve items by name (like you can do with the API) and retrieve or update the position of robots and mechanisms. You'll find the station parameters by right clicking the station root and selecting "Station Parameters". When you use Inputs and Outputs some IO parameters are automatically created and updated. You may need to customize the plugin if you want to use RoboDK as an OPC-UA client (it currently retrieves the station parameters of a RoboDK server as an example). This plugin is open source and available onGitHub(it uses the OPC-UA Open62541 library). RE: OPC UA in RoboDK-jgillerm-08-27-2019 Can you use OPC UA to:
RE: OPC UA in RoboDK-ThomasSchichl-11-12-2019 Hi, We are trying to link Robodk with Unity3D. The goal is to create a simulation of our laboratory which consists of several different robot systems, conveyorbelt systems tooling machines and so on... Therefore we tried to establish a OPC UA communication between RoboDK and Unity. First we tried it with the built in OPC UA server in RoboDK- and failed. So we wrote a very basic, simple Server in Python and we were able to establish a communication. However, this very basic OPC Server we wrote does not support subscribe, authentication and so on. So I was wondering what where we went wrong when we tried to use the RoboDK OPC UA server. So when I activate the plug in and start the server I can access it with UA Expert client. But how do I have to enter the parameters in the station. You explained, that if I want to access objects, robots or anything else from the station, that it is similar to the python method. So I opened the station parameters and tried several different options but none did work Can you please give an example on how to set the parameters for accessing the joints of a robot... Thx, Thomas Schichl RE: OPC UA in RoboDK-Anu-06-28-2023 Hello, I have been trying to get some assistance for the attached concerns via the web form. I was asked to post the question in this forum. 你能请帮助我这些困难吗that I am facing (see the attachment) with when configuring OPC UA feature in RoboDK? Thank you Regards Anu |