Code: |
AS + 801 |
Symbolic: |
bccLadTaskSave |
This command will save the ladder task (as a .LAD file) directly from device memory: this is a standard data save sequence.
REQDATA structure is the following:
Offset |
Type |
Label |
Description |
---|---|---|---|
0 |
U8 |
BSIZE |
Required item size (0=default), excluding leading U32 offset data. |
1 |
U8[15] |
- |
(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=Process ID 2=Flags |
nackNotFound |
Process not found |
|
NOTE: to have more information about the transferred data, see the .LAD File Specifications in the ladder diagram documentation.