I have a x-ray equipment that consists of 3 parts.
The first is something like a bare x-ray lazer which light through an exhibit object.
The second is a mechanism that control a plate on which an exhibit object is in front of the first part.
The third is a surface that serve as a projection surface and where we get focused x-ray light.
And I have SDK related to the first part written on C++.
So, the question is what to learn to compose an Windows application what can manage all three part? Espessialy, how to connect to the device to an Windows app and how to signal from an app to the each part of the mechanism?