Hey there i Started labview in August with the courses Core 1 and 2 and By now im quite into labview. Im Building a labview project for a teststand that has a couple of Sensors and actors. Therefore im im using a cDAQ device with some input and Output Modules for my I/O‘s with daqmx. I Build my program with a big state machine so far But from Talking to colleagues they told me to use More Loops for different Occasions (i.e data aquisition, UI and so on). I stumbeled upon QMH, DQMH and Actor Framework. The Problem for me is to how to Communicate between the loops (i know there are queues and notifiers). But When i acquire data in the one Loop i pass it to Another Loop to Analyze and Modify the data?
Also i was told to Not use Event structures for my User Inputs. Is there Another easy and nice way to Process User inputs?
Thanks for any help!