ab_write
Write absolute bytes to a Siemens PLC at a given byte offset. Input the start address and hex data to directly modify PLC memory.
Instructions
Write absolute bytes to PLC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | Start byte offset | |
| data | Yes | Hex string of data to write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |