- Inside a project — open the ECM Fitting page from the project sidebar. You can pick a measurement that’s already attached to one of the project’s cells and the result is saved back to the project.
- Standalone demo — visit studio.ionworks.com/ecm-demo directly. No login is required, and you can experiment with example datasets or upload a one-off file without saving anything.
How it works
The tool fits a circuit consisting of an open-circuit voltage (OCV) source, a series resistance (R0), and one or more RC pairs to time-series voltage and current data. The fitting process extracts parameters as smooth functions of SOC. The circuit structure looks like this:Fitting a measurement in a project
Use this workflow when you want the fit to be associated with a specific project and cell, and to use a measurement you’ve already uploaded.Open ECM Fitting from your project
Open the project, then click ECM Fitting in the sidebar. The page lists the cells in the project and the measurements attached to each one.
Pick one or more measurements
Select the cell measurements you want to fit. A preview plot of the voltage and current traces is shown so you can confirm it’s the right data before running the fit.Only
time_series measurements with voltage, current, and time data can be fit. Properties and file-type measurements aren’t shown in the picker.You can select multiple measurements to fit them jointly as a single ECM. This is useful when each measurement covers a different part of the operating window (for example, separate pulse trains at different SOCs or on different cell instances). The fit treats each measurement as its own segment and shares a single set of SOC-dependent parameters across all of them.Configure and run the fit
Set the number of RC pairs (0–5) and toggle Fit OCV as described in Configure the fit.When you select two or more measurements, you must enter an initial SOC (0–1) for each measurement in the configuration card. This tells the fitter where each segment starts on the SOC axis so it can stitch them together. Capacity remains a single value shared across all selected measurements (leave blank to estimate from the data). For a single measurement, the initial SOC field stays optional and is estimated automatically when left blank.Click Parameterize ECM to start.
Save the result to the project
When the fit completes, review the results and click Save to attach the fitted parameter set to the project’s cell. Saved fits appear in the cell’s measurement history and can be used as a starting point when creating a parameterized model.
Using the tool
The standalone demo at studio.ionworks.com/ecm-demo — and the fit configuration step inside a project — share the same controls.Select your data
Choose from built-in example datasets or upload your own cycling data file. (Inside a project, you instead pick a measurement attached to one of the project’s cells, as described above.)Built-in examples include cells from published literature (Chen 2020, Ecker 2015, Prada 2013, and others) as well as drive-cycle profiles (UDDS, mixed current). Each example shows a recommended number of RC pairs.Uploaded files are automatically detected and parsed. The tool supports common cycler formats including CSV, Excel, and formats from BaSyTec, Maccor, and Biologic. Your file must contain time, voltage, and current columns. If an
Open-circuit voltage [V] column is present, you can use it directly instead of fitting OCV.Configure the fit
Set the number of RC pairs (0–5). More RC pairs capture faster dynamics but increase complexity. The recommended value depends on your data — example datasets show a suggested count.Toggle Fit OCV on or off. When your data includes a measured OCV column, you can disable OCV fitting to use the provided values directly and only fit R0 and RC parameters.
View results
After fitting, you see:
- Model vs. data voltage comparison plot and RMSE
- OCV(SOC) and R0(SOC) parameter curves
- R_rc(SOC), C_rc(SOC), and τ_rc(SOC) curves for each RC pair
Full RC-pair parameters require ECM results access to be enabled for your organization. Contact [email protected] to request access.
Downloading results as CSV
After a fit completes, click the Download CSV button in the results header to export the fitted parameters. The CSV contains 200 interpolated SOC points with these columns:| Column | Description |
|---|---|
SOC | State of charge (0 to 1) |
OCV [V] | Open-circuit voltage |
R0 [mOhm] | Series resistance in milliohms |
R_rc_N [mOhm] | RC pair N resistance |
C_rc_N [F] | RC pair N capacitance |
tau_N [s] | RC pair N time constant |
R_rc_1, R_rc_2, …).
RC-pair columns are included only when ECM results access is enabled for your organization. Otherwise the CSV contains SOC, OCV, and R0 only. Contact [email protected] to request access.
Data requirements
Your cycling data must include:- Time [s] — time in seconds
- Voltage [V] — terminal voltage
- Current [A] — applied current
Next steps
- Upload measurements to a project so you can fit them in place
- Create a Parameterized Model with your fitted parameters
- Learn about ECM and other model types available in Ionworks Studio
- Explore the data format requirements for uploading cycling data