Page 1 of 1

Interrogate Device i.e. ASCOM

Posted: Tue Sep 11, 2018 3:22 pm
by 1CM69
Hi,
is there a way to grab info from a connected device i.e. ASCOM connected FilterWheel?

If I wanted to list the filters and their positions a user has added in the config of the device.

Regards..,

Kirk

Re: Interrogate Device i.e. ASCOM

Posted: Tue Sep 11, 2018 5:25 pm
by admin
Start with

Code: Select all

print SharpCap.Wheels.SelectedWheel.FilterNames
cheers,

Robin

Re: Interrogate Device i.e. ASCOM

Posted: Tue Sep 11, 2018 5:34 pm
by 1CM69
admin wrote: Tue Sep 11, 2018 5:25 pm Start with

Code: Select all

print SharpCap.Wheels.SelectedWheel.FilterNames
cheers,

Robin
Thanks Robin