10-27-2021 03:15 AM
In our company, we are using NI teststand to automate testing for various features related to Engine. There is one new requirement. We log ECU data using one In-house tool. This logged data contains time stamp, and feature specific values of calibratable parameters, threshold parameters and output/monitoring parameters. Is there a way I can playback this logged data using NI Teststand?
10-27-2021 07:23 AM
You can consider PropertyObject.Write
and PropertyObject.ReadEx
methods. See this and this.