Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The DoReactSetupCore method is used for changing to change the parameters of the system object. It The method changes only the specified parameters of the object, leaving other parameters intactunchanged.

Method call syntaxSyntax for method invocation:

Code Block
languagejavascript
 function DoReactSetupCore(objtype : String, id : String, param<value> [, param<value>] : String )

Method arguments:

  1. objtype – Required is a required argument. The It corresponds to the type of the object whose parameters are to be changed. It takes the following values: Type – String, range – existing object types.
  2. id – Required argument. Identification number of the object of the type set in the objtype argument. It takes the following values: Type – String, range – existing identification numbers of the object of the specified type.
  3. param<value> – Required argument. Several arguments of this type can be specified. The parameters of the action.
  4. system object which parameter values you want to set. Possible values: String type, range is limited by object types registered in the system.
  5. id is a required argument. It corresponds to the identification (registration) number of the object specified by the objtype argument. Possible values: String type, range is limited by the identification numbers of objects of the specified type registered in the system.
  6. param<value> is a required argument. You can specify several arguments of this type. It corresponds to the parameter(s) of the system object reaction.

Syntax for setting a value to a parameter corresponds to a stringOne parameter has the following syntax:

“param<value>”, where

param is a name of the parameter;

value is a value of the parameter.

Several parameters have the following syntaxSyntax for setting a value to several parameters corresponds to a string:

“param1<value1>,param2<value2>…”.

Elements of the list are separated by commas with no white spacewithout spaces.

The Possible values of the param argument can take the following values: Type – String, range – : String type, range is limited by the available parameters of the specified action. The value argument can take the following values: Type – String, range – reaction. Possible values of the value argument: String type, range depends on the parameter that you want to set.

Usage examples

Problem. When Macro 1 startsExample. On macro 1, set the values of the following parameters of Cameras №1cameras 1-4: PTZ device number (telemetry_id) and synchronous microphone number number of the microphone for synchronous recording (audio_id). The values should must be equal to the camera numbers plus 1.

...