(For the bits, example values are entered here.)
5.7.1.7 [407] Write long parameter
Type Function Type Function
I1 %
Input value
Low word O1 b O1 = I2|I1
I2 % High word O2 b inverted output = -1
I3 b Write enable P1 i Parameter number
I4 b Wait until writing is finished P2 i Data set (0 … 9) or index
Description:
The input value is put together from of low-word and high-word, not changed and output as
long parameter. In this way, this function can be used for any long parameter types.
O1 = I2|I1 (High-word|Low-word)
(For the bits, example values are entered here.)
5.7.1.8 [408] Write word parameter
Type Function Type Function
I1 int input value 1 O1 b
[int]1I
I2 b Delete buffer O2 b inverted output = -1
I3 b Write release P1 i Parameter number
I4 b Wait until writing is finished P2 i Data set (0 … 9) or index
Description:
The input value is not changed and written as int parameter. In this way, this function can also
be used for any other (int) parameter types.