Configure Modbus Driver and Network for Siport
This procedure is part of the workflow for integrating a SiPort Modbus system.
Configure the Modbus Driver for SIPORT
- In System Browser, depending on where the driver will run, select one of the following:
- Project > Management System > Servers > Main Server > Drivers
- Project > Management System > FEPs > [FEP station] > [drivers folder]
NOTE: If the drivers folder does not exist on the FEP station, you can create it using New .
- Click New , and select New MODBUS Driver.
- In the New Object dialog box, enter a description.
NOTE: The description must be different from that of any other driver on the Server or FEP stations.
- Click OK.
- The new driver is added to System Browser, but not started.
- Select the driver node and click the Extended Operation tab.
- Note down the Driver ID.
- Edit the Config text file available under
[Installation Drive]:\[Installation Folder]\[Project Name]\config
Add the following lines:[Mod_<driverID>]
maxGap=10
where<driverID>
is the driver ID of the Modbus driver in your project.
For example, assuming the driver ID is =1, the new config lines must be:[Mod_1]
maxGap=10
- In the Extended Operation tab, select the Manager Status property.
- The status of a newly created driver is
Stopped
.
- Click Start to activate the driver.
NOTE: Only for configuration purposes, you can also click Start Conf… to activate the driver without establishing any real connection to the field.
Configure the Modbus Network for SIPORT
- Select Project > Field Networks.
- In the Object Configurator tab, click New , and select New MODBUS Network.
- In the New Object dialog box, enter a name and description.
- Click OK.
- The newly created network is automatically selected in System Browser.
- In the Modbus tab, open the Network Settings expander.
- In the Monitored by driver drop-down list, select the driver.
- Click Save .