It would be good if you could tell us the desired loop rates you need. What kind of hardware are you currently using and what loop rates do you currently achieve. If you are willing to spend money, you can get better and more deterministic loop rates by moving to a
LabVIEW real-time system. Even faster rates can be achieved with
LabVIEW FPGA, where loop rates up to 40MHz (!!) are possible.
Of course it is possible that your existing hardware is sufficient, but the code implementation is not optimal and could be significantly streamlined. Make sure to initialize your hardware outside the loop, then use low-level DAQ inside the loop. What else is running
on that computer?