113
6 F 3 B 0 3 6 2
b. UDP close request
This program issues a UDP close request for socket number 2 on the Ethernet Port.
This ladder program is executed by turning on the A contact on the R0623.
Parameters: 12544: 3100H, 00052: 0034H
| /* UDP close request: executed when R0623 is set on. */ |
| |
|R0623 |
1|-| |-+[12544 MOV RW000][00052 MOV RW001]----------------------------|
| | /* Module designation, CMD number setup */
| | |
| +[00002 MOV RW002]---------------------------------------------|
| | /* Socket identifier setup */
| | |
| +[RW000 RECV RW010][RST R0623]---------------------------------|
| /* Turn R0623 off after request setup and completion. */
| |