SMS from Micrologix 1400

randheer1

Member
Join Date
Nov 2011
Location
Kerala
Posts
9
Hi All,

I found a lot of threads in this forum for sending SMS from AB PLCs but unfortunately none of those helped me.

I have send message through Hyperterminal successfully using the code,

AT
OK
AT+CMGF=1
OK
AT+CMGS="+919846876321"
> HI

From my understanding I have to send the same AT code from PLC through ASCII.

I'm using ML1400 (RSlogix 500).

In channel configuration
1.General:: 1st append character is \d and 2nd append character is \a.
2.Channel 2:: Termination 1 is \d and Termination 2 is \ff

I'm new to ASCII code, so don't know whether to use AWT or AWA for this application.

For sending the above code to modem from PLC, do I need multiple AWA(or AWT) blocks or the above AT commands can be combined and can be send as a single string?

How to make use of append (1 & 2) characters in Channel configuration and also the Termination (1 & 2)

Do any one have a full .RSS file to demonstrate the working of sending message from a PLC using RSlogix500?

I got some .RSS file from this forum but were not complete...
 

Similar Topics

Hello Experts.... Could anyone guide me that in one application I have to send SMS data using GSM module & Micrologix PLC. By reading some...
Replies
0
Views
1,552
Hi fella's, Well, I have trawled the forum and the internet the last 90 minutes looking for some answers. Today I have been working on a Omron...
Replies
9
Views
8,817
Hello, I would like to know if I can send SMS with Micrologix 1100 through the serial port or I need buy another card. Thanks.
Replies
4
Views
2,652
Has anyone done SMS messaging from an Omron CJ2J-CPU31 PLC? If so could you help please. Omron here in Oz have not had any experience doing this...
Replies
4
Views
103
Hello, I am seeking guidance on configuring my Rockwell Allen-Bradley PLC logic to enable SMS sending through my Secomea module. While I have...
Replies
0
Views
359
Back
Top Bottom