LabVIEW: User Login Interface

Sdílet
Vložit
  • čas přidán 8. 09. 2024

Komentáře • 23

  • @arielfleitas5915
    @arielfleitas5915 Před rokem +1

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

  • @user-nj8ru3xy3l
    @user-nj8ru3xy3l Před 5 měsíci +1

    superb

  • @user-kt1lc6kw2t
    @user-kt1lc6kw2t Před 10 měsíci +1

    Love it bro....thankyou so much

    • @user-kt1lc6kw2t
      @user-kt1lc6kw2t Před 10 měsíci

      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.

  • @mohamedmoujahid3904
    @mohamedmoujahid3904 Před 3 lety +2

    Merci mon frère bon explication

  • @restogaminghouse8215
    @restogaminghouse8215 Před rokem +1

    Amazing

  • @thebigtipper
    @thebigtipper Před 2 lety +1

    Thanks this helps

  • @qozia1370
    @qozia1370 Před 2 lety +1

    Thank YOU!!!!

  • @zarradahraf9435
    @zarradahraf9435 Před 2 lety +1

    good video keep the good work

  • @raymondzhao9557
    @raymondzhao9557 Před 2 lety +1

    interesting

  • @AAX5002
    @AAX5002 Před 2 lety +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  Před 2 lety +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 Před 2 lety +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 Před 2 měsíci

    Hi , cpuld you please provide the file

  • @adriantan9540
    @adriantan9540 Před 2 lety

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

    • @labviewexercises8585
      @labviewexercises8585  Před 2 lety

      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 Před 3 lety

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

    • @labviewexercises8585
      @labviewexercises8585  Před 3 lety

      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.