|
Re: Feedback for Dashboard during Competition
Not quite...put the number into the cluster, flatten the cluster into a string, and convert the string to a byte array. I still have to work out a couple quirks in my own dashboard xD. Earlier, I actually tried taking the 32 bit Uint and breaking it into a binary array and converting 8 bits to a ubyte int and putting them into an array. (Doesn't work very well...or really at all. Probably did something wrong).
So packing goes
value -> cluster ->binary string ->byte array
unpacking is
byte array ->binary string->cluster->value
Attached vi. should work
Last edited by gwytheyrn : 05-03-2009 at 16:19.
|