Programmatically read the orbit of the HHS

Hi all,
as the orbit of the HHS can vary according to the Hamilton manual, is there a way to programmatically read the installed orbit of the HHS?
Cheers
Max

Hey Max,
you can use the “SendFirmwareCommand” from the HHS library and query the orbit with the command “VO” and an empty string for the parameter.
This will return a string (“…bo##”) where ## is your orbit in 1/10 mm.
HTH
Sorro

2 Likes

thank you so much for the quick and precise reply