02-13-2008 03:09 AM
02-13-2008 03:25 AM - edited 02-13-2008 03:26 AM
Hi Madd
When using the Mathscript node, you need to be exact with the datatype you output. In your case, you need to right-click on
the output node and Choose Data Type > 1-d array> I32
as you want to output an one dimensional array of integers. You don't need to do the same for the inputs, LabVIEW figures the datatype automatically
as it is usually a direct wire from a control and not a result of compiled text code.
KostasB
NI UK
02-18-2008 09:51 PM
03-25-2008 10:07 AM