11-30-2004 10:23 PM
12-02-2004 03:42 PM
12-03-2004 11:45 AM
12-03-2004 07:06 PM
12-06-2004
10:31 AM
- last edited on
07-09-2024
07:51 PM
by
Content Cleaner
Hi Tim,
Since you have LabVIEW 7.1, you can consider using Timed Loops, introduced in LabVIEW 7.1. There is an excellent shipping example that can be found: LabVIEW 7.1\examples\general\timedloop.llb\Multi-rate timed loop preemption.vi. I’ve also attached a timed-loop example with a real-time chart below. Additionally, to learn more about timed loops:
https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/structures/timed-loop.html
Also, for communication between parallel while loops, you can consider using the Producer/Consumer with Events:
https://www.ni.com/en/support/documentation/supplemental/21/producer-consumer-architecture-in-labvie...
Best of luck!
KIleen