Agilent Technologies Velocity11 VSpin User Manual page 101

Microplate centrifuge
Table of Contents

Advertisement

ShowDiagsDialog
SpinCycle
Argument
Argument
Type
Name
DOUBLE
vel_percent
DOUBLE
accel_percent
DOUBLE
decel_percent
SHORT
timer_mode
Visual Basic
VSpin1.Initialize "My
Profile", 1
'Open control dialog
VSpin1.ShowDiagsDialog 0
VSpin1.Close
Description
Displays the Diagnostics dialog.
Parameters
Type LONG, name reserved, range 0
Returns
None
Example
Visual Basic
VSpin1.Initialize "My
Profile", 1
'Open diagnostics dialog
VSpin1.ShowDiagsDialog 0
VSpin1.Close
Description
Commands the VSpin to perform a spin cycle.
Parameters
Range
Description
1.0–100.0
Percentage of maximum velocity to run.
1.0–100.0
Percentage of maximum acceleration to run.
1.0–100.0
Percentage of max deceleration to run.
0–1
When TIMER_MODE_TIME_TOTAL=0, the entire
VSpin cycle takes time seconds.
When TIMER_MODE_TIME_AT_SPEED=1, the VSpin
spends time seconds at full speed.
Chapter 6: ActiveX Controls
VSpin User Guide
Visual C++
// Initialize to use "My Profile. "
m_VSpin.Initialize("My
Profile",1);
// Show the main user dialog.
m_VSpin.ShowDiagsDialog(0);
m_VSpin.Close();
// Close the profile.
Visual C++
// Initialize to use profile.
m_VSpin.Initialize("My
Profile",1);
// Open diagnostics dialog.
m_VSpin.ShowDiagsDialog(0);
m_VSpin.Close();
// Close the profile
91

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents