Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
298
NOTE
The script here acts as a delay because the data queue follows the principle of first-in-
first-out and the data can only be taken out when the number in a row is full. Make
sure that flows before the receiving data module has operated.
When the software trigger is selected and the global operation is performed in a single time, the
solution can achieve the expected output, but if the hardware trigger is selected to trigger the flow
1, flow 2, and flow 3, and flow 4 cannot be triggered for receiving data. At this time, you can choose
to use global variable.
5. Flow 1, flow 2 and flow 3 send data to the global variable.
6. The result of global variables can be received at the end of any flow and the corresponding
logical operations should be performed, but the timing must be controlled to ensure that the
data is retrieved when all global variables receive values.