Calling lookup tables from the EMS
Is calling lookup tables from the EMS system currently possible?
First time here? Check out the Help page!
Is calling lookup tables from the EMS system currently possible?
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2026-01-12 20:35:04 -0600
Seen: 210 times
Last updated: Feb 09
@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.