Hi Aaron, I am applying performance data via tables instead of curves. The data does not fit regular polynomial curve fits and thus I am resorting to tables. I need to access this table in my EMS code to override some regular controls.
Sounds like a good use case for using the Python API in library mode. You can write a python script that looks up the values from a CSV/JSON and use that in your EMS program.
@Abir Ahsan can you please expand on what you're hoping to use the lookup tables for?
Interpolating between data points?
Applying performance data via tables instead of curves?
Hi Aaron, I am applying performance data via tables instead of curves. The data does not fit regular polynomial curve fits and thus I am resorting to tables. I need to access this table in my EMS code to override some regular controls.