Receiving SMS in Rslogix 5000

didibabawu

Member
Join Date
Feb 2013
Location
Sydney
Posts
8
Hi everyone,

I am implementing a program to send and receive SMS using a GSM modem. I can send and receive short SMS within 82 characters without any problems, but anything exceeds that limit gives me a error although I have created a 500 characters size new string data type in the program.

What is causing the problem and what should I do in order to deal with long message??
 
I like the email function better. Much easier to work with in the controller.

Just send your email to the text address for example here in the states on Verizon it would be like [email protected] and that would come to the persons phone in SMS format.

This is a example number off the top of my head so don't text it as there is no telling what you may get.
 
It sound good but our PLC does not have internet access.

The biggest issue and the thing I want to understand is why the ascii string is limited to 82 characters. Is this restricted by the built in ascii serial port functions? I am currently using AWA to send AT commands and using ACB and ARD to read data.
 
Hi everyone,

I am implementing a program to send and receive SMS using a GSM modem. I can send and receive short SMS within 82 characters without any problems, but anything exceeds that limit gives me a error although I have created a 500 characters size new string data type in the program.

What is causing the problem and what should I do in order to deal with long message??


Under controller properties>user protocol> you can modifiy the read/write buffer size, the default is 82 bytes.
What is the error you are getting?
 

Similar Topics

Dear you hope to receive your help, I need to make sending and receiving SMS messages between a ( AL2-24MR -A) Mitsubishi controller and GSM modem...
Replies
0
Views
2,602
Hi! I’m learning to send SMS with a GSM modem and a S7-200 PLC of Siemens. It’s hard but I think it will be done one day J. My customer is asking...
Replies
1
Views
2,100
Hello, We are using a CIP(Clean in Place) system with a powerflex 525 to run its pump. We are able to see the VFD through ethernet, its Enet...
Replies
15
Views
878
I have pi osisoft DNP3 icu communicating with a SEL RTAC. I am receiving multiple messages from the rtac on each register. With analog tags...
Replies
0
Views
697
We have an old modicon bit of kit that receives 48 registers (24 reals) from a PC system via modbus TCP. We're looking to upgrade the PLC to...
Replies
3
Views
1,977
Back
Top Bottom