A very good question. That information seems to be missing from the data sheet. Probably no one in this forum will know the answer. You may have to contact the manufacturer. Perhaps there is a later version of the data sheet available.
You should make it an automated habit to read a datasheet from the very first to the very last line.
if you do read datasheets - automatically
The datasheet says
Note: The communication has active upload and question-and-answer mode. The default mode is Q & A mode after power-on.
You can use commands to switch between the two modes. After power-off or switch power consumption mode, the Q&A mode is
restored.
So I guess if you activate active upload-mode this means the sensor is sending the values in a certain timeinterval automatically and this is the answer you get - automatically
Be the change you want to see in the world
best regards Stefan
what is unclear to me is the perspective that they use.
Is active upload the microcontroller sends a request
or
is active upload the sensor is sending without a request of the microcontroller
It seems to be a chinese manufacturer. So the translation to english might be of minor quality.
You can check this by analysing
does the module send bytes itself?
if yes what bytes does the sensor-module send?
If not write a testprogram that does send the commands and analyse what you receive
For a new sensor this is pretty common to do the steps I describe above
Be the change you want to see in the world
best regards Stefan