Read and write data from Allen-Bradley PLCs over Ethernet
Portable and simple API for accessing AB PLC data over Ethernet
$ plctag_cpp_example 192.168.1.100 MyTag$ plctag_cpp_example 192.168.1.100 MyTag 12345$ libplctag-read-tag -a 'protocol=ab-eip&gateway=192.168.1.100&path=1,0&plc=ControlLogix&elem_size=4&elem_count=1&name=MyTag'$ gcc -o plc_app app.c -lplctag$ plctag_cpp_example 192.168.1.100 Tag1 Tag2 Tag3 --interval 1000