Project

General

Profile

SOAP interface

ENX Core

Drivers

In ENX terminology, you have two terms:
  • Driver : The "code file" to use. This driver can be static or dynamic.
    • Static Driver : The driver is hard coded and compiled with ENX.
    • Dynamic Driver : The driver is a dynamic library and can be compiled independantly. This driver can be added, removed from ENX application dynamically.
  • Device : The instanciation of the driver. You can have many instanciations of the same driver.

Internal commands

ENX driver creation

Creating dynamic plugins
Creating static plugins

ENX applications

To use a dynamic driver, you need to:

  1. Have an existing driver -> Creating dynamic plugins or Creating static plugins
  2. Have a running ENX server
  3. Load the driver in the ENX server -> Control list
  4. Create the device in the ENX server -> Control list

Using console for ENX
Using remote console for ENX