anyone test the mqb ignition ?
I haven't managed to hook it up to the physical cluster yet, got buried in work today.
However, I took a quick look at the software structure. It seems to be a simple J2534 wrapper.
For those wondering how this works technically: On the MQB platform, the cluster (J285) waits for a specific CAN message from the Gateway/BCM to know that "Ignition is ON" (Terminal 15). Usually, this is CAN ID
0x3C0 or similar depending on the year. Without this message repeating on the bus, the cluster stays dark or goes to sleep immediately to save power.
This tool likely just blasts that CAN frame periodically to keep the cluster awake.
A word of caution for clone users:
If you are using a clone Tactrix (especially the cheaper ones), be careful. Some of these third-party tools try to access the J2534 DLL in ways that can sometimes brick a clone if the firmware/driver versions mismatch. Always safer to test with a device that has robust drivers like SM2 Pro or a genuine Openport.
I will try to test with
Scanmatik 2 Pro this weekend and let you know if it works or if it's hardcoded for Tactrix only.