Can Labview PDA provide multi-interface?

Hi:
I want to use labview PDA module to develop software. But I found that labview can't provide multi-interface design.
I don't have the Labview Module and I just think about it. So if you have any idea to implement multi-interface design, please give me some suggestion.
By the way, labview doesn't provide the menu control to implement it. So how to design menu in the interface?
Thanks,

I am not sure what you mean my multi-interface, so I may not answer your question. The pda module has a special block that allows shields part of the VI from compiling in the PDA toolkit. It looks a lot like the case structure. The idea is that pocket pc and palm have different funtions, so it is silly to have two different VIs when all you need to change is a single subVI so that the VI can be compiled to run for one platform and it can be compiled again without changes to run on the other platform.
To access LabVIEW's menu options for a regular VI, goto edit >> run-time menu. There are several shipping examples too. Goto help >> find examples >> click on the search tab and look for menu .

Similar Messages

  • Can Labview PDA handle XML?

    I have spent about a week using the Labview PDA 8.0 development tools and now have acquisition vi's running and storing data, etc...
    There is a push in my organization to use XML to tag data. I am still learning what this means, but I thought I would ask if there is any example code, app notes, etc... on XML, Labview, and Labview PDA.
    Thanks for any pointer!
    John

    I haven't used it yet but saw that there is some example code in LabVIEW to read/write data from/to XML files.
    Go to Help >> Find examples... to launch the NI example finder.vi and then go to the "search" tab, type xml, there are 3 example VIs.
    Hope you'll find what you need there
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Can labview direct handle USB interface in the PC ?

    i want to receive the data on the usb bus. how to do that?

    You can use VISA to exchange data over USB.
    Look into the VISA Programmer Reference Manual about the syntax of a USB VISA resource.
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

  • Creating LabVIEW Executable for sub-20 Multi Interface USB Adapter

    Hi
    I'm using Sub-20 Multi Interface USB Adapter (www.xdimax.com) for GPIO and SPI. The code is based on .NET constructor Node. I can access the device and perform all the tasks but I'm unable to generate executable.
    The application comes up with this error (on any machine including the development machine)
    "This VI is not executable. The Full development version of LabVIEW is required to fix errors"
    I'm using labVIEW 8.2 and .NET Framework 4 is also installed.
    Thanks

    Hi AA76,
    That is good to know, at least we know the cause of the error.  The KB - How LabVIEW Locates .NET Assemblies shows the LabVIEW search directories.  I suspect what is probably happening in this case is the relative path.  If the system is looking for the same relative path this is probably different. You say that even on the development machine the .exe does not load the library.  Is this when you have just created the .exe or after running the installer?  If it is after running the installer what about before you build the installer?
    Finally where is the assembly located?
    Regards,
    James
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • How can I have an english interface to labview if the package is in german

    Hi ,
    I'm a student that makes a project in Germany using labview ... the problem is that my german is not that good , and the labview is in german so here is my question :
    how can I have an  english interface to labview if the package is in german (labview 7 )
    Any help would be apprecieted.

    The only way to really have everything in English is to install an English version of LabVIEW.  You may want to talk to your local NI sales representative about the possibility of getting a different version.
    Doug M
    Applications Engineer
    National Instruments
    For those unfamiliar with NBC's The Office, my icon is NOT a picture of me

  • How to create a login interface in labview PDA module?

    How to create a login interface in labview PDA module? So that it checks with a list of usernames and passwords and allow to go to another VI?
    Anu

    Anu,
    I've attached a really short example that does something like what you're talking about.  It just compares the user's username and password a pre-determined username and password and then "logs the user in" based on that comparison.  Like Greycat said, you probably want to store this username and password info in some sort of file on the PDA that's in an encrypted format for both security and flexibility of your application.
    I hope this helps,
    Justin D.
    Applications Engineer
    National Instruments
    Attachments:
    LoginVI.vi ‏17 KB

  • Labview pda module: how can I resize image dynamicall​y in an applicatio​n?

    Hello every one,
     I am currently working on the development of an application on a PDA (brand Nomad) and whose OS is Windows Mobile. So I am using the PDA module of Labview 8.6.My problem is the following one: in my application I would like to be able to load images (thanks to their path) in pictures indicators. I load images with the labview “function PDA Image File Load.vi” and then my problem is that images don’t fit with the size of the indicator, and so I am only able to see the left top corner of the image…Of course, I would like to see the entire picture, but I don’t know how I can modify or resize a picture with the PDA Module, where most of the property nodes (zoom factor, scrollbars…for picures) are not available.Has someone ever faced and fixed that problem?? Any help would be really appreciated!!   PS: Attached is one part of my application!
    Attachments:
    cameracapture.vi ‏21 KB

    Hi,
    Indeed, like Romain D. said you have some interesting discussions where you can find some customer's experience like yours :
    How Do I Put A Picture or Image On My LabVIEW PDA for Palm Front Panel?
    How to Resize a picture 
    Scale image on PDA (Pocket PC)
    Placing an image or picture on Labview PDA pocket PC 
    Picture and PDA 
    PDA Picture Control Scrollbars
    Let me know what happens.
    Regards,
    Steve M.
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    >> Vidéo-t'chats de l'été : présentations techniques et ingénieurs pour répondre à vos questions

  • Labview PDa 8.0.1 can support visa

    hi all , can u plz tell me Labview pda 8.0.1 can support modbus serial communication

    Unfortunately, you cannot do modbus serial communication with LabVIEW PDA 8.0.1. In oder to do Modbus communication you would need the Modbus Library, but that requires NI-VISA and NI-VISA is not supported in LabVIEW PDA until version 8.2. Aside from this, you can do regural serial communication with PDA 8.0.1 using the Serial Compatibility VI's.
    For more information please refer to the following knowledgeBase articles:
    How Can I Implement Serial Communication With My PDA?
    How Do I Use Serial Communication on My PDA?
    Eli S.
    National Instruments
    Applications Engineer

  • "LabVIEW PDA - Palm OS Hardware?"

    I'd like to get some feedback on what Palm OS PDA's are being used in conjunction with the LabVIEW PDA software. I've been tasked with creating a very compact application for monitoring a system, and we're interested in doing this through a Palm PDA (I chose Palm simply because I used to write Palm applications a few years ago, and I'm pretty familiar with their system). We have a DAQCard-6062E that is used in a laptop at the moment, but for this application, that's just overkill. I'd like any input from users on the following:
    1. What type of Palm PDA (model number) are you using with the LabVIEW PDA software?
    2. What type of cradle (model number, etc.) that goes with the Palm PDA for a PCMCIA card? Also, where can you get this cradle?
    3. Interface cable preferences? (length, type, etc.)
    Thanks for your input,
    tsc

    Hello –
    Palm M-series or Tungsten supports a DAQ device. CEC sells these DAQ devices with a sleeve and you just have to put the Palm device on it. Also, they will provide you with a driver that will allow you to communicate with LabVIEW PDA for Palm.
    Go to this link. Click on Data Acquisition, then on pdaDAQ/100.
    Hope this helps.
    SVences
    Applications Engineer
    National Instruments

  • Accessing mySQL database from Labview PDA

    Hi,
    Has anyone tried writing data to a mySQL database or any other database for that matter using the Labview PDA module?  I know it's easy to do from Labview and you have to download the ODBC drivers to get it working but I don't think these drivers are available for Windows Mobile (I've seen XP and Linux drivers only).  Any help would be appreciated.
    Thanks

    Hello,
    I don't have experience with this, but you might look into the following:
    1. remote connections: http://www.geekzone.co.nz/content.asp?contentid=2656
    2. this thread seems to indicate .NET doesn't support it yet (but it's over a year old...): http://forums.mysql.com/read.php?38,73109,73109
    3. Another option - you can use VI Server to have your PDA VI call a VI on your host machine if they are networked... there is an example of this that ships with LabVIEW PDA I think - check it out!  Thus, if the db is on your host machine, you could write your host VI, and have your PDA VI call it etc.
    I hope this helps!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • LabView PDA module gives error "unable to lock memory chunk"

    I've written a LabVIEW PDA Application that reads an ASCII decimal string through a PDA serial port. I can display the string ok, but when I try to convert the string to a number using the decimal string to number VI I get the error message "App failed. Error Code 172649003. Unable to lock memory chunk."
    Any ideas?
    Cheers, Paul
    Naval Surface Warfare Center - Carderock Division
    West Bethesda, MD

    Does this happen whenever you use the string to number VI (can you reproduce this in an empty VI)?
    Are you sure it happened because of that VI and not because of something else that is happening in the VI at the same time?
    Can you cut down pieces of the code and still get the error? Can you post a small example?
    Which PDA\LV are you using?
    Can you write some more details about your app (does it do anything else other than serial comm)?
    Try to take over the world!

  • Winsockread Error in LabVIEW PDA

    Hi all. I am currently trying out the VI server example given in the LabVIEW PDA toolkit but i keep getting this error "WinsockRead error Error Code: 10054.
    The LabVIEW example project I am using is "VI Server- Pocket PC.lvproj" and I have loaded the "CallByRef Wave - Pocket PC.vi"  into the PDA. I have a WIFI connection to a PC and have manually assigned IP address to both the PDA (192.168.100.101) and PC (192.168.100.100). I have verified my WIFI connection is working by using the "ping 192.168.100.101" command on my PC.
    Also, I am configured my VI server correctly by selecting the enabling the TCP/IP protocol and ActiveX under the VI Server Configuration. The port number I used is 3363. I have also added the PDA IP address (192.168.100.101) to the Machine Access List.
    When I try to run the example program on the PDA with the IP address "192.168.100.100" and a port number of 3363, I will get the error. Can anyone give advice on what I have missed out or done wrongly?
    I forgot to mention that the remote program "TargetWave.vi" on the PC is loaded in memory and opened in LabVIEW also.
    Thanks in advance.

    D.Com,
    I just thought of something else to try. You said you are using port 3363. The program was initially set up to use Port 3865. Did you change the VI server properties (From the project, right click on the my computer icon>>properties>>VI server: Configuration) to port 3363 or just the control on the front panel of the CallByRef Wave.vi? Both must be set to the same port.
    Secondly, you may have to open a port in your firewall if you are using WindowsXP SP2. Initially I would completely disable the firewall and see if that solves the problem. If it does, then enable the firewall and create an exception of the port you've specified (3363).
    As for using the trial version, this should have no impact on the performance of the toolkit.
    Best Regards,
    Chris C
    Applications Engineering
    National Instruments
    Chris Cilino
    National Instruments
    LabVIEW Product Marketing Manager
    Certified LabVIEW Architect

  • Queries about LabVIEW PDA

    I have a problem with displaying measurment file on the waveform graph in the PDA. I understand that PDA have some function constraints and does not support "Read from measurment file"function. Is there any way to convert the measurment file to a file which the PDA waveform graph able tom display the result or should i replace the "write to measurment file" function to other function e.g write to spreadsheet? How do I include the header,time and date in a spreadsheet heading?

    It would probably be best to originally write your data in a tab-delimited format (including labels, time stamps, etc). Then, you can program the Read from Text File function in LabVIEW PDA to mimic the behavior of the Read from Spreadsheet File VI in LabVIEW.
    Once you place the Open/Create/Replace File and Read from Text File VIs on your block diagram, you can write click on the Read from Text File VI and select the Read Lines option. Next, scan through each line for tab characters using the Scan String for Tokens VI, and finally build up a 2D array of all elements in your text file. This may sound a bit confusing, so I have attached a small example VI to this post below (PDAReadFromTextFile.vi). Don't forget to use the Close File VI when you are done reading from disk.
    Keep in mind that PDAs do not support array indicators, so you must view any front panel data as individual strings (or one large concatenated string). The Index Array function on the Array palette should come in handy here.
    I hope this helps!
    Casey Weltzin
    Applications Engineer
    National Instruments
    Message Edited by Caseyw on 05-29-2007 09:08 PM
    Attachments:
    PDAReadFromTextFile.vi ‏21 KB
    test.txt ‏1 KB

  • Is it possible to run AM Modulation in LabVIEW PDA Module?

    Hi All,
            I would like to ask about AM Modulation vis can run on PDA Module or not?Because as i mention that PDA screen is too small to see all the AM modulation waveforms.So i would like to know whether is it pissible to run AM Modulation on the LabVIEW PDA Module? If it is possible, please tell me that how should i modified my VIs on block diagram and how do i arrange all waveforms graph on front panel?
            Then, the AM modulation that i want to run is as shown in attach file.
             Thanks to all for your help.
    With Regards
    Nyan Lin
    Attachments:
    AM block Diagrams.jpg ‏56 KB
    AM Modulation front panel.jpg ‏107 KB

    Hi Jpaul,
                 Thanks for your quite useful help. I am now able to manage all waveform in one tab control. But i still have some errors for my final year project. I am from Singapore Nanyang Polytechnic who do the final year project. My project is to transfer over the AM Modulation waveforms on the PDA device. But i still face on with some errors.My error is as following.
    (1) After i run my waveforms together with Tab control, the program that appear on the PDA is only too small and only can see half of
          my waveform.As i understand that all the text size must be greater than 20. And I chose the landscape screen for my tab control using.
          The waveform that together with tab control is as shown in attach file.
    (2) Then my PDA's internal memory is not enough space for running the new application and when i want to delete it, it is not possible to
          delete and there is error to delete. I would like to know how can i delete my NI files from my memory. My PDA model is HP iPAQ hx2700.
    (3) Then I would like to know more about what is the usage of NI CF-6004?  Is it like memory card for running NI
          waveforms on the PDA? Or if not what is it use for ?
                 I am strongly appreciate for ur help and i know that this might be so many question. But i am really no way to find this errors anymore.Thats why i have to ask to you. I will be thanks for all ur help. Thanks a lot
    Best Regards
    Nyan Lin
    Attachments:
    AM Modulation on PDA.JPG ‏30 KB

  • Can Google Analytics provide reports/data from a Contact Form created in Muse?

    My Muse site will be hosted by a third party hosting service, as I am creating it for a client. My client wants to be able to see a monthly report of inquiries submitted via the contact form, which was created in Muse. Can Google Analytics provide reports/data from a Contact Form created in Muse?

    Muse makes files through interface design approach. It has actually nothing to do with the running of your site. And this forum is for Business Catalyst, Adobe's CMS. If you are not using that and a 3rd party then for tracking etc that is based on you or someone else installing the google analytics code on that website. Muse has nothing to do with that.
    Here is google's starting guide for that.
    http://www.google.com/intl/en-AU/analytics/learn/setupchecklist.html

Maybe you are looking for

  • I got birthdays in my ical on mac and iPhone 4 but how can i add anniversaries

    I got a mac pro and have updated to mountain lion, i use the mac cal to synchronize to mac cal on iphone 4s and vise versa, I got birthdays on my cal but would like to add anniversaries to it as well how do i add them so i dont forget important dates

  • Airport express loses connection and blinks amber until restarted many times a day.

    I have an AirPort Extreme as my,main router with a gen 1 airport express and 2 gen 2 express as range extenders to cover all 3 floors and outdoor area.  I have an Insteon HUB connected to one 2nd generation express and an Insteon IP camera that is on

  • IMac additional monitor

    Have a 24" iMac (Intel) running OS 10.4.11 Want to run an additional 24" monitor from the iMac. Have done this with a 17" CRT with no problem but now want to use a larger LCD screen. Can my iMac drive another monitor this size, can't find any referen

  • Dynamic tab content

    Hi All, I have a tabNavigator with only one tab and i am creating a new tab whenever user clicks "Add New Tab" button. I want to create a DataGrid inside the newly created tabs. I have created a grid.mxml file which contains my DataGrid . Now the pro

  • Find a component with his id ? (ex find a Label in a Panel with the Label's id)

    Hello, I need to find a children component with his id (so without getchildat ou byname methods) ex : <mx:Panel id="panel1" x="10" y="10" title="PANEL 1" width="400" height="300">      <mx:Label id="label1" x="15" y="15" text="label 1 dans panel 1" /