Hi,
I have some data A that is generated at each loop
Then I have another data B that sometimes is not generated
So, if I log data B only when it is generated, I loose the time syncronization with data A, because B will have less columns (where the "time" is) and I can not understand which column B generated at loop X correspond to the column of A generated at the same loop X
A solution can be to generated always also B data, putting zeros as value when I do not have values.
Have you used different approaches? @liesrock @alaurenzi ?