https://github.com/eeyribas/allenbradleyplc
Application coded in C# that facilitates communication with an Allen Bradley PLC. The application performs operations to read the values of tags created in the PLC and write values to those tags.
https://github.com/eeyribas/allenbradleyplc
allen-bradley allen-bradley-plc console-application csharp csharp-app csharp-code csharp-console-app csharp-plc csharp-plc-communication csharp-project net net-framework net-framework-461 pc-plc-communication plc plc-communication plc-programming plc-read plc-write tag
Last synced: 3 months ago
JSON representation
Application coded in C# that facilitates communication with an Allen Bradley PLC. The application performs operations to read the values of tags created in the PLC and write values to those tags.
- Host: GitHub
- URL: https://github.com/eeyribas/allenbradleyplc
- Owner: eeyribas
- Created: 2024-09-07T22:23:06.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T20:44:26.000Z (3 months ago)
- Last Synced: 2025-03-28T21:31:12.893Z (3 months ago)
- Topics: allen-bradley, allen-bradley-plc, console-application, csharp, csharp-app, csharp-code, csharp-console-app, csharp-plc, csharp-plc-communication, csharp-project, net, net-framework, net-framework-461, pc-plc-communication, plc, plc-communication, plc-programming, plc-read, plc-write, tag
- Language: C#
- Homepage:
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AllenBradleyPLC
Application coded in C# that facilitates communication with an Allen Bradley PLC. The application performs operations to read the values of tags created in the PLC and write values to those tags.Programming Language: C# Programming Language
Framework: .NET Framework 4.6.1
IDE: Visual Studio 2019
Library: LibplctagWrapper' project has been added to the application to communicate with the PLC. The 'LibplctagWrapper' project is available with the source code in the libplctag-csharp-master.zip file found in the repository.