01-18-2010 04:25 AM
Hi,
There is a wiring error going into my polar plot. I'm converting Re/Im parts to polar and then bundling these together. I then build an array to form a 1-D array of 2 elements, however there is still an error even though the sink requires a 1-D array of2 elements. This is quite confusing, can anyone help please?
Cheers
Solved! Go to Solution.
01-18-2010 04:28 AM - edited 01-18-2010 04:31 AM
01-18-2010 05:27 AM
01-18-2010 06:15 AM
01-18-2010 06:26 AM
like this
01-18-2010 06:27 AM
The source is not correct and using a typecast will not fix it.
Turn on context help or right click on the input and select 'Create Constant' to see what the correct data type is. The correct data type is a 1D array of a cluster with two scalars - not a 1D array of a cluster with 2 1D arrays.
01-18-2010 06:38 AM
01-18-2010 06:55 AM - edited 01-18-2010 06:56 AM
That's not the same input data type as the op and since you can typecast anything to anything else, I'm not sure what the point is. You can typecast a string to the correct input but that does not mean the data will be correct.
01-19-2010 03:55 AM
Thanks for all the help guys, especially since I'm quite new to Labview. Dennis, I used the configuration you used within the loop around my data aquisition and it works great.