Communication between PLC and Raspberry PI

SternTech

Member
Join Date
Jul 2014
Location
Pbi
Posts
21
Hello, I was wondering if it is possible, for example, a PLC control for Raspberry PI, or read values ​​of PLC with Raspberry PI.

Thank you !!
 
There are quite a few open source libraries to communicate using Modbus. You might look into pymodbus or jamod, depending on your programming language preference.
 
Stuck! Please help me

Hello guys. I am trying too establish a secure connection between my Schneider plc and my raspberry pi. What i want is my pi to read the values from plc and then transmit those values to cloud. Any idea how this can be done?
 
I think NODERED should be able to handle that. Do you have MODBUS available on the Schneider PLC?

Alternatively, check out CODESYS for RasPi
 
Node-RED would work for that as boneless said. Make your PLC a Modbus TCP slave, RPi will poll it and send to cloud in whatever shape or form you want.
 

Similar Topics

i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
116
I'm trying to write a data in Arduino using MODWR function block .I used the code I got from online for both PLC and Arduino. I made the wiring...
Replies
4
Views
117
Communication between devices will stop working for a certain period of time. I caught the error message using WireShark. I cannot identify the...
Replies
0
Views
104
I am trying to establish communication between Siemens PLC 1500 and Matlab. I followed a tutorial on youtube at this link: But when I got to the...
Replies
0
Views
354
Hi all, I don't have experience PLC programming so it might be a stupid question. I made a socket request to PLC and there is no problem to read...
Replies
5
Views
868
Back
Top Bottom