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

Similar Messages

  • How to create a standalone executable in LabVIEW 2009 Professional Development System?

    How to create a standalone executable in LabVIEW 2009 Professional Development System?
    Solved!
    Go to Solution.

    This should help you out http://zone.ni.com/devzone/cda/tut/p/id/3303
    Also remember that quick search with Google in many cases will be quicker than asking in this forum. I always use Google before I ask for help in any forum. It is much quicker
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • Does anyone here knows how to create a login page thru JDBC?

    Anyone here knows how to create a login page which connect to database thru JDBC but not JDBC-ODBC bridge?

    Hi..pls you'll do people here a great good if you could explain yourself better..!
    Anyway if you are trying to connect to an Oracle Database you dont need the jdbc-odbc bridge as oracle provides a special driver for java applets/applications that is "the thin driver" and the "oci driver"..so if you are connecting to Oracle your connection will look like this:
    Class.forName("oracle.jdbc.driver.OracleDriver"); //not sun.jdbc.odbc.JdbcOdbcDriver
    Connection con = DriverManager.getConnection ("blah blah, blah");
    no need for the jdbc-odbc bridge.
    I hope i've answered your question.
    Thanks.

  • How to Create Rule in Interface Data Transformer.

    Hi,
    If any one know how to Create Rule in Interface Data Transformer(IDT) Super user by using Lookup(Oracle R12 Version) Please help me on this.
    I have one value in GL Interface table, while loding data into base tables (GL_JE_BATCHES, GL_JE_HEADERS, GL_JE_LINES) that values replace with another value.
    For that purpose we have to use Interface Data Transformer.
    If any one how to create rule in IDT, Please give me a example how to create rule by using Lookup.
    Thanks in Advance.
    Regards
    Varma.

    Hi;
    Please check below note which could be helpful for your issue:
    Setup Checklist for the Interface Data Transformer - Global Consolidations System [ID 277875.1]
    Regard
    Helios

  • How to create a login portlet?

    anyone can tell me how to create a login portlet?
    I'm created a JSR286 portlet use "weblogic.security.services.Authentication",that can login only in the portlet application.The portal can't Authentication.

    Hi.
    Portlets are consumed via WSRP 2.0 (Remotelly).
    I recommend you create an ADF Task Flow for your login process of your Portal instead of a Portlet.
    Regards.

  • How to create a login module

    Hi Everyone.
    How to create a login module which like www.sdn.sap.com
    the module is on the top left corner

    http://help.sap.com/saphelp_nwce10/helpdata/en/46/3ce9402f3f8031e10000000a1550b0/frameset.htm

  • How to create a LOGIN Form & LOGIN ID & PASSWORD for END USERS

    hi,
    i have just created a Database and Forms & Reports using developer 6i.
    now i want to deleiver that Database to end users, but i dont know that how to create a LOGIN Form for the end users and also i want to assign each user a Login ID & Password.
    Plz help me to solve out this problem.

    1. Create the user accounts on the database CREATE USER ... IDENTIFIED BY...
    2. Grant CONNECT Role to the Users
    3. in the main form (the one which is being called initially at runtime) in the ON-LOGON-Trigger create a CALL_FORM() to the Login Form
    4. The Login Form will be called; build a Block with username, password and a Button
    5. In the Button call the LOGON Built-In
    6. Control will be passed to the initially called form again
    I also noticed a thread in here explaining this in more detail...
    Message was edited by:
    user434854

  • How to create a login to users in PHP

    How to create a login for users to access their data,
    currently I can only see the first user everytime I login even with
    a different username. I know I need session stuff but don't know
    how to use, add or where to put them in.
    Thanks in advanced.

    I also am wrestling with the same problem. Session variables
    have not worked. I have determined that if the GET method is used,
    then the recordset of the users records are there. If the POST
    method is used, the recordset is blank. It appears to be something
    inherent in the Log In User behavior.
    I am trying to have a customer log in and then only see their
    particular inventory records. I do not want them be directed to a
    page with a listing of all the various customers and then select
    from that. Not suitable at all.
    If I find an answer, will let you know.
    Thanks and good luck,
    Dale :-)

  • How to create a routine call in FM (FI Module)

    How to create a routine call in FM (FI Module)

    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

  • How to Create Customer by BAPI or by Function Module

    Hi all,
    I am new to this forum...
    Please can anyone tell me how to Create Customer by BAPI or by Function Module.....?
    I have tried many of the function modules posted in the threads.. but it couldn't help me out...

    > The only official solution is batchinput and idoc (CREMAS).
    Note that when an IDoc exists, it is often possible to call the function module that is just behind it (see WE57 transaction). SAP would not support that direct call, but if you need to contact SAP support about an issue, you can create the IDoc manually and there's no reason that this issue doesn't arise.
    The only difference with the IDocs is that you don't have any IDoc stored in the database, and even no log in database (so you won't be able to see anything in WE02, etc.).
    Note that it is important to know if this function module does a database commit or not: you can look at the BDFG transaction (I assume there's no BAPI related as it is the initial assumption of my post) to see if IDoc packet processing is allowed or not: if packet processing is allowed, there's no database commit in the function module, otherwise there's one.

  • 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

  • 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

  • Labview PDA module 7.1 and Windows Mobile 5.0

    Hi!
    In spite of reading that Labview PDA module is compatible with Windows Mobile 5.0, I've tried to compile an application for Pocket Pc 2003 in my device (which has a Windows Mobile 5.0 OS) and it doesn't work. It seems that the process fails when the executable is being sent to the device. Does anybody know what happens and what can I do to solve it? It's strange because the same application compiles properly with a device with Windows 2003 OS!
    If it was not possible to solve, could I create an executable directly in my Pc and then copy it in the device?
    Thank you very much for your help!!!!
    Greta

    I believe it was said that the problem with writing for CE 5 is only with downloading the application, which you need to do manually. You can do this by copying the EXE to the device's shared folder. ActiveSync should automatically recognize that and synchronize the folders, so you will have the file on the PocketPC. Another option is to copy it to the Mobile Device folder, which should appear under My Computer.
    Try to take over the world!

  • Error for LabVIEW PDA Module Version 8.5

    Hi all
            I am face on with problem when i try to do the LabVIEW PDA Module Version 8.5 Tutorial which is include in labVIew software package.All my lincence status also activated and do install all the accessories that i need.I follow all the steps by tutorial sheet.But i still face on with problems, so now i would like to uninstall my LabVIEW software and reinstall again.The error is as shown in attach file. i want to know is there any problem if i uninstall my software? If anyone can show me why the error is? The technician said even though the error come out, just close and wait for about 5 min.After 5 min already the emulator will be come out.But mine haven't comeout.So please any one can show me?
    Thanks a lot
    Best Regards
    Nyan Lin
    PS: The tutorial that i do is as shown in attach file.
    Attachments:
    PDA_Getting_Started.pdf ‏452 KB
    error14.JPG ‏119 KB
    error8.JPG ‏131 KB

    Hi Stephan
                      Thanks for giving your time for me. I am a new LabVIEW PDA Module user.And I have to do it because of my final year project.I am student from Nanyang Polytechnic (Singapore). I never use labVIEW software and LabVIEW PDA Module software before.This is my first time. The software that i have is LabVIEW Version 8.5. So as what you say is i need to reinstall my the whole LabVIEW PDA Module and all start again? Then i know that for PDA Module i need to download Virtual PC2007.But what else i still need to install? The Window Mobile 5.0 emulator and the rest softwares is it include in the LabVIEW PDA Module software package? If not, please let me know which software i still have to download? Then i go and check the software status that i have and the lincense status is as shown in attach files.Thanks for giving your time and help me.
    With Regards
    Nyan Lin
    Attachments:
    Software status.JPG ‏72 KB
    Lincense.JPG ‏98 KB

  • Anyone worked on LabVIEW PDA module for Pocket PC?

    LabVIEW 7.1 PDA Module is claimed having the new features:
    * DMM support for helps you build portable instruments using a PDA
    * Tab controls, graph zoom, and additional control customization improve development of professional applications for PDAs
    Does anyone has any working example for the ZOOM and for DMM4050? The NI website's example for DMM does not work for LabVIEW 7.1 PDA Module.

    Installing the driver for the NI PCMCIA-4050 is a little more complicated than other installations. You will have to follow the exact procedure stated in the "NI 4050 for PDA Readme.htm" file. I pasted the important information here:
    Installing PDA files:
    Place nirlpdriver.dll and NI4050DLL.dll in the \Windows directory
    Place the NIRLP 4050.exe in the \Windows\Start Menu directory
    Installing LabVIEW support:
    Copy the LabVIEW\NI4050 folder into the C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\PDA folder
    Copy the ni4050.mnu file into the C:\Program Files\National Instruments\LabVIEW 7.1\user.lib folder
    Installing LabVIEW examples:
    Copy the LabVIEW\Examples\NI4050 folder into C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA
    Getting Started
    Before the NI-4050 will be recognized by the PDA, you must run the NIRLP 4050.exe. This EXE will install the registries needed by the PDA to recognize the hardware as well as a test routine which allows you to verify that the device is properly installed.
    Once the device has been tested, you are ready to begin building your own LabVIEW PDA application with the NI-4050.
    If you are new to developing PDA applications with LabVIEW, read the LabVIEW PDA Module User Manual.pdf for getting started. You can find the manual by going to Start>>Program Files>>National Instruments>>LabVIEW 7.1>>Module Documents>>LabVIEW PDA Module User Manual.
    There are several examples which come with the NI4050 for PDA. You can find these examples in the C:\Program Files\National Instruments\LabVIEW 7.1\examples\PDA\NI4050 directory.
    When building code for your PDA which includes the NI4050, make sure to manually add the NI4050DLL.lib file in the LabVIEW 7.1\vi.lib\PDA\NI4050\Include directory. To do this, in LabVIEW go to Tools>>Build for PDA and then select the “Source Files” tab, press the Add File button and browse to the NI4050DLL.lib file.
    Without these actions, your application will not work. Make sure that you install the NI PCMCIA-4050 driver AFTER an optional NI-DAQmx Base install.
    Please let me know if you are still having issues after following all the directions from the readme-file.
    - Philip Courtois, Thinkbot Solutions

Maybe you are looking for