Please enable JavaScript to view this site.

A ladder/diagram programming language program is a single file (extension .LAD) containing both editing (source) and execution (runtime) information.

A ladder program consists primarily of a header, then several sections of which the main ones are:

table of structures, which are the user-defined data types.

table of local variables, i.e., the general variables of the program.

table of OB classes, i.e., the object block classes referenced by the program.

table of blocks, i.e., the sub-routines in other programming languages;

table of live changes, i.e., any embedded live changes files;

table of strings;

table of compressed strings.

In the block list, there is always a main block called MAIN and possibly additional blocks (comparable to sub-routines in other programming languages): each block contains a list of circuits that constitute the actual ladder program: each circuit in turn is a logically structured list of elements.

NOTE: All numeric data stored in this file are to be considered in little indian (x86 standard) format.

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC