Matlab functions to control an Eppendorf PatchMan NP2 micromanipulator through RS232
start by initializing the serial communication with s=initEppendorfPatchManNP2();
(the port can be changed in the file)
then set the controls to the computer with switchToPCcontrol(s);
Then move the needle wherever you want with needleGoTo(s, x, y, z, vx, vy, vz);
where x, y, z are the target coordinates in micrometers, vx, vy, vz are the moving speed in micrometers per second
引用格式
Ambroise (2025). Matlab control of miscromanipulator Eppendorf PatchMan NP2 (https://ww2.mathworks.cn/matlabcentral/fileexchange/48386-matlab-control-of-miscromanipulator-eppendorf-patchman-np2), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!EppendorfPatchManNP2/
| 版本 | 已发布 | 发行说明 | |
|---|---|---|---|
| 1.0.0.0 |
