Instrument Neutral Distributed Interface INDI  2.0.2
Classes | Macros
microtouch.h File Reference
#include "indifocuser.h"

Go to the source code of this file.

Classes

class  Microtouch
 

Macros

#define CMD_GET_STATUS   0x80
 
#define CMD_RESET_POSITION   0x81
 
#define CMD_IS_MOVING   0x82
 
#define CMD_HALT   0x83
 
#define CMD_GET_TEMPERATURE   0x84
 
#define CMD_SET_COEFF   0x85
 
#define CMD_GET_COEFF   0x86
 
#define CMD_TEMPCOMP_ON   0x87
 
#define CMD_TEMPCOMP_OFF   0x88
 
#define CMD_UPDATE_POSITION   0x8c
 
#define CMD_GET_POSITION   0x8d
 
#define CMD_SET_MOTOR_SPEED   0x9d
 
#define CMD_GET_MOTOR_SPEED   0x9e
 
#define CMD_SET_TEMP_OFFSET   0x9f
 
#define FOCUS_MOTORSPEED_NORMAL   8
 
#define FOCUS_MOTORSPEED_FAST   4
 

Macro Definition Documentation

◆ CMD_GET_COEFF

#define CMD_GET_COEFF   0x86

Definition at line 32 of file microtouch.h.

◆ CMD_GET_MOTOR_SPEED

#define CMD_GET_MOTOR_SPEED   0x9e

Definition at line 38 of file microtouch.h.

◆ CMD_GET_POSITION

#define CMD_GET_POSITION   0x8d

Definition at line 36 of file microtouch.h.

◆ CMD_GET_STATUS

#define CMD_GET_STATUS   0x80

Definition at line 26 of file microtouch.h.

◆ CMD_GET_TEMPERATURE

#define CMD_GET_TEMPERATURE   0x84

Definition at line 30 of file microtouch.h.

◆ CMD_HALT

#define CMD_HALT   0x83

Definition at line 29 of file microtouch.h.

◆ CMD_IS_MOVING

#define CMD_IS_MOVING   0x82

Definition at line 28 of file microtouch.h.

◆ CMD_RESET_POSITION

#define CMD_RESET_POSITION   0x81

Definition at line 27 of file microtouch.h.

◆ CMD_SET_COEFF

#define CMD_SET_COEFF   0x85

Definition at line 31 of file microtouch.h.

◆ CMD_SET_MOTOR_SPEED

#define CMD_SET_MOTOR_SPEED   0x9d

Definition at line 37 of file microtouch.h.

◆ CMD_SET_TEMP_OFFSET

#define CMD_SET_TEMP_OFFSET   0x9f

Definition at line 39 of file microtouch.h.

◆ CMD_TEMPCOMP_OFF

#define CMD_TEMPCOMP_OFF   0x88

Definition at line 34 of file microtouch.h.

◆ CMD_TEMPCOMP_ON

#define CMD_TEMPCOMP_ON   0x87

Definition at line 33 of file microtouch.h.

◆ CMD_UPDATE_POSITION

#define CMD_UPDATE_POSITION   0x8c

Definition at line 35 of file microtouch.h.

◆ FOCUS_MOTORSPEED_FAST

#define FOCUS_MOTORSPEED_FAST   4

Definition at line 42 of file microtouch.h.

◆ FOCUS_MOTORSPEED_NORMAL

#define FOCUS_MOTORSPEED_NORMAL   8

Definition at line 41 of file microtouch.h.