Search found 1 match

by Tornado_Lover
Fri Feb 02, 2018 10:17 pm
Forum: General discussions
Topic: Synchronize Multiple Log Blocks
Replies: 5
Views: 3678

Synchronize Multiple Log Blocks

Hi, I noticed the size of single log block is limited to 28 bytes, which can only contain about 4-6 float variables. Well, in my application, I have to log about 20 variables at the same time. I tried to split them into 5-6 groups and build corresponding log blocks. I used the interface to write the...