Instrument controls LMG450
66
-
Negation
^
Exponent
/ *
Division and Multiplication
+ -
Addition and Subtraction
<, ==, >
smaller, equal, bigger (comparator operators)
=
Assignment of a value
<>
not equal
low priority
If there are no brackets, the operators are used in the order listed above.
The result of:
3^2*4
is 36
-(3^2)*-4
is also 36
4.4.4.2.9 Remarks
Each line starting with a ‘
#
’ is a remark. See ‘4.4.4.2.14 ,Example 5:Switching digital outputs,
depending on harmonics’. Only the first ‘
#
’ is important, the other don’t care.
4.4.4.2.10 Example 1: Freeze at limit violation
If the 23
rd
harmonic of voltage of channel 1 is bigger than 10V the display should be frozen and
the instrument should inform you with a sound.
if(Uh:1[23] > 10)
freeze();
bell();
fi
Attention!
The function
freeze()
can cause the display to freeze at the start-up of the instrument. So be
careful when using this function.
4.4.4.2.11 Example 2: Getting min/max values
You want to measure the biggest and smallest TRMS values of the voltage.
Содержание LMG450
Страница 1: ...4 Channel LMG450 Power Meter User manual Status 2009 02 17...
Страница 2: ......
Страница 4: ......
Страница 5: ......
Страница 6: ......
Страница 8: ......
Страница 10: ......
Страница 18: ......
Страница 22: ......
Страница 36: ......
Страница 76: ......
Страница 102: ......
Страница 112: ......
Страница 118: ......
Страница 124: ......
Страница 230: ......
Страница 240: ......
Страница 270: ...System design LMG450 270 14 2 Functional block diagram LMG450 Figure 47 Functional block diagram LMG450...
Страница 292: ......