VMX Series Manual
page 62
rev 1.06
Example: ((((N0+N1)>100)*180) & 32) << 2
(4)
Definition of applicable constants:
Decimal
Digit 0~9
Example: 123 or 100000
Hex
Digit 0~9; alphabet A~F. It ends with
“H” and should begin with a digit
rather than a letter.
Example: 100H, or
1234H, or 0ABCH, and so
on.
(5)
Examples:
Expression
Description
(R0+R1+R2+R3+R4) / 5
Take mean value between R0 and R4
(R0 * 1234) / 1000
Multiply R0 by 1.234
(R0 == 100H)||(R1 == 200H) Variable is 1 if R0 equals 100 and R1 equals 200
under the hex system; otherwise, variable is 0
R0 > R1
Value is 1 if R0 exceeds R1; otherwise, value is 0
(R0 <= R1) && (R0 == 100)
Value is 1 if R1exceeds R0 and R0 equals 100;
otherwise, value is 0
R0 & R1
R0=[Binary] 0000000000001111 ->Decimal=15
R1=[Binary] 0000000000010001 ->Decimal=17
R0&R1=[Binary] 0000000000000001 ->Decimal=1
R0 << 2
R0=[Binary] 0000000000001111 ->Decimal=15
R0<<2=[Binary] 0000000000111100 ->Decimal=60
Содержание VMX Series
Страница 1: ...VMX Series Manual page 1 rev 1 06 VMX Series Human Machine Interface Touch Screen Manual...
Страница 8: ...VMX Series Manual page 8 rev 1 06 3 Dimensions VMX 30 Weight 0 18 kg VMX 51 Weight 0 55 kg...
Страница 9: ...VMX Series Manual page 9 rev 1 06 VMX 70 Weight 0 75 kg...
Страница 34: ...VMX Series Manual page 34 rev 1 06...
Страница 53: ...VMX Series Manual page 53 rev 1 06 Memo...