OPCONFIG is a command line utility that builds valid Tactrix Openport 2.0 stand alone log configurations. It can parse specially formated CSVs, then generate valid logcfgs for placement on the OP2's SD card.
How to use:
- Load master CSV in an editor/spreadsheet of your choice (e.g, Google Sheets).
- Place an 'x' in the select column of PIDs to be logged.
- Export the entire sheet, including now marked selections, to a new sub-master CSV.
- Run opconfig from terminal (or command line) with
opconfig <filepath>
(win) or./opconfig <filepath>
(osx), where filepath is the directory path, filename, and extension, of the sub-master CSV. Relative filepaths are ok too. logcfg.txt
will be created in the same directory as opconfig executable.- Copy
logcfg.txt
to OP2 SD card, then proceed with logging.
Tips:
-
Create custom log configurations by exporting sub-masters with desired selections.
-
Copy custom configurations and opconfig to the OP2 SD's root directory; then switch log configurations by simply running opconfig from the SD card. No need for long filepaths and what not. :)
-
The bleeding edge OBD PIDs Master can be downloaded here. Once all PIDs are confirmed and scaling formulas verified, there will be little need for this to change in the future.
Notes:
- Do not rename column headers in the master CSV. They are named in accordance to the property requirements of the OP2 (unless preceeded by a semicolon).