Does the LabVIEW DSP Module Support Parallel Loop Executions? Primary Software: LabVIEW Modules>>DSP ModulePrimary Software Version: 1.0 Primary Software Fixed Version: N/A Secondary Software: N/A
Problem: When I use parallel loops in my DSP VI, the loops do not execute concurrently when the VI runs on a DSP target. Does the LabVIEW DSP Module support parallel loop executions? Solution: LabVIEW DSP Module targets do not support parallel loop execution because they do not have an operating system or scheduler. These DSP targets can run single-thread programs only. If you have multiple loops in your DSP VI, the DSP target finishes one loop before beginning the next loop. Consider using sequence structures in your DSP VI to specify the loop execution order. Refer to the Parallel Execution (DSP Module) topic in the LabVIEW Help for more information about how the DSP Module handles parallel structures. To open the LabVIEW Help, select Help»VI, Function, & How-To Help in LabVIEW. Related Links: Product Manuals: Flat Sequence Structure Attachments:
Report Date: 05/15/2005 Last Updated: 11/17/2005 Document ID: 3LEH9CKF |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
