LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

touch screen monitor

Has anyone used touch screen monitor for LabVIEW application. If you have used them before, please let me know which brand and model works for you. And what else do I need to buy beside the monitor?
Thanks for your help
dphan128
 
0 Kudos
Message 1 of 26
(9,268 Views)

I have used Elo Touchsystems monitors in the past (5 years ago). The one I used connected to the serial port (nowadays, probably USB too) and comes with a driver you install and then go through a calibarion process. It is pretty transparent to LabVIEW and all Windows applications, it just acts as another pointing device and you can still use the mouse too. Nothing else to buy, just make sure you have the proper port available.

GUI design should take into account buttons that are larger than normal and with enough space between controls to allow finger placement.

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 26
(9,261 Views)
You may want to look at this:

Create an HMI with NI LabVIEW and Touch Panel Devices
http://www.ni.com/labview/hmi

Regards;
Enrique
www.vartortech.com
0 Kudos
Message 3 of 26
(9,260 Views)
We use touchscreens on just about all of our applications lately it seems. 

So far we've only used whatever Dell's flavor of the month was.  Aside from the occasional unit that arrives DOA, we've had good luck with them. 
---------------------
Patrick Allen: FunctionalityUnlimited.ca
0 Kudos
Message 4 of 26
(9,251 Views)
I've been using Planar brand model # PT191MU.  It was about $1100.  So far I've been happy with it.
 
One key thing with it is making sure on screen buttons are enlarged to make them easy to click with your finger.
0 Kudos
Message 5 of 26
(9,163 Views)

When use Elo Touchsystems monitors how LabView proccess buttons and other object on the screen?Because LabView did not support OPC drivers for ELO Touchsystems monitors?My question is about Labview proccessing of touch screen object?  

0 Kudos
Message 6 of 26
(8,524 Views)
The ELO had a driver that came with it to allow it to act as a mouse, it was all transparent on the LabVIEW end of things.
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 7 of 26
(8,502 Views)

I've also used ELO touchscreens in the past. The only issue I had with LabVIEW was getting a double-click to be detected properly.

 

Normally when you double-click with a mouse, you hold the mouse still, and click twice on the same spot. Using a finger on a touchscreen, it's hard to click twice on exactly the same pixel.

 

The ELO came with a setup utility where you could set the target size (eg 50x50 pixels) that would be used for detecting a double-click.This worked fine for every other Windows application except for LabVIEW.

 

I was using an event structure to try to detect a double-click on a listbox, and couldn't get it to work reliably, no matter what target size I set in the ELO setup utility.  I ended up programming my own double-click detector by using the event structure to detect two single clicks, and then deciding if they were close enough together in time and space to be considered a double-click.This worked fine.

 

Cheers,

Mark.

Message 8 of 26
(8,487 Views)

I should probably add that my touchscreen application was dated before Event structures, involved no double-clicks, and the controls on the GUI were oversized to ergonomically assit the operators. The ELO also had the calibration utility to map screen location and touch sensitivity.

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 9 of 26
(8,480 Views)

What you mean about transparent?When connect Elo touch screen to your computer, LabView how process and how connect to screen to detect user action?Do you work with TCP/IP,UDP connection or OPC Server. Please give me some help.

 

0 Kudos
Message 10 of 26
(8,456 Views)