LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

My program gives the following error. How do i solve this.


The error is: The type of the source is 1-D array of strings and the type of the sink is 1-D array of single.
Please advise?
0 Kudos
Message 1 of 3
(2,653 Views)
You are trying to feed string variables into something that expects numeric
variables.

If you have an array of strings that contain numbers, then there are
functions either under the "string " or "numeric" palette that allow you to
convert the string representation of a number into a numeric variable
containing that number.

matrix wrote in message
news:506500000008000000F31C0000-986697009000@quiq.com...
> My program gives the following error. How do i solve this.
> The error is: The type of the source is 1-D array of strings and the
> type of the sink is 1-D array of single.
> Please advise?
>
>
0 Kudos
Message 2 of 3
(2,653 Views)
Hi,


A bit more information is needed.

How is the error code being generated, at runtime, at edit time. The Error Code generated. Output of what VI or function.

Maybe the affending code or VI.


Regards
Ray.
Regards
Ray Farmer
0 Kudos
Message 3 of 3
(2,653 Views)