Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
234
Condition detection
Judge Method
It includes all and any. If the condition meets demands, the judge result is OK.
Condition Type
It includes int and float.
Condition
You need to link with previous module status, or other result outputs.
Valid Value Range
If the result selected meets the range from the min. value to the max. value, the result is
OK, otherwise is NG.
NOTE
The corresponding result of each added condition can be viewed in the history
interface.
The number of digits after the decimal point in the valid value range can be configured
in the specified XML file. A maximum of 3 digits are supported.
Take the default software installation path in a 64-bit system as an example. The file
is under the installation path...\Module(sp)\x64\Logic\IfModule. The XML file is
called ifModuleAlgorithmtab.xml, so change the value of DecimalDigits.
Branch
The branch tools can set the input conditions for different branch modules according to the actual
requirements. When the input condition is this value, the corresponding branch module is executed.
The input value only supports integers and it does not support strings. If you need to enter string
format, you need to use character branch, or use character recognition and branch modules. When
you need to determine the subsequent branch work according to the template matching status, you
can set the input condition as the template matching status, and set the condition value of the branch
module, as shown below.