/* LIPS slit-stage motor definitions Jan.18,2001. H.Akitaya */ /* output bits */ #define B_CWP 0x01 /* CW-P Bit; 0->1: move */ #define B_CCWP 0x02 /* CW-P Bit; 0->1 move */ #define B_HOFF 0x04 /* H.OFF Bit; 0:on 1:off*/ #define B_FULLHALF 0x08 /* FULL-HALF Bit; 0:full 1:half*/ #define B_CDINH 0x10 /* CD.INH Bit; 0:on 1:off */ /* input bits */ #define B_TIMING 0x08 /* TIMING Bit */ #define B_CWLS 0x10 /* CWLS Bit */ #define B_CCWLS 0x20 /* CCWLS Bit */ #define B_ORG 0x40 /* ORG Bit */ #define PULSEWIDTH 200 /* micro sec */