Skip to main content
Glama

get_output_bit_register

Retrieve the boolean value of a specified register from a Universal Robot by providing its IP address and register index (0-23) for precise control and monitoring.

Instructions

获取指定IP机器人Bool寄存器的值, IP:机器人地址 index:寄存器下标,范围是[0,23]

Input Schema

NameRequiredDescriptionDefault
indexYes
ipYes

Input Schema (JSON Schema)

{ "properties": { "index": { "title": "Index", "type": "integer" }, "ip": { "title": "Ip", "type": "string" } }, "required": [ "ip", "index" ], "title": "get_output_bit_registerArguments", "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nonead/nUR_MCP_SERVER'

If you have feedback or need assistance with the MCP directory API, please join our Discord server