Jingtao -
You have a two options to log array data:
1) Use the Str expression function to convert the array of number property to a string with elements delimited by some character like a comma or space. You could then the single value to a variable string field. To retrieve the data you will have to parse the string to repackage the data.
2) Log the data directly to a binary field. TestStand takes the safearray version of the array and writes it byte for byte out to the field. To retrieve the data, you will have to pull it back into a safearray to repackage it in binary form.
Did you have a different way that you would have liked TestStand to use to store the data? What type of data field and what format of data?
Scott Richardson (NI)
Scott Richardson
https://testeract.com