You are using MindConnect Nano or IoT2040 as a gateway for sending data collected via industrial network protocol to MindSphere.
You set the reading cycle to every 30 second and you have +30 data points.
You wonder if all the data points are read as one record with single timestamp or not.
Solution
It is not guaranteed that all the data points are read as one single record.
Depending on the number or data points and / or network conditions, reading data may take time and records can be separated to two or more.
This happens especially when the connections have errors such as missing data point address configurations or bad network quality.
If you are required to have every data in a single record, please consider to implement preprocessing to merge the record.
Notes