VIDEO_OA_getWorkstationDp()

Returns the datapoint name of the workstation for the given manager number.

Synopsis

string VIDEO_OA_getWorkstationDp(unsigned iNum=0);

Parameters

Parameter Description
iNum Manager number. If you do not pass a number, the workstation data point name of the own manager will be returned.

Return Value

Name of the workstation datapoint.

Errors

Missing or wrong arguments.

Description

The function returns the datapoint name of the workstation for the given manager number. If you pass a manager number bigger than 2048, an empty string will be returned.

EXAMPLE

main()
{
  DebugN(VIDEO_OA_getWorkstationDp(1);
}

Assignment

Video functions

Availability

UI, CTRL