Rockwell Automation 1775-S5_SR5,D17756.5.5 User Manual PLC-3 FAMILY I/0 User Manual
Page 162

Binary Command Language
Appendix A
A-34
The processor responds to a delete command with one of the following
response codes:
Response Codes
Hex
Description
00
Success
03
Unavailable - section does not exist
04
Address could not exist - invalid values
06
Access not allowed
08
Insufficient address - not specified to at least three levels
0F
No privilege
The following example response block shows a successful
delete command:
STX
02
OSC
11
SIZ
01
RSP
00
ETX
03
CHK
17
LIST Command
Hex: 29
Parameters: none required
Description: The LIST command accesses the LIST function. This
command allows you to send ASCII characters to the processor. These
characters are interpreted in the same manner as if they were entered from
the processor front panel or the keyboard of a programming device
(see chapter 3).
The processor remains in the LIST processing mode until it receives either
a command block which does not contain a LIST command or a break
character. The following example command block uses the LIST
command (with no data in the command buffer):
STX
02
ISC
31
SIZ
01
CMD
29
ETX
03
CHK
60