Name
|
Type
|
Description
|
---|---|---|
MOD_HEALTH
|
BOOL
|
0 = the module has a detected error
|
1 = the module is operating correctly
|
||
MOD_FLT
|
BYTE
|
internal detected errors of the module
|
MASTER
|
AS-i master channel
|
|
BANKA
|
Bank A slaves
|
|
BANKB
|
Bank B slaves
|
Name
|
Type
|
Description
|
Access
|
---|---|---|---|
CH_HEALTH
|
BOOL
|
0 = the channel has a detected error
|
read
|
1 = the channel is operating correctly
|
|||
VALID_IN
|
EBOOL
|
Indicates that all inputs are valid.
NOTE: When this bit is at 0, it indicates that at least one input is invalid: OFFLINE mode, DATA EXCHANGE OFF mode or channel fault. |
read
|
VALID_MASTER
|
EBOOL
|
Indicates a communication error on the X bus when this bit = 0.
|
read
|
FLT_SLAVES_0A_15A
|
INT
|
List of slaves 0 to 15 (bank A) with detected errors (1 bit per slave).
|
read
|
FLT_SLAVES_16A_31A
|
INT
|
List of slaves 16 to 31 of the bank A with detected errors (1 bit per slave).
|
read
|
FLT_SLAVES_0B_15B
|
INT
|
List of slaves 0 to 15 (bank B) with detected errors (1 bit per slave).
|
read
|
FLT_SLAVES_16B_31B
|
INT
|
List of slaves 16 to 31 (bank B) with detected errors (1 bit per slave).
|
read
|
LPF_SLAVES_0A_15A
|
INT
|
List of slaves 0 to 15 (bank A) with detected peripheral fault (1 bit per slave).
|
read
|
LPF_SLAVES_16A_31A
|
INT
|
List of slaves 16 to 31 (bank A) with detected peripheral fault (1 bit per slave).
|
read
|
LPF_SLAVES_0B_15B
|
INT
|
List of slaves 0 to 15 (bank B) with detected peripheral fault (1 bit per slave).
|
read
|
LPF_SLAVES_16B_31B
|
INT
|
List of slaves 16 to 31 (bank B) with detected peripheral fault (1 bit per slave).
|
read
|
LAS_SLAVES_0A_15A
|
INT
|
List of active slaves 0 to 15 of the bank A (1 bit per slave).
|
read
|
LAS_SLAVES_16A_31A
|
INT
|
List of active slaves 16 to 31 of the bank A (1 bit per slave).
|
read
|
LAS_SLAVES_0B_15B
|
INT
|
List of active slaves 0 to 15 of the bank B (1 bit per slave).
|
read
|
LAS_SLAVES_16B_31B
|
INT
|
List of active slaves 16 to 31 of the bank A (1 bit per slave).
|
read
|
Name
|
Type
|
Description
|
Access
|
---|---|---|---|
PCD
|
ARRAY [1..31] of INT
|
Permanent configuration (profiles) of slaves
|
read
|
SLAVE_HEALTH
|
ARRAY [1..31] of BOOL
|
Health bit of 31 slaves.
|
read
|
IDI
|
ARRAY [1...31] of T_M_COM_ASI_IDI
|
31 slaves discrete input data image.
|
read
|
ODI
|
ARRAY [1..31] of T_M_COM_ASI_ODI
|
31 slaves discrete output data image.
|
read
|
AIDI
|
ARRAY [1..31] of T_M_COM_ASI_AIDI
|
31 slaves analog input data image.
|
read
|
AODI
|
ARRAY [1..31] of T_M_COM_ASI_AODI
|
31 slaves analog output data image.
|
read
|
Name
|
Type
|
Description
|
Access
|
---|---|---|---|
T_M_COM_ASI_IDI
|
ARRAY [0..3] of EBOOL
|
4 discrete inputs of one slave
|
read
|
Name
|
Type
|
Description
|
Access
|
---|---|---|---|
T_M_COM_ASI_ODI
|
ARRAY [0..3] of EBOOL
|
4 discrete outputs of one slave
|
read
|
Name
|
Type
|
Description
|
Access
|
---|---|---|---|
T_M_COM_ASI_AIDI
|
ARRAY [0..3] of INT
|
4 analog inputs of one slave
|
read
|
Name
|
Type
|
Description
|
Access
|
---|---|---|---|
T_M_COM_ASI_AODI
|
ARRAY [0..3] of INT
|
4 analog outputs of one slave
|
read
|