https://github.com/eeyribas/opccommunication
OPC stands for OLE for Process Control. The application performs operations such as establishing a connection to the PLC, writing data to the PLC, and reading data from the PLC using OPC comm.
https://github.com/eeyribas/opccommunication
csharp csharp-app csharp-application csharp-library csharp-opc-communication csharp-plc-read-write csharp-programming csharp-project net-framework net-framework-461 opc opc-communication plc plc-controller plc-programming plc-read plc-write process-control tags visual-studio
Last synced: about 2 months ago
JSON representation
OPC stands for OLE for Process Control. The application performs operations such as establishing a connection to the PLC, writing data to the PLC, and reading data from the PLC using OPC comm.
- Host: GitHub
- URL: https://github.com/eeyribas/opccommunication
- Owner: eeyribas
- Created: 2024-09-07T22:28:55.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T21:57:41.000Z (about 2 months ago)
- Last Synced: 2025-03-28T22:33:13.804Z (about 2 months ago)
- Topics: csharp, csharp-app, csharp-application, csharp-library, csharp-opc-communication, csharp-plc-read-write, csharp-programming, csharp-project, net-framework, net-framework-461, opc, opc-communication, plc, plc-controller, plc-programming, plc-read, plc-write, process-control, tags, visual-studio
- Language: C#
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OPCCommunication
OPC stands for OLE for Process Control. The application performs operations such as establishing a connection to the PLC, writing data to the PLC, and reading data from the PLC using OPC communication.
The application enables communication with Allen Bradley ControlLogix PLCs via OPC communication. It also allows communication with other PLCs that support OPC communication.Programming Language: C# Programming Language
Framework: .NET Framework 4.6.1
IDE: Visual Studio 2019
DLL Files: The DLL files used for OPC communication are located in the 'DLLFiles' folder.