Hello, I have been following the RT datalogger article series on: https://github.com/PLCnext/PLCnext_RT_Datalogger
I have got it working and I am reading timestamps and values just fine, but I am wondering if there’s a (direct or indirect) way to read the variable name that’s associated with an RscType::Array record in the readValuesDelegate implementation.
Example: Arp.Plc.Eclr/MainInstance.iSineOutput

How do I find what the values I am reading from the DataLogger are associated with? Sure, I give the DataLogger service a list of variables to read, but how do they connect with the readValuesDelegate implementation?