Appendix A: Integrating the PlateLoc into third-party systems
PlateLoc User Guide
106
Close Description
Closes the PlateLoc ActiveX.
Parameters
None
Returns
LONG
Visual C++ Example
lres = m_PlateLoc.Close();
Visual Basic Example
lres = PlateLoc1.Close
GetActualTempera
ture
Description
Commands the application to get the current temperature of the hot
plate.
Parameters
Returns
LONG
Visual C++ Example
SHORT actual_temp;
lres = m_PlateLoc.GetActualTemperature
(&actual_temp);
Visual Basic Example
DIM Actual_temp as INTEGER
lres = PlateLoc1.GetActualTemperature Actual_temp
Name Type Range Description
actual_temperature SHORT * 0 Contains the temperature
value after returning from a
call.