05-01-2025 02:39 PM
The purpose of that "reserve network device" is to connect to the daq. Without it, I had to go to the NI MAX after every startup.
The three hidden indicators indeed currently serve as a variable.
Vynulovat means to zero. It zeroes all 3 channels, after you put whatever you are measuring into the aero tunnel.
I stop the big loop after a given number of cycles to measure the cycle time, as was suggested in the previous answer. It's just a test thing. The original code runs forever.
I tried deleting the entire section that saves data to excel, and nothing changed.
Thank you for all the other suggestions for improving the program. I will implement them asap.
05-01-2025 02:53 PM
Úhel náběhu is angle of attack. It's for calculating correct values. Délka ramena is the length between a tenzometer and the center of lift. Again, it's needed for the calculation of correct values.
05-01-2025 02:55 PM
05-01-2025 03:12 PM
Here's a very quick draft using simulated data and some diagram comments. If speed really matters, write to a binary file and convert in post processing. No express VIs or formula nodes.