|
Navigation: WireCAD Specific CAD Functions > WireCAD Equipment Library Functions > Basic Library Functions > Importing and Exporting Product Specifications |
![]() ![]()
|
|
Importing Product Specifications
Menu: Tools>Equipment>Equipment Library ~ File>Import Product Spec File [*.xml]
Default keyboard shortcut: NONE
Function:
Imports a WireCAD product specification file. These files are saved in standard xml formats and can be read and edited using a standard text editor. The file format contains all of the Equipment Data as well as the inputs and outputs.
|
The file does not contain the front panel block reference block file, only a pointer to said block file. This may lead to confusion when a custom block does not exist on the target machine. |
Note: When importing a product specification file for an existing product, the incoming product will be added and a unique version number will be appended.
Exporting Product Specifications
Menu: Tools>Equipment>Equipment Library ~ File>Save Product Spec File [*.xml]
Default keyboard shortcut: NONE
Function:
Exports the selected device product specification to a standard xml file format. The xml file can be read and edited by a standard text editor. The file naming convention follows this format: ManufacturerName.ProductName.xml Though there is no reason for this other than to create an easy reference by manufacturer.
The following is an example Product Spec File for a 360 Systems Image Server 2000:
<?xml version="1.0" encoding="utf-8" ?>
<WCEQUIPDEF Version="1.0">
<EquipDef ManufacturerName="360 SYSTEMS" ManufacturerID="360 SYST" EquipmentName="Image Server 2K"
EquipmentDescription="Mpeg 2 Video Server" EquipmentType="SRVR" EquipmentWeight="2" EquipmentWeightValue="Pounds"
EquipmentHeight="4" EquipmentHValue="Inches" EquipmentWidth="19" EquipmentWValue="" EquipmentDepth="12"
EquipmentDValue="" EquipmentPower="50" EquipmentPValue="Watts" EquipmentVoltage="120" EquipmentVValue="VAC"
DisplayAsDA="False" EquipmentVendor1="" EquipmentVendor2="" EquipmentCost1="0" EquipmentCost2="0"
BlockRef="%BLOCKS%\2D_ELEVATIONS\2U_2D_EL.DWG" Image="" Category="" IndustrySectors="" Synonyms="">
<IO>
<Inputs Count="8">
<Input Name="AES 1,2" Type="AES" Conn="MXLR" DisplayOrder="3" PinType="Normal" />
<Input Name="AES 3,4" Type="AES" Conn="MXLR" DisplayOrder="1" PinType="Normal" />
<Input Name="AUD-01" Type="AUD" Conn="MXLR" DisplayOrder="4" PinType="Normal" />
<Input Name="AUD-02" Type="AUD" Conn="MXLR" DisplayOrder="1" PinType="Normal" />
<Input Name="GENLOCK" Type="VID" Conn="BNC" DisplayOrder="0" PinType="Loop" />
<Input Name="RS-422" Type="CNTL" Conn="9DMale" DisplayOrder="0" PinType="Normal" />
<Input Name="SDI" Type="SDI" Conn="BNC" DisplayOrder="2" PinType="Normal" />
<Input Name="VIDEO" Type="VID" Conn="BNC" DisplayOrder="5" PinType="Normal" />
</Inputs>
<Outputs Count="14">
<Output Name="AES 1,2" Type="AES" Conn="FXLR" DisplayOrder="0" PinType="Normal" />
<Output Name="AES 3,4" Type="AES" Conn="FXLR" DisplayOrder="1" PinType="Normal" />
<Output Name="AUD-01" Type="AUD" Conn="FXLR" DisplayOrder="2" PinType="Normal" />
<Output Name="AUD-02" Type="AUD" Conn="FXLR" DisplayOrder="3" PinType="Normal" />
<Output Name="ENET" Type="ETHERNET" Conn="RJ45" DisplayOrder="0" PinType="Normal" />
<Output Name="KB" Type="DATA" Conn="PS-2" DisplayOrder="0" PinType="Normal" />
<Output Name="MOUSE" Type="DATA" Conn="PS-2" DisplayOrder="0" PinType="Normal" />
<Output Name="SDI.01" Type="SDI" Conn="BNC" DisplayOrder="4" PinType="Normal" />
<Output Name="SDI.02" Type="SDI" Conn="BNC" DisplayOrder="5" PinType="Normal" />
<Output Name="SDI.03" Type="SDI" Conn="BNC" DisplayOrder="6" PinType="Normal" />
<Output Name="VGA" Type="VGA" Conn="15D HD" DisplayOrder="0" PinType="Normal" />
<Output Name="VIDEO.01" Type="VID" Conn="BNC" DisplayOrder="7" PinType="Normal" />
<Output Name="VIDEO.02" Type="VID" Conn="BNC" DisplayOrder="8" PinType="Normal" />
<Output Name="VIDEO.03" Type="VID" Conn="BNC" DisplayOrder="9" PinType="Normal" />
</Outputs>
</IO>
</EquipDef>
</WCEQUIPDEF>