get_ur_software_version
Retrieve the software version of a Universal Robot by inputting its IP address, enabling precise version tracking and compatibility checks for industrial robot operations.
Instructions
根据用户提供的IP,获取指定机器人的软件版本 IP:机器人地址
Input Schema
Name | Required | Description | Default |
---|---|---|---|
ip | Yes |
Input Schema (JSON Schema)
{
"properties": {
"ip": {
"title": "Ip",
"type": "string"
}
},
"required": [
"ip"
],
"title": "get_ur_software_versionArguments",
"type": "object"
}