Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

ladder logic

You are here: irt.org | FOLDOC | ladder logic

<programming> Source code formatted in two columns with conditions on the left that lead to outputs on the right:

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

(2007-03-15)

Nearby terms: LabVIEW « Lace « lace card « ladder logic » LADY » lag » Lakota

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb