SLC Modbus Config
SLC Modbus Config
COMMUNICATION
INTRODUCTION
There are below steps for SLC MODBUS configuration.
Software Requirements-
1. LC Loader 2.0
2. MODBUS.EXE
3. RLCFLASH.EXE
4. AUTOEXEC.BAT
5. Configuration File
Step 1: Creating a Module Point Name
Give point name as per standard format, also give description and
check for Admin rights
Step 2: Insertion of SLC Module
Now go to the location where Module to be inserted under I/O Interfaces tab and right click for
Insert New. Select the Module type from drop down list. Click Finish, give Module point name
which has been created in Step 1 and press OK.
STEPS FOR CONFIGURING POINTS
There are 4 files (1 notepad file, 2 .exe files and 1 batch file) to be uploaded in SLC
Module via LC Loader software utility.
1. ABC.cfg (Where ABC is your file name, it can be any file name)
2. MODBUS.EXE
3. AUTOEXEC.BAT
4. RLCFLASH.EXE
Also Need to Implement control sheets for Mapping of IO points as per the
configuration file.
CREATION OF CONFIGURATION FILE:
Open any Notepad file (for fresh file) or make changes in any
sample config file.
CREATION OF CONFIGURATION FILE
Note: 1. For 1 no. of group create max. of 50 points. If it is more than 50, please create one
more group
CONTROL SHEET IMPLEMENTATION
HW_address_Utilit
y_Tool
Note: There will be one SLC Status control sheet for one SLC Module.
Control Sheets Implementation for Analog Input Points
RLC Data Format : Real/Integer (This is the type of Data, in this case it is Float).
First RLC Data Register : This is the address of IO point given in Ovation side (In this case We
gave F300, hence First RLC data register address will be 300).
Note: 16 points for One SLCAIN Algo. For more points use another SLCAIN Algo.
UPLOAD OF FILES IN LC MODULES :
To be continued...
UPLOAD OF FILES IN LC MODULES (Continued…) :
DOS command:
1. CD A:
2. A:\COPY C:RLCFLASH.EXE
3. A:\ COPY C:AUTOEXEC.BAT
4. A:\ COPY C:MODBUS.EXE
5. A:\ COPY C:ABC.CFG
Now, Run RLCFLASH.EXE, this will replace the old files with the new one
created.
Now, Remove the module and again insert, Wait for communication to establish.