Lo5tNet - 2024-03-07

Hello,
We use a controller that comes with a bunch of predefined faults. These faults are considered active and historic. They are a 32 byte array but only take up 26 bytes of data. Because of this the historic faults start at address 26 instead of 31.

Active faults variable take up address location 0 to 31.
Historic faults variable take up address location 26 to 57.

Because of this overlap I get an error that these overlap and it wont allow me to download to my controller. This isn't an issue in 3.5.5.4 but becomes an issue in newer version.

Is there a way to turn this off?

If I change the address location, the historic faults then become broken without doing some manipulation in the code. The software will build just fine.

Thank you for your time.