05-05-2007 09:10 AM
05-05-2007 09:32 AM
Hi Triniboy
i think you just have a representation problem. if you have data, no matter if it is in hex or decimal, simply connect it to an indicator, and in "properties/format and precision", just set to hex or floating point.
is it helpfull?
05-05-2007 10:40 AM
@triniboy wrote:
35 FF42
36 02FF
37 002C
your question in its current form does not have an answer. The answer depends on how your data really looks like.
Depending on the flavor of your data, you have to use e.g. "scan form string", "Hexadecimal string to number (with offset set to 3)", "typecast", "unflatten from string", "nothing", etc. It all depends.
We can only give you the appropriate answer if you tell us exactly what kind of data you have. Where does it come from? Could you attach a small VI that has your data in a diagram constant so we can see how it looks like in real life? Thanks! 🙂
05-06-2007 07:10 PM
05-06-2007 07:50 PM - edited 05-06-2007 07:50 PM
Now you can type in you hexadecimal number directly and you don't need to worry about illegal characters. WIth a string control, there is always a chance that you type characters other than 0..F, possibly messing up the desired result. 😉
Message Edited by altenbach on 05-06-2007 05:51 PM
05-07-2007 11:27 AM
triniboy:
This is the 3rd different thread you have started on the same question (here and here. Please stick to one thread. Just reply to the one you already started rather than start a new one.
Please define what do you mean by a binary array as there seems to be some confusion on your requirements.