Page 26 of 62
NTI AG / LinMot
Meaning of the code in the response to the telegram “Get parameter type”
Supported Parameter Types:
Type
Code
Bit
Length
Description
00h
1
BOOL
01h
8
UINT8
02h
8
SINT8
03h
16
UINT16
04h
16
SINT16
05h
32
UINT32
06h
32
SINT32
07h
32
LIN_FLOAT ( not used as parameter)
08h
#Char x 8 STRING
09h
#Char x 8 CAP_DIR
0Ah
1
RADIO_DIR_BIT
0Bh
16
RADIO_DIR16
0Ch
8
ENUM_DIR8
0Dh
16
ENUM_DIR16
0Eh
32
STRINGLET (Part of String 4 Characters)
0Fh
32
CAP_DIRLET (Part of String 4 Characters)
10.1 Parameter Configuration Read ROM value example
With command the RAM value of the UPID 13A2h (P Gain Position Controller, UPID 6198h for B1100) is read.
With the default MC response the requested value is added in the last 4 bytes of it.
Request: Read ROM value of UPID
Byte
Offset
Value
Description
0
01h
Fix ID Telegram start
1
11h
Destination node ID
2
05h
Telegram length
3
02h
Fix ID start data
4
00h
Message Sub ID (Cfg Read ROM Value)
5
05h
Message Main ID (Parameter Configuration)
6
A2h
UPID Low Byte (P Gain Position Controller)
7
13h
UPID High Byte (P Gain Position Controller)
8
04h
Fix ID telegram end