Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
57
Output
paramValue
float
variable value
Returned Value
Success: 0; Failure: error code excluding 0
Description
Get string type variable value of global variable.
Function
Int GetGlobalVariableStringValue (string paramName, ref string paramValue)
/
Parameter Name
Data Type
Description
Input
paramName
string
variable name
Output
paramValue
string
variable value
Returned Value
Success: 0; Failure: error code excluding 0
Description
Set int type variable value of global variable.
Function
Int SetGlobalVariableIntValue (string paramName, int paramValue)
/
Parameter Name
Data Type
Description
Input
paramName
string
variable name
Output
paramValue
Int
variable value
Returned Value
Success: 0; Failure: error code excluding 0
Description
Set float type variable value of global variable.
Function
Int SetGlobalVariableIntValue (string paramName, int paramValue)
/
Parameter Name
Data Type
Description
Input
paramName
string
variable name
Output
paramValue
float
variable value
Returned Value
Success: 0; Failure: error code excluding 0
Description
Set string type variable value of global variable.
Function
Int SetGlobalVariableIntValue (string paramName, int paramValue)
/
Parameter Name
Data Type
Description
Input
paramName
string
variable name
Output
paramValue
string
variable value
Returned Value
Success: 0; Failure: error code excluding 0
Global script continuous running time setting interface:
Description
Get global script continuous running interval.
Function
Uint GetScriptContinusExecuteInterval ()
Returned Value
Success: interval value; Failure: -1
Description
Set global script continuous running interval.
Function
void SetScriptContinusExecuteInterval (uint nMilliSecond)
/
Parameter Name
Data Type
Description
Input
nMilliSecond
unit
interval, unit: ms
Returned Value
None