beautypg.com

Checkline J-CC User Manual

Page 4

background image

List of remote commands

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

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

disabled)

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

, Disables, enables measuring value freeze

Resets the instrument to its initial parameters

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

Note: B1 battery OK , B0 replace the battery

The instrument sends its identification code:

, Disables, enables continuous transfer of the displayed value

Switches off the instrument

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

,

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

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

,

Changes the measurement unit

, Changes the resolution: : 0.001 mm, : 0.01 mm

,

Changes the reference

  

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 ( will be automatic using this

PRINT #1, "?"

command)

Data reading

LINE INPUT #1,a$