/driverThorlabsLTS

control Thorlabs long travel stages (LTS) via MATLAB by using the Thorlabs .Net DLLs from Kinesis Software

Primary LanguageMATLAB

driverThorlabsLTS

control Thorlabs long travel stages (LTS) via MATLAB by using the Thorlabs .Net DLLs from Kinesis Software

simple example:
SN = LTS.listdevices; % list connected devices
lts_1 = LTS; % create a LTS object
connect(lts_1, SN{1}) % connect the first device in the list of devices
home(lts_1) % home the lts
movetopos(lts_1,45) % move the lts to position 45 mm
movetopos(lts_1,30,40) % move the lts to position 30mm with 40mm/s
disconnect(lts1) % disconnect device

note Thorlabs's Kinesis Software is required: https://www.thorlabs.com/software_pages/ViewSoftwarePage.cfm?Code=Motion_Control&viewtab=0