Siemens MC35iT modem to PLC

GLeng

GLeng

@gleng-ijAyNQ • Oct 22, 2024

Hi,


I need some tips on connecting a Siemens MC35iT GSM modem to a Telemecanique PLC. I can carry out most operations (sending SMS, making calls etc.) through hyperterminal and a PC. However, I cannot get the modem to answer automatically (i.e. using ATS0=2).

If anyone could give me some advice or previous programs I would be most grateful.

Thanks,

GL

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • xheavenlyx

    xheavenlyx

    @xheavenlyx-CbvN62 Jul 11, 2007

    Have never done this but some similar project is in mind.

    Try to first connect the GSM modem without the PLC directly to your PC. I think you must have done that. If that is working fine then see the PLC documentation on connecting digital modules and the software instructions for the interfacing part. HOWEVER remember the protocol of communication is ALREADY in the PC, for the GSM to work on the PLC you have to actually make the PLC follow that protocol, which might not be easy, so I suggest you try using a microcontroller with the PLC or just the microcontroller.

    And please give a more explination of what exactly you are trying or have tried. There are different ways to do things 😀