Code: |
AS + 800 |
Symbolic: |
bccLadTaskLoad |
This command will load the ladder task (the .LAD file itself) directly to device memory, replacing the existing one: this is a standard data load sequence.
REQDATA structure is the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U32 |
SIZE |
Ladder task size [byte] |
4 |
U8[12] |
- |
(riservati) |
16 |
U16 |
PID |
Process ID |
18 |
U32 |
FLAGS |
Operating flags: (none) |
If initial request fails, bccNack is received. Specific errors
NACK code |
Description |
Extra data |
---|---|---|
nackIllegalArgs |
Illegal arguments |
U16 What illegal: 1=Task size 2=Process ID 3=Flags |
nackNotFound |
Process not found |
|
NOTE: to have more information about the transferred data, see the .LAD File Specifications in the ladder diagram documentation.