Some of the basic points you need to keep in mind that, your SCADA should support the opening of the serial port, Setup of COMM port etc. Then You can write a Simple SCRIPT in your SCADA which will send SMS.
Recommended Article: Creating a Simple Application ON/OFF Lamp in CX Supervisor SCADA
Follow the Below steps to Sends SMS through GSM Modem through any SCADA.
1. Setup your COM Port.
2. Open the COM Port and Send AT+CMGF=1 to COM Port.
3. Send AT+CMGS="Phone No." to serial COM Port which will instruct GSM Modem to Send SMS.
4. Close the COM port.
These above steps you can define in your SCADA application. You can also make some condition to execute these scripts. Subscribe to Automation-Talk by Email for more such tutorials.
nice one ... keep posting
ReplyDeleteThanks buddy. Keep visiting.
Delete