Siemens S7 series PLC logic control instruction PLC Ladder Logic

Logic Control Instructions refers jumps and circular logic block instructions. Jump or loop instruction operand is the address label, the address label stating that the program to jump to where the label of up to four characters, the first character must be a letter, the remaining characters can be letters or numbers.An unconditional jump instruction         JU … Continue reading Siemens S7 series PLC logic control instruction PLC Ladder Logic

Siemens S7 series PLC Word Logic instruction PLC Ladder Logic

Word logic instruction word (16-bit) or two double word (32 bits) bit by bit logical operations. Two number one in accumulator 1, the other may or instruction to immediate (constant) given by way of the accumulator 2, the logical operation result word logic operation instruction in ACCU 1 the double word logic operation result is … Continue reading Siemens S7 series PLC Word Logic instruction PLC Ladder Logic

Siemens S7 series PLC Data Block Instructions PLC Ladder Logic

Open the data block        <span title="指令格式:OPN           ">Instruction format: OPN           Description: open a data block as a shared data block (DB) or as an instance data block (DI).              You can open a shared data block and one instance data block at the same time.Example 4.9.1: OPN DB 10 // open a data block as a shared data block … Continue reading Siemens S7 series PLC Data Block Instructions PLC Ladder Logic

Siemens S7 series PLC cycle instruction PLC Ladder Logic

l RRD 32-bit left cyclic command l RRD 32 Wei right rotation instruction l RLDA 32-bit instruction cycle CC1 bit left l RRDA 32-bit instruction with CC1 bit right rotation1. When the enable input EN = 1, the implementation of double word left instruction cycle. The 32 pairs of words left cyclic N bits from the input terminal … Continue reading Siemens S7 series PLC cycle instruction PLC Ladder Logic