Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Generally while making the PLC Program , we have to use SET and RESET instructionsin our PLC Program

at many rungs. For using SET and RESET we have to write theseinstructions at two different rungs , and for every BIT that has SET it has to RESET at some condition. KEEP Instruction - Omron PLC Programming Tips :There is a better Instruction available in CX-Programmer , CX- Programmer is the software used to Program the Omron PLC. KEEP is the Instruction Name and in thisinstruction we can define the SET and RESET conditions at same Rung. See the Below Picture.

When W2.0 turns ON, the designated bit will go ON and stay ON until reset, regardless of whether W2.0 stays ON or goes OFF. When W3.0 turns ON, the designated bit will go OFF.(w4.0) How to Make Flip-Flop Using KEEP Instruction In PLC KEEP Instruction can be used to create flip-flops as shown below.

If a holding bit is used for BIT to be SET, the bit status will be retained even during a power interruption. KEEP can thus be used to program bits that will maintain status after restarting the PLC following a power interruption. An example of this that can be used to produce a warning display following a system shutdown for an emergency situation is shown below.

Contoh ini yang dapat digunakan untuk menghasilkan tampilan peringatan yang mengikuti sistem shutdown untuk keadaan darurat ditunjukkan di bawah.

Important Notes:||If S and R are ON simultaneously, the reset input takes precedence. ||The set input (S) cannot be received while R is ON.

You might also like