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

  1. 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 .
  1. Click New , and select New MODBUS Driver.
  1. 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.
  1. Click OK.
  • The new driver is added to System Browser, but not started.
  1. Select the driver node and click the Extended Operation tab.
  1. Note down the Driver ID.
  1. 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
  1. In the Extended Operation tab, select the Manager Status property.
  • The status of a newly created driver is Stopped.
  1. 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

  1. Select Project > Field Networks.
  1. In the Object Configurator tab, click New , and select New MODBUS Network.
  1. In the New Object dialog box, enter a name and description.
  1. Click OK.
  • The newly created network is automatically selected in System Browser.
  1. In the Modbus tab, open the Network Settings expander.
  1. In the Monitored by driver drop-down list, select the driver.
  1. Click Save .