beautypg.com

Kipp&Zonen Brewer MkIII User Manual

Page 125

background image



MKIII OPERATOR'S MANUAL

122

PMT.WINDOW.TIME

float seconds

Immediate

seconds in a window. Should be an integral
multiple of PMT resolution time.

RESET.TIME.OUT

unsigned integer
seconds

on reset

the length of time allowed for initialization of
all motors. This should be larger than the
largest value of MOTOR.TIME.OUT.

RH.ORIGIN

float volt at 0 RH

immediate

Humidity sensor calibration provided by
manufacturer

RH.SLOPE

Float volt/%

immediate

Humidity sensor calibration provided by
manufacturer

SUPPLY.CONVERSION
[]

float

Immediate

Number of volts at the output of the supply to
read one volt via the A/D

SUPPLY.DELTA[
]

float volts

on reset

Permitted (max-nominal and nominal-min)
voltage in watermark recording

SUPPLY.NOMINAL [
]

float volts

on reset

Center voltage in watermark recording

TEMP.DELTA [ ] float degrees

on reset

Permitted (max-nominal and nominal-min)
temperature excursion in watermark
recording

TEMP.NOMINAL [
]

float degrees

on reset

Center temperature in watermark recording

TEMP.ORIGIN [] float degrees

Immediate

number of degrees Celsius offset for 0 volts
at the A/D

TEMP.SLOPE [] Float degrees/volt

immediate

number of degrees Celsius per volt at the A/D
(linear thermistors are used here)

TRACKER.DEBOUNCE.TIME

Float seconds

immediate

debounce time for the tracker control
switches

USE.B3.FOR.LAMPS

Boolean

immediate

Sets response to command: B,3. If set to
YES, lamps are turned on else the command
is ignored.

VERSION.ELEC

unsigned byte

immediate

Records the electronics version

VOLTS.PER.BIT

Float volts

immediate

Resolution of A/D converter in volts per A/D
unit (bit)


Possible es

Meaning

possibilities/format

location within the space

ANSI C integer format

1

which A/D mux input

integer 0 to 23

which digital input

integer 0 to 15

which Brewer internal lamp

0 to 1 or identifier - One of: HG, STD

identifies a motor

see section on I command

identifies a power supply

0 to 6 or identifier One of:
HV, +12V, +5V, -12V, +24V, +5VSEC (secondary
supply), -5VSEC

identifies a thermal sensor

0 to 5 or identifier One of:
PMT (photomultiplier), FAN (internal temperature),
BASE, BELOW.SPECTRO,
WINDOW.AREA, EXTERNAL (external temperature)

identifies a tracker switch
digital input

0 to 4 or identifier One of:
CW, CCW, UP, DOWN, COARSE

Examples

?MOTOR.MAX.ACC[IRIS]

reports the current maximum acceleration for the iris motor.

!PMT.HV.TOLERANCE 50

sets the value of the high voltage tolerance to 50 millivolts.

1

The first character must be a digit. The number interpreted as decimal unless the first digit is a 0 in which
case the second character is tested. If it is 'x' or 'X' the remaining digits are interpreted as a hexadecimal
number. If the second character is a digit the number is interpreted as octal.