114
2N TELEKOMUNIKACE a.s., www.2n.cz
®
AIN1>50
– the syntax will be marked true in case the value measured on AIN1 is
higher than 50.
– the syntax will be marked true in case the value measured on the
PUL2==2596
PUL2 counter is equal to the constant.
the syntax will be marked true in case the DIN1 value is true and the
DIN1&&CON3 –
reference condition is also true.
– the syntax will be marked true in case any value higher than 0 is measured on
!AIN2
the input.
– the syntax will be marked true in case the value measured on AIN1 is
AIN1<=AIN2
lower than the value measured on AIN2.
Caution
If you use Negation, the parameter will be treated as a digital input! It
cannot be expected, for example, that if 50 is measured on AIN1, -50 can
be obtained after negation.
Action Types
Insert an action after the separator for the selected syntax.
SAVE
Enter SAVE to save the condition result into the terminal memory for later use.
Note
A typical condition saving AT command looks as follows:
At^scudf="add","AIN1>50:SAVE"
REL1
The action controls the relay 1 state.
REL2
The action controls the relay 2 state.
Note
A typical relay switching AT command looks as follows:
At^scudf="add","AIN1>50:REL1 r[1]"
SMS
Enter SMS to send the defined SMS to the defined telephone number.
Note
A typical SMS sending AT command looks as follows:
At^scudf="add","AIN1>50:SMS p[+420123456789] m[text 1]"