audun Posted January 31, 2017 Report Posted January 31, 2017 How to send one sms to multiple recipients (multiple phone numbers) ? UniLogic 1.18.41, USP-104B-10 Cinterion BGS2T Modem.
max_145 Posted January 31, 2017 Report Posted January 31, 2017 Hi audun, you can use a Tag instead of a fixed phone number in the SMS message configuration. Then you can use the modem.success tag to trigger sending the SMS messages one by one to each number ......... BR Markus
audun Posted February 1, 2017 Author Report Posted February 1, 2017 can you specify? visilogic has an phone book function in the sms config. Is there a similar function in Unilogic sms config?
Ofir Posted February 5, 2017 Report Posted February 5, 2017 Hi, You can configure in the SMS phone number as String. Then you can prepare a data table which will be the phone book and each time load different number according to the logic. you can use the status of the SMS struct in order to know when you are able to send the next SMS.
NSGANESH Posted March 13, 2017 Report Posted March 13, 2017 Hi I am already tried to send multiple SMS by using sting, Its very hard to write and sometimes the modem (if you using sms status to trigger next SMS) not responding. Is there any other way to send multiple SMS to multiple person rather than using string & data table. Wonder visilogic have more option & easier than unistream...! Ganesh Singapore
liranaftali Posted March 14, 2017 Report Posted March 14, 2017 Hi, I attached here a simple and working example of sending SMS to multiple numbers using DT. Just make sure to: Change on net 5 the greater than block according to the number of phone numbers you wish to send to. Add the numbers to the DT and download it to the PLC via the 'write values to PLC' button from the Data tables top menu. sms multiple phone numbers with dt.ulpr 1
arzel Posted January 16, 2020 Report Posted January 16, 2020 Hello Liranaftali, Can you send me the program test. I have the same problem. Best regards,
MVP 2023 Ausman Posted January 16, 2020 MVP 2023 Report Posted January 16, 2020 arzel, click on the .ulpr link at the bottom of Liranaftali's post and it will act just like a download link. You must be registered and online on the forum to do this. cheers, Aus
Dz! Posted January 28, 2020 Report Posted January 28, 2020 By the way, there is still a bug somewhere deep inside. The SMS communications still hangs from time to time, and then the only solution is to completely reset power to the panel. I'm using Cinterion BGS2T modems and initially the communication were hanging very often. Then I found it might be due to the fact that other language messages are allowed only 1/2 of length of the English language messages. I truncated everything as much as I could, making sure the maximum length was not exceeded. Frequent hangs went away. However there still remains some instability in form of hanging SMS comms once every 2 weeks to 3-4 months, with no other way to solve than to restart everything completely (resetting power to the modem doen't help, reinitializing comms doesn't help also). I guess, there is something wrong with the comms buffer within PLC, but this is just a wild guess...
Nick_Norway Posted June 5, 2020 Report Posted June 5, 2020 Hey Dz! Did you find out what was causing your modem til crash every 3-4 days? I have the same problem. SMS sending will work for a month without a problem then it will start to crash again. It seems to have started after we upgrade the firmware version in september 2019.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now