Pathfinder PC
5.1.48.3703
4/16/2026

Changes made for Pathfinder V5 PC's.

New method: MigrateFeatureGroupsFromBackupIfNeeded in MaintenanceTool.cs

Flow:

Reads selected config, finds base ConfigurationStore Extracts old config from backup zip (via new shared helper ReadConfigurationStoreFromBackup) Compares InputFunctionList/OutputFunctionList: finds I/O where backup IsEnabled = true ? current IsEnabled = null Looks up which FeatureGroups in the current config own those I/O Adds/updates those FeatureGroups with IsEnabled = true in the install override Also refactored: Extracted ReadConfigurationStoreFromBackup helper so both the ParameterStore and FeatureGroup migrations share the backup-reading logic.

Called from: ApplicationManager.cs Start(), right after the ParameterStore migration.

Changes made for Pathfinder V5 PC's.

Removed from 10 Jorns configs:

Parameter 220 ("Idle Command for Lower Retract") — ParameterType: "AxisCommand", value -10 Parameter 221 ("Idle Command for Upper Bending Beam") — ParameterType: "AxisCommand", value -10 Affected files: JornsEcoTwin, JornsHyperDriveTwinPro, JornsHyperDriveFlexTwinmatic, JornsTwinProOpenLoop, JornsTwinProClosedLoop, JornsTwinProClosedLoopV2, JornsTwinProClosedLoopAtAMS, JornsTwinmaticClosedLoop, JornsTwinmaticClosedLoopV2, JornsTwinmaticClosedLoopV3

Deleted leftover scripts: check_idle_commands.js, fix_idle_commands.js, check_idle.sh

All 10 files remain valid JSON. The actual idle command values are still in the ParameterStoreList ("Idle Command Value" / attribute 0x6046) for each axis where they belong. One thing to note — the ParameterStoreList values in these older configs have +10 for axes like Upper Bending Beam and Lower Bending Beam Retract, while the newer HyperDriveFlex configs use -10 for the beams and +10 for the retracts. If those values need adjusting too, let me know.

Changes made for Pathfinder V5 PC's.

Added 19 new Jouanel configurations and material tables.

PTL: 2118, 2615, 3112 PTS: 2120, 2140, 2618, 2635, 3115, 3130, 4110, 4120 PTU: 2120, 2140, 2618, 2635, 3115, 3130, 4110, 4120

Changes made for Pathfinder V5 PC's.

  1. First startup after update: FeatureGroupMigrationVersion doesn't match Application.ProductVersion ? runs the migration, stamps the version
  2. Subsequent startups (same version): version matches ? skips immediately
  3. Next update changes the version ? migration runs again If you disable a machine option and restart, it won't get re-enabled because the version stamp matches and the check is skipped.

Changes made for Pathfinder V5 PC's.

The result: clamp closed position is now editable whenever the machine does not have a clamp pressure transducer (all step types), and also editable for open hems regardless. It's only read-only when the machine has a clamp pressure transducer AND it's not an open hem.