3.3.8
LIMIT
LIMIT is the maximum absolute position the focuser will travel to (in outwards direction).
SET LIMIT
Set the upper limit for the focuser travel range (int32).
Example command:
$BS SET LIMIT:10000\
r
\n
Example Answer:
$BS OK\
r
\n
GET LIMIT
Get the upper limit (int32).
Example command:
$BS GET LIMIT\
r
\n
Example answer:
$BS STATUS LIMIT:10000\
r
\n
3.3.9
FOCUS
One position can be saved locally on the device using the keypad. This is useful for saving your focus
position. The position can also be viewed and changed in the
SteelGoII
settings tab.
SET FOCUS
Save a absolute position locally on the controller. It can be loaded/overwritten with the keypad.
(int32).
Example command:
$BS SET FOCUS:1234\
r
\n
Example Answer:
$BS OK\
r
\n
GET FOCUS
Get the saved focus position (int32).
Example command:
$BS GET FOCUS\
r
\n
Example answer:
$BS STATUS FOCUS:1234\
r
\n
3.3.10
JOGSTEPS
Set the number of steps for the jogging movement mode.
GET JOGSTEPS
Get the current number of steps for the jogging movement. [uint32]
Example command:
17