×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

[SOLVED] CCD Simulator Not Connecting

  • Posts: 2
  • Thank you received: 0
Hi all! I'm trying to simulate taking an exposure with the Raspberry Pi. I've tried the following sequence with no luck:

Open the first terminal:
pi@raspberrypi:~ $ indiserver -v indi_simulator_ccd
2016-06-06T13:36:46: startup: indiserver -v indi_simulator_ccd 
2016-06-06T13:36:46: Driver indi_simulator_ccd: pid=1701 rfd=3 wfd=6 efd=7
2016-06-06T13:36:46: listening to port 7624 on fd 4
2016-06-06T13:36:46: Driver indi_simulator_ccd: snooping on Telescope Simulator.EQUATORIAL_EOD_COORD
2016-06-06T13:36:46: Driver indi_simulator_ccd: snooping on Telescope Simulator.TELESCOPE_INFO
2016-06-06T13:36:46: Driver indi_simulator_ccd: snooping on CCD Simulator.FILTER_SLOT
2016-06-06T13:36:46: Driver indi_simulator_ccd: snooping on CCD Simulator.FILTER_NAME
2016-06-06T13:36:46: Driver indi_simulator_ccd: snooping on Telescope Simulator.EQUATORIAL_PE
2016-06-06T13:36:46: Driver indi_simulator_ccd: snooping on Focuser Simulator.FWHM

Open a second terminal:
pi@raspberrypi:~ $ indi_setprop "CCD Simulator.CONNECTION.CONNECT=On"

When I send this command, the first terminal responds with:
2016-06-06T13:38:35: Client 0: new arrival from 127.0.0.1:37734 - welcome!
2016-06-06T13:38:35: Client 0: read EOF
2016-06-06T13:38:35: Client 0: shut down complete - bye!

Any ideas on why I'm getting this message?
7 years 10 months ago #8677

Please Log in or Create an account to join the conversation.

That's normal. ind_setprop is a small INDI client, so it connects, sets the property, and leaves. If you try indi_getprop after that command, you shall see that the CCD is connected.
The following user(s) said Thank You: Silver Frank
Last edit: 7 years 10 months ago by Jasem Mutlaq.
7 years 10 months ago #8678

Please Log in or Create an account to join the conversation.

Time to create page: 1.282 seconds