1 query command format, 1 example: software version query, 2 example: response to software version query – INFICON SQM-242 Thin Film Deposition Controller Card Software Operating Manual User Manual

Page 77: 2 update command format, 1 example: set process update, 2 example response: set process update succeeded

Advertising
background image

5 - 3

IP

N 07

4-

55

1-

P1

A

SQS-242 Operating Manual

5.6.1 Query Command Format

@<command>;<param1>;…;<paramn>;<Chksum><CR>

5.6.1.1 Example: Software Version Query

@QU;11;44<CR>
where:
@

Message start character

;

Separator

QU

Query Utility command

;

Separator

11

Parameter 11 (SQS-242 Software Version)

;

Separator

44

Checksum (see section that follows on checksums)

<CR>

Carriage Return (ASCII 13)

5.6.1.2 Example: Response to Software Version Query

@QU;<ACQ>;2.1.6;??<CR>

(Response to Software Version query)

where:
@;QU;<ACQ>; Query Acknowledged (ASCII 06)
2.1.6

Message (Software Version)

;

Separator

0C

Checksum (actual checksum varies with different

versions)

<CR>

Carriage Return (ASCII 13)

5.6.2 Update Command Format

@<command>;<param1>;...;<paramn>;<data>;<Chksum><CR>

5.6.2.1 Example: Set Process Update

@UP;11;MyProcess;44<CR>
where:
@;UP;

Update Process command

;

Separator

01

Parameter 01 (Set Process)

;

Separator

MyProcess

Data

;

Separator

??

Checksum

<CR>

Carriage Return (ASCII 13)

5.6.2.2 Example Response: Set Process Update Succeeded

@UP;<ACQ>;??<CR>

Advertising