Touch screen capturing data frm hardware device

Hiiii
What labview real time module is require  to efficiently use a touch screen that can capture data every minute from a hardware device...
Thanks in advance....

I think you do not need a real time system for data capture every minute . A touch panel running windows CE and labview should do the trick, and at the same time be stable enough. But if you need something rugged and stable perhaps a compactRIO is the right thing. http://www.ni.com/compactrio/ But a RIO divice do no have a display.
Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)

Similar Messages

  • Can I use "SerialDemo" or "BlackBox" to read data from hardware device?

    Hi All,
    I want read data comm port which is been connected with hardware device(weight reader).Can I use "SerialDemo" or "BlackBox" sample programs provided with javax.comm package?
    If yes do I need to do any modification in program as per my hardware device?
    Please help
    Thanks in advance to all
    Basavaraj

    You'll need to know what data is being sent from the device, and the example code SHOULD NOT be used.
    It is only to show you HOW to do it.
    Following the example code, build an application that reads from that port. Read the information from the manufacturer's website to get the details about the format of the data sent.

  • Program to pipe screen capture into virtual camera device

    I'm looking for a program that could register a virtual camera with the operating system, record my entire desktop, and pipe the output of my desktop into the virtual webcame device. THis would allow me to share my screen with any app that used camera, such as google chat.

    I believe that for most apps, you can just copy the .app file from /Applications/ to wherever you want-it may break some updating functionality, but that's the only way to have it in a different location.
    Good luck!
    Message was edited by: joshz

  • Touch Screen Retrofit for iMac9,1 Screens

    I am currently conducting research on virtual organs using the Hauptwerk/Classic MIDIworks systems. These are heavily dependent on touch screens. According to Darryl Wood of Classic MIDIworks " . . . there are a lot of switches inherent in organs. There's no way to implement that many physical switches, multiplied by all the different sample sets, practically or economically." This is why touch screens are recommended. That is to forgo the expense of independent drawknobs ($25 to $50 each) to say nothing of all the pistons, couplers, swell shoe displays and memory level displays that would cause a $7,000 organ project to drastically escalate in cost. I have found a retrofit in the form of the 3M MicroTouch System 3250EX. This is a surface capacitive touch system based on the 3M MicroTouch Controller EX and optimized for displays ranging from 6.4 to 32 inches.
    If you do not recommend the 3M system, please send a list of touch screens and necessary connection hardware.

    Hi @Bobi617 ,
    Welcome to the English HP Consumer Forums!
    Please feel free to post a revised message in English.
    I understand you are having issues after a possible update on your HP Notebook and your touchscreen not responding. You can do a system restore. System restore will help if something automatically updated and did not go well on the Notebook.
    When performing a System restore please note remove any and all USB devices. Disconnect all non-essential devices as they can cause issues.
    Here is a document on troubleshooting the Touchscreen if the system restore does not help.
    Thank you, and have a great day!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Java programming touch screen

    How programming in Java the touch screen?

    A touch screen is just an input device. We use touch screens, and we don't need to do anything in Java to handle the fact, the OS does it. Dragging your finger about the screen is just like moving the mouse, tapping on a particular area of the screen is just like left-clicking it
    Plug in touch screen. Install drivers. Write code as if the user used a mouse. Job done, innit

  • Screen capture in J2ME

    Hello,
    Is there a way to get a screen capture on a mobile device of the current display in J2ME?
    Does anyone know how to do this (even if it is another way)?
    Thanks in advance.

    'spyware' woah, dude, you got it wrong. Sorry, I should have explained what I was trying to do. I would appreciate it if you would remove your remark so that people won't ignore my post.
    Actually (before you jump to conclusions about my motives) all I want to do is to take screenshots of the games/tech demos I've worked on and save them to my PC.
    I saw a program that does it for $50 a while back, might cut my losses and buy it, you (burke) seem rather rigid in your thinking (I'm not a noob to programming, check my website on my profile).
    I've searched for a while trying to find any leads on how I could do this in C# and I thought maybe I could put a J2ME app on my phone then send commands to it from a C# interface to then have the J2ME app feed the image back to the PC (all this through bluetooth). I've heard the Symbian SDK has some screen capture functionality built in, but need it on a non Symbian device.
    Now that I think about it, apalsson your idea sounds like it might be the solution to my needs. I could work this into my own apps and save myself a lot of trouble (and people thinking the wrong thing).
    Could someone point me to some documentation on writing out JPEG files on a mobile device (using J2ME)?
    EDIT: btw, I awarded a Duke star to apalsson because he at least offered some useful advice.
    Edited by: Dartsman on Oct 9, 2007 5:05 PM

  • Using functional global variables to transfer data between touch screen device and other targets

    Hi,
    We are currently developing a control system that will operate on a cRIO with a touch screen interface. During development we have been using functional global variables (FGVs) to handle most of the settings/data etc, however we have just realised that we may have an issue updating the data on the touch screen, and vice versa.
    Previously we have implemented similar programs using shared variables, however we were wondering if there is anyway to implement FGVs in a similar manner, whether it'd be a combination of FGVs and shared variables.
    Regards,
    Mike
    Software version: Labview 8.2.1

    See this thread on LAVA about sharing FGV's across projects. THis should be extendable to cross paltforms (I believe).
    You also may want to concider an upgrade to LV 8.5.1. We have found a number of performance related issues with LV 8.2.1 and RT.
    If you decide not to upgrade, just remeber what I wrote (above) when you have reason to question the performance.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Capturing data from a RS232 device

    how do I capture data from an RS232 device to my APEX application. Precisely, I am using a barcode scanner and I need to know how to get the barcode data into an item (say P12_barcode) in my application. I have tried the keyboard wedge and the problem is that I have to set the input focus each time I need to collect the barcode of an item, so I have to switch to RS232 mode but how do I get this barcode data now?
    Please HELP...

    Thanks a trillion for this reply! wether your reply was helpful is an understatement in this matter!
    That is the type of Barcode scanner I am using man... they call it USB Keyboard emulation. It scans into note pad, word processors and text items freely.
    In my design for a solution to this problem, I have on paper, your type of solution but I lack the ability to set the focus on the desired Text Field when my cash_sales page loads.
    Secondly you said "I did have to set it to include a "Enter" after each scan" that touched upon another bug in me: I had always wanted the form to submit after each scan so that my procedure can use it against the items database and display the item in my Current Transaction Report. How did you set it to include a "Enter" after each scan? Is it on the scanner or at the page item level?
    Precisely I am using Metrologic MS9520 barcode scanner a.k.a Honeywell MS9520 barcode scanner!
    If I can set a cursor in my Px_Barcode text item after loading my CASH_SALES page and automatically submit the page after a scan(without clicking any button) then my nightmare is over...and you become my Virgo 2009 Hero.
    Happy September :)

  • Capture a physical signature from a touch screen?

    Is there a way to capture a physical signature from a touch screen PC, tablet, or phone and imbed that directly into an Acrobat fillable form without utilizing other devices or programs?
    Thank you!

    Hi Chandrika,
    Please provide the details of the BADI you are using. In general you have to go to the methods in BADI and see which are all the fields associated with that method. In your case you have to search the field which captures the value entered by the user.
    You can also check this  by putting break point in GET_INSTANCE method of CL_EXITHANDLER class (Through SE24) and check in which field value entered by the user being captured and also you can find out the BADI involved.
    Then you can go to SE19 and in the BADI you can find the relevant method.
    Then you need to code in the relevant method and use the field which is capturing the value whereever you need.
    Regards,
    Edited by: Nagraj.ashwath on Aug 20, 2010 9:33 AM

  • Lumia 920 device touch screen is locked.

    A call is being charged while the phone is running and has Lumia920. but it was not to react to the touch during charging. Although you need to work very well Unfortunately, the touch screen does not respond.
    in this instance youtube  i did search. I watched a video of two distressed eventually.
    http://www.youtube.com/watch?v=g5xY4H26NR0
    http://www.youtube.com/watch?v=jUqH7No88mg
    As shown in videos What is the cause of the problem origination.
    phone used in such a short period of time 4 months This problem is composed of What do you need to solve.
    FAILURE exactly what hardware due.
    Soft Reset and Hard Reset was performed also.
    I customize certainly did not respond to the reset options.
    Can you help to solve your trouble..
    I used to be sent to my device to download and watch sad.
    If I find out if the cause of trouble would be most grateful..
    Thanks.

    please help me,.

  • How can I control external devices using a touch screen with a standalone LabVIEW app

    For my senior design project my group and I created a hybrid extended range vehicle with 90 Li+ Batteries thats charged by a 15 kW generator and/or that is also being charged by a 5 kW fuel cell. Currently, our system is capable of measuring voltages off of the batteries and displaying them on a laptop via LabVIEW. To process this data, we are using a cRIO FPGA. What we would like to do now is have a touch screen for the driver to choose what power source charges the batteries as well as monitor a pressure reading coming from the fuel cell tank. 
    What sort of small touch screens allow for LabVIEW to be uploaded on and used for controls?
    Does a cRIO have the capability to power such a screen and handle the data transfer from the fuel sensor and switching relays (for switching on and off powersources)? 
    Do I need an additional license for creating standalone applications and how would i go about creating a standalone app?
    sorry for so many question. Any reply helps. Thanks!
    Solved!
    Go to Solution.

    That sounds like a pretty interesting project.  If you are interested, National Instruments hosts a Student Design Competition where you can win cash or a trip to Austin for NIWeek.
    steve215 wrote:
    What sort of small touch screens allow for LabVIEW to be uploaded on and used for controls? 
    NI does sell Touch Panel computers that can be used to control LabVIEW applications.  You can find more information here: HMIs and Industrial Touch Panels and here: LabVIEW Real-Time and Touch Panel Deployment and Replication Resources. Our 6-inch touch panel computers run Windows CE, so programming on them is a little different than programming on a full Windows OS.  You may find the Getting Started with the LabVIEW Touch Panel Module useful.
    You can use third party devices with the LabVIEW Touch Panel Module, although you will need a deployment license for it.  More information can be found in the getting started guide.
    If you were able to send the cRIO information over a network (which from your description sounds unlikely), you may be able to use a smartphone to control your application.  More information can be found on our Community Smartphone Group.
    steve215 wrote:
    Does a cRIO have the capability to power such a screen and handle the data transfer from the fuel sensor and switching relays (for switching on and off powersources)? 
    If you were using the 6-inch touch panels, they require 18 to 32 VDC (the fuse becomes an open circuit if input level exceeds 33 VDC).  The data transfer from the switching relays can be monitored and changed with the touch panel.
    steve215 wrote:
    Do I need an additional license for creating standalone applications and how would i go about creating a standalone app? 
    If you went the touch panel route, you would need to purchase the LabVIEW Touch Panel Module, and a touch panel.  The NI touch panels come with a touch panel deployment license.  Step-by-step guides for creating the standalone app can be found in the Getting Started with the LabVIEW Touch Panel Module guide. 
    Regards,
    Elizabeth K. 
    National Instruments | Applications Engineer | www.ni.com/support 

  • I have an LG Extravert with a touch screen that doesn't work. How do I access the internal memory (NOT the SD card) to save data that wasn't moved over to the card?

    My touch screen fell victim to the same issue many people have with this phone - the touch screen has become only effective for very limited items - mostly just Contacts. I've tried bluetooth and plugging in the phone, shutting it down and repowering a million times. Nothing will let me access any memory that wasn't already stored on the SD card. Help!

        a_oglesby,
    A non-working phone is a bummer. Let's get your phone working. We encourage you to plug your phone into your computer to see if you can view items stored on your device.
    RobinD_VZW
    Follow us on twitter @VZWSupport

  • My  iPod touch screen says it is disabled.  Connect to iTunes.  When I connect the device to the computer a window pops up and said that the iPod is locked and I need to enter the passcode on the iPod..... I can't get it to do anything.  Any ideas?

    My  iPod touch screen says it is disabled.  Connect to iTunes.  When I connect the device to the computer a window pops up and said that the iPod is locked and I need to enter the passcode on the iPod..... I can't get it to do anything.  Any ideas?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen        
    If recovery mode does not work try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Stuck with a message on the touch screen - checking device

    This is an officejet 8500 wireless - the computer OS is Vista 64
    The touch screen on the printer is stuck with a message that says "checking device"  I cannot cancel or stop unless I unplug the printer. This occured after a paper jam.

    First, make sure there are no little pieces of paper left in the printer. This document can help you check it out:
    Paper Jams.
    If you still get the message on the screen, pull the power cord out while the printer is turned on. Wait 15 mseconds. Hold down the # and 6 keys on the front while you plug the power cord back in. This should reset the printer and, with luck, will clear the message.
    I am an employee of Hewlett Packard.
    - - Please mark Accept As Solution if it solves your problem so others can more easily find the answer - -
    - - Please click the Kudos star if you would like to say thanks - -

  • Adobe premiere elements 12 with diamond vc500 one touch video capture device.

    Adobe premiere elements 12 and using Diamond vc500 one touch video capture device.
    AVI files will not load into Adobe premiere elements 12.
    I bought what I thought were the two best software and capture devices.
    I am archiving old VHS tapes and using Diamond vc500 capture software called EZ grabber. I thought the best archiving format would be AVI files. As I just started this project. I am willing to do what is needed.
    That even being, going and buy another capture device that being for a VCR to PC using a USB are even a Video card.
    EZ grabber software ask you to record in what format. I picked AVI. There is DVD - SVCD - VCD - MPG4. I want to archive then go back and edit. The DVD or SVCD format, is that not the same as mpeg 2?
    You and I know the drill. Saving in what long term archive format and that dare thing about video compression and losing quality of the videos. Its all a nightmare.
    Once again I am willing to buy another capture device for a VCR that will work with Adobe premiere elements 12.
    Help please with long term archiving format and capture device.
    Thanks

    The answer is B.
    Capturing the VHS content to computer (via the Diamond vc500 and USB connection and EZ grabber) to obtain an .avi file on your computer and then trying to import that into Premiere Elements with its Add Media/Files and Folders?
    When I do that, the Adobe premiere elements 12 crashes or only loads a 2 mins of video.
    The firewire connection device "Canopus" product sounds great. But I really don't want to spend that much on my home videos. My PC does not have a Firewire connection. So add a new card for that and the Canopus product. I could just pay someone to do my VHS tapes.
    Diamond vc500 $35
    Adobe premiere elements 12 $65
    Firewire card $50 plus
    Canopus $180
    $330 is way too much for simple home VHS videos

