CHAPTER 2 INSTALLATION
19
Using the IEEE-488 procedures requires three steps.
1. Define the IEEE-488 procedures those will be called later. If you can not sure which
procedures wil1 be used, just key in the statement
{$I TBPGPIB.INC}
to include all the +EEE-488 procedures. Following is the list of TBPGPIB.INC.
{Start of definition of IEEE-488 procedures}
Type lstring = string[255];
procedure ieinit(ioport,myaddr,setting:integer);
begin inline($9A/$00/$04/$00/$DO);end; {call D000:0400}
procedure ieoutput(addr:integer;var tmp:lstring);
begin inline($gA/$03/$04/$00/$DO);end; {call D000:0403}
procedure ieenter(addr:integer;var instr:lstring);
begin inline($9A/$06/$04/$00/$DO);end; {cal+ D000:0406}
procedure ieabort;
begin inline($9A/$09/$04/$00/$DO);end; {call D000:0409}
procedure ieeol(addr,outeol:integer;var outeolstr: lstring;
ineol,ineolb:integer);
begin inline($9A/$0C/$04/$00/$DO);end; {call D000:040C}
procedure iedevclr(addr:integer);
begin inline($9A/$0F/$04/$00/$DO);end; {call D000:040F)
procedure iello;
begin inline($9A/$12/$04/$00/$DO);end; {call D000:0412}
procedure ielocal(addr~integer);
begin inline($9A/$15i$04/$00/$DO);end; {call D000:0415}
procedure ieppoll(var response:integer);
begin inline($9A/$18/$04/$00/$DO);end; {call D000:0418}
procedure ieppollc(addr,config:integer);
begin inline($9A/$1B/$04/$00/$DO);end; {call D000:041B}
procedure ieppollu(addr integer);
begin inline($9A/$1E/$04/$00/$DO);end; {call D000:041E}
procedure ieremote(addr:integer);
begin inline($9A/$21/$04/$00/$DO);end; {call D000:0421}
procedure iesend(var cmdstr:lstring);
begin inline($9A/$24/$04/$00/$DO);end; {call D000:0424}
procedure iespoll(addr:integer;var response:integer);
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...