hBT.getStageStatus
to get a report on how each axis is set up and other important information.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
hBT.getStageStatus
. If, say, the X axis is listed as disabled you can try enabling it with hBT.xAxis.resetAxis
.hBT.laser.turnOn
at the command line. This may turn on the laser then allow it to be controlled via the GUI. You could also try closing and re-opening the GUI. File an issue if you see behavior such as this.