I see, thank you.
I think now you can make another step, even more important than the first one. try to add at line 444:
if obj.Name == "Bronco-OV-10A" then
dataTable.name = "MiG-29A"
SSA in such a case will process Bronco telemetry as if it was a well known MiG-29A.
I mean that you still need to have at line 443:
elseif obj.Name == "MiG-29A" or obj.Name == "Bronco-OV-10A" or obj.Name == "MiG-29G" or .................
your line numbering looks a bit odd though.