Hi, everyone,
I'm new to LabVIEW and working on a project where I need to control parameters via serial communication based on thermocouple measurements. I'm using an NI 9213 module, which acquires data at 75 S/s, causing my main loop to take around 220 ms per iteration. However, I also have tasks that need to run much faster.
I've read about the producer-consumer architecture, but since I plan to expand the project with features like MQTT communication and reading parameters from a CSV file, I’m unsure if it’s the best approach in the long run.
What would be a good strategy to handle thermocouple measurements efficiently without creating a bottleneck for the rest of the system? Any suggestions would be greatly appreciated!
Thanks!