27 | | * [wiki:adeiParam_control_set control_set ] - Alternative way of setting values. The parameter value should contain a comma separated list of equations {{{uid=<value>}}} where the ''uid'' is the unique identifier of the channel (the channel numbers are not supported). The error will be returned if the specified ''uid'' is not existing or not belonging to the specified control group. Example: {{{TI350=0,TI351=4.2}}}. |
---|
28 | | * [wiki:adeiParam_control_check control_check ] - This property instructs ADEI to perform checks of current channel indications prior to setting the specified values. The property should contain a comma-separated list of checks. Each check could include references to one or more control channels and the channels are not limited to the group we are setting (see specification of [wiki:adeiAddressing channel addressing]). If checks are failed the error will be returned. Example: {{{TI350+TI351<10,TI352<TI353}}}. |
---|
| 27 | * [wiki:adeiParam_control_set control_set ] - Alternative way of setting values. The parameter value should contain a comma separated list of equations {{{uid=<value>}}} where the ''uid'' is the unique identifier of the channel (the channel numbers are not supported). The error will be returned if the specified ''uid'' is not existing or not belonging to the specified control group. Example: {{{control_set=TI350=0,TI351=4.2}}}. |
---|
| 28 | * [wiki:adeiParam_control_check control_check ] - This property instructs ADEI to perform checks of current channel indications prior to setting the specified values. The property should contain a comma-separated list of checks. Each check could include references to one or more control channels and the channels are not limited to the group we are setting (see specification of [wiki:adeiAddressing channel addressing]). If checks are failed the error will be returned. Example: {{{control_check=TI350+TI351<10,TI352<TI353}}}. |
---|