Prosoft Technology Inc
README FILE FOR MVI56E-MNET SAMPLE LADDER PROGRAMS
Date: 11/30/2015

OVERVIEW

"Add-On version 1.4 considers data block 0 (read and write) as containing the first data block. 
Block 0 is only generated when a maximum of one block is configured. 
This feature was introduced in version 2.05.000. 

Added the support of Block 9990/9991 which is to Set and Get the IP address of the module.  

Version 1.5 status data is updated for Block ID's between -1 and 25 only.

Version 1.62 resolves minor arithmetic overflow fault when msb of WriteData registers are set during a function 5 or 15 while passthru is enabled

This zip file MVI56E_MNET SAMPLE LADDERS.zip contains the following files: 

MVI56E_MNET_AddOn_Rung_v1_5.L5X - Import rung file for RSLogix v16 or later
MVI56E_MNET_Optional_AddOn_Rung_v1_0.L5X - Optional rung file
MVI56E_MNET_v20.ACD - Sample ladder program for RSLogix v20 (with Add-On instruction). 
MVI56E_MNET_v19.ACD - Sample ladder program for RSLogix v19 (with Add-On instruction). 
MVI56E_MNET_v18.ACD - Sample ladder program for RSLogix v18 (with Add-On instruction). 
MVI56E_MNET_v17.ACD - Sample ladder program for RSLogix v17 (with Add-On instruction). 
MVI56E_MNET_v16.ACD - Sample ladder program for RSLogix v16 (with Add-On instruction).   

README.TXT - Readme file (this file)  


SELECTING THE LADDER FILE

>For CompactLogix version 16.xx.xx or later

RSLogix version 16 introduced the Add-On instruction funcionality that allows
the encapsulation of several ladder rungs into one single instruction. The sample 
ladder logic for v16 uses the Add-On instruction in order to provide a quick and easy
setup procedure for your MVI56-MNET module.
You can either import the required components into your existing ladder through the 
MVI56(E)MNET_AddOn_Rung_v1_5.L5X file or refer to the sample ladder file MVI56MNET_v16.ACD. 

In order import the required components into your existing ladder program follow
the steps below:  

1) Create a new RSLogix project for version 16 or later

2) Create a new module 1756-MODULE (I/O Configuration) with the following settings: 

Name                            = MVI56E_MNET
Comm Format                     = Data-INT
Input Assembly Instance         = 1
Input Assembly Size             = 250
Output Assembly Instance        = 2
Output Assembly Size            = 248
Configuration Assembly Instance = 4

Adjust the Slot and RPI settings(if enabled) for your application.

Note - recommended RPI time is 5.0ms for local rack applications. 

3) Write-click at the rung where the Add-On instruction will be inserted.
Select Import Rung... and select the MVI56E_MNET_AddOn_Rung_v1_62.L5X file.  During the import 
procedure associate the input and output images with the ones generated 
during step 1 (default are for slot 1). 

4) Once the import procedure is completed the Add-On instruction will be 
displayed at the ladder rung. The procedure has also imported new User-Defined Data types
and New Controller tags. 

5) Verify the project 

6) Save the project

7) Download the project to the ControlLogix processor

When using multiple MNET modules:
1) Each MNET module must have a unique name (from step 2 above).

2) The Name used must match the Instance Name parameter value of the GSV block.

3) The slot number must match the slot numbers of the Connection_Input and Connection_Output parameter
values of the AOI56MNET block.

You can also refer to the sample ladder MVI56E_MNET_v16.ACD or later that already 
contains the complete project with the Add-On instruction and module created 
with correct settings.

USING THE SAMPLE LADDER FILE

For information on how to access the sample program controller tags please refer
to the MVI56E-MNET USer Manual. 

