donbadabon: Recent maintenance has compromised the hiding spot, so I am archiving this one.
This puzzle was based on the VCR+ encoding system that allowed you to enter a number into your VCR and it would determine the Date, Channel, Start and End times based on that number. It was the future of technology back in the day.
For the puzzle, once you figured out the Add (mod 32) and the Offset Digit, your binary digits would then go into the final binary string.
So your Add(mod 32) answer was 30, converted to binary is 11110. That means that t2 = 1, c1 = 1, t1 = 1, c0 = 1, t0 =0. Then you just move those answers to fill in the final binary answer.
I've uploaded the full solution as a image here.
Thanks to all that solved and found this one.