02-02-2007 10:03 AM
02-02-2007
10:21 AM
- last edited on
10-01-2025
01:15 PM
by
Content Cleaner
You have at the very least two basic options Cramer that I can think of. You can either stick with a single-loop architecture, or switch to a two loop architecture.
The biggest difficulty with a 2 loop architecture is transfering data from the acquisition loop to the recording loop. Remember you can't use a direct wire connection, or your loops won't run in parallel. Check out some of the links below to learn about some basic and intermediate design architectures. If you're using LabVIEW 7 or higher, there are templates for them so you don't have to start from scratch. Select File >> New to go to the template browser.
Application Design Patterns: State Machine
Producer Consumer
Master Slave
Message Edited by Jarrod S. on 02-02-2007 10:22 AM