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.
Summary of Contents for TC1
Page 1: ...TC1 User Manual Version of this document V1 00r0 ...
Page 25: ...5 Hardware User Manual 25 374 5 2 2 Block Diagram Variant TC1 WIFI ...
Page 34: ...5 Hardware User Manual 34 374 5 6 Housing Connector Top view and side view Bottom View ...
Page 125: ...7 Teleservice Application Framework User Manual 125 374 TAF overview ...
Page 190: ...7 Teleservice Application Framework User Manual 190 374 How the logger mechanism works ...