10-31-2007 08:46 AM
10-31-2007 09:04 AM
Hi!
@BENIO wrote:Dear I am looking for a way to convert my ten bit string array into 10 bit array.
10-31-2007 09:07 AM
It might help if you could attach a small example containing typical data. (make current values default before saving and attaching here).
10-31-2007 09:10 AM - edited 10-31-2007 09:10 AM
Message Edited by Steve.Briggs on 10-31-2007 10:11 AM
10-31-2007 09:39 AM
It seems to be a common problem, on these days, on the forum!
@altenbach wrote:Yes, but you need to tell us in more details what you have and what you want. 🙂
10-31-2007 10:18 AM
Well I am reading a wgl file (see attached), then converting in into a string array(see picture ).
When I am trying to convert the string array into a bit array I have somme problem because between digit I have space so I need to remove them before conversion.
10-31-2007 10:37 AM
I see 11 ones and zeroes. Do you actually have 11 bits or Is one a parity bit.
You are doing this way too convoluted. Are the fields fixed width or can they vary in width?
10-31-2007 11:02 AM
10-31-2007 11:09 AM
10-31-2007 11:32 AM
Try this (LabVIEW 8.5):
(There are dozends equally good alternatives, just play around a bit)