The text of this article is not in this database — only its details are. Read it on the old site: PLC Communication Using .Net
24 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: PLC Communication Using .Net
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Gilles SavaryPosted Mar 25, 2019, 4:36 AM
Hello Syed ! Thank you for your PLC communication application. I tried to find without success in your "Shanu MelsecPLC Component.zip" file the source code of the MelsecPLC.dll. I would be very grateful if you could share it !!! Regards. Gilles
mihir shahPosted Oct 1, 2018, 4:01 AM
Hello Sir can you pls guide me for SIMENS PLC. i have two PLS one has RS232 Port and another has Ethernet Port. Thanks in advance.
Nguyễn TàiPosted Jul 27, 2018, 11:15 AM
Hi, can you help me. I can't find port of PLC. My pls is mitsubishi fx series
AniruddhaPosted Jan 19, 2018, 5:11 AM
Good one.In PLC they have language called Ladder Logic etc...Its about symbols...so how this will be implemneted in C#?Thanks for the Post
ali tavakoliPosted Jul 15, 2017, 10:19 AM
Hi Syed, I want use TCP IP Communication for Delta PLC.What should I do?
Nageswararao KVPosted Jun 24, 2017, 5:30 AM
Dear Syed Shanu ! Could you please help me send the code for XBG PLC / Master K series
Rabindra SenapatiPosted Apr 10, 2017, 10:55 AM
Dear Syed, I'm using schneider PLC, Can help me how to read and write data from PLC using C#. Since last two days i'm searching internet unable to find solution. It will be great help if you can support me. Thanks. (Rabindra)
lanz mendozaPosted Dec 13, 2016, 11:09 PM
How about the plc parameter?
SelenaPosted Dec 3, 2015, 2:02 PM
Hi Syed, I will be developing HMI for a metal forming industrial application. My plc is AB. I'm in between developing my program with vb.net or c#. Based on your experience, which one you think is better for industrial applications? Thank you for the informative article!
Asif PatankarPosted Sep 17, 2015, 11:56 PM
I will like to be in touch with you. Here is my email address [email protected]. Thank you again!
Asif PatankarPosted Sep 17, 2015, 11:53 PM
Hi! ! Very very sorry for late reply. My Head has changed the project for me. Now developing application which may require the help later. Current we are using AB PLC. Thank you for reply!
Asif PatankarPosted Aug 20, 2015, 6:58 AM
Hallo all! i am a newbie in this field. And i too have the same problem as to read data from PLC for counting. Can anyone help. Will be greatful. Thank you!
saif algiriPosted Aug 18, 2015, 10:30 PM
I am software engineer and currently developing ASP.NET website using C#. My boss asked me to read, write and update data in PLC(via website) but I have no idea about how to access PLC. Moreover, Where the data can be found? what do I need to perform these tasks. Please suggest some solutions.
Nirav PatelPosted Apr 1, 2015, 7:23 AM
Thanks
vinod KumbharPosted Dec 18, 2013, 4:09 AM
Hi Shanu Greetings. I am working on same Project bust using VB 6 and PLC Delta make Modbus Protocol.Can u guide me. i am using DLL file given on delta site. I am having difficulty in undustanding the code. Can u guide me . thanks in advande.
vinod KumbharPosted Dec 18, 2013, 4:07 AM
Great Code.
Syed ShanuPosted Jul 5, 2013, 7:16 PM
Hi ,Thanks Sam
Sam HobbsPosted Jul 5, 2013, 6:06 PM
I understand, Syed. You can consider my suggestion to be a suggestion for something you can do in the future.
Syed ShanuPosted Jul 5, 2013, 5:25 PM
Hi,Thanks for your comment.This is simple program that demonstrate how to communicate with Melsec PLC, for simple understand I not did coding standards.
Sam HobbsPosted Jul 5, 2013, 1:59 PM
Instead of constants such as "1401" you could have a string constant with a name. If you do that then it will make it easier for new programmers to use. You could also create a class with methods for doing things such as creating a write command.