First trigger is related to first message/number, second trigger to second message/number and so on.
SMS message may show value of CyBro variables. Format is %<variable name>[:<d>]. Variables are located
in [CybroVars] group.
If <variable name> is defined, value will be sent, otherwise percent sign and following characters will be sent
as text.
The number of decimal places can be specified with :<d>, where d is a single digit number. Integer variables
are divided by 10 for each decimal place. Real variables are printed as-is. If the number of decimal places is
not specified, reals will default to 6 decimal digits.
Note: if trigger variable is permanaltly forced to 1 by plc program, GSM-1 will send SMS messages repeatedly.
If SMS functionality is not working, check your SIM card, it's possible that card is data-only.
I
I
n
n
c
c
o
o
m
m
i
i
n
n
g
g
v
v
o
o
i
i
c
c
e
e
c
c
a
a
l
l
l
l
When incoming call is received, variable gsm_incoming_call is set. When call is ended, variable will reset
automatically. Variable gsm_incoming_rings is incremented on each ring. It will retain value until next call,
then it will restart with first ring. In consequence, it will never again reach zero.
Last 16 digits of the incoming number are written in 8 integer variables: gsm_incoming_number_0 ...
gsm_incoming_number_7. Leftmost digit is stored in high byte of 0, rightmost in low byte of 7.
If RxHangup in Voice group is set, call is rejected after the first ring.
If voice call is not working, check your SIM card, it's possible that card is data-only, with no voice capabilities.
O
O
u
u
t
t
g
g
o
o
i
i
n
n
g
g
v
v
o
o
i
i
c
c
e
e
c
c
a
a
l
l
l
l
Outgoing voice call can be activated by PLC program as follows:
- write phone number index to gsm_outgoing_number
- set gsm_outgoing_call to 1
To stop calling, plc program should reset gsm_outgoing_call. If variable is set permanently, GSM-1 will
continue to make calls repeatedly, it will never automatically reset the variable.
If voice call is not working, check your SIM card, it's possible that card is data-only, with no voice capabilities.
Kommentare zu diesen Handbüchern