Appendix A: Integrating the PlateLoc into third-party systems
PlateLoc User Guide
108
GetSealingTime Description
Commands the application to get the current desired seal cycle duration
entered by the user.
Parameters
Returns
LONG
Visual C++ Example
DOUBLE sealing_time;
lres = m_PlateLoc.GetSealingTime(&sealing_time);
Visual Basic Example
DIM sealing_time as DOUBLE
lres = PlateLoc1.GetSealingTime sealing_time
SetSealingTime Description
Sets the seal cycle duration to the desired value entered by the user.
Parameters
Returns
LONG
Visual C++ Example
DOUBLE sealing_time;
lres = m_PlateLoc.SetSealingTime(&sealing_time);
Visual Basic Example
DIM sealing_time as DOUBLE
lres = PlateLoc1.SetSealingTime sealing_time
Name Type Range Description
sealing_time DOUBLE * 0 Gets the user-defined
seal cycle duration
Name Type Range Description
sealing_time DOUBLE * 0.5–12.0 Returns the user-
defined seal cycle
duration