Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
53
Global script is available in controlling the running sequence of multiple flows, setting module
parameters dynamically, and triggering the communication. It supports C# language, and calls C#
API of DobotVisionStudio SDK. It can perform logical control of multiple flows, modify variable
parameters, receive communication data, and so on.
Click to open the global script window, and click to set password for it.
Global script
Import saved .cs files
Export generated .cs files
Open a demo
Open the directory of the global script
Add reference assembly
Save the script program
Set password for encrypting the global script
Init()
Initialization function. This function is only executed once when the editing
is successful.
Process()
This function responds to the Runoperation.