Controller Tag Overview; Mnetcr.data - ProSoft MVI56E-MNETCR User Manual

Modbus tcp/ip multi-client enhanced communications module for remote chassis
Table of Contents

Advertisement

MVI56E-MNETCR ♦ ControlLogix Platform
Modbus TCP/IP Multi-Client Enhanced Communications Module for Remote Chassis
3.4

Controller Tag Overview

Controller Tag

MNETCR.DATA

MNETCR.CONTROL
MNETCR.STATUS
MNETCR.UTIL
The following sections describe each of these controller tag structures in more
detail.
3.4.1 MNETCR.DATA
The controller tags in MNETCR.DATA hold data to be transferred between the
processor and the MVI56E-MNETCR module. This read and write data is
transferred between the processor and the module as "pages," or blocks, of data
up to 40 words long.
The data types for the MNETCR.DATA.ReadData and
MNETCR.DATA.WriteData controller tag arrays are integer arrays containing
variable numbers of elements.
Controller Tag
ReadData
WriteData
MNETCR.DATA.ReadData
ReadData is a controller tag array that automatically adjusts to match the value
entered in the Read Register Count (page 44) parameter of the configuration. For
ease of use, this array should be dimensioned as a multiple of 40 words. This
data is paged up to 40 words at a time from the module to the processor. The
ladder logic places the received data into the proper position in the ReadData
array. This data is used for status and control in the processor ladder logic.
ProSoft Technology, Inc.
Description
MNET input and output data transferred between the processor
and the module
Governs the data movement between the PLC rack and the
module
Status information
Block statistics and generic tags used for internal ladder
processing (DO NOT MODIFY)
Data Type
Description
INT[x]
Data read from module. Array size is equal
to the size set in the configuration.
INT[x]
Data to write to module. Array size is equal
to the size set in the configuration.
Ladder Logic
User Manual
Page 79 of 161

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the MVI56E-MNETCR and is the answer not in the manual?

Questions and answers

Table of Contents