04-21-2008 08:03 PM
04-23-2008 09:52 PM
Hi Mano,
For the Speedy 33, all arrays must be of a fixed size. There can be no dynamic allocation of memory. Although the value at the loop count is a constant, the compiler for the Speedy 33 does not discern what is wired as an input to the multiplication nodes. The input to the multipliers could also be controls that could vary the value. Because of this, the compiler assumes that the output of arithmetic functions is variable and will not allow you to wire the output of one of these functions to the loop count.
Although you can wire multiplied values to the loop count in LabVIEW when running a VI on your PC, you will receive this error if you wire anything except a numeric constant directly to the loop count of the for loop on the Speedy 33. If you would like this capability, please visit the Product Suggestion Center and let us know. We appreciate your feedback.
04-24-2008 12:42 AM