62
16.4.
UFC (Universal Flex Coms) Function
The UFC (Universal Flex Coms) function enables arbitrary descriptions to be output when weighing data is output.
Send a program command corresponding to the output format, to the scale and make it store the
command. The program command stored is held even if the power of the scale is turned off.
The number of characters used for the program command is up to 1000.
To use the UFC function, the UFC format needs to be stored in the scale in advance.
To use the UFC function, set function
to “ ”.
The beginning of program command should be “PF,”.
The end of program command (the end of string) should be <CR><LF>.
The variable command is replaced with the scale's weight data or tare data.
Example of Program Command
Command P F , $ P C , ‘ T E X T ‘
, # 2 0 , $ S P
2 , $ C R , $ L F , $ W T , $ C R , $ L
F C
R
L
F
Response AK C
R
L
F
List of Variable Commands and Control Codes
Command Description
Output example
PF,
Program command header
This is added to the beginning of the program command.
<CR><LF> Program command terminator
This is added to the end of the program command.
$PC
Count data
~
~
~
~
+ 1 2 3 4
~
P C
$WT
Weight data
~
~
~
+ 3 . 2 1 0
~
k g
$UW
Unit weight data
+ 1 . 2 3 4 5 6 7
~
~
g
$TR
Tare data
~
~
~
+ 1 . 2 3 4
~
k g
$TL
Total count
~
~
+ 9 9 9 9 9 9
~
P C
$AN
Number of additions
~
~
~
~
1 2 3 4
$CD
ID in use
0 0 0 1 2 3
$NM
Item code in use
A B C D
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
$CP
Comparator result
L O
Comparison result is LO
O K
Comparison result is OK
H I
Comparison result is HI
~
~
No comparison result
$CM
Comma
,
ASCII: 2Ch
$SP
Space
~
ASCII: 20h
$CR
<CR>
ASCII: 0Dh
$LF
<LF>
ASCII: 0Ah
Use upper case characters for the command above.