Print to an XML file

You can print CHARM I/O card (CIOC) and CHARMs Smart Logic Solver (CSLS) configurations to XML files for viewing in Internet Explorer:

  1. Right-click the CIOC or CSLS you want to print and click Print to XML.
  2. In the Save As dialog, browse to a location and enter a file name.
  3. Click Save.
  4. Open the XML file from the saved location.

By default, the XML file references the StandardFormat.xsl style sheet in the \Deltav\DVData\CharmsXsl directory. This style sheet displays the configuration in a single column. The referenced style sheet can be changed to JunctionBoxFormat.xsl, which displays the configuration in two columns.

To change the style sheet reference:
  1. Open the XML file in a text editor.
  2. In the following line, change StandardFormat.xsl to JunctionBoxFormat.xsl.
    <?xml-stylesheet type="text/xsl" href="D:\DeltaV\DVData\CharmsXsl\StandardFormat.xsl"?>

You can create additional style sheets if you desire.