ProSoft Technology MVI71-GEC User Manual
Page 28
Module Configuration
MVI71-GEC ♦ PLC 5 Platform
User Manual
Generic ASCII Ethernet Communication Module
Page 28 of 86
ProSoft Technology, Inc.
May 11, 2011
2.2
IP Address
In addition to the GEC.CFG, the MVI71-GEC module requires a second
configuration file that identifies its Ethernet configuration. Without this
configuration file, the module will not communicate properly on the network.
This file contains the Ethernet address information to be used by the module and
may be transferred to and from the module from the Network command
available on the debug port of the module. Please consult your network
administrator for the correct settings for your network before placing this or any
other Ethernet TCP/IP device upon your network.
Important: If the field "my_ip" does not exist, or if the wattcp.cfg file is corrupted or does not exist,
the module will not function.
To set the Module’s IP Address
1 Locate the sample configuration files for your module on the ProSoft
Solutions CD.
2 Copy the configuration files and ladder to a location on your PC’s hard drive.
We recommend C:\temp.
3 After you move the files, right-click on each of the files, choose Properties,
and clear the READ ONLY check box.
4 Start Notepad.exe, or any other editor that can save plain text files.
5 Open the file WATTCP.CFG. The following example shows the contents of a
typical WATTCP.CFG file.
# ProSoft Technology
# Default private class 3 address
my_ip=192.168.0.100
# Default class 3 network mask
netmask=255.255.255.0
# The gateway I wish to use
gateway=192.168.0.1,192.168.0.0,255.255.255.0
6 Edit the file, using the IP addresses supplied by your network administrator.
Important: The module does not support DHCP (Dynamic Host Configuration Protocol) for
obtaining an IP address from a server. This module must have its own static IP address that does
not duplicate the IP address of any other device on the Ethernet network.
7 Save the file as WATTCP.CFG. You must now transfer the file to the module.
Refer to Transferring WATTCP.CFG to the module (page 43) for the correct
procedure.