Models 2510 and 2510-AT User’s Manual
GPIB 488.1 Protocol
F-3
Protocol differences
The following information covers the differences between the 488.1 protocol and the SCPI
protocol.
Message exchange protocol (MEP)
When the 488.1 protocol is selected, the MEP is disabled to speed up GPIB operation.
The following guidelines/limitations must be followed when using the 488.1 protocol:
•
If a query is sent, it must be the only command on the line (this limitation also
means no multiple queries can be sent). Otherwise, full SCPI command syntax is
still supported including long-form and short form commands, multiple com-
mands, and MIN/MAX/DEF parameter definitions.
•
For example, the following command strings are invalid:
:SOUR:VOLT 10;*OPC?
:SOUR:RES?;:READ?
:READ?;:READ?
•
The following command strings are valid:
:SOURce1:TEMPerature 25;:sour:temp:prot 50
:sens:curr:prot 2;:sour:volt 5
:SENS:TEMP:CURR? MAX
:READ?
•
When a query is sent, either the data must be read back or a Device Clear (DCL) or
Interface Clear (IFC) must be performed to reset the query.
•
When sending a command or query, do not attempt to read data from the Source-
Meter until the terminator has been sent (usually Line Feed with EOI). Otherwise,
a DCL or IFC must be sent to reset the input parser.
•
When receiving data, all data, up to and including the terminator (LF with EOI),
must be accepted. Otherwise, a DCL or IFC must be sent to reset the output task.
•
Empty command strings (terminator only) should not be sent.
Using SCPI-based programs
In general, an existing SCPI-based program will run properly and faster in the 488.1 pro-
tocol as long as it meets the above guidelines and limitations.
Summary of Contents for TEC SourceMeter 2510
Page 194: ...A Specifications...
Page 197: ...B StatusandErrorMessages...
Page 206: ...C IEEE 488BusOverview...
Page 221: ...D IEEE 488andSCPI ConformanceInformation...
Page 225: ...E ExamplePrograms...
Page 233: ...F GPIB488 1Protocol...