IMAQ WindToolsSetup VI

LabView NI Vision

IMAQ WindToolsSetup VI

Owning Palette: External DisplayInstalled With: NI Vision Development Module

Configures the appearance and availability of the region tools found in the NI Vision Tools palette. With no input connections, the palette displays all nine region tools. The NI Vision Tools palette is a floating palette and is always visible.

Details

IMAQ WindToolsSetup

cbool.gif

Show Coordinates? (T) specifies whether to show the active pixel coordinates. Coordinates are shown (TRUE) by default.

Note  The IMAQ Tools window is not visible unless activated by calling the IMAQ WindToolsShow VI.
c1du32.gif

Tools is an array of tools specifying which tools are available. The following tools are available:

Selection Tool (0)

Select an ROI in the image.

Point Tool (1)

Select a pixel in the image.

Line Tool (2)

Draw a line in the image.

Rectangle Tool (3)

Draw a rectangle or square in the image.

Oval Tool (4)

Draw an oval or circle in the image.

Polygon Tool (5)

Draw a polygon in the image.

Freehand Region Tool (6)

Draw a freehand region in the image.

Annulus Tool (7)

Draw an annulus in the image.

Zoom Tool (8)

Zoom in or out in an image.

Panning Tool (9)

Shift the view of the image.

Broken Line Tool (10)

Draw a broken line in the image.

Freehand Line Tool (11)

Draw a freehand line in the image.

Rotated Rectangle Tool (12)

Draw a rotated rectangle in the image.

cerrcodeclst.gif

error in (no error) describes the error status before this VI or function runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally only if no error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.

cbool.gif

status is TRUE (X) if an error occurred before this VI or function ran or FALSE (checkmark) to indicate a warning or that no error occurred before this VI or function ran. The default is FALSE.

ci32.gif

code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.

cstr.gif

source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.

ci32.gif

Icons per Line (4) determines the number of icons per line. The subsequent lines are set as a function of the number of remaining available icons.

Note  The IMAQ Tools palette automatically displays cursor information if the input Icons per Line is set to 4 (or higher).
ierrcodeclst.gif

error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces. Right-click the error out indicator on the front panel and select Explain Error from the shortcut menu for more information about the error.

ibool.gif

status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.

ii32.gif

code is the error or warning code. If status is TRUE, code is a nonzero error code. If status is FALSE, code is 0 or a warning code.

istr.gif

source describes the origin of the error or warning and is, in most cases, the name of the VI or function that produced the error or warning. The default is an empty string.

Details

Use the IMAQ WindLastEvent VI to retrieve the draw events on the window and find the coordinates of a selected region.

You can alter the functionality of region tools by using a tool while pressing certain keyboard keys, as follows:

  • <Shift> while drawing constrains x and y dimensions of an ROI to be the same. This forces rectangles into squares, ellipses into circles, and line segments into horizontal or vertical segments. You can also use it to constrain the rotation of the rotated rectangles and annuluses to multiples of 45 degrees.
  • <Control> <Click> adds an ROI without erasing the previous ROI elements. The previous elements are erased if you do not use <Control> when starting a new element.
  • Double-click while drawing produces the last point of a polygon or broken line.
Note  You can erase an ROI in an image window by selecting it and pressing <Delete>.

Use the selection tool to select any currently existing ROI by clicking its border. You can then manipulate the ROI in the following ways:

  • To resize a rectangle or ellipse, click in a grab handle and drag it to a new location.
  • To reposition a vertex in a broken line, polygon, or line, click in a grab handle and move it to a new location.
  • To reposition a rectangle or ellipse, click in the interior and drag it to a new location.
  • To reposition a point, click on it and drag it to a new location.
  • To reposition lines, broken lines, and polygons, click on any segment and drag it to a new location.
  • To reposition freehand lines and freehand regions, click anywhere on the line and drag it to a new location.