Page 1 of 1

Delete all alternative Data-ID's

Posted: Mon Mar 03, 2014 8:19 pm
by andre_OT
I know that I can delete alternative Data-ID's, using the DA command.
Than I have to know which ID's I have used in the past.

But when I forgot some of the alternative data-id's that I have used in the past, how will I know that they are there?
Is there a command to clear / delete all these alternative data-id's at once?

Re: Delete all alternative Data-ID's

Posted: Mon Mar 03, 2014 8:41 pm
by hvxl
No.

Re: Delete all alternative Data-ID's

Posted: Wed Mar 05, 2014 8:15 pm
by gizmocuz
that would interest me too, also listing them...

Re: Delete all alternative Data-ID's

Posted: Fri Mar 07, 2014 6:40 pm
by hvxl
You can quite easily find the alternative data ID's the gateway uses by taking a recent otmonitor log and then looking for messages preceded by an R, e.g.:

Code: Select all

grep -o R[08]0..0000 otlog-20140307.txt | sort -u
Translate the second byte of each line to decimal and issue a DA command with that number to delete it.