Communicating with Thorlabs APT motor controllers
We recently added a Thorlabs DC motor controller to our scanning MOKE setup to automate the rotation of a waveplate. Our MOKE setup software is written in c++ using Qt, and we wanted to operate the motor from within the software. Thorlabs provides ActiveX controllers and detailed information on the communications protocol for the controller, but their sample videos on using the ActiveX controllers involve embedding the controls which we would rather not do, and communicating directly with the controller…