Changing parameters to the RF6x1 hand terminal from the host application
The host application can change parametrs of the hand terminal "on the fly" but some parameters requires reset before new values are valid.
Hand terminals 4-digit password
4-digit password prevents end users and third party host applications for accessing to advanced settings of the hand terminal.
Factory default password in the hand terminals are "1234". It's recommended to change it after receiving from Nordic ID.
Password can be set by editing and uploading password.pcg file to the hand terminal using RF6x1Configurator program.
Host application cannot change hand terminal parameters if 4-digit password is "0000".
PLServer method: "SetParameter" is used for changing parameters:
short SetParameter(long id, LPCTSTR pwd, LPCTSTR addr, LPCTSTR data)
id = commID of the hand terminal
pwd = 4-digit password of the hand terminal (string).
addr = Parameter name to change (string).
data = Value of parameter (string)
Parameter name (addr) | Value (data) |
---|---|
SLEEP |
Sleep timeout |
RX_TIMEOUT |
Reception time limit 1-15 sec. 0 = 0.5 sec. |
SEND_RETRY_CNT |
Resending times 1 - 9 |
OLDWHAT |
"WHAT" command behavior 0=New style 1 = Old style |
CHAR_MAP |
Code area 160-255 Character map 0 = default charset Original from RF6x0 device. Based on Latin-1 (West europe) 1 = ANSI Windows 1250 (East europe) 2 = ANSI Windows 1251 (Russian cyrillic) 3 = ANSI Windows 1252 (West europe) 4 = ANSI Windows 1257 (Baltic) 5 = Latin-10 (ISO-8859) South-Eastern Europe 6 = Koi8r (russian codepage) 7 = RF500 original |
MID_TBL |
Mid area (128-159) character map |
DOT_COMMA |
Printing DOT (.) or COMMA (,) when pressing dot key in the hand terminal 0 = DOT 1 = COMMA |
EXTRAID |
Extra ID 0-255 |
RESET |
Resets hand terminal |
HEADING |
Heading text of the initial screen Default text = "Nordic ID RF601" or "Nordic ID RF651 " Max 20 characters |
LASER_PARAM |
Symbol SE955 laser scanner parameter change Example: Enable CODE 93 Example: Set Interleave 2 of 5 to read any length |
F1, F2, F3, F4, F5, F6, F7, F8, F9, F10 |
F-key texts |
SYSTEM |
System parameter (Do not use without knowing what to do) |