Skip to content
The Automization
  • Home
  • Automation
  • PLC
  • SCADA
  • Communication
  • Instrument
  • Difference
  • OT Security
The Automization
  • Home
  • Automation
  • PLC
  • SCADA
  • Communication
  • Instrument
  • Difference
  • OT Security

PLC Programming Instruction

LEQ (Less Than or Equal To) Ladder Logic Instruction

The Less Than or Equal To instruction is a ladder logic rung input instruction that compares two values. If Source A is less than or …

Read more

Leave a comment

LBL (Jump to Label) Ladder Logic Instruction

The Label instruction is used in conjunction with a Jump instruction. When the JMP instruction is enabled, the code between the JMP and LBL instruction …

Read more

Leave a comment

JSR, SBR, RET Jump To Subroutine & Return Ladder Logic Instructions

JSR Definition The JSR instruction is a ladder logic rung output instruction.  When the instruction is scanned program execution jumps to the subroutine named in …

Read more

Leave a comment

JMP (Jump to Label) Ladder Logic Instruction

The JMP instruction is used in conjunction with a LBL Label instruction. When the JMP instruction is enabled the code between the JMP and LBL …

Read more

Leave a comment

IOT (Immediate Output) Ladder Logic Instruction

The IOT instruction is a ladder logic output instruction that updates output data immediately rather than waiting for the RPI of the module or tag …

Read more

Leave a comment

GRT (Greater Than) Ladder Logic Instruction

The Greater Than instruction is a ladder logic rung input instruction that compares two values. If Source A is greater than Source B the logic …

Read more

Leave a comment

GEQ (Greater Than or Equal To) Ladder Logic Instruction

The Greater Than or Equal To instruction is a ladder logic rung input instruction that compares two values. If Source A is greater than or …

Read more

Leave a comment

FSC(File Search & Compare) Ladder Logic Instruction

The FSC instruction is a ladder logic rung output instruction that compares data in an array, element by element. The instruction uses a Control data …

Read more

Leave a comment

FRD (From Binary-Coded Decimal BCD) Ladder Logic Instruction

The FRD instruction is a ladder logic rung output instruction that takes a binary coded decimal value from the Source and places the decimal equivalent …

Read more

Leave a comment

FOR Ladder Logic Instruction

Use the For instruction to scan a Ladder routine repeatedly. The For instruction is handy for populating elements in arrays as an example. The instruction …

Read more

Leave a comment
Older posts
Newer posts
← Previous Page1 … Page4 Page5 Page6 … Page8 Next →
©2023 by The Automization.com