QHY Filter WheelThe QHY Filter Wheel is a motorized filter wheel that is able to deal with 5 2'' filters.

INDI is now able to deal with this FW using the RS232 (serial) communication cable. Please note that this page is NOT intended for those who want to use the FW attached to the IC2 port of the QHY-9 camera.

In this page you'll find information about how to install and use the INDI driver for the FW as well as some other useful information about it.

 

  Useful links and Information about the QHY Filter Wheel

 There are several pages and documents about the QHY FW that may become handy to the users and developers:

 

  Using the QHY Filter Wheel INDI for Java Driver

Although the driver has been developed using the INDI for Java Library it can be used either with the standard indiserver of the original INDI Library or with the INDI for Java Server. In the following both methods are explained in detail. Please note that for both methods to work Java must be installed in your system.

 

  Method 1: QHY Filter Wheel INDI Driver Using the Standard indiserver
  1.  Download the INDI for Java QHY Filter Wheel Driver from the downloads page (I4JQHYFilterWheelDriver_vx.xx.zip).
  2. Unzip it to a directory of your choice:
    > unzip I4JQHYFilterWheelDriver_vx.xx.zip
  3. A directory called I4JQHYFilterWheelDriver must have been created. Enter into that directory. A file named launchQHYFWDriver.sh should be there:
    > cd I4JQHYFilterWheelDriver
    > ls -l
  4. Launch the standard indiserver with the launchQHYFWDriver.sh as parameter:
    > indiserver ./launchQHYFWDriver.sh
  5. The server (with the driver) should start working. Check it out with your favourite INDI Client.

 

  Method 2: QHY Filter Wheel INDI Driver Using the INDI for Java Server
  1. Download the INDI for Java Server from the downloads page (I4JServer_vx.xx.zip).
  2. Unzip it to a directory of your choice:
    > unzip I4JServer_vx.xx.zip
  3. Download the INDI for Java QHY Filter Wheel Driver from the downloads page (I4JQHYFilterWheelDriver_vx.xx.zip).
  4. Unzip it to the same directory:
    > unzip I4JQHYFilterWheelDriver_vx.xx.zip
  5. Launch the INDI for Java Server with the QHY Filter Wheel Driver:
    > java -jar I4JServer/dist/I4JServer.jar -add=I4JQHYFilterWheelDriver/dist/I4JQHYFilterWheelDriver.jar
  6. The server (with the driver) should start working. Check it out with your favourite INDI Client.

 

  Driver Properties:

  • Main Control Group:
    • Connection: Standard connection property.
    • Port: Standard port property.
  • Configuration Group:
    • Filter Names: To adjust the name of each filter.
  • Control Group:
    • Filter Slot: To change the current filter slot (standard property)
    • Filter Name: The name of the current filter (standard property)
  • Expert Configuration:

 

  Example of Use:

The following screenshots are from a client that has successfully connected to the QHY Filter Wheel using this driver:

Client Connected to the QHY FW - Main Control Properties

Client Connected to the QHY FW - Configuraation Properties

Client Connected to the QHY FW - Control Properties

Client Connected to the QHY FW - Expert Configuration Properties