Changes

no edit summary
Line 3: Line 3:  
When no I/O element is enabled, AVL packet comes with GNSS information only. After enabling I/O element(s) AVL packet contains current value(s) of enabled I/O element(s) along with GNSS information.
 
When no I/O element is enabled, AVL packet comes with GNSS information only. After enabling I/O element(s) AVL packet contains current value(s) of enabled I/O element(s) along with GNSS information.
 
[[File:IO.gif|center|thumb|1100x1100px]]
 
[[File:IO.gif|center|thumb|1100x1100px]]
 +
 +
==Search==
 +
Enter the keyword to search for the desired permanent I/O.
 +
 +
==More Filters==
 +
It provides additional filter options such as Priority, Operand, and rows with currently available values.
 +
 +
==View Columns==
 +
Filters the necessary tabs when making configuration changes or viewing. Priority, Operand, Low Level, High Level, and Event Only Options are available filters. The Input name and Current Values are permanent columns.
 +
 
==Permanent I/O==  
 
==Permanent I/O==  
 
I/O element name.
 
I/O element name.
    
==Current Value==  
 
==Current Value==  
If device is connected to '''Configurator''' all current I/O values are displayed in this column.
+
If the device is connected to the '''Configurator''', then all the current I/O values can be seen here.
    
==Units==
 
==Units==
 
Units of measurement.
 
Units of measurement.
 
==Priority==
 
==Priority==
This field allows to enable I/O elements and setting them a priority so they are added to the data packet, which is sent to the server. By default '''{{{txt_count|12}}} I/O elements''' with '''Low priority''' are enabled: <code> {{{txt_elems| Ignition}}}, Movement, Data Mode, GSM Signal, Sleep Mode, GNSS Status, GNSS PDOP, GNSS HDOP, {{{txt_elems| External Voltage, Speed, Battery Current}}}, Battery Voltage</code>. All records made by {{{model|FMB1YX}}} are regular, and regular packets are sent as low priority records.<p>Priority level (AVL packet priority) can be:</p>  
+
This field allows the enabling of the I/O elements and sets them a priority so they are added to the data packet, which is sent to the server. By default '''{{{txt_count|7}}} I/O elements''' with '''Low priority''' are enabled: <code> {{{txt_elems| Ignition}}}, Movement, GSM Signal, {{{txt_elems| External Voltage, Battery Voltage, Battery Current}}}, Total Odometer</code>. All records made by {{{model|FTX9XX}}} are regular, and regular packets are sent as low priority records.<p>Priority level (AVL packet priority) can be:</p>  
 
===None Priority===
 
===None Priority===
Module doesn't make additional record.
+
The module doesn't make additional records.
 
===Low Priority===
 
===Low Priority===
Module makes an additional record with an indication that the '''event was caused by an I/O element change''' (depending onas [[#Operands|Operands]] configuration).
+
The module makes an additional record with an indication that the '''event was caused by an I/O element change''' (depending on [[#Operands|Operands]] configuration).
 
===High Priority===
 
===High Priority===
Module makes an additional record with High priority flag and '''sends event packet immediately''' to the server using '''GPRS'''.
+
The module makes an additional record with High priority flag and '''sends event packet immediately''' to the server using '''GPRS'''.
===Panic Priority===
+
 
This priority triggers same actions as '''High priority''', but if GPRS fails, it sends an AVL packet using '''SMS data''' if SMS data sending is enabled and the number is provided in [[{{{model|FMB1YX}}}_SMS/Call_settings|SMS/Call Settings]].
   
==High and Low Level==
 
==High and Low Level==
These levels define I/O value range. If I/O value '''enters or exits''' this range, {{{model|FMB1YX}}} '''generates an event'''.  
+
These levels define I/O value range. If I/O value '''enters or exits''' this range, {{{model|FTX9YX}}} '''generates an event'''.
 +
 
 
==Event Only==  
 
==Event Only==  
 
When this is selected, I/O element status value will be '''appended only to eventual records''', otherwise I/O element status value will appear in each AVL record.
 
When this is selected, I/O element status value will be '''appended only to eventual records''', otherwise I/O element status value will appear in each AVL record.
Line 54: Line 64:  
Record is generated when input value changes and the absolute change becomes equal to or higher than the limit value.
 
Record is generated when input value changes and the absolute change becomes equal to or higher than the limit value.
 
[[Image:Fmb120_on_delta_change.png|x150px|none]]
 
[[Image:Fmb120_on_delta_change.png|x150px|none]]
==Avg Const==
  −
If ''Avg Const'' value is 10, new value must be present for 1 second to register the change to a new value. Internal sampling is done every 40 ms, so 25 samples are taken per second. To configure 5 seconds of averaging multiply 10 by 5 yielding 50 as ''Avg Const'' value. The same logic works if the device is in [[{{{model|FMB1YX}}}_Sleep_modes#Deep_Sleep_mode|Deep Sleep mode]].<br />Averaging follows RC exponential curve, see image below:
  −
[[Image:Fmb120_avg_const.png|300px|none]]
  −
For Boolean values of 5τ, values is used, that means value change is taken when new values is averaged to more than 99.3%.
  −
  −
[[File:Alert.png|x30px|]]'''''NOTE: Average Constant is not used as an activation timer or delay timer. But it is used as a filter.'''
  −
''
  −
  −
Event is generated at different times due to variations in voltage. Average constant is designed to filter jumps instead of event generation time.
  −
  −
For example: generation is set to happen at  14500mV, and actual voltage is set to 15000mV, that record will be generated earlier than 10s with avg const set to 100. This is because avg const is calculating time it takes for device to get to actual voltage (in this case 15000 mV), while device will be generating records when it hits 14500mV.