ladder logic


ladder logic

(programming)Source code formatted in two columns withconditions on the left that lead to outputs on the right:

if (c1) s1 elseif (c2) s2 elseif (c3) s3 ...