• 电压下降算些程序的设计计算的压降的基于电脑的方法。 工作与不同类型的电路和电线,使温度修正。 结果将可以直接插入AutoCAD工程图中。

    AutoCAD提供了许多方法载AutoLISP程序。 两个最常见的是讨论在如下:

    方法1

    --------

    使用AutoCAD的"appload"命令载"vd。lsp"的文件。 见AutoCAD的命令参照进一步的说明。 启动该程序类型VD在AutoCAD命令提示。

    2的方法

    --------

    一行代码可以被添加到"acad*.lsp"的文件如下:

    (载的"病")

    这将自动加载的程序,每次一个新的绘图打开。 启动该程序类型VD在AutoCAD命令提示。

    "acad*.lsp"文件AutoCAD R12是"acad。lsp"

    "acad*.lsp"文件AutoCAD R13是"acadr13的。lsp"

    "acad*.lsp"文件AutoCAD R14是"acadr14的。lsp"

    "acad*.lsp"文件AutoCAD2000年是"acad2000的。lsp"

    在修改之前"acad*.lsp"的文件保存在不同的名称,以防止意外文件损坏。

  • वोल्टेज ड्रॉप कैलकुलेटर LISP दिनचर्या डिजाइन किया गया था गणना करने के लिए वोल्टेज ड्रॉप के आधार पर परिषद के तरीके. काम करता है के विभिन्न प्रकार के साथ सर्किट और तारों, की अनुमति देता है तापमान में सुधार है । परिणाम डाला जाएगा में सीधे ऑटोकैड ड्राइंग.

    AutoCAD प्रदान करता है, कई तरीकों में से लोड हो रहा है AutoLISP कार्यक्रम. दो सबसे आम में चर्चा कर रहे हैं निम्नलिखित:

    विधि 1

    --------

    उपयोग AutoCAD "appload" कमांड लोड करने के लिए "vd.lsp" फ़ाइल. देखें AutoCAD के आदेश के संदर्भ में आगे के निर्देशों के लिए. शुरू करने के लिए नियमित प्रकार वी डी पर ऑटोकैड कमांड प्रॉम्प्ट.

    विधि 2

    --------

    कोड की एक लाइन से जोड़ा जा सकता करने के लिए "acad*.lsp फाइल" इस तरह के रूप में निम्नलिखित:

    (लोड "वी डी")

    यह स्वचालित रूप से प्रोग्राम लोड हर बार एक नए ड्राइंग खोला है । शुरू करने के लिए नियमित प्रकार वी डी पर ऑटोकैड कमांड प्रॉम्प्ट.

    "acad*.lsp" फ़ाइल के लिए ऑटोकैड, R12 है "acad.lsp"

    "acad*.lsp" फ़ाइल के लिए AutoCAD R13 है "acadr13.lsp"

    "acad*.lsp" फ़ाइल के लिए AutoCAD R14 है "acadr14.lsp"

    "acad*.lsp" फ़ाइल के लिए AutoCAD 2000 "acad2000.lsp"

    संशोधित करने से पहले "acad*.lsp" फ़ाइल में इसे बचाने के लिए के तहत अलग-अलग नाम आकस्मिक रोकने के लिए फ़ाइल भ्रष्टाचार है ।

  • The Voltage Drop Calculator LISP routine was designed to calculate voltage drop based on NEC methods. Works with different type of circuits and wires, allows temperature correction. Results will be inserted directly in the AutoCAD drawing.

    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 "vd.lsp" file. See AutoCAD's command reference for further instructions. To start the routine type VD at AutoCAD command prompt.

    Method 2

    --------

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

    (load "vd")

    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"

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