API for accessing AB PLC data over Ethernet with portable C library
Portable and simple API for accessing AB PLC data over Ethernet
libplctag$ libplctag-read -g 'protocol=ab-eip&gateway=192.168.1.100&path=1,0&cpu=LGX&elem_size=4&elem_count=1&name=MyTag'$ libplctag-write -g 'protocol=ab-eip&gateway=192.168.1.100&path=1,0&cpu=LGX&elem_size=4&elem_count=1&name=MyTag' -v 42$ libplctag-list -g 'protocol=ab-eip&gateway=192.168.1.100&path=1,0&cpu=LGX'