Scripting
In WinCC OA you can create datapoint types and datapoints also by using the internal script languageCONTROL. Appropriate functions are available for accessing configs for creating as well as configuring them. You can also delete whole datapoints or individual configuration of them by using scripts.
Because of the online configuration of the system you can execute such processes without stopping the control station.
The essential functions for the script controlled engineering of datapoints are dpTypeCreate(), dpCreate(), dpCopy(), dpDelete(), dpSet() and dpSetDescription(). For more information on these and other functions forprogram controlled modifying of the data model see chapter Datapoint Functions.
