Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
299
7. Finally, perform a logical and operation on all the received data, and output the result of the
operation to a third-party device through TCP communication.
Communication Trigger Flow
Different bytes are used to trigger various processes via the established TCP communication. If the
first two digits of the sent data are 0100, the flow 1 will be triggered. If the last two digits of the sent
data are 0100, the flow 2 will be triggered. If the sent data is 01000100, two flows (flow 1 and flow
2) will be triggered, and a message will be returned by sending an event.
Solution:
Establish two flows, namely, flow 1 and flow2.
Establish TCP connection, and test if the connection is normal.
Establish the received event according to actual demands.
Configure the global trigger.
Steps:
8. Establish flow 1 and flow 2.
The solution of flow 1 is shown below.
The solution of flow 2 is shown below.