Spare parts spare parts, the DCS control system of PLC system and the robot system spare parts,
Brand advantage: Allen Bradley, BentlyNevada, ABB, Emerson Ovation, Honeywell DCS, Rockwell ICS Triplex, FOXBORO, Schneider PLC, GE Fanuc, Motorola, HIMA, TRICONEX, Prosoft etc. Various kinds of imported industrial parts
Products are widely used in metallurgy, petroleum, glass, aluminum manufacturing, petrochemical industry, coal mine, papermaking, printing, textile printing and dyeing, machinery, electronics, automobile manufacturing, tobacco, plastics machinery, electric power, water conservancy, water treatment/environmental protection, municipal engineering, boiler heating, energy, power transmission and distribution and so on.
Modifications which have been performed on a running PLC program and which have been enabled are rejected again. In addition, the PLC restores the old program status. The old program status is the status of the program which existed before the program modification, i.e. before entry of command AEND in the PLC. After command ALT is entered, the old program status is reactivated within approximately 1 ms without further intervention on the part of the user. The command can be used if the user recognizes that the program modifications implemented do not achieve the intended result.
The PLC’s present capacity utilization is displayed in percent. This display indicates to what extent the capacity of the PLC is being utilized owing to execution of the user program. The processor capacity which corresponds to the difference between 100 % and the capacity utilization display is available for operation of the serial interfaces, i.e. for communication with the devices connected to the serial interfaces. The utilization should not be greater than 95 % for the longest program path so that communication is still possible via the serial interfaces. Note that the capacity utilization of the PLC is also determined by the current program branches (conditional branches and consecutive number blocks). Note: The capacity utilization display provides a correct indication of the utilization caused by the user program only if no communication is occurring via the serial interfaces at the instant of display.
adr: Start address as of which searching is to be
carried out. If no start address is entered,
searching is performed as of address 0.
string: Maximum 8 commands, i.e. 16 words of the
intermediate code.
Function:
The user program memory is searched for the string
entered by the user as of the entered start address
through to the end of the user program memory. If the
string is found, the address is displayed. If the string
occurs several times in the program, the next program
address which corresponds to the string is displayed in
each case if you enter a semicolon (;).
Example:
F, E 0,0 & E 0,1