Hi,
I want to wire up the following motor:
Power:0.75Kw
Drive:DOL ThermistorProtection:No
Manu:Grundos Voltage:415v
Freq:50Hz
StartingCurrent:11 to12 amps
RunningCurrent: 1.9Amps
Area Classification: safe
The pump will be controlling the filling of a tank with a low level switch @24v...
The library has to be dynamic. The basic shape looks the same, but the user has to input dimensions. It depends what size pipe they are using etc..
This is my second assignment using autocad but first using lisp. My requirements for this assignment are draw the shape(pipe connectors), create...
Hi,
I have created a few pipework components in R14 and now need to add attributes the code is as follows:
(DEFUN ELBOW ()
(setvar "cmdecho" 0) ; stops the code showing on the screen
(setq d$ (getreal "Enter diam:")) ; get size from user
(setq pos$ (getpoint "Probe position to start :"))...