Organizing the Collected Data in SNMP Connector

Once all the information is stored in the SNMP Connector, the data shown under the SNMP tree are exactly the same data that will be shown in the ICONICS Unified Data Browser. From the SNMP Connector, you can configure everything to make things easier in the ICONICS Unified Data Browser. Just remember that every item here is an SNMP tag, which acts like a normal OPC tag in the GENESIS64 world. So there is no problem in using SNMP tags in the same places where the OPC tags are used. Simply the source of the data is different, but this is totally transparent to you.

 

This topic describes: Devices, Folders, and Items.

Devices

Clicking on a device (for example, a printer) shows the device properties in the right pane of the SNMP Connector provider in GENESIS64's Workbench.

 

Device Properties in SNMP Connector in GENESIS64 Workbench

 

Settings include:

Timing

Device Data

Snmp Explorer - Add tags directly to this device

Folders

You can add a folder to a device that appears in the tree control in the Project Explorer in the SNMP Connector in the GENESIS64 Workbench.

 

To Add a Folder:

  1. Right-click on a device, then click Folder.

Adding a Folder through the Workbench Project Explorer

 

-OR-

 

Select a device in the Project Explorer, then click on the Add button in the Edit section of the Home ribbon, then click Folder.

 

Adding a Folder through the Workbench Ribbon

  1. Creating a new folder or clicking on an existing folder causes the following screen to appear. This box only allows you to name (or rename) the connected folder.

Folder Properties in SNMP Connector

Items

You can add a new item or, specifically a new SNMP Tag, to a device in the Project Explorer on the SNMP Connector in the GENESIS64 Workbench.

 

To Add a New Item (SNMP Tag):

  1. Right-click on a device, then click Tag.

Adding a Tag through the Workbench Project Explorer

 

-OR-

 

Select a device in the Project Explorer, then click the Add button in the Edit section of the Home ribbon, then click on Tag.

 

Adding a Tag through the Workbench Ribbon

  1. Creating a new tag or clicking on an existing tag causes the following screen to appear.

Item (Tag) Properties in SNMP Connector in GENESIS64 Workbench

  1. From here you can configure all the information about the SNMP tag:

Snmp Data

      • Full OID: The identifier for every SNMP tag is the Full OID. With this information you can retrieve the associated data in the MIB dictionary tree (if it exists).

      • Syntax: The SNMP type of the tag. It can also be a table, but only if the SNMP item associated with the tag (which has the very same Full OID) is a table, too.

      • Override Update Rate: Check the Override Update Rate check box and then you can enter a device Update Rate only for the selected tag.

      • Use GetNext: Check this check box to retrieve values through a Get-next instead of the default Get. This field is disabled for Array Data, Table Data, and writable tags.

      • Data Type: Specifies the OLE data type, and is identical to the OPC data type. This field must be set to Array for SNMP tables.

      • Access: A tag can be readable, writable, both, or none.

      • Update Rate:

MIB Data

 

The following information is filled in automatically after you have filled out the Snmp Data section and saved the SNMP Tag:

 Example Tag Configuration in SNMP Configurator

 

In the example above, the name of the tag is composed by the SNMP Item name and the index of the Array (which is the IP Address 10.1.2.17). To retrieve in runtime the value of the tag, the Full OID "1.3.6.1.2.1.4.20.1.1" (which is the same Full OID of the SNMP Object ipAdEntAddr ) and the index of the Array "10.1.2.17" are concatenated to obtain the real "address" of the information: "1.3.6.1.2.1.4.20.1.1.10.1.2.17". If the index is changed or deleted, the data will not be retrievable anymore. However you can change the index coherently to obtain different elements of the array.

 

See also:

Device Properties

Data Item Properties

SNMP Connector