Reset Module Command
Original instructions
Parameter Usage for Reset Module Command
A Reset Module operation causes Premium ETY and ETY PORT communication modules to enter a cycle to reset its working environment. To program a SEND_REQ function block to perform a Reset Module command, use function code 37, subfunction code 10.
Parameter
Type
Value
Comment
ADDRESS
array [0...5] of INT
ADDR (‘rack.slot.channel.SYS’)
Example: ADDR (0.x.0.SYS’) x = slot in which ETY module is installed
REQUEST_CODE
INT
16#37
Data_to_send
array [0...1] of INT
byte 1: subfunction (10h)
high byte
byte 2: subfunction (96h)
low byte
bytes 3, 4: 0
reserved
Manage_Param
word number
high byte
low byte
1
activity report
00
2
operation report (see note)
communication report (see note)
3
timeout (ms)
4
length: 4 (INT) (in this example)
NOTE: The following table gives details for Reset Module codes (successful and error).
Reset Module Command Codes
Operation Report
Communication Report
Meaning
successful code
FE (hex)
00 (hex)
SEND_REQ successfully reset module
error codes
01 (hex)
FF (hex)
invalid request code value (e.g., not 16#37)
00 (hex)
07 (hex)
bad address mapping to the ETY
FD (hex)
00 (hex)
SEND_REQ did not reset module