Keithley SourceMeter 2600 Series Reference Manual page 453

Table of Contents

Advertisement

Series 2600 System SourceMeters Reference Manual
Example: The following code will display "Test in Process" on the top line, and
"Do Not Disturb" on the bottom line:
display.clear()
display.setcursor(1, 1, 0)
display.settext("Test in Process")
display.setcursor(2, 6, 0)
display.settext("Do Not Disturb")
Character codes
The following special codes can be imbedded in the
customize the message:
$N
$R
$B
$D
$F
$$
In addition to displaying alpha-numeric characters, other special characters can
be displayed. Refer to
of special characters and their corresponsing codes. For example to display the
Greek symbol omega, Ω, use the following:
display.clear()
c = string.char(18)
display.settext(c)
Examples
The following code uses the
"Test in Process" on the top line and the blinking message "Do Not Disturb" on the
bottom line:
display.clear()
display.settext("Test in Process $N$BDo Not Disturb")
The following code uses the
me $8" on the top line:
display.clear()
display.setcursor(1, 1)
display.settext("You owe me $$8")
Newline – Starts text on the next line. If the cursor is already on line 2, text
will be ignored after the '$N' is received.
Sets text to Normal.
Sets text to Blink.
Sets text to Dim intensity.
Set text to background blink.
Escape sequence to display a single "$".
Appendix
$N
$$
Return to
text
F,
Display Character Codes
and
character codes to display the message
#B
character code to display the message "You owe
Section 14 topics
2600S-901-01 Rev. A / May 2006
Display Operations 14-7
string to configure and
for a compete listing

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents