Changes

no edit summary
Line 80: Line 80:  
* Digital output 4
 
* Digital output 4
 
* Speed
 
* Speed
  −
This parameter is configured with bitmasks.
  −
*eSBD_IO_Bit_Disabled    = 0x00,
  −
*eSBD_IO_Bit_Din1        = 0x01,
  −
*eSBD_IO_Bit_Din2        = 0x02,
  −
*eSBD_IO_Bit_Din3        = 0x04,
  −
*eSBD_IO_Bit_Din4        = 0x08,
  −
*eSBD_IO_Bit_Do1          = 0x10,
  −
*eSBD_IO_Bit_Do2          = 0x20,
  −
*eSBD_IO_Bit_Do3          = 0x40,
  −
*eSBD_IO_Bit_Do4          = 0x80,
  −
*eSBD_IO_Bit_Speed        = 0x100
  −
  −
For example: to enable Din1, Din3 and Do4: 0x01 + 0x04 + 0x80 = 0x85 convert to decimal --> 133.
   
<br></br>
 
<br></br>
 
Configurator parameter IDs and their explanation:
 
Configurator parameter IDs and their explanation:
Line 126: Line 112:  
|-
 
|-
 
| 99422
 
| 99422
| SBD IO source
+
| SBD IO source'''*'''
 
| 0
 
| 0
 
| 8
 
| 8
Line 153: Line 139:  
| RS-232 mode selection. "Satellite backup" - 15
 
| RS-232 mode selection. "Satellite backup" - 15
 
|}
 
|}
 +
 +
<br></br>
 +
'''*''' SBD IO source parameter is configured with bitmasks:
 +
*eSBD_IO_Bit_Disabled    = 0x00,
 +
*eSBD_IO_Bit_Din1        = 0x01,
 +
*eSBD_IO_Bit_Din2        = 0x02,
 +
*eSBD_IO_Bit_Din3        = 0x04,
 +
*eSBD_IO_Bit_Din4        = 0x08,
 +
*eSBD_IO_Bit_Do1          = 0x10,
 +
*eSBD_IO_Bit_Do2          = 0x20,
 +
*eSBD_IO_Bit_Do3          = 0x40,
 +
*eSBD_IO_Bit_Do4          = 0x80,
 +
*eSBD_IO_Bit_Speed        = 0x100
 +
<br></br>
 +
For example: to enable Din1, Din3 and Do4: 0x01 + 0x04 + 0x80 = 0x85 convert to decimal --> 133.
 +
 
===Setting up Alarm priority records===
 
===Setting up Alarm priority records===
 
In addition, you can select which IO element can generate Alarm priority record. The configurable IO parameters are listed as ''SBD IO source'' in list above. In order to do that you need to configure these '''IO''' elements as '''Panic priority'''. If properly configured SBD records are generated and sent if there is no GSM connection.
 
In addition, you can select which IO element can generate Alarm priority record. The configurable IO parameters are listed as ''SBD IO source'' in list above. In order to do that you need to configure these '''IO''' elements as '''Panic priority'''. If properly configured SBD records are generated and sent if there is no GSM connection.

Navigation menu