cog-visionpro

0.0.1 • Public • Published

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

/cog-visionpro/

    Package Sidebar

    Install

    npm i cog-visionpro

    Weekly Downloads

    2

    Version

    0.0.1

    License

    ISC

    Unpacked Size

    4.08 kB

    Total Files

    5

    Last publish

    Collaborators

    • luweizhao