Difference between revisions of "Haake Commands"
From ESE497 Wiki
Jump to navigationJump to searchChuckHolmes (talk | contribs) (Created page with '===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 t…') |
ChuckHolmes (talk | contribs) |
||
Line 1: | Line 1: | ||
===haakeGo_cdh(s)=== | ===haakeGo_cdh(s)=== | ||
− | This command starts the ThermoHaake pumping and heating. The passed variable s is the handle of the ThermoHaake. | + | This command starts the ThermoHaake pumping and heating. The passed variable ''s'' is the handle of the ThermoHaake. |
===haakeStop_cdh(s)=== | ===haakeStop_cdh(s)=== | ||
− | This command stops the ThermoHaake pumping and heating. The passed variable s is the handle of the ThermoHaake. | + | This command stops the ThermoHaake pumping and heating. The passed variable ''s'' is the handle of the ThermoHaake. |
===haakePumpSpeed_cdh(s, speed)=== | ===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. | 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. |
Latest revision as of 03:49, 13 May 2011
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.