Argos - Software Platform
The original hardware design of the telescope called for an external signal generator. This was handled in software by a Commodore-64 computer, which was defective at the time of my takeover. I have also chosen the software approach - for two reasons:
Next I want one computer to control the telescope *and* interface to other tools, I might need. Ie. planetary programs, CCD-camera controller and image processing software. I do not want a whole suite of computers in the observatory. This requirement rules out MSDOS-based computers and the like. Generating control signals in software and, at the same time, maintaining an accurate tracking speed calls for a tight control of timing. This cannot be done in Operating Systems like Windows and Linux, since you don't have enough control over which tasks are alotted processor-time and for how long. However, Linux is a very interesing OS, because its free, stable, supported, has low hardware requirements and a lot of astronomical software is written for the UNIX world. Fortunately a modified version of Linux exists, called RTLinux (Real Time Linux), that fullfill the realtime requirements of my project. RTLinux To get RTLinux up and running:
Read about RTLinux at www.rtlinux.org
|