get_program_state
Retrieve the program execution status of a Universal Robot by specifying its IP address. Use this tool to monitor and manage robot operations in real-time.
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_program_stateArguments",
"type": "object"
}