Getting Started with NI Compact Vision System

Download PDF - GSM-NI-CVS

Preparing for Use

Before you use your Point Grey camera, we recommend that you are aware of the following resources available from the Downloads page:

Getting Started Manual for the camera—provides information on installing components and software needed to run the camera.

Technical Reference for the camera—provides information on the camera’s specifications, features and operations, as well as imaging and acquisition controls.

Firmware updates—ensure you are using the most up-to-date firmware for the camera to take advantage of improvements and fixes.

Development Configurat

The NI CVS device comes with a primary GigE port as well as VGA port. During development phrase, you can connect your NI CVS device to your development PC's Gigabit Ethernet port. You compile your program on your development PC and deploy it to your CVS device. Once your program is finalized and deployed to the CVS device, you can connect a monitor to it (to view results) and disconnect it from the development PC.

NI Compact Vision System

USB3 Vision Compact Vision System

NI CVS-1459RT
(real time compact vision system for USB3 Cameras)

GigE Vision Compact Vision System

NI CVS-1458RT
(real time compact vision system for GigE Cameras)


Specifications

For NI CVS 1459RT USB3 Vision
Camera GS3-U3-23S6M
Resolution 1920 x 1200
Pixel Format Raw8
Frame Rate 162 FPS
Firmware 2.8.3.0
For NI CVS 1458RT GigE Vision
Camera GS3-PGE-23S6C
Resolution 1920 x 1200
Pixel Format Raw8
Frame Rate 30 FPS
Firmware 1.6.3.0

 

Development PC
CPU Intel i7 4770 @ 3.4 GHz
Motherboard Asus Z87-Expert
Operating System Windows7 x64
USB 3.1 Adapter On board Intel 8 series host controller
GigE Adapter Point Grey 2-port POE interface card
(GIGE-PCIE2-2P02)
RAM 8 GB, 1333 MHz non-ECC memory
Hard Drive 250 GB Samsung 840 EVO SSD


Installation and Configuration

Step 1-Physical Setup

To setup NI CVS device:

Connect the primary network from the CVS device to your development PC.

 

The primary network port on the NI CVS device is labeled with “ACT/LINK”. NI CVS devices are pre-configured to use DHCP or Link Local addressing.

Example NI CVS Device Primary Network Configuration

Step 2-Install Software on Development PC

NI provides two options for developing machine vision applications:

  1. NI Vision Builder AI 2014
    It is required to use Vision Builder AI 2014 or later.
  2. NI Vision Development Module
    For information on installing Vision Development Module, see page 5 on NI’s Getting Started Page for NI CVS 1459RT. The same installation step applies to NI CVS 1458RT.

Note that you need to install the following modules in the order specified in NI’s Getting Started Page for NI CVS 1459RT:

  • LabVIEW
  • LabVIEW Real-Time Module
  • LabVIEW FPGA Module
  • NI Vision Development Module
  • NI-IMAQdx
  • NI-IMAQ I/O

Step 3-Install Software on NI CVS Device

  1. Launch NI Vision Builder 2014 on your development PC to select the NI CVS device and click Install Software.
     

    The NI CVS device’s primary network connection is set to DHCP by default. It waits for your DHCP server to assign an address before it shows up in Vision Builder AI 2014. If DHCP fails to assign an IP address to the camera, the connection falls back to link local addressing.

    m7tyr0ea.png

  2. Follow the installation steps and click OK when you are finished.

Step 4-Start Image Acquisition

Using Vision Builder AI 2014:

  1. Double click on the NI CVS device in Vision Builder AI.
  2. Connect your Point Grey GigE Vision or USB3 Vision camera to the NI CVS device.
  3. For GigE Vision cameras, wait for the camera to acquire an IP address.
  4. Open the sample GigE Vision Inspection called Acquire Image from GigE Vision Camera Example.
    Note: Acquire Image from GigE Camera Example also works for USB3 cameras.
  5. Proceed to Step 5 for detailed instructions on how to acquire images in Vision Builder AI.

Using NI LabVIEW:

  1. Open LabVIEW 2014 and under Tools, select Real-Time Module→Project Wizard.
    20zf3js8.png
  2. Enter your project name and click Next.
  3. Customize your architecture options and click Next.
  4. Click Browse and select your target from one of the existing targets.

     

    If you cannot find your NI-CVS, you can choose the option to specify a target or device by IP address.

  5. If you have a LabVIEW VI that has been tested on a development PC with a Point Grey camera, you can add the VI in Project Explorer.
  6. Proceed to Step 5 for detailed instructions on how to acquire images in LabVIEW.

Step 5-Acquire Images

You can see the acquired images on your NI CVS device by using one of the software choices below.

 

After you have finished with development, you can disconnect the Ethernet connection between your development PC and the CVS device. The CVS device acts as a standalone system, you can connect a monitor to it and inspect your program output.

To acquire images in Vision Builder AI 2014:

  1. In Vision Builder AI 2014, double-click on Acquire Image.
  2. Select your Point Grey camera and click OK.
  3. From the Operate menu, select Run Inspection in a Loop to grab images continuously.

To acquire images in LabVIEW:

  1. Open the LabVIEW project and start acquiring images using your VI.
 

You can download Point Grey’s sample LabVIEW VI from Programming Point Grey Cameras in National Instruments (NI ) LabVIEW. Please note you can only use IMAQdx examples with NI’s CVS device. Point Grey’s ActiveX examples are not supported by the NI CVS device.

To acquire images in NI-MAX:

You can quickly check if your camera can grab images on the CVS device, using NI-MAX on your development PC.

  1. Install NI MAX version 14 or higher on your development PC.
  2. In NI-MAX, under Remote Systems, browse to the Point Grey camera.
  3. Click Grab to start acquisition.

Troubleshooting

What if the connection is lost to the NI CVS 1458RT device?

iwsuum8v.png

You may see this error if your NI CVS device has an inconsistent IP setting.

To resolve:

  1. Disconnect the network connection between the development PC and the NI CVS device.
  2. Restart your DHCP server and make sure your DHCP server can assign a new IP address.
  3. Reconnect the network cable between the development PC and the NI CVS device.
Related Articles