Commissioning Manual
374 01/2017
The function is used to manipulate individual bits of the specified
variables.
The bits can either be set or reset.
<function name="ncfunc.bitset" refvar="address"
value="set/reset" > bit0, bit1, … bit9 </function>
- specifies the name of the variable, in which the bit combina-
tion should be written
– bit value, value range 0 and 1
The bit numbers starting with zero should be transferred as function
values.
A maximum of 10 bits per call can be modified.
<function name="ncfunc.bitset"
refvar="nck/Channel/Parameter/R[1]" value="1" > 0,
2, 3, 7 </function>
<function name="ncfunc.bitset"
refvar="nck/Channel/Parameter/R[1]" value="0" > 1,
The function deletes the specified control.
<function name="control.delete"> control name
</function>
– function name
– name of the control
<function name="<control.delete>"> _T"my_editfie