The 2020TPC is unable to receive the Dubuque Protocol with a 100ms holdoff #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When testing the Dubuque Protocol with a 100ms holdoff, we observed that the 2020TPC could not receive these tags until the last one was sent. This is because the Xxx_Tag_Sensor_Bit_Stream_Timers have timeouts that are too long, and the next packet gets included with the first.
To resolve this defect, make the timeout the same as it is on the 32ESPecial.
Workaround
If you have a blaster with a newer versions of System K that uses the 100ms holdoff, and you are playing against an opponent with a 2020TPC that does not have the fix for this issue, simply don't pull the trigger so quickly.
Here's the fix: I had to change the
Periodfrom 500000μs (!!?) to 20000μs for eachXxx_Tag_Sensor_Bit_Stream_Timer. Now the 2020TPC works just like the 32ESPecial.