Astro features for digicamControl (PhD guiding)

Use this forum to request new features or suggest modifications to existing features
Locked
Duka Istvan
Posts: 867
Joined: Tue Mar 26, 2013 9:52 pm

In mean time i improved the

Post by Duka Istvan » Mon Jul 01, 2013 11:54 pm

In mean time i improved the scripting support with more commands like loop and if and a separated script editor window which can be activated Menu->Script Editor. The editor support some autocomplete feature too.  This scripts can be loaded in astro window but not all command can be edited.   https://dl.dropboxusercontent.com/u/409 ... .0.594.exe

In mean time i improved the

Advertisment
 

Jansten
Posts: 10
Joined: Fri Aug 16, 2013 5:23 pm

Script and dither issue

Post by Jansten » Fri Aug 16, 2013 5:26 pm

For unknown reason I can't dither with digicamcontrol. I mean I have PHD up and running but when I'm trying to load script files I get error. Also Script window in astronomy opens just empty window. I have tried to select PHD under menu and connect/dither but it seem do nothing. Version is that latest 1.0.608

Duka Istvan
Posts: 867
Joined: Tue Mar 26, 2013 9:52 pm

Please post the log file

Post by Duka Istvan » Fri Aug 16, 2013 5:56 pm

Please post the log file

Jansten
Posts: 10
Joined: Fri Aug 16, 2013 5:23 pm

Didn't find log file so I zipped whole thing

Post by Jansten » Fri Aug 16, 2013 10:11 pm

Windows is 7, do you think wouldhttps://www.dropbox.com/s/9z9ymnrlabm1d6t/Xceed.Wpf.Toolkit.zip

Duka Istvan
Posts: 867
Joined: Tue Mar 26, 2013 9:52 pm

Check this link: http:/

Post by Duka Istvan » Sat Aug 17, 2013 1:14 am


Duka Istvan
Posts: 867
Joined: Tue Mar 26, 2013 9:52 pm

The script window in astro

Post by Duka Istvan » Sun Aug 18, 2013 6:23 pm

The script window in astro window support only 3 commands : phdguiding, bulbcapture, wait if you want somthing more complicate use script editor (Menu->script execution)A simple script example:<?xml version="1.0" encoding="UTF-8"?><dccscript UseExternal="false" SelectedConfig="">  <commands>    <bulbcapture capturetime="30" iso="3200" aperture="ƒ/3,5" />    <phdguiding waittime="5000" movetype="Move 1" />    <bulbcapture capturetime="30" iso="6400" />    <wait time="4" />    <phdguiding waittime="2000" movetype="Move 1" />    <bulbcapture capturetime="30" iso="" aperture="" />    <wait time="4" />    <phdguiding waittime="2000" movetype="Move 1" />    <bulbcapture capturetime="30" iso="" aperture="" />  </commands></dccscript> 

Xplode
Posts: 7
Joined: Sat Sep 07, 2013 10:56 pm

Shoestring DSUSB

Post by Xplode » Sat Sep 07, 2013 10:59 pm

If any help is needed testing i have a D5100 and DSUSB

Duka Istvan
Posts: 867
Joined: Tue Mar 26, 2013 9:52 pm

Hi, thanks for your offert,

Post by Duka Istvan » Sat Sep 07, 2013 11:14 pm

Hi, thanks for your offert, next week i try to add support for DSUSB i don't own this device so any testing is welcomed. 

Radoslav
Posts: 1
Joined: Wed Sep 11, 2013 11:22 am

Hi,

Post by Radoslav » Wed Sep 11, 2013 11:41 am

Hi,
The astro bulb mode is fantastic, thank you. Can you add Mirror lock up function during caption session?
This will be very useful.

Regards,
Radoslav

Kuulapaa
Posts: 5
Joined: Thu Jun 06, 2013 8:10 pm

Exposure time counter

Post by Kuulapaa » Sun Sep 15, 2013 10:42 am

Hi, I made some tests with 10 min subs and one small problem is that I cannot know how much exposure time is left if I step off for a moment. So could there be possible to make small visible counter to show what is the status of current exposure? Digicamcontrol by the way works well and I'm very pleased with it :) 

Locked