The data stored in the float array are missing

MirkoZhou:
Sorry, it's 6 characters. And they are stored in luxChars[0],luxChars[1],luxChars[2],luxChars[3],luxChars[4],luxChars[5]. Will the overrun issue happen if I set the size of the array to be 6?

You forgot to include space for the terminating null. It's 7 characters in that string.