Darren replied to the topic 'SestoSenso focuser Driver issue' in the forum. 2 years ago

I've put a request in on the INDI github page for the driver alteration for FocusABSPosN from 200,000 to 2,000,000, will see what happens?
the max position is FocusMaxPosN[0].value = 2097152; so not sure why someone set the max focus position to 200000 anyway?


FocusRelPosN[0].min = 0.;
FocusRelPosN[0].max = 50000.;
FocusRelPosN[0].value = 0;
FocusRelPosN[0].step = 1000;

FocusAbsPosN[0].min = 0.;
FocusAbsPosN[0].max = 200000.;
FocusAbsPosN[0].value = 0;
FocusAbsPosN[0].step = 1000;

FocusMaxPosN[0].value = 2097152;

Read More...