db_write
Write hex data to a specific data block in a Siemens PLC at a given byte offset.
Instructions
Write data block to PLC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db_number | Yes | Data block number | |
| start | Yes | Start byte offset | |
| data | Yes | Hex string of data to write |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |