An open API service indexing awesome lists of open source software.

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.

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.