6 4
PCLS-848-P User's Manual
4.5. Multiple Device Triggering
A. Example in Microsoft Pascal
{ FILE NAME
:
EX5 MS.PAS
}
{
MULTIPLE DEVICE TRIGGERING
}
{ Purpose
:
This program triggers 2 voltmeters at the same
}
{
time to make the measurement simultaneously.
}
{ Remark
:
This program is written for the HP3478A DMM. If
}
{
another model of voltmeter is used, please check }
{
the operating manual and make necessary modifi-
}
{
cation to this program.
}
{ Language
:
Microsoft Pascal
}
Program exampleS(input,output);
{SINCBUDE: ‘MSPGPIB.INC’}
Procedure iochk;
{I/O error check routine}
var
errno [origin
16lD000:161201A] : integer;
begin
case errno of
0
:
;
1
:
writeln(‘TIME OUTII’);
otherwise
writeln(‘INTERFACE ERRORII’);
end;
end;
{ End of iochk }
var
cmdstr,instrl,instr2: lstring(100);
i,dvml,dvm2; : integer;
begin
{ Begin of main }
ieseg(16#D000);
ieinit(l612B8,21,0);
ieabort;
for i:=1 to 24 do writeln;
{ Clear Screen }
dvml:=23;
dvm2:=24;
{ Set the DVM’s }
cmdstr:=’FlT3RAN5';
ieoutput(dvml,cmdstr);
{ Send DVM #1 setting string }
ioahk;
{ Error check
}
ieoutput(dvm2,cmdstr);
{ Send DVM #2 setting string }
iochk;
{ Error check
}
{ Measurement start }
Summary of Contents for PCLS-848-P
Page 1: ...PCLS 848 P IEEE 488 INTERFACE CARD PASCA SUPPORT PACKAGE USER S MANUAL...
Page 6: ...Figures Figuree 7 1 PCL 848A B Block Diagram 77...
Page 10: ...4 PCLS 848 P User s Manual...
Page 20: ...14 PCLS 848 P User s Manual...
Page 32: ...26 PCLS 848 P User s Manual If addr 0 or addr 30 ATN is set false String is entered...
Page 37: ...CHAPTER 2 INSTALLATION 31 ieinit ioport myaddr setting...
Page 42: ...36 PCLS 848 P User s Manual If addr 0 or addr 30 ATN is set false Long string is sent...
Page 56: ...50 PCLS 848 P User s Manual...
Page 80: ...74 PCLS 848 P User s Manual...
Page 83: ...CHAPTER 7 THEORY OF OPERATION 77 Figuree 7 1 PCL 848A B Block Diagram...
Page 84: ...78 PCLS 848 P User s Manual...
Page 95: ...CHAPTER 7 THEORY OF OPERATION 89...
Page 97: ...CHAPTER 7 THEORY OF OPERATION 91 Handshake Timing Sequence...
Page 102: ...96 PCLS 848 P User s Manual...