RSLogix 5000 Programming Languages
RSLogix supports different programming languages. Using the right language for the right job can increase productivity, reduce complexity and maintenance costs. These languages are:
Ladder Diagram (LD)
Ladder logic was created such that most engineers and technicians would easily understand it and be able to maintain it. This was achieved by making the language similar to relay circuits [...]
RSLogix 5000 Task Function
In RSLogix 5000 there are three main types of tasks:
Continuous: It continuously occurs
Event: It occurs only after certain events occur first
Periodic: It occurs periodically
Every task must have a main routine. Every routine can have a sub-routine and/or fault-routine.
In RSLogix 5000, you can run up to 32 tasks with 0 to 15 priorities. That means if [...]