Details of IODDT Explicit Exchange Objects of Type T_COM_STS_GEN
(Original Document)
Introduction
This section presents the T_COM_STS_GEN type IODDT explicit exchange objects applicable to all communication protocols except Fipio and Ethernet. It includes the word type objects whose bits have a specific meaning. These objects are presented in detail below.
Sample Variable Declaration: IODDT_VAR1 of type T_COM_STS_GEN
Observations
Execution Flags of an Explicit Exchange: EXCH_STS
The table below shows the meaning of channel exchange control bits from channel EXCH_STS (%MWr.m.c.0).
Standard Symbol
Type
Access
Meaning
Address
STS_IN_PROGR
BOOL
R
Reading of channel status words in progress.
%MWr.m.c.0.0
CMD_IN_PROGR
BOOL
R
Current parameter exchange in progress.
%MWr.m.c.0.1
ADJ_IN_PROGR
BOOL
R
Adjustment parameter exchange in progress.
%MWr.m.c.0.2
Explicit Exchange Report: EXCH_RPT
The table below presents the meaning of the exchange report bits EXCH_RPT (%MWr.m.c.1).
Standard Symbol
Type
Access
Meaning
Address
STS_ERR
BOOL
R
Reading error for channel status words.
%MWr.m.c.1.0
CMD_ERR
BOOL
R
Error during command parameter exchange.
%MWr.m.c.1.1
ADJ_ERR
BOOL
R
Error during adjustment parameter exchange.
%MWr.m.c.1.2
Standard Channel Faults, CH_FLT
The table below shows the meaning of the bits of the status word CH_FLT (%MWr.m.c.2). Reading is performed by a READ_STS (IODDT_VAR1).
Standard Symbol
Type
Access
Meaning
Address
NO_DEVICE
BOOL
R
No device is working on the channel.
%MWr.m.c.2.0
1_DEVICE_FLT
BOOL
R
A device on the channel is inoperative.
%MWr.m.c.2.1
BLK
BOOL
R
Terminal block not connected.
%MWr.m.c.2.2
TO_ERR
BOOL
R
Time out exceeded anomaly.
%MWr.m.c.2.3
INTERNAL_FLT
BOOL
R
Internal detected error or channel self-testing.
%MWr.m.c.2.4
CONF_FLT
BOOL
R
Different hardware and software configurations.
%MWr.m.c.2.5
COM_FLT
BOOL
R
Interruption of the communication with the PLC.
%MWr.m.c.2.6
APPLI_FLT
BOOL
R
Application detected error (adjustment or configuration).
%MWr.m.c.2.7