# GeViSet Configuration Editor Tool to edit GeViSet .set configuration files via Excel. ## Features - **Parse** `.set` files (binary format) - **Export** action mappings to Excel (.xlsx) - **Edit** mappings in Excel (user-friendly) - **Import** Excel back to `.set` format ## Usage ```bash # Export .set to Excel GeViSetEditor.exe export input.set output.xlsx # Import Excel to .set GeViSetEditor.exe import input.xlsx output.set # View mappings GeViSetEditor.exe view input.set ``` ## Project Structure - `GeViSetEditor.Core` - Parser/writer library - `GeViSetEditor.CLI` - Command-line tool ## Format Discovered Binary format with: - Header: "GeViSoft Parameters" - Sections: Alarms, Clients, GeViIO, etc. - Rules: Trigger properties → Actions - Action variations: Platform-specific (GSC, GNG, GCore) ## Next Steps Run with TestMKS.set to extract all action mappings to Excel for editing.