Manual

Table Of Contents
DobotVisionStudio User Guide
Issue V4.1.2 (2022-06-08) User Guide Copyright © Yuejiang Technology Co., Ltd.
35
IO Parameters
Output Type
It includes output when NG and output when OK.
Output Polarity
It selects output polarity, including PNP and NPN.
Duration
It sets the duration of signal output, and the unit is ms.
Polling Enable
After enabling it, you can set its polling interval.
Delay Time
It sets the delay time of outputted signal.
NOTE
GPIO is the VC3000's motherboard IO.
Global Variables
Global variables are variables defined outside all functions. They can be called or modified by all
flows in the solution. Variable names, types, and current values can be customized. It is valid in the
entire project file. You can click in the control toolbar to open it. After enabling initialization,
you can send fixed-format string to set the initial value of global variables (such as variable var0,
send SetGlobalValue: var0=0, and the variable value can be set to 0). Global variables have an
overwrite update mechanism, which means old data will be overwritten when new data comes in.
The main functions of the global variables are shown below:
Click Add to add new global variables.
Click Import/Export to import or export global variables in fixed-format files.
Search: You can enter variables name to search global variables.
allows you to adjust the position of global variables.
Click Save to save the current global variables you added.