_Stg_InitializeSlideLoader, Stg_AllowSlideLoaderCassetteManipulation, Stg_GetBarCode, Stg_GetBarCodeEx, Stg_GetCassetteCount, Stg_GetLoadedSlide, Stg_GetSlideCount, Stg_GetSlideLoaderHolderCapacity, Stg_InitializeSlideLoader, Stg_IsBarCodeScanned, Stg_IsCassettePresent, Stg_IsCassetteScanned, Stg_IsSlideLoaded, Stg_IsSlideLoaderCassetteManipulationAllowed, Stg_IsSlideLoaderInitialized, Stg_IsSlidePresent, Stg_IsSlidePresentEx, Stg_LoadSlideFrom, Stg_PreScanBarCode, Stg_ScanCassette, Stg_ScanPosition, Stg_SetSlidePresent, Stg_SlideloaderCheckStageEmpty, Stg_SlideLoaderGetHwStatus, Stg_SlideLoaderMoveAtVelocity, Stg_SlideLoaderShowError, Stg_SlideLoaderWarmInitAvailable, Stg_StopSlideLoader, Stg_TransferSlide, Stg_UnloadSlide, Stg_UnloadSlideTo
Description
Stg_AllowSlideLoaderCassetteManipulation();
Allows manipulation with the slide loader cassette.
Description
Stg_GetBarCode( intcassette
, intslide
, char *LpBarCode
);
This function returns the bar code which was scanned on the selected slide in a cassette.
Description
Stg_GetBarCodeEx( intcassette
, intslide
, intHolderPos
, char *LpBarCode
);
This function returns the bar code which was scanned on the selected slide in a cassette.
Description
Stg_GetCassetteCount();
This function returns number of scanned cassettes.
Description
Stg_GetLoadedSlide( int *cassette
, int lp *Slide
);
This function returns identification number of the slide which is currently loaded.
Description
Stg_GetSlideCount(
int cassette
);
This function returns the maximum number of slides in the selected cassette.
Description
Stg_GetSlideLoaderHolderCapacity();
Returns the capacity of the slide holder.
Interactive command to this function: Devices > Initiate loader
Description
Stg_InitializeSlideLoader();
This function initializes the slide loader.
See Also
Description
Stg_IsBarCodeScanned( intcassette
, intslide
);
Retrieves the information if a bar code on a selected slide in a cassette has been already scanned or not.
Parameters
Description
Stg_IsCassettePresent(
int cassette
);
Retrieves the information if the selected cassette is present or not.
Description
Stg_IsCassetteScanned(
int cassette
);
Retrieves the information if the selected cassette has been already scanned or not.
Description
Stg_IsSlideLoaded();
Retrieves the information if the slide in a cassette is loaded.
Description
Stg_IsSlideLoaderCassetteManipulationAllowed();
Returns whether the cassette manipulation is allowed with the current slide loader.
Description
Stg_IsSlideLoaderInitialized();
This function returns the information whether the slide loader has been initialized or not.
Description
Stg_IsSlidePresent( intcassette
, intslide
);
Retrieves the information if the selected slide in a cassette is present or not.
Parameters
Description
Stg_IsSlidePresentEx();
Retrieves the information if the selected slide in a cassette is present or not.
Description
Stg_LoadSlideFrom( intcassette
, intslide
);
This function loads a slide specified by its location.
Description
Stg_PreScanBarCode( intcassette
, intslide
);
This function scans the bar code on the selected slide in a cassette.
Parameters
Note
If you set the cassette parameter to 2 and slide parameter to -1, all slides on the cassette number 2 are scanned.
Description
Stg_ScanCassette(
int cassette
);
This function scans the selected cassette.
Description
Stg_ScanPosition( intcassette
, intslide
);
Makes the device scan the selected position for presence of a slide.
Description
Stg_SetSlidePresent( intcassette
, intslide
);
Marks a position in a cassette as loaded with a slide/well plate.
Description
Stg_SlideLoaderGetHwStatus();
This function returns a 32-bit number to indicate the Slide Loader status. Please find further details in the manufacturer's device documentation.
Description
Stg_SlideloaderCheckStageEmpty(
int *LpPlatePresent
);
Verifies whether the stage is empty or occupied.
Description
Stg_SlideLoaderMoveAtVelocity( intAxis
, intSpeed
);
This function enables you to specify precise velocity and direction of the mechanical hand movement.
Parameters
Description
Stg_SlideLoaderShowError(
int ForceShowError
);
If an error occurs when working with the slide loader device, you are notified about it by a message box. However, this works only with the SlideLoader GUI element (control window) displayed. If the control window is closed, no message box appears. Run this function to override this behavior and display the error messages at all times.
Description
int Stg_SlideLoaderWarmInitAvailable();
Tests whether a warm initialization of the loader is safe or not.
Description
Stg_TransferSlide( intCassetteSrc
, intSlideSrc
, intCassetteDst
, intSlideDst
);
This function transfers slide to a new position.
Parameters
Description
Stg_UnloadSlide();
This function unloads the loaded slide to its original location.
Description
Stg_UnloadSlideTo( intcassette
, intslide
);
This function unloads the currently loaded slide to the specified position.
This function runs the Devices > Initiate loader command.
Description
_Stg_InitializeSlideLoader();
This function opens the Stage warning dialog before initializing the slide loader.
See Also