02-12-2006 12:40 AM
02-12-2006 12:40 AM
02-12-2006 01:55 AM
There are many ways to do this. Sorry, I am not familiar with these types of CAN messages, so I am assuming that the ID is the first three digit number after the time.
If the ID is always 3 digits starting at offset 17, you could do something like in the attached quick demo (only sorts 100 and 101, add more cases as needed). In a real program, you might want to open the four output files, the append to the correct one depending in the ID at each iteration.
02-12-2006 11:41 AM