HCBBS Forum (English)
Submit Chemical Projects / Find Solutions
Amplify Your Requirements on a Broader Chemical Platform *Engineering · Technology · Equipment · Solutions*
Submit Request

Digital processing capabilities

2009-02-17View Original

Thread Content

When drawing overall plans, it is often necessary to calculate the total weight of the equipment. If there are many components, adding up the values one by one can be quite cumbersome. I would like to ask fellow CAD users: does CAD have any functions for handling numbers, such as automatically summing a set of numbers as mentioned above?
Reply #22009-02-17
It seems to be able to be used only with Word or Excel.
Reply #32009-02-17
Just find a small plugin and load it
Reply #42009-02-18
You can also write your own Lisp program. If all the numbers you mentioned are on the drawing and the file type is text, that’s fine. For simple calculations, you can enter the command: cal
Reply #52009-02-18
;*******************************************Numeric accumulation (DEFUN C:NLJ () (SETQ ADDIT NIL SS NIL EN NIL ED NIL AS NIL A_TXT NIL NEW_TXT NIL ) (SETQ A_TXT 0) (PROMPT "\nSELECT TEXT TO ADD TOGETHER (Please select the numbers you want to add together): ") (SETQ SS (SSGET)) (WHILE (> (SSLENGTH SS) 0) (SETQ EN (SSNAME SS 0)) (SETQ ED (ENTGET EN)) (SETQ AS (CDR (ASSOC ‘0 ED))) (IF (= AS “TEXT”) (_TXT)) (SSDEL EN SS) ) (SETQ ADDIT NIL SS NIL EN NIL ED NIL AS NIL A_TXT NIL NEW_TXT NIL ) (PROMPT (STRCAT “\nTOTAL NUMBER IS (Their sum is): ” NEW_TEXT)) ) (DEFUN _TXT () (SETQ A_TXT (+ (DISTOF (CDR (ASSOC ‘1 ED)) 3) A_TXT)) (SETQ NEW_TEXT (RTOS A_TXT 2 2)) (SSDEL EN SS) )
Reply #62009-02-18
I tried using it, but I felt there were issues – the results were incorrect. Please improve it further
Reply #72009-02-18
By using software developed with CAD platforms, the total weight is automatically calculated when the weights of each component are entered. Examples include PCCAD from Tsinghua Tianhe and various mechanical engineering software; it’s quite easy to meet your requirements in this way.
Reply #82009-02-18
I’ve never heard of such a feature; I’ll just use Excel instead

Submit a Project

**Looking for Chemical Technology, Equipment & Solutions?** No Registration Required Broader Platform Exposure | Global Chemical Service Provider Connections

Submit Request — Free Consultation

Disclaimer

This is an automated machine translation of the original thread. Some technical terms may have inaccuracies; the original text shall prevail. Click "View Original" at the top right to access the source page, which supports IP-based automatic real-time language translation. Please watch out for contact details and sales inducements to prevent fraud. All content and translations are for reference only, representing solely the poster's personal views. For enquiries, email service@hcbbs.com.