MSI-9000 CellScale
®
System • 3750CS User Guide Page 65
MEASUREMENT SYSTEMS INTERNATIONAL
Software V1-15 to 1-20
@D
PRINT DATE
Purpose:
Use the @D command to print the date register of the real time clock/calendar.
Input Data Form:
@D1
Full alpha date in the form DDMMMYY with the month spelled out
@D2
Print date in the form MM/DD/YY
@D3
Print date in the form DD/MM/YY (European Standard)
@D4
Print the day of the week
@D5
Full alpha date in the form DDMMMYYYY with month spelled out
@D6
Print date in the form MM/DD/YYYY
@D7
Print date in the form DD/MM/YYYY (European Standard)
Output Data Form:
@D1
2 5 J U L 0 0
Length: 8 Justification: left, leading day zero suppressed
@D2
4 / 2 5 / 0 0
Length: 8 Justification: full, leading month zero suppressed
@D3
2 5 / 0 7 / 0 1
Length: 8 Justification: left, leading day zero suppressed
@D4
S A T U R D A Y
Length: 10 Justification: left, position 10 always a space.
@D5
2 5 J U L 2 0 0 0
Length: 8 Justification: left, leading day zero suppressed
@D6
4 / 2 5 / 2 0 0 0
Length: 8 Justification: full, leading month zero suppressed
@D7
2 5 / 0 7 / 2 0 0 1
@E
PRINT END OF LINE
Use the @E command to output the end-of-line string. The EOL string is entered in the printer Format
section
Input Data Form:
@E
Output Data Form:
Sends out the EOL string. Usually a Carriage Return or Line Feed, CR/LF, ETX, etc. Can include formatting
commands. See Format
@H
PRINT HORIZONTAL TABS
Purpose:
Use the @H command to send a series of Tabs. Can be used to position data on a label without having
to enter multiple spaces. Not all printers support tabs. Check with printer manual for proper application
of tabs in printer formatting.
Input Data Form:
@Hxx where xx is any number from 01 to 99 which equals the number of tabs desired. Note: you must
enter two digits following the “@H”.
Output Data Form:
“x” tabs are printed (limited to 99). For more tabs use two @H commands in series.