Hi NCD Team,
I am working with Industrial IoT Wireless Smart Vibration Sensor Gen4 and I have a question regarding the exact timestamp of when the recording/sampling process begins.
In the processed data, I see the received field, but I understand this is generated by the gateway and is subject to network latency and processing time.
In the raw data (Time Domain), there is a time_id field. From what I’ve observed, this seems to follow an HH:MM format. I have a couple of questions regarding this:
- Is there any way to obtain the time_id with seconds precision?
- If the sensor does not have a high-resolution RTC, is there any other register or field available in the payload that indicates the exact offset or uptime (in milliseconds or seconds) when the data capture started?
My goal is to align the raw data samples as accurately as possible with external events, so minimizing the “received vs sampled” uncertainty is critical for my application.
Thanks in advance for your help!