程序功能:能够接受Tcp客户端发送的信息来控制海康视觉控制器的IO口输出
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wanghaotian 9d1ba2cc49 Update README.md 3 months ago
config VisionController Version1.0: 4 years ago
runner17 VisionController Version1.0: 4 years ago
src VisionController Version1.0: 4 years ago
tpvs17 VisionController Version1.0: 4 years ago
README.md Update README.md 3 months ago

README.md

VisionController

程序功能能够接受Tcp客户端发送的信息来控制海康视觉控制器的IO口输出

Version1.0

  1. 基于海康视觉控制器的SDK开发了IO控制接口能够控制IO口的输出
  2. 集成Tcp服务端能够满足一个Tcp客户端连接并能通过通信协议协议来解析客户端发送的命令从而控制视觉控制的IO输出

通信协议:

客户端发送的信息格式 <portNum, state, type>

  • portNum端口号码
  • state电平状态 1->高电平0->低电平
  • typeget->查询端口状态post->设置端口 测试修改