Configuring the Management Parameter
The Management parameter consists of 4 contiguous words, described below:
Data source |
Register |
Description |
|
|---|---|---|---|
High Byte (MSB) |
Low Byte (LSB) |
||
Data managed by the system |
|
Exchange number |
Two read-only bits:
|
|
Operation report |
Communication report |
|
Data managed by the user |
|
Block timeout. Values include:
|
|
|
Length of data sent or received:
|
||
Activity Bit:
This bit indicates the execution status of the communication function.
It is set to 1 when launched, and returns to 0 when its execution is complete.
It is the first bit of the first element of the table.
Example: if the management table has been declared as follows:
Management_Param[0]
ARRAY [0..3] OF INT,
the activity bit is the bit with
the notation Management_Param[0].0.
Management_Param[0].0 cannot be accessed in this manner.
