Logout command, Ltime command, Net command – GE GEFanuc Automation Programmable Control Products TCP/IP Ethernet Communications for the Series 90t-70 PLC GFK-1004B User Manual

Page 153

Advertising
background image

5

5-26

TCP/IP Ethernet Communications User’s Manual – January 1996

GFK-1004B

LOGOUT Command

The LOGOUT command has the form:

LOGOUT

This command causes the secure login to be terminated. Any Modify commands en-
tered after the logout will receive an error message. Logging out causes the login time-
out value to return to 10 minutes. A typical LOGOUT command is shown below:

= logout

Logged out

LTIME Command

The LTIME command has the form:

LTIME

This command causes the current login timeout value to be displayed. A typical LTIME
command is shown below:

> ltime

Login timeout = 10 min

The login timeout value can be changed using the CHLTIME command.

NET Command

The NET command has the form:

NET { ON | OFF }

This command causes the MAC to either ignore incoming Ethernet frames (when NET
OFF is specified) or to accept incoming Ethernet frames (when NET ON is specified).
This can be used to remove stations from the network without the need to physically
disconnect them or restart the hardware.

A typical NET OFF command is shown below:

= net off

Interface off network

Note

If the “lanonline” Soft Switch is set to NO, this command has no effect.

Advertising