HaddingtonDynamics / Dexter

GNU General Public License v3.0
363 stars 84 forks source link

Interface with Pickit vision system #82

Open JamesNewton opened 4 years ago

JamesNewton commented 4 years ago

If we want to try to interface with this vision system, the protocol is buried in their documentation here: https://docs.pickit3d.com/docs/pickit/en/2.3/robot-integrations/robot-independent/socket/index.html It's based on CAT5 / TCP/IP to port 5001 so we should be able to setup a node.js server on the robot to listen on that port and interpret their commands into our oplets given some programming time.