I/O Driver

<< Click to Display Table of Contents >>

 

I/O Driver

An I/O Driver is an Elipse E3 module that communicates with a certain device by using .dll files. These Drivers are developed either by Elipse Software or by third-parties using a DDK (Driver Development Kit), supplied by Elipse Software, using the C/C++ programming language. Each Driver implements a different family of devices or protocols, according to the type of device or communication protocol. New Drivers are constantly developed by Elipse Software.

To insert an I/O Driver in a project, right-click a project's name in Explorer mode and select the Insert - I/O Driver option. In Domain mode, right-click the Server objects - Drivers and OPC item, select the Insert I/O Driver In option, and then a project's name.

Inserting an I/O Driver in Domain mode

Inserting an I/O Driver in Domain mode

The following window to locate a Driver is then opened.

Locating Driver files

Locating Driver files

If a valid Driver is selected, Elipse E3 Studio proceeds to open its configuration window. Right after that, the I/O Tag Import window is displayed, if available.

When inserting an I/O Driver in an application in Elipse E3 Studio, an object View is then opened, according to the next figure.

I/O Driver View

I/O Driver View

The available options on this View are described on the next table.

Available options for I/O Driver's View

Option

Description

Add Add

Adds a new I/O Folder, I/O Tag, or I/O Block to an I/O Driver, a new I/O Tag or I/O Block to an I/O Folder or a new I/O Block Element to an I/O Block

Delete Delete

Deletes the selected item from this View

Driver Settings Driver Settings

Opens this I/O Driver's extra settings window

Tag Browser Tag Browser

Opens a window that enables importing I/O Tags directly from this Driver

Activate Activate Communication or Deactivate Deactivate Communication Communication

Activates or deactivates communication with this I/O Driver. The activate option is only available if the DriverLocation property is configured

Tag Counting Tag Counting

Displays the total number of I/O Tags in this I/O Driver

 

NOTES

The Activate Communication Activate or Deactivate Communication option implies in a sufficient number of licenses for all I/O Tags and I/O Block Elements available in an I/O Driver. If there is no sufficient licenses for all I/O Block Elements of an I/O Block, the whole I/O Block does not communicate. Please check topic Licenses for more information about this behavior.

The Tag Counting Tag Counting option takes into account the number of I/O Tags plus the number of I/O Block Elements available in an I/O Driver.

Was this page useful?