I made a small program yesterday to generate ACP scripts for variable stars. The program gets coordiates for variables from AAVSO's VSX database.

http://astronet.se/acpvsx/ACPVSX.exe


Just enter name of variable, exposuretime, binning and filter infromation and press ACP button. Repeat for next variable.


Example of a small scipt i made.

Code:
;
; === Target YY Aur ===
;
#repeat 1
#count 1
#filter V
#interval 60
#binning 1
YY Aur    6:04:06.15    42° 00' 31.28"
;
; === Target V2331 Cyg ===
;
#repeat 1
#count 1
#filter R
#interval 60
#binning 1
V2331 Cyg    21:11:13.60    34° 19' 14.30"
I used it for myself then i added 50 mira variables in my ACP Scheduler. Fast way to create an ACP script and then i imported it to scheduler.

Hopefully someone else can find some use for it.

No installer yet. Just a single .exe. The program requires .net 4.0