English

Automated Deductive Verification for Ladder Programming

Software Engineering 2019-12-24 v1 Logic in Computer Science Programming Languages

Abstract

Ladder Logics is a programming language standardized in IEC 61131-3 and widely used for programming industrial Programmable Logic Controllers (PLC). A PLC program consists of inputs (whose values are given at runtime by factory sensors), outputs (whose values are given at runtime to factory actuators), and the logical expressions computing output values from input values. Due to the graphical form of Ladder programs, and the amount of inputs and outputs in typical industrial programs, debugging such programs is time-consuming and error-prone. We present, in this paper, a Why3-based tool prototype we have implemented for automating the use of deductive verification in order to provide an easy-to-use and robust debugging tool for Ladder programmers.

Keywords

Cite

@article{arxiv.1912.10629,
  title  = {Automated Deductive Verification for Ladder Programming},
  author = {Denis Cousineau and David Mentré and Hiroaki Inoue},
  journal= {arXiv preprint arXiv:1912.10629},
  year   = {2019}
}

Comments

In Proceedings F-IDE 2019, arXiv:1912.09611