Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 266 Bytes

PLC secondary development

PLC communication library packaged according to different protocols.

protocols

  • Simens snap7
// example

try {
  // GlobalPlc->DBRead_Int(DBnumber, start);
}
catch(const std::exception& e) {
  // std::cout<<e.what()<<"\n";
}