![Mitsubishi Electric MELSEC iQ-R C R12CCPU-V Скачать руководство пользователя страница 118](http://html.mh-extra.com/html/mitsubishi-electric/melsec-iq-r-c-r12ccpu-v/melsec-iq-r-c-r12ccpu-v_user-manual_239137118.webp)
116
6 Ethernet COMMUNICATION FUNCTIONS
6.5 Telnet Function
■
Timeout
When the line is disconnected during Telnet connection, it will take 30 seconds before Telnet connection (TCP) times out on
the C Controller module side. Telnet cannot be reconnected until it times out.
Timeout time can be changed by the command provided by VxWorks.
Timeout time = iptcp.KeepIdle value + (iptcp.KeepIntvl value
×
iptcp.KeepCnt value)
• iptcp.KeepIdle: Interval from line disconnection to the first retry
• iptcp.KeepIntvl: Interval between retries
• iptcp.KeepCnt: Number of retries
• XX, YY: Specify the time (in seconds). (When '0' is specified, no timeout will occur.)
• ZZ: Specify the number of retries.
The following shows the procedure to change the timeout time of a C Controller module in operation.
1.
Establish a Telnet connection to a C Controller module with a Telnet tool.
2.
Execute the commands above from the shell command of the Telnet tool to change the timeout value.
3.
Reboot the Telnet server.
4.
Close (disconnect) the Telnet connection.
5.
Establish a Telnet connection to a C Controller module with a Telnet tool again.
When changing the timeout time at the startup of a C Controller module, follow the procedure shown below.
1.
Describe the commands above in the script file (STARTUP.CMD).
2.
Turn the power of the C Controller module ON.
ipcom_sysvar_set("iptcp.KeepIdle", "XX", 1);
ipcom_sysvar_set("iptcp.KeepIntvl", "YY", 1);
ipcom_sysvar_set("iptcp.KeepCnt", "ZZ", 1);
ipcom_ipd_kill ("iptelnets");
ipcom_ipd_start ("iptelnets");
Содержание MELSEC iQ-R C R12CCPU-V
Страница 1: ...MELSEC iQ R C Controller Module User s Manual Application R12CCPU V ...
Страница 2: ......
Страница 23: ...1 EXECUTING PROGRAMS 1 3 I O Access Timing 21 1 MEMO ...
Страница 32: ...30 3 MEMORY CONFIGURATION OF C Controller Module 3 4 Files MEMO ...
Страница 257: ...I 255 MEMO ...
Страница 261: ......