_BatchAnalysis, _BatchGeneralAnalysis, _BatchSPT, _CreateNewRecipe, _EditExistingAnalysis, _Load_Settings, _NewGeneralAnalysis, _OpenExistingAnalysis, _OpenExistingRecipe, _RunApplication, _RunApplicationConventional, _RunGeneralAnalysis, _RunGeneralAnalysis3, _RunGeneralAnalysisInWizard, _RunGeneralAnalysisRGBInWizard, _ShowAnalysisRunResults, _ShowAnalysisRunResultsGraph, _ShowAnalysisRunResultsReport, _ShowAnalysisRunResultsTable, _ShowAnalysisSumResults, _ShowAnalysisSumResultsGraph, _ShowAnalysisSumResultsReport, _ShowAnalysisSumResultsTable, _ShowUserManager, _SMTPConfig, BatchAnalysis, Beep, Convert_ms_To_Time, Enable_Special_Actions, EnableContextMenu, Load_Settings, RemoveInputMessages, RunApplicationConventional, RunGeneralAnalysis, RunGeneralAnalysisDB, Save_Configuration, Save_Settings, SetReferenceTime, SMSSend, SMTPConfig, SMTPSendEmail
Description
BatchAnalysis( char *RecipeName
, char *BatchAnalysisDir
, intBatchAnalysisIncludeSubdirs
);
Runs the Batch Analysis.
Description
Beep();
This function plays a sound corresponding to a given system alert level. The function has no menu equivalent.
Description
Convert_ms_To_Time( int *ms
, int *sec
, int *min
, int *hour
, inttime
);
This function converts the time from millisecond-value to the sequence of ms, sec and hour values.
See Also
Get_UserTime
Description
EnableContextMenu(
int EnableMenu
);
This function enables/disables context menu in the picture window.
Description
Enable_Special_Actions(
int Enabled
);
This function enables/disables special mouse actions such as caption, status bar left double-click or toolbar right double-click.
See Also
EnableButtons
Description
Load_Settings(
char *Filename
);
This function loads settings from the specified BIN file which was previously created by the Save_Settings function.
See Also
_Load_Settings
Description
RemoveInputMessages();
This function removes the keyboard and mouse input messages from the application queue.
Description
RunApplicationConventional( char *ApplicationName
, char *RecipeName
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Displays the window of one of the Bio Analysis module conventional applications.
Parameters
Interactive command to this function: Image > General Analysis
Description
RunGeneralAnalysis( char *RecipeName
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Executes the general analysis.
Parameters
Description
RunGeneralAnalysisDB( char *RecipeName
, intNDTLoop
, intNDMPLoop
, intNDZLoop
);
Runs the specified General Analysis 2 recipe.
Parameters
Description
SMSSend( char *PhoneNumber
, char *Country
, char *Carrier
, char *Message
);
Sends Short Message Service (SMS) notifications.
Interactive command to this function: HCA/JOBS > Presets > Email Setup
Description
SMTPConfig( char *SMTPServerName
, intSMTPPort
, intSMTPUseDefalutSecurityType
, intSMTPSecurityType
, char *SMTPLogin
, char *SMTPPassword
, char *SMTPSenderMail
, char *SMTPSenderName
);
This function specifies server/mail settings which are used when the SMTPSendEmail function is called.
Parameters
SMTPSecurityType
Security protocol to be used for connection to the mailserver. Different protocols usually use different port numbers.
SMTPLogin
If the SMTP server requires authentication, fill in the appropriate user account name e.g. “firstname.surname”.
SMTPPassword
If the SMTP server requires authentication, fill in the password for the SMTPLogin account
See Also
SMTPSendEmail
Description
SMTPSendEmail( char *RecipientName
, char *Subject
, char *Message
);
This function sends an e-mail to the specified recipient. SMTP server must be configured correctly using the SMTPConfig or _SMTPConfig functions.
Parameters
See Also
SMTPConfig, _SMTPConfig
Description
Save_Configuration();
This function saves the current application configuration.
Note
You can invoke this function by selecting the application system menu > Save Configuration command or directly via shortcut Shift+Alt+F4.
Description
Save_Settings( char *Filename
, intMask
);
This function saves the selected type of settings to an external *.bin file.
Parameters
Description
SetReferenceTime();
This function sets the reference time to the current time.
Description
_ShowUserManager();
This function displays the Edit > General Options > User Rights dialog window. User groups and their rights can be edited there.
Description
_CreateNewRecipe(
char *ApplicationName
);
Opens the specified analysis so that a new recipe can be created.
Description
_EditExistingAnalysis( char *ApplicationName
, char *Name
);
Opens the selected analysis window for editing.
Parameters
Description
_Load_Settings();
This function loads the settings from an external *.bin file. The *.bin files are produced by the Save_Settings function.
See Also
Save_Settings
This function runs the Image > New GA3 recipe command.
Description
_NewGeneralAnalysis(
char *ApplicationName
);
Opens the analysis specified in the ApplicationName parameter.
Description
_OpenExistingAnalysis( char *ApplicationName
, char *Name
);
Opens the analysis based on the following parameters.
Parameters
Description
_OpenExistingRecipe( char *ApplicationName
, char *Name
);
Opens an existing analysis recipe of the given name.
Parameters
Description
_RunApplication(
char *ApplicationName
);
Displays the window of one of the Bio Analysis module conventional applications. A Timelapse-only ND2 file must be opened in order for the function to work.
Description
_RunApplicationConventional(
char *ApplicationName
);
Displays the window of one of the Bio Analysis module conventional applications. A Timelapse-only ND2 file must be opened in order for the function to work.
Parameters
See Also
_RunApplication
Description
_ShowAnalysisRunResults( int64DbKey
, char *Title
);
Displays the analysis results in a summary table. Title parameter is the address of the buffer that receives a title.
Description
_ShowAnalysisSumResults( int64DbKey
, char *Title
);
More analysis results are shown in a summary table. Title parameter is the address of the buffer that receives a title.
This function runs the Image > General Analysis command.
Description
_RunGeneralAnalysis(
char *ApplicationName
);
This function displays a pop-up window containing General Analysis settings.
This function runs the Image > Most Recent GA3 recipe command.
Description
_RunGeneralAnalysis3();
Opens the General Analysis 3 dialog window.
Description
_RunGeneralAnalysisInWizard();
Opens the General Analysis window.
Description
_RunGeneralAnalysisRGBInWizard();
Opens the General Analysis RGB in the wizard mode. This is the same as if the analysis is edited, placed into wizard, closed and then executed from Analysis Explorer using the Run Wizard on current document button.
This function runs the HCA/JOBS > Presets > Email Setup command.
Description
_SMTPConfig();
Displays a GUI window where SMTP settings can be configured.
Description
_ShowAnalysisRunResultsGraph( int64DbKey
, char *Title
);
Displays the results graph of the specified analysis run.
Description
_ShowAnalysisRunResultsReport( int64DbKey
, char *Title
);
Displays the results report of the specified analysis run.
Description
_ShowAnalysisRunResultsTable( int64DbKey
, char *Title
);
Displays the results table of the specified analysis run.
Description
_ShowAnalysisSumResultsGraph( int64DbKey
, char *Title
);
Displays the summary results graph of the specified job run.