10
Example
3
Example
3
F
or
this
program
to
work,
you
need
a
sensor
module
in
channel
A.
Function
This
program
reads
in
values
from
the
HP
8153A,
and
counts
the
number
that
are
read
twice
in
succession.
The
dierence
between
this
and
the
program
given
in
example
2,
is
that
this
program
uses
a
command
that
needs
a
separate
triggering
command.
Listing
10
INTEGER
Dcount,
Vcount
20
REAL
Value1,Value2
30
Dcount=0
40
Vcount=0
50
Value1=-1000
60
Pmm=722
70
CLEAR
SCREEN
75
!
80
OUTPUT
Pmm;"*sre
0;*ese
0"
90
OUTPUT
Pmm;"*cls"
100
OUTPUT
Pmm;"sens1:pow:unit
w;rang:auto
on"
110
OUTPUT
Pmm;"init1:cont
on"
115
!
120
LOOP
130
OUTPUT
Pmm;"fetch1:pow?"
140
ENTER
Pmm;Value2
150
IF
Value2=Value1
THEN
Dcount=1
160
Value1=Value2
170
Vcount=1
180
TABXY(10,10);"Measurement
Value
:
";Value2
190
TABXY(10,11);"Number
Of
Values
:
";Vcount
200
TABXY(10,11);"Double
Read
Values
:
";Dcount
210
END
LOOP
215
!
220
END
Remote
Operation
-
Programming
Examples
10-5
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 ...