Thorlabs / Motion_Control_Examples

Software examples for Thorlabs motion control products (e.g. T-Cube, K-Cube, and benchtop brushless, DC, stepper, and Piezo motor controllers)
MIT License
75 stars 31 forks source link

Ctypes implementation of KIM001 #14

Closed zacsimile closed 3 months ago

zacsimile commented 2 years ago

Here is a ctypes implementation of the KIM001 that I wrote for one of our scopes. It is currently in use by us. Is this useful for this repo? I think this should also work for the KIM101, but I haven't tested it.

ThorlabsMCalle commented 2 years ago

Hi zacsimile,

Thanks for providing this! The code in this commit looks good, and I'd like to add it officially. We're still hammering out the details of how we're going to include customer code in our repository, but once that's done I can include it.

Thanks, MCalle

zacsimile commented 2 years ago

Hi @ThorlabsMCalle! No problem, glad it seems useful. Take your time.