![ProSoft MVI56E-FLN Скачать руководство пользователя страница 64](http://html1.mh-extra.com/html/prosoft/mvi56e-fln/mvi56e-fln_user-manual_1618868064.webp)
Configuring the MVI56E-FLN Module
MVI56E-FLN ♦ ControlLogix Platform
User Manual
FA Control Network Ethernet Communication Module
Page 64 of 155
ProSoft Technology, Inc.
Checking the Participating Node Status
To retrieve the participation node status, the processor must request special
block 2000 (Participation Table Request) from the module. This special block
transfer request allows the processor to retrieve status information for each
participating node. Status registers include:
upper layer status (ULS)
allowable minimum frame interval time (MFT)
allowable refresh cycle time (RCT)
Area 1 (A1) and Area 2 (A2) settings
token watchdog time (TW).
Each block can retrieve status for up to 10 participating nodes. The user
application must initially select the number of nodes to retrieve (up to 10) and the
first node address to retrieve.
For example, to retrieve the status for participating node address 10 (1 node
only), set the controller tags as shown in the following illustrations:
Next, trigger the Participation Table Request block (block 2000). To do this, set
the
FLNETMODULE.CONTROL.GetParticipation
bit to 1. The following rung in
the sample ladder WriteData routine performs the request to the module. The
FLNETMODULE.CONTROL.GetParticipation
bit is automatically cleared after the
response is received from the module.
The following rung in the Read Data routine reads the module response
containing the participating node status.