Using EZ LADDER® Functions
This section of the EZ LADDER® tutorial you will create ladder diagrams using commonly used functions. Prior to this section, you should have completed all previous sections to understand the basics of how to use EZ LADDER® .
For this section of the tutorial, you will need the following:
- Installed, Licensed copy of Divelbiss EZ LADDER® .
- PLC on a Chip based product.
- Null Modem Cable.
- Switches (or other devices) wired to the product's digital inputs (used to change the real world I/O status when running programs).
- Switch or pulse device wired to the counter input (used to simulate a pulse train).
The following functions and objects will be used:
- Timers
- TON - Timer on delay
- TOF - Timer off delay
- TP - Pulse timer
- HIGH_SPD_TMR - High Speed Timer
- Counters
- CTU - Count up
- CTD - Count down
- CTUD - Count up or down
- CNTRTMR - Counter / Timer using Counter Input
- Drum Sequencers
- Coils / Contacts
- Latch Coil
- Unlatch Coil
- Bit Manipulation
- ROL - Rotate Left
- ROR - Rotate Right
- SHL - Shift Left
- SHR - Shift Right
- AND
- OR
- NOT
- XOR
- Time / Date
- SETDATE
- SETTIME
- GETDATE
- GETTIME
- Bistables
- RS - Reset Dominant Bistable
- SR - Set Dominant Bistable
- Math
Functions
- ADD - Addition
- SUB - Subraction
- MULT - Multiplication
- DIV - Division
- MOD - Modulo
- Comparisons
- < - Less than
- > - Greater than
- <= - Less than or equal to
- >= - Greater than or equal to
- <> - Not equal to
- = - Equal to
- Conversion Blocks
- REAL - Converts to real variable
- INTEGER - Converts to integer variable
- BOOLEAN - Converts to boolean variable
- TIMER - Coonverts to timer variable
- Others
- LIMIT - Limits variable range
- MIN - Outputs smallest of the variables
- MAX - Outputs the largest of the variables
- MUX - Multiplexes variables
- AVG - Averages the variables
- CMP - Compares variables
- F_TRIG - Falling edge trigger
- R_TRIG - Rising edge trigger
- SEL - Selection block
| |
  |