Stg_HeatStage_ContinueCooling, Stg_HeatStage_ContinueHeating, Stg_HeatStage_GetCount, Stg_HeatStage_GetCurrentTemperature, Stg_HeatStage_GetName, Stg_HeatStage_GetStatus, Stg_HeatStage_HoldCurrentTemperature, Stg_HeatStage_SetTemperature, Stg_HeatStage_SetTemperatureRate, Stg_HeatStage_StartHeatingCooling, Stg_HeatStage_StopHeatingCooling, Stg_HeatStageContinueCooling, Stg_HeatStageContinueHeating, Stg_HeatStageGetCurrentTemperature, Stg_HeatStageGetStatus, Stg_HeatStageHoldCurrentTemperature, Stg_HeatStageIsPresent, Stg_HeatStageSetTemperature, Stg_HeatStageSetTemperatureRate, Stg_HeatStageStartHeatingCooling, Stg_HeatStageStopHeatingCooling
Description
Stg_HeatStageContinueCooling();
When called, the heating/cooling device starts cooling.
Description
Stg_HeatStageContinueHeating();
When called, the heating stage starts heating.
Description
Stg_HeatStageGetCurrentTemperature();
This function returns the current temperature of the heating stage.
Description
int Stg_HeatStageGetStatus();
This function returns information about the heating stage status.
Return Values
Note
Different incubators/heating stages start “Holding” after the target temperature is reached and the function returns 3. Other devices reach the target temperature and let it uncontrolled afterwards - the function returns 4.
Description
Stg_HeatStageHoldCurrentTemperature();
When called, the heating stage interrupts heating/cooling and keeps the current temperature.
Description
Stg_HeatStageIsPresent();
Checks if the heating stage is connected.
Description
Stg_HeatStageSetTemperature(
double Temperature
);
This function sets the target temperature of a heating/cooling device in degrees Celsius.
Description
Stg_HeatStageSetTemperatureRate(
double TemperatureRate
);
This function sets the heat stage heating/cooling temperature rate in °C/min.
Description
Stg_HeatStageStartHeatingCooling();
When called the heating stage starts heating/cooling according to the target temperature that is set currently.
Description
Stg_HeatStageStopHeatingCooling();
When called the heating/cooling device stops heating/cooling.
Description
Stg_HeatStage_ContinueCooling(
char *HeatStageName
);
When called, the specified heating/cooling device starts cooling.
Description
Stg_HeatStage_ContinueHeating(
char *HeatStageName
);
When called, the specified heating stage starts heating.
Description
Stg_HeatStage_GetCount();
This function returns number of heating/cooling devices installed in the Device Manager.
Description
Stg_HeatStage_GetCurrentTemperature(
char *HeatStageName
);
Returns the current temperature of the heat stage.
Description
Stg_HeatStage_GetName( intHeatStageIndex
, char *HeatStageName
);
This function retrieves the user name of a heating/cooling device.
Parameters
See Also
Stg_HeatStage_GetCount
Description
int Stg_HeatStage_GetStatus(
char *HeatStageName
);
This function returns information about the heating stage status.
Parameters
Return Values
Note
Different incubators/heating stages start “Holding” after the target temperature is reached and the function returns 3. Other devices reach the target temperature and let it uncontrolled afterwards - the function returns 4.
Description
Stg_HeatStage_HoldCurrentTemperature(
char *HeatStageName
);
When called, the heating/cooling device will hold the current temperature.
Description
Stg_HeatStage_SetTemperature( char *HeatStageName
, doubleTemperature
);
Sets the target temperature of the specified heating/cooling device in degrees Celsius.
Description
Stg_HeatStage_SetTemperatureRate( char *HeatStageName
, doubleTemperatureRate
);
This function sets the heat stage heating/cooling temperature range in °C/min.
Parameters