OK, this is from the Help file...
<HELP FILE START>
The .WDW file contains the wire information. You may have a different file for each project. Create a projname.wdw file and put in the same directory as your project file (.WDP). To use the same file for all projects, create or modify the DEFAULT.WDW file in the USER folder. In the Project Manager, right-click the project name and select Settings to find the full path.
There should be a separate line in the file for each AutoCAD Electrical wire layer. The line has three fields, each field separated by a semi-colon. The first field is the actual wire layer name used on the drawing. The second field is the wire layer description. This description is used in the AutoCAD Electrical Wire Colour/Gauge Label tool. The third field is the wire size.
For example, if you have a wire layer called 14_RED_THHN and you want the wire colour/gauge label to read #14AWG RED for this layer, and the wire itself has a wire diameter of 0.0087, the line in the .WDW file would read:
14_RED_THHN;#14AWGRED;0.0087
<HELP FILE END>
Going to a conversion site that gives a list AWG, Imperial and Metric wire sizes gives an imperial size of 0.0641 for #14AWG
https://technick.net/guides/electronics/awg_to_metric/
Therefore the lines in your WDW file for #14AWG wires should read
WHT_14_THHN;#14AWG WHT;0.0641
RED_14_THHN;#14AWG RED;0.0641
BLK_14_THHN;#14AWG BLK;0.0641
YEL_14_THHN;#14AWG YEL;0.0641
This should then give you a correct % Full reading for the conduit size.
Regards Brad
>
Brad Coleman, Electrical Draftsman
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
