LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Radio button operation

Hi,

 

I am using a radio button with two options.Each option has a case structure attached to it .

When option 1 is selected,the signals are acquired from DAQ assistant and some mathematical operations are performed.

Similarly with option 2.

My requirement here is:

1. I need to acquire the final output from case structure of option 1(which is a constant)

2.Subtract that constant from the signal acquired during case structure of option 2.

 

Is it possible to do this?If yes,how should I proceed?

0 Kudos
Message 1 of 4
(3,872 Views)

Post the vi that u have tried, So i will be easy to modify.

0 Kudos
Message 2 of 4
(3,847 Views)

I hope you can use while loop with shift register, the output of option 1 from case structure give to shift register and the shift register input connect to option 2 case. find attachemnts for refernce

Download All
Message 3 of 4
(3,831 Views)

This is the front panel

1.png

 

I want the G1 and P1 values from the CALIBRATE case structure in the place of zero of the subtract block(immediately after the splitter) in MEASURE case structure.Both are shown below:

2.png

3.png

 

 

 

0 Kudos
Message 4 of 4
(3,806 Views)