@PaulG. wrote:
We have a P5 running XP. It is multithread capable.
Make sure you are not confusing things. Multithreading is a function of the OS and all recent windows versions support it. LabVIEW automatically runs multithreaded, independet of the processor architecture, even on an old Pentium I.
Is it possible you are talking about "hyperthreading", which is only available on certain processors? If your CPU is stuck at 100% during a certain process, mutithreading will not improve things. However, if you have a hyperthreaded, multicore, or dual processors, you might be able to spread the load a little bit better and keep more CPU resources busy at the same time. Have a look at the following article:
LabVIEW and Hyperthreading . See if this helps.
🙂