7 Teleservice Application Framework
User Manual
244/374
Parameter:
Input:
Variable
Variable Type
Description
block_len
uint16
Length of data section in bytes
16 ((for name) + (No. of index * 2))
name
string
File name for returned data (max 16 char)
var_index_n
uint16
Index of variables to be read
Output:
Variable
Variable Type
Description
error_code
uint16
0: no error occurs, else command failed
<name>.dlf
file
DLF file containing the read variables
KFSV
– Set variables
Syntax of command:
KFSV;<var_index_1>;<value_1>;...;<var_index_n>;<value_n> *
KFSV;DAT[VL2<u16_block_len_1><u16_var_index_1><au8_value[m]>...
<u16_block_len_n><u16_var_index_n><au8_value_n[m]>
<0x0000>] **
Syntax of response:
KFSV;<error_code>
*: ASCII mode
**: Binary mode
Description:
Writes a list of variables. Two formats are supported.
In ASCII mode var_index_n and value_n are ASCII coded. Only int8, int16 and int32 types are supported.
The length is not included in the command of this format. It is determined by the variable index.
In binary mode var_index_n and value_n are transferred binary in a data section. All data types are supported.
The sizes of the variables are specified by their types
Additionally, the size of each variable (+2 bytes for the variable index) is included in <block_len_n >.
The command response is the same for both formats. If writing of a variable fails, the command breaks at this
variable and returns the error code of the write operation.
Содержание TC1
Страница 1: ...TC1 User Manual Version of this document V1 00r0 ...
Страница 25: ...5 Hardware User Manual 25 374 5 2 2 Block Diagram Variant TC1 WIFI ...
Страница 34: ...5 Hardware User Manual 34 374 5 6 Housing Connector Top view and side view Bottom View ...
Страница 125: ...7 Teleservice Application Framework User Manual 125 374 TAF overview ...
Страница 174: ...7 Teleservice Application Framework User Manual 174 374 ADDRESS 6 SIZE 4 TYPE UINT32 UNIT COMMENT EnginePower ...
Страница 190: ...7 Teleservice Application Framework User Manual 190 374 How the logger mechanism works ...
Страница 223: ...7 Teleservice Application Framework User Manual 223 374 Association between logic hysteresis and threshold ...
Страница 293: ...8 Development Tools User Manual 293 374 3 Adapt the Build Options in order to build the binary with debug symbols ...
Страница 302: ...8 Development Tools User Manual 302 374 2 Adapt the Build Options in order to build the binary with debug symbols ...