You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: