.. _headlabel-refx-data-103: Data 103 (Get Configuration) ============================ This combined data is used for reporting the process of getting configuration. Please check :ref:`Record F3H ` for more information. The frame format of the Data **103** unit is as follows: .. code-block:: none For example (Total 9 bytes): 67 07 01 00 00 00 00 00 00 .. tabularcolumns:: |p{3.2em}|p{8.2em}|p{5.8em}|p{16em}|p{5.8em}| .. table:: :width: 100% :widths: auto +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Parts | Fields | Length (Byte) | Range/Format | Default | +=========+============================================+===============+=============================================+==============+ | ID | Data ID | 1 | 67H (103) | 67H (103) | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Length | Data Length | 1 or 2 | 00H or 07H-7FH or 8080H-80FFH | | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ | Content | `Code` | 1 | 01H-07H | | + +--------------------------------------------+---------------+---------------------------------------------+--------------+ | | `Sub Code` | 1 | 01H-FFH | | + +--------------------------------------------+---------------+---------------------------------------------+--------------+ | | Reserved | 5 | 0000000000H | 0000000000H | +---------+--------------------------------------------+---------------+---------------------------------------------+--------------+ - `Code` Indicates the status of processing. - **01H** - Start to upload. The terminal successfully connected to the file server and started to upload the configuration file. - **02H** - Success to upload. The terminal has successfully uploaded the configuration file. - **04H** - Refused. The terminal refuses to execute the configuration upload command. - **06H** - Failed to connect. The terminal cannot connect to the file server. - **07H** - Failed to upload. The terminal cannot upload the configuration file to the file server. - `Sub Code` Supplementary notes on the status of processing. - **00H** - Normal. - **10H** - Low battery. - **20H** - No network connection. - **21H** - Can't connect to the specific URL. - **F0H** - Operation is in progress. - **FFH** - Unknown.