Rocketfarm are working on a big update for our OPC-UA
software product, empower Universal Robots to communicate via OPC.
The solution allow robot being both server and client.
If you would like to test and check out the product, it´s now
available for Beta-testing.
Hi caue.polachini,
What kind of Register do you mean exactly?
The URCap provides functions for communication via the OPC UA protocol, but it’s an application level module, which means that the communication must be controlled in the main robot program.
For example, you can read parameters from a remote OPC UA server to perform a specific robot task, or update the value of a OPC UA variable to indicate the status of a task performed by the robot.
No, only the variables that you define under Installation / URCaps / OPC UA are accessible.
The robot program can connect to remote OPC UA servers, and remote OPC UA clients can also connect to the server running on the robot. The main purpose of the URCap is to exchange data by using the OPC UA protocol.
Can you write an example of what slave do you want to control?