LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Event opens run time menu?

Hey guys,

 

not sure if my description is correct and I am using the right terms for what I want to achieve.

 

I want to have a button "custom measurement" which I can press and then a window pops up where I can insert some values for certain control elements and then press ok and the values are set.

 

It is comparable with a run time menu, but I dont want to use the menu bar for opening that window but a button.

 

 

Hope I could make my point clear.

 

kind regards

 

Slev1n

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

Hi Slevin,

 

pseudocode:

IF button THEN
  call subVI (set to show FP when called and close afterwards)
ENDIF

Looks pretty easy…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,878 Views)