LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set reminder and pop-up Warning

I am new to LabView.

 

I want to create a checkbox or something in LabView to remind the user to switch the board which is under testing the right place. If the user doesn't check the box, a warning pop up to tell the user not to forget the do this.

 

I think I may need to use a case structure. Others I don't know how to get it.

 

Can anyone help me?

 

Thanks

0 Kudos
Message 1 of 2
(2,532 Views)

You don't need to create a checkbox. This control already exists in the System palette. It's just a Boolean control, so you can easily check its state and display a dialog if it's true. For example, you can use the Display Message to User Express VI to display the message. It has an "enable" input that you can wire to the checkbox control.

 

To learn more about LabVIEW it is recommended that you go through the tutorial(s) and look over the material in the NI Developer Zone's Learning Center which provides links to other materials and other tutorials. You can also take the online courses for free.

0 Kudos
Message 2 of 2
(2,519 Views)