Company MyCol d.o.o. is developing thermochromatic indicators which, at a certain temperature
point, irreversibly change their color. During the development of these indicators, they very often
perform a series of fairly simple, yet time-consuming measurements where they observe the color
spectrum of an indicator at different temperatures where they use multiple separate devices. To
simplify this procedure, I wrote an application in the c# language using the WPF framework which
connected those devices and automated the mentioned procedure. For one of the devices, I had
the documentation of its communication protocol available to me. Therefore, I could control it
directly. The other device could only be used through a separate application. My program controls
that device by simulating user inputs (mouse clicks, keyboard key presses ...) and manipulating it
through the user interface of the separate application. Despite this workaround, the automation
of the procedure saves a lot of time.
|