iMod internat structure


This is a second in a series of four articles aimed at bringing You a revolutionary iMod platform.

Great opportunities always carry a large customizable. iMod has a user-friendly way to configure many options, which is done by editing a simple XML file. This allows you to freely define parameters such as:
- Way of processing data collected by the device
- Alarm options of selected values
- Logging properties

This file defines the entire iMod application logic. See how simple it is!

The following examples of configuration files.

Configuring the Temperature Sensor:
<parameter>
    <id>11201</id>
    <scale>0.1</scale>
    <comment>"Sensor S1"</comment>
    <unit>"C"</unit>
    <description>"Temperature 1"</description>
    (...)
</parameter>


LED configuration:
<parameter>
    <id>
100</id>
    <description>
"USR_LED"</description>

    <source-channel
channel-name="NPE_IO"
                    parameter-id="USER_LED"/>

    <access-channel channel-name="Modbus_S1"
                    parameter-id="100"/>
</parameter>


Functional scheme of iMod Platform:



In addition to the above three groups of channels, an internal parameter table is shown. This is a table of cached instantaneous values representing processed data (eg input readings), which can then be passed on through output channels.

iMod allows us to set alerts on specific events, such as:

  • HiAlarm - the value is too high
  • LoAlarm - value too low
  • OnChange - the value has changed by the preset threshold
  • NoChange - the value is not changed by the preset threshold

iMod can inform us about the alarm in several ways, for example:

  • E-mail
  • Sms
  • SQL (SQL table entry)
  • Logger (entry in the log file)
  • Script (bash script)
  • And also, very soon, MODBUS (forcing a more accurate reading from Modbus)

iMod allows you to set time spacing between reading individual parameters.. There are two parameters. GAP and CYCLE. One is forced pause between readings (GAP), second (CYCLE), the time you expect to read a parameter. if the reading takes more time than we anticipate it will put information to the logs.

In the next article We will present advantages of the Linux operating system on our platform.

Go to iMod telemetry modules

Articles in Categories
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>Introduction to the iMod platform
IMod it's series of an innovative and powerful platform for modern automation systems, telemetry and remote monitoring. It consists of NPE computer and special software to control and monitor equipment and record data.
more »
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>Selection Guide
Selection Guide - Embedded computers / box - NPE Platform - iMod Series (new)
more »
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>Modbus Telemetry Module - iMod series
GPRS Telemetry Modules with additional application logic on demand - NEW iMod series devices. This is innovative powerful and open Linux based platform for any telemetry application. Functionality as ModBus Gateway/Router, SMS/email notification and ...
more »
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>NX Dynamics interface
NX Dynamics is an innovate solution from TechBase company - a modern interface for operating and monitoring NPE/iMod computers.
more »
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>iMod - Why Linux
Every IT professional knows what Linux offers for servers. However, more often, thanks to more powerfull energy-efficient processors, this system becomes the ideal platform for embedded systems and all kinds of drivers. The Linux system is characterized by...
more »
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>iMod - Why GPRS
iMod allows parallel access via GSM and Ethernet - Router RS-232 / RS-485 / Ethernet / GPRS - Modbus router / gateway - Access via FTP, WWW, Telnet - Remote configuration and management
more »
<font style="font-weight: bold; font-size: 13px; color: #ff7800; font-family: Tahoma;Verdana;  margin-top:6px;margin-bottom:16px;display:block ">iMod internal structure</font>iMod with 1-Wire interface
iMod telemetry module gained new feature which is 1-Wire interface. What is 1-Wire?
more »