A .wdp file is a text file that lists the drawing files that make up the set of interrelated drawings. Project Manager updates this file as you add drawings, remove drawings, change the drawing order, change the folder structure, update the project properties, and more.
Here is a general breakdown of the .wdp file format:
Project description |
"*[n]" prefix followed by the description value (n=1 to xxx) |
Project properties |
"?[n]" prefix followed by a property value. Many of these values are also drawing properties carried on the WD_M block. The drawing properties can be set to match the project properties on the WD_M block alert dialog box. The WD_M block alert dialog box displays for permission to insert into a new or non-AutoCAD Electrical toolset drawing. The check box controls the drawing settings:
|
Default schematic library path |
"+[1]" prefix followed by path or semicolon delimited paths. If multiple paths are listed, the search sequence matches the order listed here. Note: The variable, %SL_DIR%, is used to indicate the default library path used during installation or as defined in the wd.env file.
|
Schematic icon menu file |
"+[2]" prefix followed by the icon menu file name. It can be a full path or just the icon menu file name itself (such as ACE_JIC_MENU.DAT or ACE_IEC_MENU.DAT). |
Default panel library path |
"+[3]" prefix followed by base panel library path or semicolon delimited base paths. If multiple paths are listed, the search sequence matches the order listed here. Note: The variable, %SL_DIR%, is used to indicate the default library path used during installation or as defined in the wd.env file.
|
Panel icon menu file |
"+[4]" prefix followed by the icon file name. It can be a full path or just the icon menu file name itself (such as ACE_PANEL_MENU.DAT). |
Cross-Reference Options |
"+[5]" followed by:
|
Use MISC_CAT table |
"+[6]" followed by:
|
LINEx entries for reports |
"+[9]" followed by comma-delimited list of project description line numbers that are included as a header in reports. |
Combined Installation/Location/Tag |
"+[10]" followed by:
|
DESC case mode |
"+[11]" followed by:
|
Wire network mode |
"+[13]" followed by:
|
IEC style Installation/Location tag |
"+[14]" followed by:
This option is only used when +[10] above is set to 1 or 3. |
Auto-fill Installation/Location |
"+[15]" followed by:
|
Schematic- Panel wire format |
"+[16]" for the format that is to deal with wire connection entries when there is no existing terminal pin number text on the panel wiring diagram device footprint, meaning annotation ends up formatted into an Mtext entity, and "+[17]" for format of data written onto target TERMxx/WIRENOxx attributes carried on the panel wiring diagram device footprint. |
Auto-hide wire number |
"+[18]" followed by:
|
Wire number offset |
"+[19]" followed by:
|
Alternate WD.ENV |
"+[20]" followed by the file name. If this alternative .env file does not exist or cannot be found, the default wd.env file is used. |
Wire number by layer |
"+[21]" followed by:
Format of layer setup is semicolon delimited in repeating groups of four elements per layer definition. <layer name>;<tag format>;<starting wire number>;<suffix list>;... |
Alternate catalog lookup |
"+[23]" followed by:
|
Exclude wire number range |
"+[27]" followed by the wire number ranges to exclude for sequential wire numbering. (blank or missing= no wire numbers excluded) For example, “100-199,500-699.” |
Wire number terminal override |
"+[29]" followed by:
|
Calculation of the "CLEN" column |
"+[30]" followed by value an amount to add to each end of a calculated wire segment to aid in the calculation of the "CLEN" column (calculated wire length) in a from/to report that is able to map schematic wire connections to panel physical layouts. |
Tag/Wire number sort order |
"+[31]" followed by:
|
Real-time error checking |
"+[32]" followed by:
|
Grid column headers |
"+[33]" followed by the column names used as column headers in the Wire Type commands. |
Suppress dash |
"+[34]" followed by:
|
Panel wire annotation delimiter |
"+[35]" followed by the delimiter character used to separate multiple panel wire annotation values for the same wire connection. |
Item number mode |
"+[36]" followed by:
|
Item assignment |
"+[37]" followed by:
|
Electrical code standard |
"+[38]" followed by the three character suffix which defines the Electrical Code Standard used by Circuit Builder when searching for a specific table in ace_electrical_standards.mdb. |
All remaining entries give the folder names, drawing names, and any special assignments or descriptions, that are part of the project. The drawing name contains the path relative to the location of the WDP file of the project. The special assignments or description information precede the drawing name they are assigned to.