Toshiba T2N Network Card User Manual


 
49
6 F 3 B 0 3 6 2
d. Important items
Values other than 1010H, 1020H, 1030H, and 2000H may not be specified for the
specification information.
Status: Transmission error (TermSTS = 0BH)
Detailed information: Incorrect control request specification (0083H)
Simultaneous run mode and standby mode requests (30x0H) cannot be executed.
Status: Transmission error (TermSTS = 0BH)
Detailed information: Incorrect control request specification (0083H)
A mode that has already been established cannot be requested. However, requests that change
the MTEN/STEN state within the same mode do not cause an error.
Status: Transmission error (TermSTS = 0BH)
Detailed information: Incorrect control request specification (0083H)
No execution is possible in down mode.
Status: Module error/initialization in progress (TermSTS = 06H)
An error occurs if a control request that switches the Ethernet Port to run mode is issued
without first setting the IP address.
Status: Transmission error (TermSTS = 0BH)
Detailed information: MAC/IP not set up (0050H)
e. Sample program
This sample ladder program issues a operating mode control request to the channel 1 Ethernet Port.
This program is executed by turning on the R0503 A point.
Parameters: 12544:3100H, 00019:0013H
04144:1030H
|R0503 R0603 |
1|-| |-----------------------------------------------------------( )--|
| /* Control request */
|R0603 |
2|-| |-+[ 12544 MOV RW000][ 00019 MOV RW001]--------------------------|
| | /* Designates the module and sets the CMD number. */
| | |
| +[ 04144 MOV RW002]--------------------------------------------|
| | /* Setup specified information. */
| | |
| +[RW000 SEND RW010][ RST R0503]--------------------------------|
| /* Sets the request. */
| |