Page 1 of 1

Data Logger View vectors dump

Posted: 23 Dec 2020, 13:11
by Uauser3456
I am using the Data Logger View to dump a vector value to a csv file, but it is not completely dumped,

the output example I can find into the csv file is the follwing :
{-97.5,0.40086,512,25.64,25.72,25.85,25.98,25.99,25.91,25.91,25.9,25.9,25.9,25.9,25.9,25.9,25.9,25.9,25.92,25.95,26.06,26.12,26.16,23.96,24.02,24,23.97,23.95,23.93,23.87,23.8,23.73,23.68,23.62,23.56,23.5,23.44,23.35,23.25,23.19,23.22,23.26,23.22,23.17,...,

After the ,... I have a lot of other values ( vector size is about 500 real ), is there a way to solve the problem obtaining all the values ?

Thanks

Re: Data Logger View vectors dump

Posted: 23 Dec 2020, 13:25
by Support Team
Hello,

The DataLogger is using a toString() function to convert the value to the string that is inserted into the CSV file.
The created string is limited in size.
There is currently no way to configure the string size.