S7-300 Industrial Ethernet PLC programming

CP 343-1 communications processor is the communications processor for SIMATIC S7-300. Sharing CPU communication task and allow other connections.S7-300 through CP 343-1 with the programmer, computers, human-machine interface devices, systems, and other SIMATICS7 SIMATIC S5 programmable system device communication:CP 343-1 communications processor is mounted on the S7-300 DIN rail can also be installed in the … Continue reading S7-300 Industrial Ethernet PLC programming

S7-300 PROFIBUS DP system configuration PLC Programming

PROFIBUS DP master system configuration with DP systems can be divided into port, using the communication modules CP master system and the DP system with intelligence from the station. DP master system three kinds of systems with DP port, using the communication modules CP master system in the hardware configuration is basically the same. One 1. … Continue reading S7-300 PROFIBUS DP system configuration PLC Programming

PROFIBUS protocol PLC Programming

1, the three main parts of the PROFIBUS protocol:PROFIBUS DP (Distributed I / Os): the master and slave stations using a round-robin of communication, mainly used in manufacturing automation system and field level communication unit.PROFIBUS PA (Process Automation): Power and data communications via bus parallel transmission, mainly used for the process automation system and field … Continue reading PROFIBUS protocol PLC Programming

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 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

Siemens PLC Logical programming Ladder Logic

// Byte operationLD I0.0ANDB VB1, VB2// Word or actionMOVW VW100, VW300ORW VW200, VW300// Double word exclusive-OR operationXORD AC0, AC1// Byte negated operationMOVB VB5, VB6INVB VB6 Operation is as follows:VB1 VB2 VB20001 1100 WAND 1100 1101 → 0000 1100VW100 VW200 VW3000001 1101 1111 1010 WOR 1110 0000 1101 1100 → 1111 1101 1111 1110VB5 VB60000 1111 INV … Continue reading Siemens PLC Logical programming Ladder Logic