The RealTime Database is the heart of the system. Any data of the  system, whether on a physical or logical point (and whether or not connected to a device), is stored in a cell in the database, called Item ("Element").

Each Item contains the value and status of the point represented, and the information necessary for the processing of its value.


The database can contain five types of Item:


    1. Analog Input
    2. Digital Input
    3. Analog Output
    4. Digital Output
    5. Text


The Item of input type are transferred from the hardware process (PLC, devices, etc...) to the database.
The Item of output type are transferred from the database to process hardware (PLC, devices, etc..).

The Item of type text are used for transferring blocks of text.


The development environment allows you to configure the RealTime Database, inserting, modifying or deleting the item either individually or with multiple insertions or deletions. It also allows you to import and export of the database RealTime ASCII file.
All data are stored in CSV format, and may be imported by individual productivity tools such as MS Excel ®. The exported database can be edited using any text editor and then re-imported.


The Database menu (in X Editor) let you call all the available operations for the database. Inserting and editing Item can also be done while editing expressions for the control of animation or other entity.