fins_read_words
Read 16-bit words from Omron PLC memory areas via FINS. Specify memory area, start address, and count to retrieve unsigned integer values for monitoring and troubleshooting industrial data.
Instructions
[READ][risk=low] Read 16-bit words from an Omron memory area (FINS 0101).
Args:
area: Memory area: "DM", "CIO", "W", "H", "A", or "EM" (current bank).
address: Word address to start at, e.g. 100 for DM100.
endpoint: Endpoint name from config.
count: Number of consecutive words (1..500, capped server-side).
Returns dict: {endpoint, area, address, count, words:[int,...]} (unsigned 16-bit).
Example: fins_read_words(area="DM", address=100, count=8).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | DM | |
| count | No | ||
| address | No | ||
| endpoint | No |