Can vision module be used in PDA

can i use imaq vision builder(after building the VI in labview7) in PDA .I use version 7.

Hello.
Unfortunately, right now, you will not be able to download the vision VIs to the PDA.
The best way to check whether the functionality is there is to target the PDA in LabVIEW and examine what VIs are present in the palettes. If the VIs are not there, as the Vision ones will not be, then they are probably not supported in LabVIEW PDA.
I apologize!
Regards,
Colin C.
Applications Engineering
Colin Christofferson
Community Web Marketing
Blog

Similar Messages

  • Can you monitor signals using frame api on a PDA?

    Hi all
    I'm pretty new to LV all together, but I'm working on writing a program to monitor information off our CAN network, like oil pump speed, water temp, batt voltage, etc.  Is there a way to monitor these signals using the frame api, opposed to channel api, and display them continuously on a gauge/meter?  Since I'm using PDA module, I have to use the frame api, and not channel.  Frame api seems a little more vague to me than channel api.  Any advice or tips are welcome.
    Also on a side note, I copied/pasted a tab that i changed the background color to yellow from a windows targeted program to a PocketPC one.  The tabs stayed yellow when I built and transfered the .exe to the pda, but i don't have any control now on its color because PDA module doesn't have Property Nodes.  Every now and then, the tabs will go to default grey, and i have to undo the changes to get it back to yellow.  Is there some way to control the color?  I don't think the Change Control Color works in this case.
    Thanks ahead for any comments and advice.

    ....By the way, i'm using a PCMCIA-CAN/2 (HS) card on a PDA running WinCE5.0 and soon to be one running WinCE4.2...

  • How to open an app using LabVIEW PDA Module 7.1

    Hi,
    i´m developing an app using LabVIEW PDA Module 7.1 that needs to open a
    standard application (in particular, the default camera application) on
    my PDA (Qtek 2020 with Pocket PC 2003). Can anyone tell me how to do it?
    Thanks,
    Pedro Sampaio
    Computer and Telecommunications Engineer Student
    ESTG -IPL, Portugal

    Olá,
    Com o project podes fazer builr e deploy, a partiur daí tens a aplicação instalada na PDA.
    Cumprimentos

  • How can i get analisis.llb in vision module?

    hi.
    i have labview 8.2 version.
    i want to make line profile on an image.
    i found that it is possible with IMAQ lineprofile.vi VI.
    which is situated in c:/........./vision/Analysis.llb
    But i don't have Analysin.llb library in the respective folder.
    I don't have NI vision development module.
    Can i get analysis.llb by installing the LW 8.2 again or i shall have to install NI vision development module?
    please help me.
    and also suggest me some examples related to line profile and area profile, if anyone have.

    nirmalvishal wrote:
    I don't have NI vision development module.
    Can i get analysis.llb by installing the LW 8.2 again or i shall have to install NI vision development module?
    Hi Nirmal,
    You must buy and install NI Vision module/toolkit, however it is called...
    Then, you ll get that LLB automatically installed in the specified location.
    - Partha
    LabVIEW - Wires that catch bugs!

  • Been using LR since 2004. My raws are all of sudden jumping around in Develop module. Image does not stay, it goes forward and backwards randomly, even with magic mouse off. Can't edit. Using MacPro, currently everything. Canon 5dmk3 raws

    Been using LR since 2004. My raws are all of sudden jumping around in Develop module. Image does not stay, it goes forward and backwards randomly, even with magic mouse off. Can't edit. Using MacPro, currently everything. Canon 5dmk3 raws

    This sounds like a hardware issue. I haven't seen this particular problem reported before.

  • How do I use directional PDA buttons in LabVIEW programs?

    Hi all,
    I've been assigned to get a LabVIEW program to work on a Palm PDA with LabVIEW 7.0 and palm PDA module 7.0.  I am basically totally new to LabVIEW, and my possibly very simple problem is, the PC program requires input from a serially connected number pad for the 8, 4, 5, 6, and 2 keys which are used as four directions (8, 4, 6, and 2) and an enter (5). 
    I am trying to rewrite the input vi to use the directional buttons and middle enter button on the PDA itself but am having trouble figuring out what to use.  I am using a PDA simulator because of the PALM OS5 we own.  The input demo vi example provided will not build for PDA because of size so I am unsure of how to approach this.  Another thing is, we have LabVIEW and PDA module for pocket PC 8.0, and a Dell Axim PDA on order.  From what I understand off of this website, the latest PDA module has example button vi's.  I would still like to figure out the way to do this on 7.0 so I can have a better understanding of LabVIEW.  Eventually the program's endgoal is to be used on a PDA and inputting with a bluetooth keyboard, but we are going step by step right now.
    I guess my biggest questions are, how do I assign the directional buttons on the PDA in my program, and will this differ greatly when we switch to 8.0 and pocketPC.
    Oh and I did try to look at the example asteroid.vi but from looking at the input subvi, still couldn't figure out how they assigned the buttons.
    Thanks,
    Stephen

    I can't help with any specifics (no access to the PDA module at the moment and I didn't use the buttons anyway), but I would like to say that it probably would make a big difference if you used LV 8. 7.0 was the first version of the PDA module and was extemely limited and problematic (it didn't even have a tab control). 7.1 was somewhat better and I understand that 8 is even better (although still very limited and buggy).
    I also remember reading about several differences between Palm and PocketPC and I think you will generally be better off with the PocketPC as it's related to windows and will probably support more stuff.
    Try to take over the world!

  • How can I make server use single class loader for several applications

    I have several web/ejb applications. These applications use some common libraries and should share instances of classes from those libraries.
    But applications are being deployed independently thus packaging all them to EAR is not acceptable.
    I suppose the problem is that each application uses separate class loader.
    How can I make AS use single class loader for a set of applications?
    Different applications depend on different libraries so I need a way that will not share library for all applications on the domain but only for some exact applications.
    When I placed common jar to *%domain%/lib* - all works. But that jar is shared between all applications on the domain.
    When I tried to place common jar to *%domain%/lib/applibs* and specified --libraries* attribute on deploying I got exception
    java.lang.ClassCastException: a.FirstDao cannot be cast to a.FirstDaoHere http://download.oracle.com/docs/cd/E19879-01/820-4336/6nfqd2b1t/index.html I read:
    If multiple applications or modules refer to the same libraries, classes in those libraries are automatically shared.
    This can reduce the memory footprint and allow sharing of static information.Does it mean that classes should be able to be casted ?

    You didn't specify which version of the application server you are using, but the config is similar as long as you know what to look for. Basically, you need to change the classloader delegation. Here's how it is done in 8.2
    http://download.oracle.com/docs/cd/E19830-01/819-4721/beagb/index.html

  • Module Development using PCK

    Hi All,
    I have to develop a module for the file adapter. I have installed the PCK (Partner Connectivity Kit) and the related development environment. I just need to test the module for the Receiver File Adapter. But how can this be done using PCK. What should be the minimum things required? Are there any articles or help available?
    Thanks,
    Sandeep

    http://help.sap.com/saphelp_nw04/helpdata/en/8b/895e407aa4c44ce10000000a1550b0/frameset.htm
    The PDF
    How To Create Modules for the J2EE Adapter Engine 
    available at service marketplace
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000071155&_SCENARIO=01100035870000000202
    Should help you!!!
    Regards,
    Amol
    Message was edited by: Amol Joshi

  • [SOLVED] jack2dbus is running but I can't seem to use Qtractor/Ardour

    Hello,
    Earlier I had alsa installed together with jack2 and both worked fine - I could record my songs in Qtractor without any problems.
    But I reecently bought GuitarPro software for Linux which needs a pulseaudio to work. So I installed the pulseaudio and It is
    working fine by itself. I can start/stop it using commands:
    pulseaudio --start
    pulseaudio --kill
    Now the problems begin. I had to uninstall jack2 and swap it for jack2dbus which works with pulseaudio (jack2 doesn't).  I allso
    wrote two scripts for starting the jack2dbus in two separate configurations
    Hardware default audio (Nvidia) for playback and USB audio interface (Scarlet 2i4) for recording:
    #!/bin/bash
    jack_control start
    jack_control eps realtime true
    jack_control ds alsa
    jack_control dps period 265
    jack_control dps playback hw:0,0
    jack_control dps capture hw:USB
    USB audio interface (Scarlet 2i4) for playback and recording.
    #!/bin/bash
    jack_control start
    jack_control eps realtime true
    jack_control ds alsa
    jack_control dps device hw:USB
    jack_control dps period 265
    THE START PROCEDURE
    I first start the pulseaudio and check if it is running.
    $ pulseaudio --start
    $ ps aux | grep pulse
    ziga 4171 48.0 0.2 520004 15328 ? S<l 14:22 0:00 pulseaudio --start
    ziga 4176 0.0 0.0 76628 2552 ? S 14:22 0:00 /usr/lib/pulse/gconf-helper
    ziga 4179 0.0 0.0 10820 1076 pts/2 S+ 14:22 0:00 grep pulse
    then I start the jack server using one of the scripts above and check if jack is running.
    $ jack_control status
    --- status
    started
    At this instance when everything seems to be running when I start Qtractor or Ardour I allways get the error.
    The audio/MIDI engine could not be started! In the image check allso the console in the background.
    I get some prompt about pulseaudio "module-jackdbus-detect" when I 1st shutdown jack, then kill pulseaudio
    and restarting it using different command than before. Could this be the clue to what is wrong? Please help a bit.
    $ jack_control stop
    --- stop
    $ pulseaudio --kill
    $ pulseaudio
    W: [pulseaudio] pid.c: Stale PID file, overwriting.
    E: [pulseaudio] module-jackdbus-detect.c: Failed to parse channels= argument.
    E: [pulseaudio] module.c: Failed to load module "module-jackdbus-detect" (argument: ""): initialization failed.
    E: [pulseaudio] main.c: Module load failed.
    E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
    Last edited by 71GA (2014-05-18 10:16:47)

    ooo wrote:
    Quite impossible to guess what the issue could be from that error.
    I suggest trying if you can get jack working using the legacy jackd. Even if that won't work you may get more useful error message.
    Btw, if you install the jack2 package it includes both jackdbus and jackd, so it should be ok in your case, unless you absolutely want to get rid of the old jackd.
    OK thank you for the sugestion. I did uninstall jack2-dbus and installed jack2 together with a python2-dbus dependancy. Then I killed pulseaudio and tried to start jack server.
    It was unsucessfull but as you said I did get some more feedback. I saw that priority is only 10. IS it possible this is too low? Where can I set this parameter?
    $ ps aux | grep pulse
    ziga 5171 0.0 0.0 10820 1076 pts/1 S+ 21:12 0:00 grep pulse
    $ jackd -R -dalsa -dhw:USB -p256
    jackdmp 1.9.9.5
    Copyright 2001-2005 Paul Davis and others.
    Copyright 2004-2012 Grame.
    jackdmp comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    no message buffer overruns
    no message buffer overruns
    no message buffer overruns
    JACK server starting in realtime mode with priority 10
    audio_reservation_init
    Failed to acquire device name : Audio2 error : Device reservation request with priority 2147483647 denied for "Audio2" via RequestRelease()
    Audio device hw:USB cannot be acquired...
    Cannot initialize driver
    JackServer::Open failed with -1
    Failed to open server
    Last edited by 71GA (2014-05-12 19:17:10)

  • How can I prevent any use to update Purchase order if status was "Approval"

    I have some users can update any purchasing order update after "Approval"
    Please I would any Purchasing oracle module expert to Assist me to get way to solve problem.
    How can I prevent any use to update Purchase order if status was "Approval"?
    Further Information :
    Oracle Allpication Release : 11.5.9
    Oracle Purchasing Module.
    Oracle Data Base: 11i
    Khaled,

    Try writing a personalization on the PO screen that adds the following condition to the where clause
    "and authorization_status !='APPROVED'
    However, I will be careful with a blanket restriction like this. There are situations when you need to modify an existing PO. So you should code some exceptions for this rule.
    Hope this helps,
    Sandeep Gandhi

  • Using a PDA to store results data from Compact FP?

    Is it possible to use a PDA as a front end display for a Labview RT application running on a Compact FP system? I also want to write the results data from the Compact FP app to the PDA RAM Drive.
    I am just quoting this system but any details as to whats required to do this would be helpful.
    Thanks in advance for your help!
    B Myers

    Yes it is possible. Compact FieldPoint RT controllers have ethernet and serial ports that could be used to communicate with PDA's. Communication through TCP or serial can be done in LabVIEW RT just as it is done in regular LabVIEW. National Instruments currently does not have any tools for PDA's specifically for this, so you would have to take care of the PDA programming and communication yourself. But to the Compact FieldPoint it would just be talking to a serial or ethernet device.
    Regards,
    JR Andrews
    Application Engineer
    National Instruments

  • To find Function Module is used for How many times

    Hi Gurus.
    How to find a Function module is used for how many times since it is created.. we went through the Tcode STAT , ST03, STAD, STATTRACE but in ST03 we can find it for Program but we could not find it for Function module , So can any one please suggest us . we are using ECC 6.0 version.
    Thanks and Regards,
    Chaitanya.

    Hi Chaithu,
    Go to SE37,enter your function module, click on where used list button on the application bar.
    All the program used your function module used is displayed.
    Regards,
    Venkat.

  • How to get data from the Tables (Can func.module help then how to write )

    Hi,
    Can anyone tell the use of functional module to extract the data from R/3.i am working on PM module and need to extract the status of work order and equipment which i can get from First i had to get objnr then i had to go to jsto in jsto i get stsma and estat. by using estat and stsma i can get status in table tj30t here estat is same as stat in jest table.
    how to get all these in bw . any help.
    I need status of work orders and equipments which exists in tj30t or we can get from tj30 tables in the fields txt30 and txt04
    Any one pls help to get all these stuff from R/3 to BW
    Regards
    Srini-----

    Hi
    You need to enhance (write a user exit) for your Data Source.
    Here are some links on UE:
    Enhancment Framework
    ====================
    SAP Help Enhancment Framework
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    Enhancements in sap bw
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    User Exit Enhancments
    Enhancement
    User exit
    BADI
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm
    Reg's
    Edan

  • Testing Function Module before using in DataSource?

    Hi Experts,
    After writing a Function module for Transaction DataSouce (by copying RSAX_BIW_GET_DATA_SIMPLE), is there any way to test the Function Module before using in Transaction DataSource? (to see how many records it retrieves).
    Also can somebody please throw some light in understanding the source code of RSAX_BIW_GET_DATA_SIMPLE function module, as it has many declarations like E_T_DATA,
    I_T_SELECT which will be used in the new function module?
    Looks like, the function module RSAX_BIW_GET_DATA_SIMPLE uses only one table SPFLI.
    If it is just one table why do we need to write function module to extract data?
    Forgive me for my lack of ABAP knowledge.
    Thank you,
    Lakshmi

    The generic function moduel is used when there is no BW extractor and you cannot get to the data via a view or table
    The extractor is quite simple
    You create a extract strcuture of data to send to BW
    Then you create the function module - e_t_data takes on the extract structure
    The select options read data via the infopackage selection from BW (and thus when you create your datasource you shoudl click the fields to be select option)
    So in the ABAP
    You read the select option and put them into a range
    You select from which ever tables you need to in R3 and put into an itab
    You then loop aroudn the itab and manipulate the data or read other tables
    The data finally ends up in e_t_data
    The whole thing gets looped around based on the size of the data package - ie if it is 10000 records then the fetch next cursor after 10000 records will send the package of e_t_data out to the refc scheduler and down the line to BW - then the fetch next cursor will get the next 10000 records for the next
    I use this all the tiem (so sorry for the brain dump)
    I especially use it for virtual cubes - ie to get real time data from R3 from within BW - the data is not requested by ipak but by the query at runtime against a Virtual cube which connects to this generic extractor
    Note: this generic extractor can also live on the BW side - ie you can use it instead of APD to snapshot cube or DSO data to send as an ipak into another cube

  • What Function Module is used in a Virtual Cube

    Hi,
    where can is see what Function Module is used for a Virtual Provider(Cube)?

    double click on infocube, then in the menu choose Extras --> Information/Log status and then choose "Type/Namespace" and you will see the screen with all required information.
    Regards,
    DL

Maybe you are looking for

  • Material master doubt

    Hi all, I am very much confused in what to fill in few fields of material master. Please let me know in case of ROH, HALB and FERT material masters, what to fill in : 1._In house production days_?(My doubt here is in house production days will be sup

  • Best settings for importing HD movies to ATV for video gallery

    hello - i work for a gallery, and we have a video artist who will be showing HD videos here for 2-3 months. we bought 2 AppleTVs to use to show the movies, and i'm trying to figure out the best way to convert the material and get the files on there.

  • Help with multi-thread bash script

    Hi, I would like to simultaneously copy photo files from a memory card (in a card reader) both to internal HDD and external USB HDD, using rsync, in a *single* run (instead of running 2 rsync processes and read the same large data twice). It's a sing

  • Printing to 4x6 Paper

    I have iPhoto 1.1.1 and I am having trouble getting it to print to my HP 5180 printer. Even when I select photo paper size in the print window I cannot get it to print on anything other than 8x11 paper not the photo paper. Does anyone have any though

  • Where is the actual iPhoto photos data stored?

    I'm trying to find the data files for iPhoto in OS X Lion, data used to be in the user Library, but I can't find that either. Where is the actual iPhoto photos data stored?