IC600CB501 GE FANUC Basic Logic Control
- Code / Model:
- Manufacturer: ge-fanuc
- Department: Automation and control of processes
- Category of products: Controllers, HMI Displays and IoT Gateways
- Sub-category: Controllers, PLCs and Automates
- You've seen it before.: 1
Basic Logic Control
The basic logic control statements are used to direct the flow of execution in a program. They allow you to make decisions and repeat blocks of code.
- Conditional Statements: These statements execute different blocks of code based on a condition being true or false.
- Looping Statements: These statements repeat a block of code multiple times until a certain condition is met.