Using Pinlists to Maximize Efficiency
Many electrical designs utilize components with a large number of connections, and keeping track of which connections have already been used in a design can be tricky. Using pinlists with AutoCAD Electrical is the most efficient way to track both used and available pins, as well as keeping the connections of any device organized by type. They are useful for error checking, maintaining accurate connection information, and ensuring that pins that are supposed to go together stay together. Pinlists can be used for all kinds of devices, and in the substation design world we see them used most often with relays and test switches. At the most basic level, pinlists are long strings of text, or lists of lists, that contain connection data for a given component. The pinlists are stored in the catalog database, where they are given unique, manufacturer-based tables. For example, the pinlists for all of your SEL components would not be found in the PR table; rather, they would be found in the _PINLIST_SEL table (assuming that “SEL” is what you used in the MANUFACTURER field). The pinlist fields are editable within the Access or SQL database, as well as within the catalog browser inside AutoCAD Electrical. I recommend typing your pinlists in a text editor like Notepad, and then copying them into your database. Alternatively, some of my clients have developed pinlist builders using Excel, which is a great way to do it for those who can maximize the powers of Excel. Building Pinlists A pinlist entry can have three types of information, and takes the following form: TYPE, TERM01, TERM02, *DESCRIPTION. The type of contact must always be the first item in a pinlist entry, and AutoCAD Electrical has built-in values associated with these contact types. A ‘1’ is used for normally open contacts, ‘2’ is for normally closed, ‘3’ is for NONC, and ‘4’ is used for custom contact types. The custom contact type is frequently used within substation design, and the SDSIC has published a list of recommended pinlist types, which you can see below. When using custom pinlist types, be sure to use the attribute PINLIST_TYPE on your child symbols, with the desired type set as the default value of this attribute. (Parent symbols should use the attribute COILPIN, which can be left blank.) SDSIC Custom Connection Types 4DI : Digital Inputs 4DO : Digital Outputs 4DIP : Digital Inputs (Polarity…