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.
When command H
B: Byte-serially (keyword)
W: Word-serially (keyword)
aa: Start address as of which the memory
contents are to be displayed/modified
address: Address of the memory contents
value: Value of the memory contents
value new: New value of the memory contents
(user entry)
;: Entering a semicolon increments the
address by 1 (command SB) or by 2
(command SW)
: Entering an ”arrow up” (^ on the PC)
decrements the address by 1 (command
SB) or by 2 (command SW)
Edit address output format
The monitor program is set to SEGMENT:OFFSET
address format when it is initialized, and this format is
used for each address output. The address output format
can be freely selected with the user commands U
If only an offset and no segment is specified when entering an address, the working segment Y is used as the segment. The default value of the working segment is zero.A value is read cyclically from a source address and written cyclically to a target address. The operation can be aborted with CTRL C. The waiting time between two read cycles is approximately 1 ms.
After each keystroke, a value is read from the source address and written to a target address. The operation can be aborted with CTRL C.Cyclic read A source address is read cyclically. The operation can be aborted with CTRL C The value of a counter is written cyclically to an address and then read again. The operation can be aborted with CTRL C.
The ZG command permits the values of maximum 3 addresses to be displayed. Whenever the value of the first address
changes, the values are updated on the monitor. The expression ”expr” states how frequently updating of the values is
to be suppressed.The values of addresses 1000:0H and 1000:100H are displayed on the monitor. If the value of address 1000:0H
changes, the values of the two addresses are updated on the monitor.
RAM test
The specified area is written with a test pattern (FFFF, 5555, AAAA), and a check is then conducted in order to establish
whether the test values have been stored correctly in the specified area. If an error is established, the address, actual
value and required value are output. The test can be continued by pressing any key (apart from