1.使用C#加载vpp文件并显示结果
需要将需要的结果放入已发送项当中(充当输出)。
勾选需要以便后续显示图形
添加这些引用
可以通过带control的一个dll引用添加到工具箱获取控件。
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Cognex.VisionPro;
using Cognex.VisionPro.QuickBuild;
namespace visionprowindow
{
public partial class Form1 : Form
{
#region 定义visionpro变量字段
CogJobManager _myJobMa