# SMS Control in WAGO PLC 750-8207

**URL:** https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024
**Category:** CODESYS
**Tags:** pfc200, ecockpit, codesys
**Created:** [July 2, 2025, 5:17am UTC](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024 "2025-07-02T05:17:47Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![cran](https://avatars.discourse-cdn.com/v4/letter/c/b9bd4f/32.png) [@cran](https://www.wago.community/u/cran)
#### Post date: [July 2, 2025, 5:17am UTC](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024/1 "2025-07-02T05:17:47Z")

</div>

Hello everyone,

I’m working on a project using a WAGO PLC (model 750-8207), and I need help implementing SMS control for memory bits.  
**Goal:**  
I want to be able to send an SMS to a SIM module connected to the PLC, and based on the message content:

- If the SMS says **ONM0** , it should **turn ON** memory bit **M0**.
- If the SMS says **OFFM0** , it should **turn OFF** memory bit **M0**.

If anyone has:

- An example program/code for this,
- Experience integrating SMS communication with this PLC,
- Or any guidance on how to parse SMS and control memory bits,

I would be **very grateful** for your support.  
Thank you in advance!

Best regards

---

<div class="post-metadata">

### Author: ![WagoIcard](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/wagoicard/32/1508_2.png) [@WagoIcard](https://www.wago.community/u/WagoIcard)
#### Post date: [July 7, 2025, 5:42am UTC](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024/2 "2025-07-07T05:42:05Z")

</div>

Are you using Codesys 2.3 or e!Cockpit ?

Also, possible duplicate with:  
[https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2022](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2022)

---

<div class="post-metadata">

### Author: ![cran](https://avatars.discourse-cdn.com/v4/letter/c/b9bd4f/32.png) [@cran](https://www.wago.community/u/cran)
#### Post date: [July 7, 2025, 7:50am UTC](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024/3 "2025-07-07T07:50:11Z")

</div>

I am using codesys 2.3

---

<div class="post-metadata">

### Author: ![WagoIcard](https://sea2.discourse-cdn.com/flex016/user_avatar/www.wago.community/wagoicard/32/1508_2.png) [@WagoIcard](https://www.wago.community/u/WagoIcard)
#### Post date: [July 7, 2025, 8:01am UTC](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024/4 "2025-07-07T08:01:37Z")

</div>

I have this old sample and explication but I’ve never tried them:  
[GSM\_SMS\_01.zip](https://www.wago.community/uploads/short-url/AfgEuMnvI1zQBxc6ANpGsaZ0di2.zip) (881.8 KB)

---

<div class="post-metadata">

### Author: ![cran](https://avatars.discourse-cdn.com/v4/letter/c/b9bd4f/32.png) [@cran](https://www.wago.community/u/cran)
#### Post date: [July 7, 2025, 9:03am UTC](https://www.wago.community/t/sms-control-in-wago-plc-750-8207/2024/5 "2025-07-07T09:03:26Z")

</div>

Thank you so much for sharing the sample and explanation. I really appreciate your help!  
I’ll try it out and see how it goes. If I have any questions or need assistance, I’ll definitely reach out to you.  
Thanks again!
