Actions
bug #65
closedTrial Limit Not Decreasing After Successful Programming
Start date:
03/14/2026
Due date:
% Done:
0%
Estimated time:
2:00 h
Description
When creating a DU Map, a trial limit is set for programming. For example, if the trial limit is set to 10, the same file should be allowed to be programmed only 10 times.
Expected Behavior:
Each time the file is programmed successfully, the trial count should decrease by 1.
Example:
Trial limit set = 10
First programming attempt → Successful → Trial limit should become 9
Second programming attempt → Successful → Trial limit should become 8
And this should continue until the limit reaches 0
Current Behaviour:
Even after successful programming, the trial limit does not decrease and it remains at 10.
Because of this, the same file can be programmed unlimited times, which is not the intended behaviour.
Actions