Internet PLC Forum

General => Frequently Asked Questions => Topic started by: NACCACHE Edward on March 25, 2003, 08:35:41 AM

Title: can we send sms?
Post by: NACCACHE Edward on March 25, 2003, 08:35:41 AM
can we connect the super plc to a mobile phone to recive and send sms to control it's outputs  ???
Title: Re: can we send sms?
Post by: support on March 26, 2003, 08:42:15 AM
If your mobile phone can be connected to a PC HyperTerminal to send and receive text string as well as reponde to AT command then you can use the TBASIC language to talk to your mobile phone. Please check with your phone manufacturer's website to see if you are able to do that.
Title: Re:can we send sms?
Post by: support on February 12, 2004, 09:11:31 PM
We  are told by some customers that they had successfully used the Siemen GSM modem to send SMS messages. The process involved sending a string as follow:

 PRINT #1 "AT+CMGS="+CHR$(34)+"+xxxxxxxxxxx"+CHR$(34)

xxxxxxxxxx is the phone number of the GSM cellphone.

It then waits for a response character from the GSM modem and then the PLC can send the SMS messages.
Title: Re:can we send sms?
Post by: sea on October 19, 2004, 11:51:51 PM
I have not tested this plc yet, but it is very important that the sms message is working.
Is it possible to get it work like the t-box?
Maybe the sms module must be in the x-server?
Actually I am new in this, and this was more a question than answere..
Title: Re:can we send sms?
Post by: thysmj on August 23, 2006, 10:54:05 PM
Hi I am new to the forum. I am the workshop manager for a water treatment company in ZA . I am currently trying to connect a Sony Erricson GM29 cell modem to a T100MD1616+ plc.I need to now how to configure the RS232 port (comm 1) on the plc to communicate with the modem using the AT commands.I need to monitor devices via sms feedback from the device.
Title: Re: can we send sms?
Post by: FQ-ONG on December 06, 2006, 11:51:56 PM
If your mobile phone can be connected to a PC HyperTerminal to send and receive text string as well as reponde to AT command then you can use the TBASIC language to talk to your mobile phone. Please check with your phone manufacturer's website to see if you are able to do that.


Hi Mr. Support,

Does you mean that phone connect to PLC via PC, then, how to use the TBASIC language to talk to my mobile phone? Which TBASIC language can use to get the sms message from mobile phone? Can you advise me in more detail?
If my phone can connect with PC by using "PC Suite" application, does it work also or not?
 

Thank You,

Regards,
 ???
Title: Re:can we send sms?
Post by: FQ-ONG on December 07, 2006, 12:37:58 AM
I will like my PLC to receive sms via mobile phone and depend on the new sms message to control the PLC relays / outputs. May I know the full image of this structure.

Thank You,

 :)
Title: Re:can we send sms?
Post by: FQ-ONG on December 07, 2006, 03:13:57 AM
How to store the sms message in PLC???

 ???
Title: Re:can we send sms?
Post by: william on June 03, 2009, 02:56:33 PM

On http://europe.nokia.com/A4143107 is a document ' Send, Receive and Read SMS with Terminal Program and Nokia 6210 Phone '  which contains all the relevant commands for controlling a Nokia 6210 phone (and Siemens SMS modem) over a serial port. The 6210 is still available very cheaply on ebay. It is special in that it has a genuine serial port and cable available so ideal for Tri plcs. Have fun. William
Title: Re:can we send sms?
Post by: ppz on October 25, 2010, 11:13:03 PM
Hello,

just discovered the forum (and the products).
There is a way to send sms to a lot of cell providers : just send an e-mail to xxxxxxxxx@sms_gateway_provider.country

by example, if I want to send a sms to my cell phone in Montreal, Canada, with my bell account, I'll send an e-mail through my plc to :

514xxxxxxx@txt.bell.ca

more generic, for canada :

[10digitnumber]@txt.bell.ca (Bell and Solo)
[10digitnumber]@pcs.rogers.com
[10digitnumber]@fido.ca
[10digitnumber]@msg.telus.com
[10digitnumber]@vmobile.ca (Virgin Mobile)
[10digitnumber]@mobiletxt.ca (PC Mobile)
[10digitnumber]@msg.koodomobile.com
[10digitnumber]@sms.sasktel.com and [10digitnumber]@pcs.sasktelmobility.com
[10digitnumber]@text.mts.net (MTS Allstream Inc./ Manitoba Telecom Services Inc.)

do your own research for your country !

that's it !

Michel
Title: Re:can we send sms?
Post by: davidg on June 18, 2014, 09:21:16 PM
Hi I agree with what @ppz said.  Send an email from your PLC and then have it convert to text.

If @ppz's method works for you then you found a free way to do it.  If not, you could use an email-to-sms service; for example http://www.textmagic.com/app/pages/en/products/email-to-sms (http://www.textmagic.com/app/pages/en/products/email-to-sms) (I have never used this company but it looks simple enough) Might cost a little $ but should be worth it compared to hardware and setup costs.

BTW if your looking for an easy way to set up email try my tutorial http://www.mymobilehmi.com/#!email-delivery-overview/c1rvg (http://www.mymobilehmi.com/#!email-delivery-overview/c1rvg)
Title: Re:can we send sms?
Post by: lanaroady on August 19, 2019, 01:16:49 AM

On http://europe.nokia.com/A4143107 is a document ' Send, Receive and Read SMS with Terminal Program and Nokia 6210 Phone '  which contains all the relevant commands for controlling a Nokia 6210 phone (and Siemens SMS modem) over a serial port. The 6210 is still available very cheaply on ebay. It is special in that it has a genuine serial port and cable available so ideal for Tri plcs. Have fun. William redadair   https://www.redadair.com (https://www.redadair.com)

It was just a things which was some time not available because of that serial port.
Title: Re: can we send sms?
Post by: KellyP on October 12, 2022, 09:29:38 AM
If your PLC can send an e-mail then it can send a text message. For example a Verizon customer could be texted by sending an e-mail to 1234567890@vtext.com if their number is (123)456-7890. I am not very familiar with the Direct Logics PLC's ability to e-mail, but the PAC 3000 can (though I could not get the SMTP server to work) and a C-More panel definitely can (I 've tried it succesfully). Hope this helps.

Creative Resurfacing Solutions (https://creativeresurfacingsolutions.com/)                                                                           
Title: Re: can we send sms?
Post by: Sandy76 on October 31, 2022, 06:55:12 PM
If your mobile phone can be connected to a PC HyperTerminal to send and receive text string as well as respond to AT command then you can use the TBASIC language to talk to your mobile phone. Hope it helps. 

Dumpster Rental Cedar City (https://www.cedardumpsterrental.com/)