You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This page shows the text from a sample web growth profile file (<file name>.wgp).
Tip: Copy and modify the sample file that is installed with Prinergy Evo software so that you don't have to type the contents.
To see an illustration of a web growth profile with exclude margins, see the example.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE profile SYSTEM "WebGrowthProfile.dtd">
<profile>
<excludeMargin
topEdge=".1"
bottomEdge=".15"
leftEdge=".2"
rightEdge=".25"
unit="inch" />
<plate tower="1" side="U" >
<expansion xpercent="0.80" ypercent="0.30" />
</plate>
<plate tower="2" side="U" >
<expansion xpercent="0.50" ypercent="0.20" />
</plate>
<plate tower="3" side="U" >
<expansion xpercent="0.20" ypercent="0.10" />
</plate>
<plate tower="4" side="U" >
<expansion xpercent="0" ypercent="0" />
</plate>
</profile>
Things to consider:

  • This feature is optional.
  • When using this feature, you can specify which margins to define (for example, the left and right margins could be used). Not all margin values need to be used.
  • The unit values ("mm", "m", "cm", "pts", or "inch") must always be defined.
  • To keep a web growth profile with exclude margins separate from the other profiles, you can create a new folder and add the profile. Ensure that you also copy the .dtd file and tower-color file to the new folder. By default, the web growth file can be found at the following location on the Prinergy Evo server computer:
    <your servername>\PgyEvoHome$\ config_data\User\WebGrowthProfiles
  • No labels