Move the XY stage after the Image Scan.
PowerScript
Retract the Z scanner to safely move the XY stage after image scanning.
main
1 file
Move the XY …..js
scanAndMoveXYSstage.js
252.0 B
Move the XY …..js
250 bytes
function scanAndMoveXYstage(moveX, moveY){
spm.scan.startImageScan();
spm.scan.stop();
spm.zscanner.retractAll();
spm.sleep(50);
spm.xystage.move(moveX, moveY, 0.1, 0.1);
spm.sleep(50);
return 0
}
scanAndMoveXYstage(100,0)
Comments (0)
No comments yet. Be the first to comment!
Snippet Information
Author:
jungyu.lee
Language: PowerScript
Created:
Oct 24, 2025
Updated:
0 minutes ago
Views: 43
Stars: 2