The function outputs the IMEI of the modem.
Function Menu | Block Diagram |
---|---|
![]() |
![]() |
Not available
Name | Type | Description |
---|---|---|
digits 8..0 |
int32 |
Number representing the lower 9 digits of the IMEI |
digits 14..9 |
int32 |
Number representing the upper 6 digits of the IMEI |
For example, IMEI 866795030518573
would be represented as:
digits 8..0
= 30518573
digits 14..9
= 866795
In this example, for
digits 8..0
, it is recorded as30518573
(not030518573
). Leading zeros on the left are not displayed when outputting numeric values.
Not available