LabVIEW: User Login Interface

Поділитися
Вставка
  • Опубліковано 28 сер 2024

КОМЕНТАРІ • 23

  • @arielfleitas5915
    @arielfleitas5915 Рік тому +1

    Thanks! Is so cool, i never thought it was possible to do it

  • @mohamedmoujahid3904
    @mohamedmoujahid3904 3 роки тому +2

    Merci mon frère bon explication

  • @user-kt1lc6kw2t
    @user-kt1lc6kw2t 10 місяців тому +1

    Love it bro....thankyou so much

    • @user-kt1lc6kw2t
      @user-kt1lc6kw2t 10 місяців тому

      I have a query regarding LabVIEW programming. I'm interested in creating a multi-page application with specific functionalities. The first page should feature two buttons, "Addition" and "Subtract." When "Addition" is clicked, it should transition to a second page for adding two numbers. This second page should also contain a "Home" button for returning to the first page. Similarly, clicking "Subtract" on the first page should lead to a third page for subtracting two numbers, with a corresponding "Home" button for navigation back to the first page. Could you please guide me on how to design the block diagram for this task? Your insights and assistance would be greatly appreciated. Thank you.

  • @thebigtipper
    @thebigtipper 2 роки тому +1

    Thanks this helps

  • @restogaminghouse8215
    @restogaminghouse8215 Рік тому +1

    Amazing

  • @user-nj8ru3xy3l
    @user-nj8ru3xy3l 5 місяців тому +1

    superb

  • @qozia1370
    @qozia1370 2 роки тому +1

    Thank YOU!!!!

  • @zarradahraf9435
    @zarradahraf9435 2 роки тому +1

    good video keep the good work

  • @AAX5002
    @AAX5002 2 роки тому +2

    I rebuilt that at home and figured that it's still possible to switch around tabs without logging in (after the initialization of course). I tried to include a case structure that leads back to Tab 1 if the the boolean isn't true at the first frame but it didn't work. Could you please elaborate on that issue?
    Besides that, great video! Thank you for your uploads!

    • @labviewexercises8585
      @labviewexercises8585  2 роки тому +1

      What if you just disappear the tabs, like I did at the end of the video. Please give a complete watch. In addition you may also add some disable property node that won't allow the tabs to switch unless you press required button!

    • @AAX5002
      @AAX5002 2 роки тому +1

      @@labviewexercises8585 Removing the Tabs is an option, however, if i want to add functions (say a multiplication function, a divide function) i then couldn't do this via new tabs. I will try to add property nodes! Thanks for the input!

  • @lumusic2325
    @lumusic2325 2 місяці тому

    Hi , cpuld you please provide the file

  • @raymondzhao9557
    @raymondzhao9557 2 роки тому +1

    interesting

  • @adriantan9540
    @adriantan9540 Рік тому

    Hi, may i know how can i type the password asterisk format?

    • @labviewexercises8585
      @labviewexercises8585  Рік тому

      right click on string control and there within the list you will find out password display, click on it and it will show stars

  • @David-od1ul
    @David-od1ul 3 роки тому

    Sir, This is only for single user login. How Can I make mulitple user login ?

    • @labviewexercises8585
      @labviewexercises8585  3 роки тому

      It depends either you want to make for selected people or for any one. If there are selected people than you can create loop and index array and some match pattern function to search in the string. And if you want to make it for anyone then you can simply remove the case structure.