Zaber T-LSM Translation Stage Driver

버전 1.4.0.0 (71 KB) 작성자: Dominik Hofer
A driver framework for Zaber T-LSM compatible translation stages (firmware 5.29, 10.07.2013).
다운로드 수: 972
업데이트 날짜: 2013/7/10

라이선스 보기

The driver framework implements the hardware/firmware reference of the Zaber Technologies Inc. T-LSM compatible translation stages as described on "http://www.zaber.com/wiki/Manuals/T-LSM#Detailed_Command_Reference".

Devices listed on "http://www.zaber.com/support/?tab=Device%20ids" are supported, but only T-LSM stages have been tested. Double check the parameters in "ZaberDeviceList.m" for your model. New devices can be added to this file, which has to be executed once to produce the relevant file "ZaberDevices.mat"

"ZaberTest.m" contains possible calls to all functions, so please don't run the full script via F5 or the "Play" button.

Help Texts are thankfully taken from the Zaber wiki page.

Implementation of all functions with alias number and error handling proved to be too complex for Instrument Control Toolbox instrument drivers - so these are just m-files which require only a serial port object and the function input parser functionality of Matlab.

인용 양식

Dominik Hofer (2024). Zaber T-LSM Translation Stage Driver (https://www.mathworks.com/matlabcentral/fileexchange/40197-zaber-t-lsm-translation-stage-driver), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Instrument Control Toolbox Supported Hardware에 대해 자세히 알아보기
도움

줌: firefly algorithm

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Zaber/

Zaber/ZaberInstrumentDriver/

Zaber/ZaberInstrumentDriver/Utilities/

버전 게시됨 릴리스 정보
1.4.0.0

Added support for all devices with firmware 5.29. Stop sending in-motion commands to devices, which are not translation stages (e.g., T-JOY3) in single device queries.

1.3.0.0

bugfix in "ZaberUpdateDeviceList.m", line 56, from "devIDs(byteid(1)) = [devIDs, id];" to "devIDs(byteid(1)) = id;"; fixed some spelling errors in the description

1.0.0.0