Raniero Albanesi created a new topic ' TELESCOPE_PARK_POSITION' in the forum. 2 years ago

PyIndi
In the TELESCOPE_PARK_POSITION property it is possible to set the value of PARK_AZ and PARK_ALT instead of PARK_RA and PARK_DEC?

ex:
PARK={'alt': 0.1, 'az': 1.0 }
telescope_park_pos=device_telescope.getNumber("TELESCOPE_PARK_POSITION")
while not(telescope_park_pos):
time.sleep(0.5)
telescope_park_pos=device_telescope.getNumber("TELESCOPE_PARK_POSITION")
telescope_park_pos[0].value=PARK
telescope_park_pos[1].value=PARK
indiclient.sendNewNumber(telescope_park_pos)

Thanks

Read More...