From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Picture Controls

What are the advantages of a Picture Control over a Graph, if any?
How often are Picture Controls used? For what purpose?
0 Kudos
Message 1 of 3
(2,566 Views)
Tim;

Probably, the most significative advantage is that you can display images and images files (JPEG/PNG/BMP) in LabVIEW at run time (Especially, without the need of IMAQ)

Because of this, I use them extensively.

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 2 of 3
(2,566 Views)
Tim,

Another big advantage, is that the mouse can be read. This way you can
program LV to select object in your picture, and drag them around, delete
them etc.

And obviouslly, it is much easier to draw (e.g.) a circle in a picture, then
to draw a circle in a graph. (And if you succeed in drawing it, try filling
it with a color! It's doable, but no fun at all...)

Disadvantges are: If you draw data points, you'll have to make your own
scales, autoscaling, 'scrolling' of the date, etc.

How often you use them depends greatly on the field you're in. If you make
games (yes, in LabVIEW), vision, imaq, ..., you'll use pictures. If you're
in DAQ, T&M, research, you might never need them...

Regards,

Wiebe.


"Enrique" wrote in message
news:506500000005000
0002C690000-1012609683000@exchange.ni.com...
> Tim;
>
> Probably, the most significative advantage is that you can display
> images and
>
href="http://zone.ni.com/devzone/explprog.nsf/6c163603265406328625682a006ed3
7d/ab8e1f3913731e208625...
in LabVIEW at run time (Especially, without
> the need of IMAQ)
>
> Because of this,
> href="http://www.jyestudio.com/biometricsview/finger.shtml">I use
> them
extensively.
>
> Regards;
> Enrique
0 Kudos
Message 3 of 3
(2,566 Views)