Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Using ACE, open the default config you used in the "Getting Started Guide"
  2. Download the Elecsys-ModbusTCP-Demo.xml from the http://partner.elecsyscorp.com site, and open the downloaded .xml file within the same ACE window as your "Getting Started Guide" configuration

    1. You will need to extract the .xml file from the .zip file you downloaded from the website. By default, ACE stores configuration files in the Documents\Elecsys\ACE\CFG folder, but you can store the configuration in any file location accessible by the ACE program.

    2. You cannot copy/paste nodes unless both configurations are open within the same instance of ACE. You can use the "Tile" buttons to have the windows automatically size themselves within the ACE program:


  3. Copy and paste the following objects from the Elecsys-Modbus-Demo config into the configuration you created in the "Getting Started" guide:

    1. Master Channel0
    2. Custom_Reports0
    Include Page
    Renaming Nodes
    Renaming Nodes
  4. Edit one of the Ethernet ports so that it is on the same network as your Modbus device

    Image Modified

    Info
    titleEthernet Configuration

    Setting the Network Card IP, Subnet Mask, and Default Gateway values to "0.0.0.0" will cause the Ethernet port to obtain an address via DHCP

  5. Edit the "NetCircuit0" object to match the settings on your Modbus device
    Image RemovedImage Added

  6. Edit the "Micro820" object to poll the appropriate registers for your Modbus device.

    Image RemovedImage Added

  7. Edit your RtdbMod object so that it contains the correct number of database holding registers for the Modbus polls
    Image RemovedImage Added
  8. Edit your Custom_Reports0 object so that it shows some of the Modbus tags you will be polling
    Image RemovedImage Added
  9. OPTIONAL: Edit the TagNames object so that the RTDB registers are labeled with the correct tag names
    Image RemovedImage Added
  10. Save and upload the configuration to the RediGate
  11. Using Putty, SSH into the device and view the Custom Reports
    1. User menu option 3 Diagnostic Services, 535 View Custom Report, Refresh rate of 5 seconds

 

If your RediGate is configured correctly, you should see values from the Modbus registers you setup in your polling table in step 5.

...