get_actual_robot_current
Retrieve the actual current in amperes of a specified robot by providing its IP address. Integrates with nUR MCP Server for real-time robot monitoring.
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_actual_robot_currentArguments",
"type": "object"
}