I think the max length for AI 253 is 30 characters, but the code seems to think that 31 is OK:
if (ai_value[i] == 253) { // GDTI if ((data_length[i] < 14) || (data_length[i] > 31)) { error_latch = 1; } else { error_latch = 0; } }
Thank you, Daniel, you are once again correct. I have changed this.
Log in to post a comment.
Thank you, Daniel, you are once again correct. I have changed this.