Possible criteria for selecting a programming editor may be to:
reduce the number of programming steps required
provide a better overview by saving space in the programming window
to save time when restructuring the program
LD/FBD (recommended) |
ST |
IL |
---|---|---|
|
||
42 steps |
35 steps |
35 steps |
LD/FBD (recommended) |
ST |
IL |
---|---|---|
|
||
32 steps |
35 steps |
35 steps |
LD/FBD |
ST (recommended) |
IL |
---|---|---|
|
||
108 steps |
108 steps |
108 steps |
LD/FBD |
ST (recommended) |
IL |
---|---|---|
|
||
111 steps |
109 steps |
109 steps |
Conditional if-else calculations: ST editor recommended
LD/FBD |
ST (recommended) |
IL |
---|---|---|
NOTE When changing from unconditional to conditional operation the whole network has to be redrawn! |
|
|
194 steps |
190 steps |
194 steps |
LD/FBD |
ST (recommendation) |
IL |
---|---|---|
|
Programs with simple or Boolean calculations and calls of functions or function blocks: LD/FBD editor recommended
Functions and function blocks, also for complex algorithms: ST editor recommended