Fluke 9100A-017 Manual page 90

Vector output i/o module
Hide thumbs Also See for 9100A-017:
Table of Contents

Advertisement

Example 1:
!Wait for drive and handshake to complete on
!/mod1
vectordrive device "/mod1"
loop while ((drivepoll device "/mod1") <> 3)
end loop
print "vector drive completed"
Example 2:
! Use "/mod2" to supply the rising edge to
! "/mod1" each time a handshake is needed.
writepin device "/mod2", pin 1, level "0"
vectorload device "/mod1", file "vec1"
edgeoutput device "/mod1", start
"at_vectordrive"
vectordrive device "/mod1"
n = 0
loop while (n <> 3)
end loop
Remarks:
If the sysncoutput mode is set to "drclk" or "intfreq", and
a signal on the external STOP line is received with the
proper edge, vectordriving will be terminated, but
drivepoll will not show this termination since all vectors
loaded have not been driven.
Related Commands:
vectordrive
drivepoll-2
n = drivepoll device "/mod1"
if n = 0 then
! give edge to mod1
writepin device "/mod2", pin 1,
level "1"
writepin device "/mod2", pin 1,
level "0"
end if

Advertisement

Table of Contents
loading

This manual is also suitable for:

9100a series

Table of Contents