Skip to main content

Posts

Showing posts from October, 2023

C# app to read/write the bit of switch PLC with source code

  This program focuses on designing a C# app to connect to a PLC and read/write the switch bits of the PLC. It serves as a sample project demonstrating the use of a Mitsubishi PLC Q03UDV and MX Component 4 for setting up communication, along with Gx Works2 for designing a simple ladder program for the PLC.  Click here  to know introduction to PLC,its symbols Objective To Design .NET program that Read/Write the bit of switch of PLC. Used Hardware Mitsubishi PLC Q03UDV PC Router LAN cables Software used Visual Studio Mx Component Gx Works2 The project is classified into 3 parts PLC side setup. Mx component setup. C# application. PLC side setup We utilized Gx Works2 to create a simple ladder program for controlling a lamp using a double switch. You can create your own program and configure the communication settings to upload the program to the PLC. To set up communication between the PLC and PC based on our requirements, we selected Ethernet communication, as illustrated in the figure be