107
Appendix A: Integrating the PlateLoc into third-party systems
PlateLoc User Guide
GetSealingTempera
ture
Description
Commands the application to get the current desired sealing
temperature entered by the user.
Parameters
Returns
LONG
Visual C++ Example
SHORT sealing_temp;
lres = m_PlateLoc.GetSealingTemperature
(&sealing_temp);
Visual Basic Example
DIM sealing_temp as INTEGER
lres = PlateLoc1.GetSealingTemperature sealing_temp
SetSealingTempera
ture
Description
Sets the sealing temperature of the hotplate to the desired value entered
by the user.
Parameters
Returns
LONG
Visual C++ Example
SHORT sealing_temp;
lres = m_PlateLoc.SetSealingTemperature
(&sealing_temp);
Visual Basic Example
DIM sealing_temp as INTEGER
lres = PlateLoc1.SetSealingTemperature sealing_temp
Name Type Range Description
sealing_temperature SHORT * 0 Gets the user-defined
sealing temperature
Name Type Range Description
sealing_temperature SHORT * 20–235 Returns the user-defined
sealing temperature