1 2
PCLS-848-P User's Manual
1. The instrument requires a special terminator. Check the instruments instruction
manual and Chapter 4 of this manual.
2. The programming command syntax for the instrument may be incorrect. Check the
examples in the instrument manual.
3. Check all electrical connections.
4. The memory segment hex D000 is occupied by other add-on cards. Remove these
cards if you can. Otherwise, change the DIP switch SW2 and the program for a new
address such as 17;\ hex E000.
5. The I/O port addresses hex 2B0 to 2BF are occupied by other add-on cards.
Remove these cards if you can. Otherwise, change the DIP switch SW1 and the
program for a new address such as hex 2A0.
Contact your local sales representative for further assistance.
Demo Program for Microsoft Pascal
program demol(input,output);
procedure ieseg(progseg:word);extern;
procedure ieinit(ioport,myaddr,setting:integer);extern;
procedure ieoutput(addr:integer;var outstr:lstring);extern;
procedure ieenter(addr:integer;var instr:lstring);extern;
var
outstr,instr: lstring(l00);
addr,i,ioport,myaddr,setting: integer;
begin
addr := 23;
ieseg(16#D000);
ioport :=16Y2B8; myaddr :=21; setting :=0;
ieinit(ioport,myaddr,setting);
outstr := ‘FlTlNSRA’;
ieoutput(addr,outstr);
for i := 1 to 10 do
begin
ieenter(addr,instr);
writeln(i,’ ‘,instr);
end;
end.
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...