PhotoM tiptilt mirror code
Closed this issue · 5 comments
This code is only for the slow scan mirror. The COM port needs to be change in the code to the device that is being used
The tiptilt mirror can not exceed value of 1 for both axis.. X^2+Y^2<1
@AhmetCanSolak @YangLiujames are these things implemented yet? Also, I was wondering if for photom we need to use a DAC?
It is implemented in #147 , our adapter uses usb connection as far as I know (correct me if I'm wrong @YangLiujames ). If you need to control it with something faster, we can add DAQ support too. Otherwise we can close this issue.
I think for the initial test, we can probably do the USB. I did notice from the old photom-repo that the dac is mainly used to do the different scanning patterns. For ablation, I don't think we need this but for photoconversion, this might be a a good thing to work on next. We can close this issue and feel free to add a new issue regarding dac control. Thank you both
then I am closing this issue, anyone can create a new issue on dac control when they needed.