The type cast function changes the a value from a data type to its binary
representation and then converts it to the new data type as if it were represented
by that binary. This cannot do the conversion you wish. Manually strip
each element from the array and build your cluster using the array and cluster
tools LabVIEW provides.
-Jim
"AusDeutschland"
wrote:
>Hello!>I´ve got a problem with the type cast function.I want to put the
data from>an array to a cluster.As x is the array and as type is the cluster.The
array>has a size of ten but the type cast function replace the items till
7 !>Any suggestion ?>If you say that i should use the array ->cluster then
you should know that>the data inside the cluster are not of the same type.So
it´s not workin
g.>Any solution ?>>