1 8
PCLS-848-P User's Manual
3. Develop the program with the IEEE-488 procedures and functions that you need.
4. Compile the source code with the Pascal compiler.
5. Link the OBJ code with the IEEE-488 library MSPGPIB.LIB and other necessary
libraries.
6. Execute the program.
3.3. Using the IEEE 488 Drivers for Turbo Pascal
The main portion of the IEEE-488 procedures for Turbo Pascal has been built into the
firmware already. This feature enable the users to develop Turbo Pascal program
without disc access once he gets: into the TURBO mode.
The file TBPGPIB.INC has the definitions for all of the IEEE-488 . procedures. The
users can put the needed definitions into the program or use the statement {$I
TBPGPIB.INC} to get all the definitions in a single line.
The procedures are defined as ieabort, iedevclr, iedevice, ieenter,: ieentera, ieeol, icinit,
iello, ielocal, icoutput, ieouta, ieppoll, ieppollc, ieppollu, ieremote, iesend, iespoll,
iestatus, ietimout and ietrig. These; procedures allow the PC perform the IEEE-488
BUS activities through . the IEEE-488 interface card.
The routine inside the definition of each procedure is to call the related firmware with
absolute memory address and segment. The default firmware segment is set to hex
D000. Therefore, every procedure has the statement
inline($9A/$yy/$xx/$00/$D0);
These machine codes represents
call ODOOOH:OxxyyH
If the firmware segment is changed to hex D80O, then the statement must be changed
to
inline($9A/$yy/$xx $00/$D8)
Содержание PCLS-848-P
Страница 1: ...PCLS 848 P IEEE 488 INTERFACE CARD PASCA SUPPORT PACKAGE USER S MANUAL...
Страница 6: ...Figures Figuree 7 1 PCL 848A B Block Diagram 77...
Страница 10: ...4 PCLS 848 P User s Manual...
Страница 20: ...14 PCLS 848 P User s Manual...
Страница 32: ...26 PCLS 848 P User s Manual If addr 0 or addr 30 ATN is set false String is entered...
Страница 37: ...CHAPTER 2 INSTALLATION 31 ieinit ioport myaddr setting...
Страница 42: ...36 PCLS 848 P User s Manual If addr 0 or addr 30 ATN is set false Long string is sent...
Страница 56: ...50 PCLS 848 P User s Manual...
Страница 80: ...74 PCLS 848 P User s Manual...
Страница 83: ...CHAPTER 7 THEORY OF OPERATION 77 Figuree 7 1 PCL 848A B Block Diagram...
Страница 84: ...78 PCLS 848 P User s Manual...
Страница 95: ...CHAPTER 7 THEORY OF OPERATION 89...
Страница 97: ...CHAPTER 7 THEORY OF OPERATION 91 Handshake Timing Sequence...
Страница 102: ...96 PCLS 848 P User s Manual...