11-17-2005 02:43 PM
11-17-2005 02:56 PM - edited 11-17-2005 02:56 PM
If the control is U32 the array size is 32, if the control is U16 the array size is 16, etc.
What is the "Number to Boolean Array Function" output connected to? Resize your array to meet the specifications of the input the "Number to Boolean Array Function" output is connected to
Message Edited by AndrewAlford on 11-17-2005 02:00 PM
11-17-2005 03:06 PM
I assume you are developing your FPGA VI at this point. For fixed size arrays to work properly you must enable an option in the VI properties. (This option is normally enabled when you create a new VI with LabVIEW FPGA.)
Open up the VI properties and switch to the Execution options. The check box for 'Autopreallocate arrays and strings' should be checked. If you do not have this check box in the execution options page, there is an error in the installation of LabVIEW FPGA with some missing entries in the LabVIEW INI file.
Please let me know if this is the case and I can help your further.
11-17-2005 03:17 PM