Being curious, and trying to understand what this transponder is doing to TSREADER and the Coolsat 8000/8100, I first looked at the data for the scanned channel and the manual channel in the Coolsat channel data file. Both saved channels have the correct PIDs for A/V, however the scanned channel DOES contain the PID of the PMT PID, so the Coolsat must keep checking the PMT to see if the A/V PIDs have changed or something like that. Perhaps THIS is related to the common Coolsat error that says something like "channel data has changed" or whatever, every once in a while, requiring you to re- scan channels???
However, I also recorded a bit of the PMT data for one of the channels, and I found out that it's not quite what I had expected. Ie I thought that there were occasional BAD PMT packets being sent. This doesn't seem to be the case. What DOES seem to be the case, is that there are 2 separate, and nearly identical PMT packets being sent continuously. The two different PMT sections both have the correct A/V PIDs listed properly, and are identical, except for one byte. The ONLY difference between the two is that the version number of one set is version=3 and the others are version=23 . Also, the packets that the good versions are sent in have a different counter for continuity counting. I looked packet by packet, and saw continuity counter numbers of:
11
15
12
13
14
0
15
0
1
1
2
3
4
2
5
6
7
3
8
9
10
4
there are actually two separate counters going on at the same time here, one with the 11,12,13,14,15,0,1,2,3,4,5,6,7,8,9,10,
and the other with the
15,0,1,2,3,4
The GOOD PMT packets are in the 15->4 sequence, and the old version 3 PMT packets, and some non-PMT packets are being sent in the 11->10 sequence.
Each time the counter fails to incriment by one, there is a continuity error. These errors wouldn't cause the problems seen, however what I think is happening is that the receiver is seeing version 3 go to version 23 and then back to version 3, etc,etc, and each time the PMT version changes, the receiver resets. I think the other receivers are just ignoring this version change.
It looks like Nebraska must have changed the PMT values, but just happened to leave in the old values as well.
Anyway, it's been fun looking at the raw data in these PMT files.