cns_createViewDp

Creates a internal data point for the given view.

Synopsis

string cns_createViewDp(string sViewName);

Parameters

Parameter Description
sViewName ID path of the view. The data point is created for this view.

Return value

Returns the name of the new data point. In case that the data point does already exist an empty string is returned.

Errors

-

Description

This function creates a new internal data point for the given view. It is checked if there is already a data point created for the given view.

main()
{
  cns_createViewDp("System1.MyView:");
}

Availability

UI, CTRL