Checkline J-CC User Manual

Page 4

Advertising
background image

List of remote commands

This list shows the main remote commands applied using DUPLEX instruments.

<NOR>

Places the instrument in Measuring mode (or in Reference mode if the keyboard is

disabled)

<MOD?>

The instrument sends its operating mode (NOR, REF, MIN, MAX, DEL, TOL1)

<STO0>, <STO1> Disables, enables measuring value freeze
<RST>

Resets the instrument to its initial parameters

<SET?>

The instrument sends its main parameters: (MM RES2 REF1 etc)

Note: B1 battery OK , B0 replace the battery

<ID?>

The instrument sends its identification code:

<OUT0>, <OUT1> Disables, enables continuous transfer of the displayed value
<OFF>

Switches off the instrument

<ON>

Switches on the instrument (No command echo when the instrument is switched on !)

<PRI>, <?>

The instrument sends the displayed value. Note: in tolerance mode, the value is followed

by the symbols ‘<‘, ‘=‘ or ‘>‘.

<MM>, <IN>

Changes the measurement unit

<RES2>, <RES3> Changes the resolution: <RES2>: 0.001 mm, <RES3>: 0.01 mm

<REF1>, <REF2>

Changes the reference

<PRE>

Recalls the preset

Refer to the user’s manual of the specific instrument for special applications.


Program samples

Standard Basic

Simplex cable

Serial port opening and parameters

OPEN "COM1:4800,E, 7, 2, PE"

Power supply setting

OUT &H3FC,&H0B

(RTS=ON, DTR = ON)

&H3FC register addresse (COM2: &H2FC)

Set DTR line OFF

OUT &H3FC,&H0A

(RTS=ON, DTR = OFF)

Data reading

Line input #1,a$


Duplex cable

Serial port opening and parameters

OPEN "COM1:4800, E, 7, 2, PE"

Power supply setting

OUT &H3FC,&H09

(RTS=OFF, DTR = ON)

&H3FC register addresse (COM2: &H2FC)

Data request (<CR> will be automatic using this

PRINT #1, "?"

command)

Data reading

LINE INPUT #1,a$

Advertising