PROGRAM INFORMATION
------------------------------------------------------------------
Voltage Drop Calculator (center load method) Ver. 1.2
for AutoCAD R12 or higher.
Copyright (C) 2002 by Roman Reicher
reicherr@tycoint.com
rreicher@att.net

DESCRIPTION
------------------------------------------------------------------

This LISP routine was designed to calculate voltage drop based on NEC methods.
Works with different type of circuits and wires, allows temperature correction.
Results may be inserted directly in AutoCAD drawing. 

PROGRAM FILES
------------------------------------------------------------------

Readme.txt                   readme file
vdcl.lsp                     main routine
vdcl_draw.lsp                supplementary routine
vd_cl.dcl                    dialog file
vd_mat.vdc                   data file
vdcl_prev.txt                data storage file
vdcl_description.txt         data storage file
vdcl_note1.txt               data storage file
vdcl_note2.txt               data storage file
vdcl_note3.txt               data storage file
Group List CL.txt            data storage file
Simplex TA @ 24VDC.txt       data storage file
Simplex OLD @ 24VDC.txt      data storage file
Simplex TA @ 16VDC.txt       data storage file
Simplex OLD @ 16VDC.txt      data storage file
Wheelock @ 24VDC.txt         data storage file
Wheelock @ 16VDC.txt         data storage file
vdcl_help.txt                help file
monotxt.shx                  font file
Main Form.jpg                SCREEN SHOT
Device Selection Form.jpg    SCREEN SHOT
Calculation Resalts Form.jpg SCREEN SHOT
Drawing.jpg                  SCREEN SHOT

LOADING AND INSTALLATION INFORMATION
------------------------------------------------------------------

To install the program UNZIP all files to the directory in which the file
"acad.exe" is located.

AutoCAD provides many methods of loading AutoLISP programs.  
Two of the most common are discussed in the following.

Method 1
--------
Use AutoCAD's "appload" command to load "vdcl.lsp" file.  See AutoCAD's 
command reference for further instructions.  To start the routine
type VDCL at AutoCAD command prompt.

Method 2
--------
A line of code may be added to the "acad*.lsp" file such as the
following:

(load "vdcl.lsp")

This will automatically load the program each time a new drawing is opened.
To start the routine type VD at AutoCAD command prompt.

"acad*.lsp" file for AutoCAD R12 is "acad.lsp"
"acad*.lsp" file for AutoCAD R13 is "acadr13.lsp"
"acad*.lsp" file for AutoCAD R14 is "acadr14.lsp"
"acad*.lsp" file for AutoCAD 2000 is "acad2000.lsp"

IMPORTANT!!!
Before modifying "acad*.lsp" file save it under different name
to prevent accidental file corruption.

DISCLAIMER OF WARRANTY
------------------------------------------------------------------

THIS SOFTWARE IS ARE PROVIDED "AS IS" AND WITHOUT WARRANTIES FROM    
THE AUTHOR, AS TO PERFORMANCE OF MERCHANTABILITY OR ANY OTHER 
WARRANTIES WHETHER EXPRESSED OR IMPLIED.   
BECAUSE OF THE VARIOUS HARDWARE AND SOFTWARE ENVIRONMENTS INTO WHICH
THIS PROGRAM MAY ENTER, NO WARRANTY OF FITNESS OF A PARTICULAR 
PURPOSE IS OFFERED SINCE DATA PROCESSING PROCEDURE DICTATES THAT
ANY PROGRAM BE THOROUGHLY TESTED WITH NON-CRITICAL DATA BEFORE
RELYING ON IT.  THE USER MUST ASSUME THE ENTIRE RISK OF USING
THE PROGRAM.  

END USER LICENSE AGREEMENT (EULA)
------------------------------------------------------------------
  
This program is a freeware program.

This program may NOT be modified in any respect, for any reason,
including but not limited to, disassembling, or reverse engineering.
  
Distribution of this program is permitted and encouraged subject
to the ALL the restrictions included in this document.  
No fee is may be charged for its use.  
This program must be copied in unaltered form, complete with files
containing registration information, documentation,
and all accompanying files.
System Operators may make this program available for download only
if the all he conditions in this document are met.

Commercial distributors of "Public Domain", "Shareware", and/or user  
supported software may distribute this program subject to all
the conditions included in this document.

TECHNICAL SUPPORT
------------------------------------------------------------------

If you have a question, comment, suggestion, or request, please 
e-mail to:

Roman Reicher
reicherr@tycoint.com
rreicher@att.net

------------------------------------------------------------------
AutoLISP and AutoCAD are registered trademarks of Autodesk, Inc.
------------------------------------------------------------------