Naming conventions

This section of PLC programming conventions covers the following topics.

General

  1. General name specifications [+]
  2. Common abbreviations [+]

Identifier

  1. Identifier for POUs and DUTs [+]
  2. Identifiers for variables and instances [+]

Global variable lists and parameter lists

  1. Global variable lists [+]
  2. Parameter lists [+]
  3. Use attribute 'qualified_only' for GVL [+]

Samples

See: Samples