![]() |
VWorks software calls the SpinCycle method to tell the plugin to spin the loaded labware using the specified motion and time parameters.
HRESULT SpinCycle(
[in] DOUBLE vel_percent,
[in] DOUBLE accel_percent,
[in] DOUBLE decel_percent,
[in] enum TIMER_MODES timer_mode,
[in] LONG time_in_secs,
[in] BSTR location_name,
[out,retval] enum ReturnCode *retVal
);
[in] The rotor velocity, as a percent of the maximum rotor velocity. [in] The acceleration of the centrifuge, as a percent of maximum acceleration. [in] The deceleration of the centrifuge, as a percent of maximum deceleration (braking). 0 = Set the next spin session to last for the specified duration, including the time to accelerate and decelerate (TIMER_MODE_TOTAL_TIME)1 = Set the next spin session to last for the specified duration, excluding the time to accelerate and decelerate (TIMER_MODE_TIME_AT_SPEED)2 = This value is not currently used (TIMER_MODE_CONTINUOUS_SPIN) [in] The length of time to spin the labware in the desired timer mode, in seconds. 0 = The request was completed (RETURN_SUCCESS)1 = Something was wrong with the input, so the request was not completed (RETURN_BAD_ARGS)2 = The request was not completed (RETURN_FAIL)