07-25-2016 12:06 PM
Hello, I have a question that how could I convert a number from an arrary into an unsinged word?
Thank you.
07-25-2016 12:19 PM
The problem here is that you are trying to connect an array of U16 to a terminal that wants a single U16. You either have to make your terminal accept an array, or put that function that requires a single element inside a for loop and auto-index the array into it..
07-25-2016 02:09 PM - edited 07-25-2016 02:10 PM
Hi arekguan,
when the source is an array and the sink requires a scalar value you should think of IndexArray (basic array function) or "loop with autoindexing" (basic LabVIEW structure).
As you asked for basic LabVIEW stuff: did you take the free online courses offered by NI on their website to learn LabVIEW?
07-25-2016 04:53 PM
@arekguan wrote:Hello, I have a question that how could I convert a number from an arrary into an unsinged word?
To avoid singing (that's "singe-ing", meaning "burning", not going "tra-la-la"), keep your VI away from matches!
Bob Schor