Data Point Type
For each Data Point Type to be created, it is necessary to specify the following data:
Data Point Type Data | ||
Data | Use | Description |
Name | Mandatory | Value used as name of the WinCC OA Data Point Type. NOTE: This name must be a unique value in the database instances names. |
DPES | Mandatory | List of Data Point Elements. For details, see Data Point Element. |
Example
{
"DPTData": {
"DPTS": [
{
"Name": "Test_NormalPoint",
"DPES": [ ...<list of DPEs description>... ]
}
]
}
}