VIDEO_OA_seq_changeTargetPartDisplay()

This function changes the target where the sequence shall be displayed.

Synopsis

int VIDEO_OA_seq_changeTargetPartDisplay(string seqDp, dyn_string parameter);

Parameters

Parameter Description
seqDp Sequence data point
Parameter

[1] - type (EWO / display)

[2] - EWO name / display data point

[3] - dialog number

[4] - workstation number / empty

Return Value

Errors

Missing or wrong arguments

Description

This function changes the target where the sequence shall be displayed. If there is a configuration of a switching matrix sequence it remains without any changes. Therefore, for changing the target this function always shall be used.

EXAMPLE

main()
{
  VIDEO_OA_seq_changeTargetPartDisplay(“_Sequence_00001“,
  makeDynString(“ewo“, “ewo_1“, 4, 1));
}

Assignment

Video functions

Availability

UI, CTRL