User Data; Character Set; Introduction To The Scpi Language - MAGSYS IGM11 Operating Instructions Manual

Hide thumbs Also See for IGM11:
Table of Contents

Advertisement

Industrial Gaussmeter IGM11 Operating Instructions
Chapter 9 Serial Interfaces

User Data

The transfer parameters of the interface, e.g. the data rate can be set in the set-up
menu.

9.6.1 Character Set

The ASCII character set is used. The following control characters are used:
Character
<LF>
<CR>
<STX>
Other control characters, e.g. tabulator (0x09h), can be sent from an external con-
troller in order to get a clear format. They will be ignored by the IGM11.

9.6.2 Introduction to the SCPI Language

The programming language SCPI (Standard Commands for Programmable Devices)
defines the way a measuring device (here the gaussmeter) can communicate with a
controller. The SCPI language uses a hierarchical structure. The command tree con-
sists of root node commands that are placed on top and several levels below each
root node command. You have to specify the complete path to execute commands of
the lower levels.
9.6.2.1 Command Structure
The commands generally have a short and a long form. In the following descriptions,
the short form is written in upper case. The appended long form is written in lower
case. Only the characters of the short form are checked for syntactic correctness. The
evaluation of a command is case insensitive. The same applies to the parameters. A
parameter is always written in long form and in upper case.
9.6.2.2 Path Separator ":"
A command of the root node starts with a colon. A colon between two commands
separates one hierarchical level from the subsequent lower level. You can omit the
colon at the beginning of a command if the command is the first of a new command
line.
Page 51 / 92
Value
Decimal
Octal
10
012
13
015
2
002
Function
Hexadecimal
End of command line
0A
Feed
0D
Abort
02

Advertisement

Table of Contents
loading

Table of Contents