|
|
|
Telemetry and Energy Control
Elipse E3's object-oriented architecture has allowed the development of data acquisition solutions in the areas of Energy and Telemetry (remote Data Measurement) supporting the use of thousands of devices.
This is because you can build a small, independent system in each object, capable of acquiring data, check alarms and store information in tables in the Databases. When dealing atomically or individually with the development of each device, it is possible to instance several copies of the same object (or of other objects) in the system, each object then responsible for its own acquisition.
The creation of new objects can even be triggered through an external system, such as a database or a Web service. Elipse E3 can read the settings of which devices must be acquired (such as vendor, protocol, IP address, etc), and dynamically instance an object in its base to acquire data from each one.
Likewise, you can dynamically alter, include or exclude devices; this allows you to stop, reset, connect/disconnect, and exclude objects from the memory without stopping the device, with the use of Visual Basic Scripting programming language.
|
|
|