02-08-2007 10:55 AM
02-08-2007 11:04 AM
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.
02-08-2007 11:04 AM
02-08-2007 11:57 AM
04-05-2007 04:49 PM
10-06-2008 06:53 AM
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?
10-06-2008 11:23 AM
10-06-2008 02:52 PM
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.
10-06-2008 03:35 PM
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
10-07-2008 02:04 AM
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.