Maybe you are looking for

  • MSS custom query restrictions (table/view/join)

    Dear all, We are currently trying to integrate a sap query which also gathers data from event management. This query is based on an infoset and a table view and not on a logical database. When executing the query within the portal (generictableview i

  • Imovie crashed every time I try to export... Help!?!

    Imovie crashes when I try to export the movie I have made. I have tried in many different formats... And I have tried to restart, update and everything but nothing works... Please help!!!!!! I spend many hours on this project, but now I cannot finish

  • Lightbox Gallery Thumbnails not Expanding

    Hello, I have a website page with several rows of Lightbox Gallery images. They all work (click on them, they expand to a larger image) except one set. I've tried to copy and paste a good, working set, but then those images do no expand either. I eve

  • Text not showing up on top of Quicktimes

    I am trying to place text and objects on top of a Quicktime, using bring to front. Everything looks correct within iweb, but once I publish the page, the Quicktime is on top. I have tried both inline and fixed variations. any thoughts? thanks, art Po

  • Adobe DPS: Direct Entitlement API Version 2

    Hi guys, I have some questions about Direct Entitlement API Version 2 (http://download.macromedia.com/pub/developer/dps/entitlement/direct-entitlement-api.pdf). Based on the API, SignInWithCredentials and entitlements request body will contain a XML