This is my first Labview app and I was denied the training course due to budget concerns, so this may be an elementary question. I tried the online resources and could not make enough sense out of things to do what I need to do.
I am acquiring four load cell inputs from a CDaq system with a NI-9237 strain input module. I am getting the information using the Daq Assistant, and then I am filtering the data. I have graphs of the un-filtered and the filtered data, as well as a numeric display of the current filtered value. I have hit a wall at the next step. I need to capture a set of values (one for each channel - 4 total) at the same time (with a button on the front panel) to be stored as an offset for use in calculations. I found an example that had a kind of similar activity, but I was unable to modify it to work for me.
Once I have the offset values I would like to subtract this offset from the filtered values before graphing and display. I will then use the compensated values in a formula to determine an induced force which I would like to display. I will then write the 4 compensated values and the resulting induced force to a TDMS file for use later in Diadem.
Any help would be greatly appreciated. Also please include any comment on the code that I am attaching because I may not be doing things very efficiently.
Thanks,
Wayne