L'esempio seguente mostra come creare un nuovo schema o uno schema subordinato.
|
Creazione di uno schema DCC o di uno schema subordinato 
|
| |
|
DriveControlChartComposition charts = ...
DriveControlChart chart1 = charts.Create("DCC_1");
DriveControlChart chart2 = charts.Create(); // the next available number will be used, so here it will be "DCC_2"
|