10
Example
4
Example
4
F
or
this
program
to
work,
you
need
a
sensor
module
in
channel
A
or
channel
B
.
Function
This
program
counts
the
number
of
times
the
power
reading
goes
into
overrange
.
When
this
program
is
running,
put
the
instrument
under
local
operation
(use
4
Lo cal
5 ,
make
sure
that
NNNNNNNNNNN
RMT
is
o).
Set
the
range
to
the
lowest
manual
range
.
Apply
an
optical
signal
to
the
sensor
,
and
switch
this
signal
on
and
o
to
generate
an
overload.
Listing
10
ASSIGN
@Pmm
TO
722
15
!
20
OUTPUT
@Pmm;"*cls"
30
OUTPUT
@Pmm;"stat:ques:pow:overr:ptr
3;ntr
0;enab
3"
40
OUTPUT
@Pmm;"stat:ques:pow:ptr
1;ntr
0;enab
1"
50
OUTPUT
@Pmm;"stat:ques:ptr
8;ntr
0;enab
8"
60
OUTPUT
@Pmm;"*sre
8"
65
!
70
REPEAT
80
OUTPUT
@Pmm;"syst:err?"
90
ENTER
@Pmm;Err
100
IF
Err<>0
THEN
"Error
Code
=
";Err
110
UNTIL
Err=0
115
!
120
CLEAR
SCREEN
130
TABXY(20,10);"Waiting
for
HPIB-Interrupt
in
an
endless
loop."
140
TABXY(20,11);"If
an
Overrange
occurs,
a
counter
will
be"
150
TABXY(20,12);"incremented."
160
TABXY(20,14);"Overrange
Count
:
";
170
TABXY(20,15);"Serial
Poll
:
";
175
!
180
ON
INTR
7
GOSUB
Pmm_srq
190
ENABLE
INTR
7;2
195
!
200
Ende
=
0
210
REPEAT
220
UNTIL
Ende=200
225
!
230
GOTO
320
235
!
Remote
Operation
-
Programming
Examples
10-7
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Содержание 8153A
Страница 29: ...Index Contents 11 Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 62: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 96: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 116: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 132: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 154: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 184: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 192: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 228: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Страница 240: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...