UniNE-CHYN / thorpy

Python library implementing Thorlabs APT communication protocol
43 stars 22 forks source link

Tdc001 z812b #10

Closed mlaves closed 6 years ago

mlaves commented 6 years ago

My Thorlabs apt - dc servo controller TDC001 with a Z812B servo stage always reports 0x80 as dest and 0x00 as source. Therefore, I removed the assertions for dest and source. Also, it reports 2197 as controller_type. Everything works for me now.

lfasnacht commented 6 years ago

Merged! Thank you very much for your contribution!