gx3_device_map
Inspect LD usage, density, and index gaps per device type to identify safe address ranges before adding devices. Read-only analysis returns a table; verify gaps in GX Works3 first.
Instructions
Report, per device type, observed LD usage, density, and gaps in the index. Gaps are not verified free allocations: ST/FBD, unresolved accesses and external or reserved allocations are not excluded. Verify them in GX Works3 before adding devices. Read-only; returns a table and writes nothing. Requires the index-lite DB: run gx3-cli index-lite build --root <root> once per project first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Extracted project folder. | |
| types | No | Comma-separated device types, e.g. M,D,W. | |
| min_free | No | Only report free gaps at least this large. |