LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Create new file of wave amplitudes upon request

Hi There,

 

i wonder if anyone might be able to help me here. Basically I have a vi (attached) that generates uniform noise. When I go over a threshold I want a dialog box to appear that asks the user if they want to create a new array/database/tdms file in a specified folder with a name the user can supply. 

 

so e.g:

the amplitude goes above 5.

prompts user if they want to create a new tdms file with amplitude details

they can input name of file and click ok

new tdms file with amplitudes saved with chosen name

 

 

kind regards,


Kelly

0 Kudos
Message 1 of 3
(2,203 Views)

You just need to make a new subVI for the data input.  I would make this subVI contain just an event structure to look for the OK or Cancel buttons being pressed and react accordingly.  Be sure to change the VI properties->Window Appearance to be Dialog.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,198 Views)

Hi crossrules,

 

i think i get ya. Cool I'll give that a try! 🙂

 

Cheers!

 

Kelly

0 Kudos
Message 3 of 3
(2,195 Views)