PLC Multi-Point Interface (MPI) and the global data set PLC Programming

a, multi-point interface (MPI)S7-300 / S7-400 PLC via the MPI interface can be composed of a network, MPI network using global data (Globe Data) communication mode, can be a small amount of data exchange between the PLC. It requires no additional hardware and software, low cost, simple usage.MPI network is used to connect a number … Continue reading PLC Multi-Point Interface (MPI) and the global data set PLC Programming

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

Siemens PLC Convert inches to centimeters Reference Ladder Logic

1. Training Objective (1) grasp an arithmetic instruction and data conversion applications.(2) establish state control table and by the process of forcing the debugger.(3) lies in the engineering controls, make the methods and procedures of the operation unit conversion.2. Training ContentConvert inches to centimeters, known C10 of the current count value of the inch, 1 inch … Continue reading Siemens PLC Convert inches to centimeters Reference Ladder Logic

Siemens PLC increment, decrement instruction

Increasing, decreasing command is used to input an unsigned byte count, symbol number, symbol number two-word instructions plus 1 or minus 1.1. byte increments (INC-B) / Decrement Byte (DEC-B) instructionIncrement and decrement byte instruction bytes in the input byte (IN) plus 1 or minus 1, and the result is placed in the variable specified by … Continue reading Siemens PLC increment, decrement instruction