Haake Commands
From ESE497 Wiki
Revision as of 03:49, 13 May 2011 by ChuckHolmes (talk | contribs)
Contents
haakeGo_cdh(s)
This command starts the ThermoHaake pumping and heating. The passed variable s is the handle of the ThermoHaake.
haakeStop_cdh(s)
This command stops the ThermoHaake pumping and heating. The passed variable s is the handle of the ThermoHaake.
haakePumpSpeed_cdh(s, speed)
This command changes the pump speed of the ThermoHaake to the value speed. The passed variable s is the handle of the ThermoHaake.
haakeSetTmpr_cdh(s, tmpr)
This command changes the target temperature of the ThermoHaake to the value tmpr. The passed variable s is the handle of the ThermoHaake.
haakeGetThermistorTmpr_cdh(s)
This command return the value of the ThermoHaake's current thermistor measurement. The value returned has units of degrees Celsius. The passed variable s is the handle of the ThermoHaake.