VG3 Software Manual
Software Update Log
Software Introduction
VisionGroup3 Vision Software Platform
Menu Bar
Quick Options Preview
Flow Tree and Global Flow Tree
Function Tree
Software Version Description
Function Addition Tree
Function Information
Image Display Area
AI Model Tree
Global Variable Tree
Camera
Coordinate System Tree
Hardware Communication Configuration
Usage and Troubleshooting of Various Communication Simulation Software
Hardware Management Device Connection Test
String Monitor Operation
Digital IO Monitor Operation
Register Monitor Operation
Image Processing
Image Acquisition and Display
Camera Image Acquisition
Camera Label Image Acquisition
Display Image
Window Clear
Read Camera Image
Video Processing
Video Reading
Video Download
Video Acquisition
Video Generation
Color Detection
Color Image Cropping
Color Selection
KNN Color Selection
Color Conversion
Block Sequence Detection
Color Blob Detection
Category Color
Image Preprocessing
Image Cropping
Image Merge
Image Ring Unfold
Image Filtering
Image Transformation
Camera Distortion Calibration
Perspective Distortion Calibration
Image Correction
Region Processing
Geometry to Region
Region Transformation
Region Screening
Region Operation
Blob Region
Region Creation
Region Generation
Simple Detection
Blob Detection
Blob Multi-Region Detection
Image Contrast
Image Brightness
Line Burr Detection
Circular Burr Detection
Pixel Difference Detection
Positioning and Measurement
Matching
Feature Matching
Optimized Feature Matching
Single Target Template Matching
Multi-Template Feature Matching
Geometric Extraction
Extract Line
Extract Circle
Extract Arc
Extract Ellipse
Edge Extraction
Extract Parallel Lines
Line Intersection
Extract Quadrilateral
Point-Line Caliper
Line-Line Caliper
Edge Distance Counting
Measurement Calibration
Farthest Nearest Point Extraction
Geometric Calculation
Custom Point
Custom Line
Custom Circle
Custom Pose
Custom Rotated Rectangle
Custom Coordinate System
Custom Rectangle Array
Line-Line Intersection
Line-Line Angle
Angle Bisector
Line-Line Distance
Point-Point Distance
Point-Line Distance
Point-Circle Distance
Point-Circle Tangent
Line-Circle Distance
Line-Circle Intersection
Circle-Circle Intersection
Position Correction
Point + Angle Correction
Two-Point Position Correction
Two-Line Position Correction
Positioning Guide
Camera Calibration
Long Radius Calibration (Auto)
Long Radius Calibration (Manual)
Camera Simple Calibration
N-Point Calibration
Calibration Transfer
Calibration Verification
Calibration Reference
Calibration Calculation
Calibration Conversion
Camera Calibration Conversion
Mapping
Mapping Reference
Mapping Conversion
Mechanical Transfer
UVW Calculation
Learn Reference Target
Single Camera Pick
Single Camera Pick (Eye-in-Hand)
Single Camera Pick and Place
Single Camera Correction
Multi-Camera Correction
Dual Camera Alignment
Mechanical Point Alignment
Multi-Camera Alignment
Mechanical Point Alignment (Weight)
Multi-Region Alignment
Identification Tools
Code Reading Tool
1D Barcode Quick Recognition
2D Barcode Quick Recognition
All Type Code Reading
Barcode Grading (AI)
Character Recognition
Matching Character Recognition
Deep Learning
Detection
Object Detection (AI)
Rotated Object Detection (AI)
Human Keypoint Detection[AI]
Segmentation
Image Segmentation AI
Classification
Image Classification[AI]
Recognition
Character Recognition[AI]
Auxiliary Tools
AI-Assisted Annotation
Auxiliary Tools
Control Statements
Flow Unit
Conditional Detection
Complex Condition Detection
Loop Detection
Break
Continue
Combo Box
Flow Delay
Jump Module
Flow Reset
Stop Software
Start Detection
Pause Software
Process Trigger
Async Flow Trigger
Recipe switching
Loop Position Filtering
System Tool
DEBUG INFO
System Time
System Info
Sequence Tools
Data Sequence
Data Sequence Calculation
Continuous state change
Continuous status confirmation
Spatial Displacement Change
Sequence Action
Mathematics and Data
Logical relationship
Arithmetic Operations
Relational Judgment
Absolute Value
Relative Value
Trigonometric Functions
Integer Bitwise Operation
Data Processing
Data Summary
Label Filters
Rotated Label Filtering
Multi-ROI Rotated Label Filtering
Data Calculation
Lua Script Tool
Variable Processing
Linear Variable Creation
Linear Variable Writing
Linear Variable Array Insertion
Linear Variable Array Deletion
Linear Variable Array Value Setting
Global Variable Reading
Global Variable Writing
Global Variable Invalidation
Global Variable Array Insertion
Global Variable Array Deletion
Global Variable Array Value Setting
Global Image Array Preview
Data Binding
Data Unbinding
Array and String
Array Insert
Array Slice
Array Remove
Array Get Value
Array and Data Concatenation
String Split/Conversion
Data to String
String to Data
String Split
String Find
String Substring
Result Analysis
Display Data
Display Array Data
Save Image
Statistical Counting
Display Result on Image
Display Results on Window
Detection Screenshot
Hardware Control
String Communication Read
String Command Control
String Communication Write
Register Communication Read
Register Communication Write
Register Command Control
Siemens DB Block Read
Siemens DB Block Write
Light Controller Control
Digital Input Read
Digital Output Read
Wait for Digital Input
Wait for Digital Output
Digital Output Write
Voice Broadcast
Motion Control
Axis Motion
Stop Axis
Wait for Axis Stop
Set Axis Parameters
Axis Enable
Multi Axis Motion
AI Trainer
AI Trainer Operation Guide
Deep Learning Labeling Principles and Details
Run Interface Edit
Enter Design Interface
Understanding Interface Composition
Object List
Main Menu
Others Design Window Property List Event Script
Widget List
Image Widget
Run Control Widget
Button Widget
Status Monitor Widget
Label Widget
Condition Label Widget
BOOL Setting Widget
Integer Setting Widget
Float Setting Widget
String Setting Widget
Dropdown Setting Control Widget
Integer Slider Widget
Float Slider Widget
Container Widget
Combo Box Widget
Tab Widget
Vertical Layout Widget
Horizontal Layout Widget
Vertical Spacer Widget
Horizontal Spacer Widget
Login Widget
Image Box Widget
Log Widget
Pie Chart Widget
Bar Line Chart Widget
Static Table Widget
Dynamic Table Widget
Circular Progress Widget
Preview Mode
Script Mode
Run Mode
Custom Logo
Software FAQ
How to Solve Global Camera Fly Shooting Smear Problem
Maximize Graphics Card Performance Settings
Method to Enable Virtual Memory
Vision Software Freeze Troubleshooting Steps
Secondary Development
VisionGroup3 CSharp Secondary Development Manual
VG3 SDK Development Guide V1.0 Cpp
VG3 Module Plugin Development
本站点使用 MrDoc 构建
-
+
首页
Usage and Troubleshooting of Various Communication Simulation Software
### 1. Usage and Troubleshooting of Various Communication Simulation Software #### 1. General Network Port Communication General network port communication includes TCP Client and TCP Server, which is the basis of other standard industrial communication protocols for network ports. ##### 1.1 Network Port Communication Assistant Commonly used network port communication assistants include NetAssist_v4.3.25, TCP/UDP Socket debugging tools, etc. Here we introduce a simple TCP/UDP Socket debugging tool. The TCP/UDP Socket debugging tool is used to create a server or client for testing, which can facilitate project debugging in collaboration with VisionGroup3 software.  ##### 1.2 Troubleshooting Common Network Port Faults The common troubleshooting process when the network port connection is abnormal is as follows: 1. Check if the hardware connection is normal. Specific process: Press "Win + R" simultaneously → Enter "cmd" → Enter "ping ***.***.***.***" (* represents specific IP address) in the console interface and press "Enter" to check if the connection is normal. Possible reasons for abnormal connection are: incorrect IP address; loose or broken network cable connection. 2. Check if the IP address is set correctly and if the firewall is turned off. The specific process can refer to the camera connection steps. 3. When the software acts as a client but still cannot connect normally, please check if the server is open normally and if the server port number corresponds to the client. 4. If the above methods still cannot solve the problem, you can contact an engineer for solution.   #### 2. General Serial Port Communication General serial port communication refers to ordinary serial port communication, which is the basis of other standard industrial communication protocols for serial ports. ##### 2.1 Virtual Serial Port Software Installation Virtual serial port software can create virtual serial port pairs for devices without serial ports. Together with serial port debugging assistant software, it can quickly and conveniently complete project testing of VisionGroup3 software.  ##### 2.2 Serial Port Debugging Assistant Serial port debugging assistant software can create virtual serial port pairs for devices without serial ports. Together with serial port debugging assistant software, it can quickly and conveniently complete project testing of VisionGroup3 software.  ##### 2.3 Troubleshooting Common Serial Port Faults The common troubleshooting process when the serial port connection is abnormal, which is also the basis for troubleshooting other serial port device problems, is as follows: 1. Determine if the port exists and is valid. Specific process: Right-click "This PC" → Select "Manage" → Pop up "Computer Management" interface, select "Device Manager", click "Ports (COM & LPT)" to check if the port number exists. If the port number exists but there is a yellow triangle sign on it, it means the serial port is invalid, which often occurs when using a USB to serial cable. 2. Check if the baud rate, data bits, parity bits, stop bits, etc. of the serial port are consistent with the connected device. 3. Common serial cables are divided into straight-through cables and crossover cables. These two types of cables cannot be mixed. When using, make sure to confirm whether it corresponds to the model.  #### 3. Standard Modbus Communication Protocol Commonly used Modbus communication protocols include Modbus-RTU, Modbus-TCP, etc., which are general standard protocols designated by the industry or company. ##### 3.1 Modbus Poll Software Modbus Poll software is a professional Modbus client testing tool.  ##### 3.2 Virtual Modbus Server Software Modbus Slave software is a professional Modbus server software, but the setting is complex, and a slight error in setting is easy to cause the phenomenon that the software cannot connect, so it is not recommended to use Modbus Slave software for testing. mod_RSsim5.3 software is a virtual Modbus server software. Its operation is simple, and it can facilitate quick viewing and setting of registers, input, and output port status in virtual devices. Main operations of mod_RSsim5.3 software: 1. Modbus type selection, that is, setting the Modbus type of the virtual device. Common types are MODBUS RS232 (corresponding to Modbus-RTU) and MODBUS TCP/IP (corresponding to Modbus-TCP). 2. Modbus parameter setting, that is, when the type is selected as MODBUS RS232, mainly set the port number, baud rate, parity bit, etc.; when the type is selected as MODBUS TCP/IP, mainly set the port number, station address, etc. At this time, the station address cannot be set, and it can be connected through the IP address 127.0.0.1. 3. Display content type selection. Common types are CoilOutputs (corresponding to output ports), Digital Inputs (corresponding to input ports) and Holding Registers (corresponding to holding registers). The order stored in the register is BADC.    ##### 3.3 Troubleshooting Common Standard Modbus Communication Protocol Faults The common troubleshooting process when the standard Modbus communication protocol connection is abnormal is as follows: 1. First test whether the hardware is connected according to the connected hardware. 2. If the connection still drops immediately after connecting, it is most likely because the access range of the set protocol causes the software to mistakenly think that the device is offline. Therefore, please check the manual of the relevant equipment. Note: The address and length of registers allowed to be read and written by PLC devices and Modbus devices. #### 4. Various Industrial Communication Protocols Commonly used industrial communication protocols include: Mitsubishi MC protocol, Siemens S7 protocol, Omron Fins protocol, etc. ##### 4.1 HslCommunicationDemo Software by Engineer Hu HslCommunicationDemo software is commonly used in the case of project pre-testing without PLC technical support, simulating a PLC for pre-testing. Download address: <!--StartFragment--><a href="http://www.hslcommunication.cn/">Hu Gong Technology</a><!--EndFragment-->  --- Click here to jump to the corresponding Chinese manual page: [Usage and Troubleshooting of Various Communication Simulation Software](/doc/286)
唐红
2026年3月12日 13:31
转发文档
收藏文档
上一篇
下一篇
手机扫码
复制链接
手机扫一扫转发分享
复制链接
Markdown文件
PDF文档(打印)
分享
链接
类型
密码
更新密码