RDS Tips
[RDS] [RDS Aircraft Design Software]
[RDS-Pro] Here are tips and tricks on the use of all versions of RDS, including answers to FAQ's. If you have questions or tips to suggest, send them to Conceptual Research Corporation

[RDS-Student]
[Free RDS Data Files]
(Note: the information below is provided with the best of intentions but please consult an expert before modifying any computer settings. This website, CRC, and D. Raymer assume no liability if these suggestions don't work or cause other problems!)

Installing & Starting RDS

To install RDS, first create a new directory for RDS (C:/RDS is suggested - the name must be only 8 alphanumeric characters and with no spaces). Copy all of the files from the RDS CD-ROM into that RDS directory (in Windows use MyComputer or Windows Explorer). If your CD-ROM has the RDS files in a subfolder, do not copy by selecting the subfolder on the CD. Instead open that subfolder and copy all of the individual files (Ctrl-A then CTRL-C, go to the destination folder and press Ctrl-V).

To simplify installation, RDS comes with a utility program (INSTALL.EXE) that sets up a new directory and copies the RDS program files to that directory. This does not make any changes to your Windows setup other than creating a new directory, and its use is optional.

To run RDS in Windows, you must next set up a Windows Shortcut as described below (see next Tip) then click on it to start RDS. Do not run RDS just by clicking on RDS.EXE - it will probably run, but not in a full screen display and without proper settings for memory and the mouse.

To run RDS in DOS, simply enter RDS from the DOS prompt. You can also start RDS in most versions of Windows by calling up the DOS prompt but it is more cumbersome than using a shortcut, and may not allow full screen operation.

The first time you run RDS it will ask a few questions about your computer to confirm the directories and to set printer usage. If you are running RDS through Windows, unfortunately you will not be able to directly print to a printer (this is a Windows-DOS problem, and only Microsoft knows why). Therefore, select NONE when printer options are given. When you are running RDS and wish to print out results, select Print to File and open the resulting file in Word, Wordpad, Excel, or some other program, and print from there.

If you are installing RDS-Professional, the first time you run it a message will appear with an alphanumeric code generated from parameters in your computer system. Email this to the address provided and an unlock code will be sent to you. This must be entered only one time.


RDS Shortcut for Windows(tm)

To allow you to start RDS from the desktop in most versions of Windows, right-click on the desktop and select NEW-SHORTCUT. Enter the Location (Command Line in Win 95 or 98) which is RDS/RDS.EXE if you followed the suggestion to put RDS in a directory called RDS. Also enter the program name (RDS) in the appropriate place. Then go to the desktop, right-click on the new RDS shortcut icon and select PROPERTIES. Under PROGRAM, select Run-Maximize and Close on Exit. Under MEMORY, everything should be AUTO except EMS and XMS which should be NONE. Under SCREEN, it should be Full Screen and Default, and everything else checked. Under MISC, everything should be checked except Screen Saver, Suspend, and Quick Edit.

If you wish you can change the Icon to the RDS Icon (right-click here). Download it into your Windows directory then select right-click on your RDS Shortcut and select Change Icon. This option may be in an Advanced tab or button.


Running RDS under 64-bit Windows

Unfortunately, 64-bit Windows (Vista) does not directly permit DOS programs like RDS to run. However, there are several “wrapper” programs that can be used. One, called DOSBOX, has been tested with RDS on 64-bit Windows and seems to work fine. The minimal version of DOSBOX is free and is all that you need. Download it here or do a web search for DOSBOX. Just follow these instructions to install DOSBOX and to set up RDS to run, and all should be well.

My apologies for the extra trouble, but really - it isn't too much effort and you only have to do it once. An RDS user says "I Googled DOSBOX and was directed to their website and was able to download it for free. The DOSBOX website says that it is meant for legacy games and that it will be slow, but it has not been a problem."


If RDS or a Module won't run

Startup & Run Problems With All Versions of RDS:
Main Menu Page Opens but Mouse Doesn't Work and/or Cursor Blinks Insanely: This is most likely a problem with your mouse driver or the mouse itself, or maybe your mouse driver isn’t exactly the right one for the mouse you have. The Windows default mouse driver may not work as RDS expects for a given mouse. As a result, the mouse driver may not be returning anything when queried, or it may be returning a mouse motion even if none exists. Test this using a simple little DOS program called MiceTest (click here to download it). This uses the actual RDS mouse routines and prints the returned codes as you move the mouse. If this shows the returned codes are not changing as you move the mouse, or it shows them changing when you haven't moved the mouse, the problem is very likely to be in your mouse, mouse driver, or mouse-related Windows setup. Try re-installing the mouse driver from the original installation disk that came with your mouse. BTW, I use a Logtitech trackball rather than a mouse, and RDS works just fine.

Only Aircraft Data File Works: If RDS will start, and the AIRCRAFT DATA FILE module runs, but all other modules won't run, you probably have a bad RDSCONFG file. This often happens when someone copies RDS from one computer to another (no stealing, please!). RDS can't "find itself" because that file indicates what directory to look in to find the other modules. The solution is simple - exit RDS and delete the file RDSCONFG from your RDS directory, then restart RDS. A new file will be created. For a sneaky way to fix this, see Raymer's Secret RDS Hacks below.

RDS Won't Run, or Strange Termination Errors Occur: If RDS will not run or you get strange termination errors when saving or going from one module to another, one possibility is that Windows has mysteriously set the attributes of some needed RDS files to Read-Only. Go to Windows Explorer and highlight all the files in your RDS program directory. Right-click, select Properties, and make sure that Read-Only, Archive, and Hidden are not checked. Another way to fix this - open the command box (Start-Run) and enter C: attrib -a -r -h RDS (assuming your RDS program directory is C:\RDS as recommended).

If RDS or a module still will not run, you may not have sufficient free DOS memory. First, if you are running RDS under Windows, doublecheck that your Shortcut has EMS and XMS set to NONE (right-click on the RDS shortcut icon and select MEMORY). Next, check your free memory using the Windows System utilities or the DOS MEM command. You need about 550k free memory to run RDS. You can free up memory using the DEVICE=HIMEM.SYS driver, and by setting memory as shown in the sample CONFIG.NT file below (CONFIG.SYS in older versions of Windows). These settings may not work for all computers, so ask an expert if you can't fix this yourself. You may want to try running the DOS MEMMAKER command, and if that still doesn't free up enough memory, you may try some aftermarket memory management program. Removing terminate-and-stay-resident programs will also free up memory. Most modern computers will not have such problems unless they are chock-full of memory-hogging software - or spyware.

   Sample CONFIG.NT to provide more memory
     dos=high, umb
     device=%SystemRoot%\system32\himem.sys
     files=100

   Sample CONFIG.SYS to provide more memory
     DEVICE=C:\WINDOWS\HIMEM.SYS
     DOS=HIGH,UMB
     DEVICE=C:\WINDOWS\EMM386.EXE 4096 ram512 /x=B000-B7FF /x=C800-CBFF /i=E000-EFFF m9
     DEVICEHIGH=C:\DOS\SETVER.EXE
     INSTALL=C:\MOUSE.COM
     FILES=30
     BUFFERS=20
     SHELL=C:\DOS\COMMAND.COM C:\DOS\  /p
     STACKS=9,256

Graphs and Design Layout Module Don't Work: If all the text-mode portions of RDS work fine, but attempting to create graphs or enter the Design Layout Module just produces a blank screen, your computer may be using some non-standard graphics driver that isn't supported by the compiler. Try disabling it using the Windows Control Panel as follows:
{Control Panel /Appearance and Themes /Display /Settings /Advanced /Adapter /Properties / Disable Device}
Then reboot and see if that fixes it.

Startup & Run Problems With Newer Versions of RDS (Version 5+):
RDS Student 5.1 Installation Program Produces Only Blue Screen of Death: On the first print run of the RDS-Student Version 5.1 CD-ROM, the INSTALL program won't work because the program files were inadvertently put into a subdirectory named "RDS-Stud51" which has more than the 8 characters permitted for a DOS-based program. My apologies, and for now please use the copy-it-yourself method described above.

Design Layout Module Starts but No Menus are Shown: The last person who used DLM exited in Menuless Operation Mode - press Alt-M to return to Menu Operation.

DLM always starts in FPS units: Another minor bug - the new DLM always starts in FPS units even if you work in MKS. A fixed version will be posted here

Startup & Run Problems With Older Versions of RDS (Versions 1-4):
Old DLM Crashes Way Too Often: Older versions of RDS use an entirely different Design Layout Module (DLM) which had several bugs, some fixable and some unfixable. This is one of the reasons it was replaced in Version 5 with an all-new and far superior DLM. When using the old DLM, you are advised to save often - about every 5 minutes! If it crashes and you've lost some work, see Recovering Design Layout Module files after abnormal termination.

Old DLM will not run: If ONLY the old Design Layout Module (DLM) will not run you may be experiencing a CPU timing problem in the Borland TurboPascal compiler that the old DLM was written with - a modern CPU is just too fast. Several fixes are available. A site at the University of Freiburg has a complete explanation of the problem, and has a download for TpPatch. Another site has MoSlo, a commercial program, but you can download a free limited version.

Better yet - get the new Design Layout Module. It is so much better!


Recovering Design Layout Module files after abnormal termination

If the Design Layout Module should abnormally terminate for some reason, your file can be recovered from the automatic backup performed regularly by the program. In the new DLM (Version 5+) this is easy - restart RDS, select DLM, and select Continue Current. You can also UnDo to get to an earlier version of the design.

In the old DLM recovery was possible but more complicated. Go to Windows Explorer or DOS and find the file named (yourfilename).BK~ . Rename it (yourfilename).DSN and return to the Design Layout Module. The lost working file is now there - maybe!


Running RDS on a MAC

RDS can be run on a Mac using one of several emulator software programs, such as iEmulator which offers a high-performance PC emulator for PowerPC and Intel Macs. However, it is not certain if the software protection system that RDS-Pro uses is always compatible with a Mac emulating a PC. Here's a better idea - purchase a cheap low-end PC just for RDS.


How to capture RDS graphs and drawings

RDS can create graphs and drawings which can be used in such Windows programs as PowerPoint(tm) and Word(tm). In newer version of RDS (Version 5+) you create bitmap image files by pressing "B" or selecting Make Screen Bitmap from a menu. RDS shows a twirling line at the top corner of the screen while it is reading the bitmap, then gives you the name of the bitmap it has created. It will be found in the current directory.

In Menuless Operation you can get rid of the prompts at the top of the screen by pressing the "~" symbol just before pressing "B", then press "~" again to restore the prompts.

Once you've made an RDS bitmap you can directly copy it into an application program. However, RDS bitmaps are very large (~1 mB) and may not have the colors you desire. You can open and improve them in an image/photo manipulation program such as Photoshop, IrfanView, or the Paint program that comes with Windows. Once in such an application program, RDS illustrations can be cropped, scaled, sized, colored, color inverted, contrast enhanced, and finally stored in a more compact file format such as JPG or GIF.

Prior to making a bitmap from an RDS graph, you may wish to change its colors by pressing `C' when the graph is on the screen. This also works in the new Design Layout Module when in Menuless Operation, otherwise select colors from the ViewOptions menu. For most applications, the white background with blue or black lines seems best. Don't leave the background black on graphs - it looks terrible and uses a lot of ink! Switch it either in RDS or in your image/photo manipulation program (Invert Colors).

In older versions of Windows you can copy an RDS screen image directly into the Windows Clipboard by pressing Alt-PrntScrn, where it can be pasted into other application programs including Paint. This doesn't work in WinXP and later versions of Windows.


How do you get the color fills on the aircraft drawings in this website?

You can easily change the colors of the lines used in the Design Layout Module either in the Main Menu Options menu or by pressing C in Menuless Mode. However, the color-filled airplane illustrations such as those on this website are made by creating wireframe bitmaps in DLM then reworking them in a separate graphics program such as PhotoShop or the free IrfanView. Most of the images here were color-filled using the great old Micrografx Picture Publisher (apparently no longer available after the company was acquired by Corel).

The solid-model images shown here were created using an output DXF file from RDS-Pro which was then surfaced and displayed in a high-end CAD code (CATIA, AutoCAD, or Pro-E). Others were output by RDS-Pro as Rhino script then displayed in Rhino-3D. Note that the free demo of Rhino-3D allows you to import and display 3-D data scripts from RDS, rotate and shade the image, and copy the image to the Windows clipboard (Alt-PrtScn), for as many times as you want. However, you only have a limited number of "saves" of any changes you might make.


Using Print-to-File to capture RDS graph data for other applications

RDS-Professional has the capability to save graph data in comma-delimited ASCII format files which can be read into other graphing and analysis programs. This is done by pressing "S" (save) when a graph is on the screen and then entering a file name, or by simply pressing a number which saves the data in a file called "GRAPH#". When reading the file into EXCEL or another program, make sure that you indicate that the file is comma-delimited before opening it.

RDS-Professional has an additional capability to save an ASCII data file of the aircraft's lift, drag, thrust, and fuel consumption for input into simulation programs such as TAC BRAWLER. This is selected from the OPTIONS menu in the AIRCRAFT DATA FILE EDIT Module.


RDS Units Conversion

RDS is fully capable in both SI Metric (MKS) units and in units of the British Imperial (FPS) type. In the FPS units RDS uses thrust in lbs., C in 1/hr, altitude in feet, and velocity in either knots or Mach Number. In the MKS units RDS uses thrust in kN, C in mg/Ns, altitude in meters, and velocity in either km/hr or Mach Number. Note that it is not necessary to identify whether knots (or km/hr) or Mach Number are used because RDS assumes that any velocity values less than 10 were given in Mach Number.

You can enter inputs in MKS or FPS, and can switch at will between them by selecting units from the OPTIONS menu. Or, you can instantly switch units by pressing `#' (the pound sign) anytime RDS is waiting for a numerical input.


No-Lateral-Symmetry Designs

An RDS-Professional customer known for unusual but successful designs has asked about designing aircraft with no lateral symmetry plane - including the wing. In such a design the wing may have different trapezoidal geometries for left and right side, and those sides may not even join at the aircraft "centerline" but at some arbitrary Y-location.

To facilitate such designs, the new Design Layout Module (Version 5+) allows wings and tails to reflect across their own root chord rather than across the aircraft centerline as is the usual practice. This allows a wing or tail which is laterally symmetric but is not centered on the aircraft's centerline.

For a truly wild design, completely different left-right wing panels can be separately created and placed. Create each separately, selecting "One Side of Global CL" when prompted for symmetry. Enter desired areas, aspect ratios, and taper ratios as if each wing panel would be reflected across the global centerline. In other words, if you are creating the left panel which is to have an area of 50 by itself, enter 100. When creating the wing panel for the right side of the aircraft, again enter double the area, but use a negative value when entering aspect ratio. This will invert that wing panel to the other side of the aircraft. You can instead use positive aspect ratio when creating the right-side wing panel then later scale it by X=-1. Another approach - create the left-side panel, copy it, scale it by X=-1, then make whatever other changes are needed.

The reason for treating these one-side wing panels as if they were part of a complete wing is simple - it allows converting from reflected to nonreflected and back again without changing the wing trapezoidal geometry.

For weights and aerodynamics analysis you must CAREFULLY review and revise the geometric inputs estimated by the Design Layout Module in the output TAB file. It is suggested that the wing geometric inputs be defined assuming an equivalent total trapezoidal planform based on the total wing area and total span, the total exposed wing area, and an averaged sweep, taper, and thickness.


How do I input an airfoil in the new Design Layout Module?

The new Design Layout Module reads airfoils in from tables. For student usage one of the stored airfoils already available should suffice for most designs. If you must use another airfoil, use Excel, Word, or WordPad to add a new airfoil to the RDS airfoil table where it will be available for use by the wing creation routine. Open file RDSAF.DAF and read the instructions. Make sure you save the table as RDSAF.DAF. Windows may try to add an extension such as RDSAF.DAF.TXT in which case RDS will use the old version.

In the new RDS-Pro Version 5.2 there is a point-by-point airfoil input capability which you can select instead of picking an airfoil. There is also a routine that will create NACA airfoils from a few simple inputs.


New DLM starts without any menus

The last person who used RDS-DLM on your computer exited in Menuless Operation Mode - right-click or press Alt-M to return to Menu Operation. Normally there is a prompt to this effect at the top of the screen in Menuless Operation mode - if it is not there, see the next tip.


New DLM just sits there until I press something

You or a previous user have turned off the prompts. This is for experts, who get tired of the little boxes saying things like "Select a Point." Turn prompts back on in the Main Menu Options. In Menuless Operation just press the "~" symbol to toggle prompts on and off. BTW, this is a good thing to do just before making a screen capture bitmap, so that you don't have to erase the prompt from the image. Press "~", then B, then "~" again.


New RDS-DLM acts strange when I change geometry type

The option to change Geometry Type in Component-Parameters is for experts only, and is not normally needed. It does not do any geometric conversion, it only changes the parameter that tells the drawing routines whether the stored component points represent SuperConics or are just surface points. For wings and tails, this parameter indicates the latter (=0), whereas for most other components it indicates SuperConics (=1).

If you want to convert a SuperConic component to Points, use MiscCompOptions-Convert. There is currently no capability to convert a Point component to SuperConics - you have to build it that way from the start. And, why wouldn't you?


I designed an airplane in MKS when I thought RDS-DLM was in FPS units (or vice-versa)

Just scale the whole thing. Do Component Edit and select all components. Then do Scale Component, XYZ, and enter 0.3048 if you meant to enter FPS but DLM was set to MKS, or enter 3.28084 if you meant to enter MKS but DLM was set to FPS. DLM will scale locations around the selected leader as it scales the components, so you should pick a "Leader" component with location of (0,0,0).


Old DLM Calculates Wrong Airfoil Thickness (t/c)

There is an unfixable bug in the old DLM (pre-Version 5) that can often be seen in the Aero or Weights input files after Geometric Analysis is performed and input files (DAA and DWT) are created. You must enter the correct t/c yourself - sorry.


Does RDS make drawings for me to build my design?

RDS does not put out drawings for fabrication. Such drawings are done on detail design CAD programs such as CATIA or SolidWorks. RDS does what these detail design programs cannot do - let you quickly put together an entire aircraft concept design then analyze and optimize it. When you've settled on an overall concept design, then you do the detail design on a different CAD program, or a drafting table if you prefer!


Proper use of "Design Lift Coefficient" in Aerodynamics Module

Several users have had problems due to a misunderstanding of the notion of "Design Lift Coefficient", or CL-design in the .DAA aerodynamics input file. This is NOT the maximum lift coefficient, but the lift coefficient at which the airfoil has its BEST L/D (see fig 4.9 in Raymer's book). Typically this is about 0.3 to 0.5, and is usually near the cruise lift coefficient for obvious reasons.


Propeller Analysis - Thrust Correction Tricks

Propeller analysis follows the equations and methods in "Aircraft Design: A Conceptual Approach" (4th ed.). Thrust corrections can be skipped as follows:

Windows Explorer thinks my Aircraft Data Files are Returned e-Mail!

Don't worry about it!


Raymer's Secret RDS Hacks

As we all learned from the classic movie Wargames ("...shall we play a game?..."), we computer programmers cannot resist the urge to install "backdoors" and other hidden code. I'll reveal a few, as I feel like it, starting with:


RDS Bug Alerts

Bugs, Mr. Rico. Zillions of em!

BUG ALERT 1: On the first print run of the RDS-Student Version 5.1 CD-ROM, the INSTALL program won't work because the program files were inadvertently put into a subdirectory named "RDS-Stud51" which has more than the 8 characters permitted for a DOS-based program. My apologies, and for now please use the copy-it-yourself method described above.

BUG ALERT 2: There is a programming bug in the first release that makes problems if design layouts are saved in a subfolder. Until a fix is posted (watch this site) please create and store your design layouts in the RDS program folder (C:\RDS usually).

BUG ALERT 3: Another minor bug in the first release - the new DLM always starts in FPS units even if you work in MKS.

BUG ALERT 4: Don't turn off prompts in the DLM main menu options. It does turn off the top line of prompts in menuless viewing as it should, but when menus are being used it makes an error (#5) during various operations like moving a point.


updated 2-08

Home | RDS | CRC | Books | Design Classes | Drawings | Links | Other Stuff | Raymer Bio