Chapter 5
S Mode Functions
© National Instruments Corp.
5-19
GPIB-232CT User Manual
ibcl - Enter ibcl Operating System
Type:
General Use function
Syntax:
ib
cl
<CR>
Purpose:
You
use
ibcl
if you wish to enter the interface bus control
language operating system.
Remarks:
After
entering
ibcl
, the user has access to most of the same
GPIB words (commands) as in S mode. In addition to the
GPIB words, there are other predefined words that the user
could use to write complex programs and custom applications.
See Also:
The
GPIB-CT IBCL Reference Manual
included with your
package.
Examples:
1.
PRINT #1,"ibcl"
'Enter the ibcl operating
'system.
response: <CR><LF>
ok<CR><LF>
2.
PRINT #1,": init 5 "+CHR$(34)+" IN;"+CHR$(34)+
" wrt,"
'Define a word,
'called 'init' to initialize
'an IBM 7320 'Color Plotter.
response: ok<CR><LF>
3.
PRINT #1,"init"
'Executed the word,
'defined in Example 2.
response: ok<CR><LF>