10-08-2015 01:12 AM
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?
10-08-2015 04:41 AM
Post the vi that u have tried, So i will be easy to modify.
10-08-2015 05:35 AM
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
10-08-2015 07:45 AM
This is the front panel
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: