An Arbin .res file from MITS Pro is a Microsoft Access database, so reading it usually means
Microsoft Access or MITS Pro on a Windows PC. This page reads the database directly and returns
the whole test as one flat CSV, together with per-cycle results, incremental capacity and an
Excel file.
How to convert an Arbin .res file
- Upload the
.resresult file. Files from MITS Pro 4.x to 7.x are supported (database schemas 1.14 to 20171213). - The active mass is read from the file when the operator entered one (MITS Pro stores it in grams; it is converted to mg). Type a mass to override it.
- For anode half-cells that start with lithiation, the Coulombic efficiency is computed the other way round automatically; Cycle numbering lets you change how cycles are grouped.
- Download
Name.csv,Name - cycles.csv,Name - dQdV.csvandName.xlsx.
From Arbin's tables to one CSV
A .res keeps the measurements in several tables. They are combined into one row per data point:
| Arbin field | CSV column |
|---|---|
| Test_Time, Step_Time | time_s, step_time_s |
| DateTime | datetime |
| Cycle_Index, Step_Index | cycle, step_index |
| Current, Voltage | current_A, voltage_V |
| Charge/Discharge_Capacity and _Energy | per-cycle capacity (Ah) and energy (Wh) |
| Internal_Resistance, when measured | internal_resistance_ohm |
| Auxiliary_Table | temperature_C, then aux<n>_voltage_V, aux<n>_temperature_C |
Auxiliary channels are matched to the main data point by point, so a test with 12 auxiliary voltages and 8 temperatures gets 20 extra columns. The file details list the MITS Pro version, the channel and the schedule file name.
Step types
Arbin doesn't store whether a step was constant current, constant voltage or rest. The
step_type column is therefore inferred per step from the data: constant current if the
current varies by less than 2 %, constant voltage if the voltage stays within 5 mV, otherwise
plain charge, discharge or rest.
Checks and limits
- The reader was cross-checked value by value against an independent Access database reader on
five real
.resfiles. - A file that holds several tests is exported with the tests one after the other, with a note.
- If the database lists more points than it contains (a copy taken during the test), the available points are converted and you are warned.
- Newer Arbin formats from MITS 10, which are not Access databases, are not supported.
To compare cells from different instruments, upload them together: Neware .ndax and BioLogic .mpr files end up in the same column layout.
More about what this tool reads and writes: Battery Cycler Data Converter.