Arduino as TCP/IP modbus slave for siemens logo

could you help me establish communication between arduino and siement logo with Arduino as TCP/IP modbus..someone can find a tutorial or document to help me thank you

Are you referring to this ? LOGO! Logic Module - Siemens Global

1 Like

Absolutely, I can help with that! To set up communication between Arduino and Siemens Logo using Modbus TCP/IP, you’ll first need a Modbus library for Arduino (like ModbusMaster or ModbusTCP). On the Siemens Logo side, you’ll configure it as a Modbus server. There are some great tutorials on sites like Instructables or GitHub that walk you through similar setups step by step.

i try to find complet guide for setup ...adress logo versus arduino

i really dont find complet tutoriel for the this on internet

I doubt you will find a complete guide for LOGO!, it's an industrial device generally used by professionals not hobbyists.

However, the Arduino side is probably easier; I am sure there are examples for Arduino Modbus TCP master/slave, probably not a "complete tutorial".

I think you will need to learn some basics to put it together. I would start with a two Arduinos with Ethernet shield and practice setting up communications between those two devices.

Also, Siemens have a web forum where you can ask about specifics of LOGO!. https://support.industry.siemens.com/forum/gb/en?block=0&tab=1#!?SortOrder=lastpost_desc

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.