Download Print this page

Advantech PCL-848A/B User Manual page 39

Multifunction ieee-488 interface card

Advertisement

Purpose:
This command sends user specified IEEE-488 Interface commands to the interface.
Eor example, to send an output string to several instruments simultaneously, you can
establish multiple listener status with the SEND command, then issue the OUTPUT
command with address <0 or >30.
Offset:
SEND%=36
Syntax:
CALL SENDi(CMDS)
CALL ABSOLUTE(CMDS,SENDi)
Parameter:
CMD$ -
Pointer of a string of standard mnemonic IEEE-488 interface
commands. The following can be used:
LISTEN TALK DATA UNL UNT GET DCL GTL P PPD
PPE PPU i REN SDC SPD SPE TCT MLA MTA IFC CMD
LLO SEC EOI
Example:
CMD$=''UNL UNT MTA LISTEN 9 10 SEC 3 DATA
'ABCD'EOI"
See Section 5.4. for more information.
CHAPTER 3 PROGRAMMING REFERENCE
----BASIC
----BASIC Compiler
33

Advertisement

loading