I'd like to use the data logger for an array.
I'd like the CSV file to have each elements value on a different row.
If I have an array
aiNum : ARRAY[0..19] OF INT
I would expect 2 columns
DT Stamp Value
1
.
.
.
20
How can you get the data logger to perform this action?
I'd like the CSV file to have each elements value on a different row.
If I have an array
aiNum : ARRAY[0..19] OF INT
I would expect 2 columns
DT Stamp Value
1
.
.
.
20
How can you get the data logger to perform this action?