LabVIEW: User Login Interface

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 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-nj8ru3xy3l
    @user-nj8ru3xy3l 6 หลายเดือนก่อน +1

    superb

  • @user-kt1lc6kw2t
    @user-kt1lc6kw2t 11 หลายเดือนก่อน +1

    Love it bro....thankyou so much

    • @user-kt1lc6kw2t
      @user-kt1lc6kw2t 11 หลายเดือนก่อน

      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.

  • @restogaminghouse8215
    @restogaminghouse8215 ปีที่แล้ว +1

    Amazing

  • @qozia1370
    @qozia1370 2 ปีที่แล้ว +1

    Thank YOU!!!!

  • @thebigtipper
    @thebigtipper 2 ปีที่แล้ว +1

    Thanks this helps

  • @zarradahraf9435
    @zarradahraf9435 2 ปีที่แล้ว +1

    good video keep the good work

  • @raymondzhao9557
    @raymondzhao9557 2 ปีที่แล้ว +1

    interesting

  • @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

  • @adriantan9540
    @adriantan9540 2 ปีที่แล้ว

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

    • @labviewexercises8585
      @labviewexercises8585  2 ปีที่แล้ว

      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.