-
Notifications
You must be signed in to change notification settings - Fork 5
FAQ
Run hBT.getStageStatus
to get a report on how each axis is set up and other important information.
If necessary, set the D terms of the PID loops to zero then at the MikroMove command line run the phase finding command:
FPH 1
. The axis has to be enabled (i.e. EAX? 1
returns 1
) and the servo mode has to be off (SVO? 1
returns 0
).
You can query the result of the phase-finding operation with FPH?
.
This should return a positive value. -1
indicates that the phase finding operation failed.
If it worked, the new value can be saved to non-volatile memory via the command WPA 100
Once this is done, enable the servo and see if performance improves. If not you could try setting a small positive D term to the position loop (e.g. 0.005) but be cautious of going too far as this may increase position noise.
If you have simply knocked the stages and caused the servo to cut out, you can test for this by running the BakingTray command hBT.getStageStatus
. If, say, the X axis is listed as disabled you can try enabling it with hBT.xAxis.resetAxis
.
Installation: Getting Started
Hardware requirements
Setting up: Overview
Verifying hardware operation
Starting BakingTray
Setting up ScanImage
Settings Files
Achieving high stitching accuracy
Installation: Calibration
Basic calibrating procedures
Calibrating the stages
Fine-tuning positioning accuracy
Further User Instructions
FAQ
Problems & Solutions