598226
92
Zoom out
Zoom in
Previous page
1/256
Next page
About program fragments
Program fragments are used to demonstrate proper programming syntax. As the name
implies, only a fragment of the whole program is used to avoid redundancy.
At the beginning of each program, driver files have to be opened. The input terminator
should be set for CRLF. For example:
OPEN "ieee" FOR OUTPUT AS #1
OPEN "ieee" FOR INPUT AS #2
PRINT #1, "interm crlf"
A typical program fragment includes an OUTPUT command and an ENTER command.
The OUTPUT command sends a program message (command string) to the Model 2000
multimeter. If the program message includes a query command, then the ENTER command
is required to get the response message from the Model 2000 multimeter. The ENTER com
-
mand addresses the Model 2000 multimeter to talk. The following example program frag-
ment demonstrates how OUTPUT and ENTER commands are used. Note that the
commands assume address 16, which is the factory-set address of the Model 2000 multim-
eter.
PRINT #1, "output 16; :func 'volt:ac'; func?"
PRINT #1, "enter 16"
If you wish to display the response message on the CRT, the computer will have to read
the message and then “print” it to the CRT display as follows:
LINE INPUT #2, A$
PRINT A$
The following programming example shows how all the above statements are used to-
gether. The program fragment is shown in bold typeface.
OPEN "ieee" FOR OUTPUT AS #1 'Open driver
OPEN "ieee" FOR INPUT AS #2 'Open driver
PRINT #1, "interm crlf" 'CRLF terminator
PRINT #1, "output 16;:func 'volt:ac'; func?"
'Select ACV and query
PRINT #1, "enter 16" 'Get response message
LINE INPUT #2, A$ 'Read response message
PRINT A$ 'Display message
2000-900 (J - Aug 2010) BOOK.fm Page 13 Wednesday, October 12, 2011 12:29 PM
92


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Keithley 2000 at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Keithley 2000 in the language / languages: English as an attachment in your email.

The manual is 5,8 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

Others manual(s) of Keithley 2000

Keithley 2000 User Manual - German - 122 pages


The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info