Software 1

Programming Stuff

So I have been getting questions about what software I have been working on. I normally don’t post anything about work, but I might as well share some images of the latest projects I have been working on.

The first program, called AM Plat, is something that I wrote myself from scratch. The program takes data about arrays of AM radio towers and draws a sketch of them to scale. This image can then be printed, or exported to be used as a map overlay in software such as Google Earth. The towers are described in such a way that they are related to each other. For example, Tower #2 is X feet away at Y degrees from Tower #1. Of course the data isn’t actually in feet but electrical degrees, so some conversions have to be done there before anything can be drawn. To get the data needed, program can connect to a SQL database, can import files from other software, or the data can be manually typed in if the array does not already exist in the database. Of course the program also can save and load projects in its own file format, which is XML-like. The program also has a number of other features such as recalculating the values based on new tower references.

The second program that I am working on is maintaining a rather large FCC Database search program. The program allows the user to search for FM, AM, and TV data from the FCC database. The results are displayed using Crystal Reports. The program also has a number of other features, such as the ability to view the antenna pattern for any tower in the database. I have added a number of new options to customize search queries, and I have rewritten much of the antenna pattern viewer from scratch as the original code was buggy.