Skip to content

hy1stax/cog-visionpro-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software communicator for Cognex Visionpro via Socket in Nodejs

  • This is a lib for cognex visionpro, fetch the inspection result form the application.
  • No need for i/o card installed.
  • Before you start, you need configure vision pro communication first.
  • Configure the vp as server, the default port is 5001.

Install

The install is quite simple. Download the source code, have your vision pro configured, startup visionpro and click run, then you could using command "node cogvpclient", then you could see the result from visionpro.

NPM Install

This lib also published on npm
npm install cogvpclient
const cogcoms = require('cogvpclient');
Run the function get result form cognex visionpro: cogcoms.VPClient()
The string from cognex visionpro: cogcoms.cognex_result

About

A cognex visionpro client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published