Example 1 - Editing process settings

The following script provides an example of how to edit various process setting parameters.

Time %Pressure
0 70
5 80
10 90
<?xml version="1.0" encoding="utf-8"?>
<StudyMod title="Autodesk StudyMod" ver="1.00">
  <UnitSystem>Metric</UnitSystem>
  <Property>
    <TSet>
      <!--Process controller-->
      <ID>30011</ID>
      <SubID>0</SubID>
  <!-- Fill Control to Inject time--> 
  <TCode>
      <ID>10109</ID> 
      <Value>2</Value> 
  </TCode>
      <!--Inject time-->
      <TCode>
        <ID>10100</ID>
        <Value>0.12345</Value>
      </TCode>
      <!--Melt temperature-->
      <TCode>
        <ID>11002</ID>
        <Value>240</Value>
      </TCode>
      <!--Filling pressure vs time-->
      <TCode>
        <ID>10702</ID>
        <Value>0.0 70</Value>
        <Value>5.0 80</Value>
        <Value>10.0 90</Value>
      </TCode>
    </TSet>
  </Property>
</StudyMod>