LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to control a digital projector with labview

I would like to couple a digital projector with camera acquisition. Can a digital projector be controlled by Labview?
0 Kudos
Message 1 of 11
(4,376 Views)
Hi John,

You mean apart from connecting the projector to the VGA (or better, DVI) output of your graphics card?

Greets

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 2 of 11
(4,375 Views)
Hi,
yes, sorry I should have been more specific.
I want to send seperate image files to the digital projector, not just the screen content
any ideas?
John
0 Kudos
Message 3 of 11
(4,375 Views)
I'd still go the way of connecting to VGA or DVI. A craphics card with two VGA outputs (or one DVI and one VGA) could be used to display the VI on the computer on one screen, and the captured image in full-screen on the second.

I have no experience with telling LabVIEW to use one screen or the other though, Maybe someone else can help here.....

If the projector can accept files (*.jpg, *.bmp?) then perhaps giving the name and model of the projector might help.....

Greets

Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)
0 Kudos
Message 4 of 11
(4,375 Views)
Hi,
I haven't bought the projector yet, I was waiting to see if I got any advice favouring a certain model
thanks
John
0 Kudos
Message 5 of 11
(4,375 Views)
John E Wilson wrote in news:506500000005000000686B0100-
1079395200000@exchange.ni.com:

> Hi,
> I haven't bought the projector yet, I was waiting to see if I got any
> advice favouring a certain model
> thanks
> John

I'd test feasibility first by running your prototype system on whatever VGA
displays you happen to have laying around. A 2-output graphics card is not
extravagant, but projectors can be a real expense.

Scott
0 Kudos
Message 6 of 11
(4,375 Views)
thanks, good point,
what about the basics of getting labview to send output to a seperate vga screen ( I have no experience of using 2-output graphics - is this going to be trivial for labview?)
thanks
John
0 Kudos
Message 7 of 11
(4,375 Views)
John E Wilson wrote in news:506500000005000000996B0100-
1079395200000@exchange.ni.com:

> thanks, good point,
> what about the basics of getting labview to send output to a seperate
> vga screen ( I have no experience of using 2-output graphics - is this
> going to be trivial for labview?)
> thanks
> John

John--

I haven't tried to use multiscreens with labview, other than two screens
configured by the OS to behave as one giant desktop. If you get creative
this way, I'm sure that you can just make sure that individual parts of the
image get placed on the appropriate screen.

I google search for "multiscreen labview", though, produces around 10 hits,
and one of those might help you out in f
inding a true multiscreen approach.

Scott
0 Kudos
Message 8 of 11
(4,375 Views)
John,
Unfortunately Labview does not offer the support to directly control a second display device. I would recommend using the dual monitor configuration and letting the operating system control what image is displayed on the projector.

Regards

Tristan J
Applications Engineer
National Instruments
0 Kudos
Message 9 of 11
(4,375 Views)
Tristan J wrote in message news:<506500000005000000286D0100-1079395200000@exchange.ni.com>...
> John,
> Unfortunately Labview does not offer the support to directly control a
> second display device. I would recommend using the dual monitor
> configuration and letting the operating system control what image is
> displayed on the projector.
>
> Regards
>
> Tristan J
> Applications Engineer
> National Instruments

Sounds like a good application for an ActiveX control.
0 Kudos
Message 10 of 11
(4,375 Views)