Denistuff
Posts: 1
Joined: Mon Nov 03, 2014 12:14 pm

Raspberry Pi Communication with controller

Mon Nov 03, 2014 3:08 pm

Hi all,

basically this is the idea:

I have a Machine COntroller (PLC) which outputs string message on the ethernet port (via socket communication). In the raspberry pi i want to add those strings into a RSS server.... Connected in the same network is an device with an RSS feed reader reading those messages..

What i have to make is the communication between the PLC and the Raspberry (1) and i need to make a program in the raspberry which add's the incoming strings onto the RSS server.

Does anyone can help me with this application, or give me a good example about making the communication between the controller and the rasberry pi?

Thanks a lot
Best regards,
Denistuff

knute
Posts: 550
Joined: Thu Oct 23, 2014 12:14 am
Location: Texas
Contact: Website

Re: Raspberry Pi Communication with controller

Mon Nov 03, 2014 11:40 pm

I don't know squat about RSS servers but as to connecting to your PLC, that part shouldn't be too hard. Do you have some documentation on how to connect?

Return to “Python”