GX-A Series/GF-A Series Communication Manual 34 / 41
□ Enclose any ASCII code string in single quotation marks. The character strings that can be
output are alphanumeric characters and symbols. In addition, the single quotation marks
themselves are enclosed in two single quotation marks.
Example: To output the character string ABC: 'ABC'
To output the character string 'ABC': '”ABC”'
□ To output the ASCII control code, enter '# + 2 hexadecimal characters'.
Example: To output <EOT> (04h): # 04
□ Spaces ($ SP), <CR> ($ CR), and <LF> ($ LF) can be repeated with numbers by adding '* +
numbers (up to 2 characters)' after the command.
Example: To output 12 spaces: $ SP * 12
To output 9 <CR>’s : $ CR * 9
□ When sending a program command of two or more lines, adding '&' at the end of one line the
balance will judge the next line as the continuation of the program command.
□ The balance sends an error code if there is a problem after receiving a program command and
sends an <AK> code if there is no problem. <AK> code is ASCII 06h code.
□ WinCT-UFC Data communication software is available for inputting program commands.
WinCT-UFC can be downloaded from our website (http://www.aandd.co.jp).