Send event notifications as text messages with Schneider's M221

louis_plc

Member
Join Date
Sep 2017
Location
IL
Posts
2
Folks,

I just joined the forum !

Please suggest/advice about possible options for receiving event notifications over text messages on a CDMA network with Schneider's M221 processor. i am aware of the fact that Schneider offers a SR2MOD3 (GSM modem) which does not solve my purpose as most of the cell phone carriers in the US uses CDMA and so is my customer. Has some encountered a similar roadblock ? Also, if a CDMA modem is not available/possible. I might consider an event notification module (ENM) or a active pager module (APM) so this can be done just via software (SQL server and OPC server etc).

Thanks in advance !
 
I would look at sending email using AdvancedHMI. This would run on any windows computer. The computer through AdvancedHMI would communicate to the PLC via Modbus.
Here is a link on sending email:
http://advancedhmi.com/forum/index.php?topic=796.0

Sending text messages via email can be accomplished easily by using the correct email address for the carrier that you are using.
http://accautomation.ca/heres-is-a-quick-way-to-send-email-text-messages-from-the-plc/
Here is a list of Email to SMS Gateways:
https://martinfitzpatrick.name/list-of-email-to-sms-gateways/

Hope this helps you out.
Regards,
 
I would look at sending email using AdvancedHMI. This would run on any windows computer. The computer through AdvancedHMI would communicate to the PLC via Modbus.
Here is a link on sending email:
http://advancedhmi.com/forum/index.php?topic=796.0

Sending text messages via email can be accomplished easily by using the correct email address for the carrier that you are using.
http://accautomation.ca/heres-is-a-quick-way-to-send-email-text-messages-from-the-plc/
Here is a list of Email to SMS Gateways:
https://martinfitzpatrick.name/list-of-email-to-sms-gateways/

Hope this helps you out.
Regards,
Garry, thanks for your suggestions. sending text message via email works as you suggested but how this method can be utilized to achieve the below -

PLC generates alarm/event for a user defined value --> generate an email notification ---> same notification is sent as a text over a mobile phone network.
Thanks again man.
Louis
 
Hi Louis,
You would have a computer running AdvancedHMI. It would communicate to the PLC (Ethernet / Modbus TCP) reading values time frame you determine. When the PLC triggers an alarm, a bit will be turned on by the PLC program. AdvancedHMI will read the bit and send the messages.
http://advancedhmi.com/forum/index.php?topic=796.0
This link will show the program to read the bit and send the email / text message.

Regards,
 
Hi Louis,
You would have a computer running AdvancedHMI. It would communicate to the PLC (Ethernet / Modbus TCP) reading values time frame you determine. When the PLC triggers an alarm, a bit will be turned on by the PLC program. AdvancedHMI will read the bit and send the messages.
http://advancedhmi.com/forum/index.php?topic=796.0
This link will show the program to read the bit and send the email / text message.

Regards,
Thanks for advice!
 

Similar Topics

So I had an odd request from a customer for the above. I have written the logic and tested it all in one PLC with only using 7 outputs and 7...
Replies
15
Views
428
can the slc500 5/05 send a email and text over Ethernet ?
Replies
3
Views
188
Hello Friends I have took the sample program from AB webpage and modified, but I can only send 127 chars...
Replies
1
Views
185
I have followed the videos & still having issues getting the email out. Does anyone have knowledge or has sent an email notification via gp pro ex?
Replies
0
Views
195
Hi there! I have a question to a (maybe) simple issue that I hope some of you can help me with. I''ve made an FC containing the TCON, TDISCON...
Replies
13
Views
3,198
Back
Top Bottom