. . . . .
REMOTE INTERFACES
TP04300 Series Interface & Applications Manual 4-9
Section F:
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Maximizing Communications Throughput
• Sending multiple commands separated by semicolons helps to eliminate potential delays
in the control program. See Syntax, page 4-6.
• The System will process multiple program message units in the same message without
waiting between them.
• For example, the multiple command message:
SETP 25;LLIM 30;ULIM 90<LF>
*ESR?<LF>
will execute more quickly than:
SETP 25<LF>
LLIM 30<LF>
ULIM 90<LF>
*ESR?<LF>