LOGOUT Logout of the system

Syntax
LOGOUT, <port address>

Processor Responds with one of the following
Processor <processor address> logging out RS232 ports
Processor <processor address> lRS232 ports logged out
Logging out RS232 port <port address>
RS232 port <port address> logged out

Parameter Description Format
port address the specific port to login. pp:ll:aaa (see RS232 Port Addressing) This parameter is optional. If omitted, the request will default to the port that receives the command allowed
processor address Reply from a processor 1-16

Description
Used to logout of the system. The login/logout feature can be used to add a layer of protection against other people gaining access to the system. When logged-out of the system, only two L232 commands are recognized, LOGIN and HELP. This means that database changes and L232 control of the processor cannot be done until after a successful login. This feature is typically used on systems that utilize a modem for remote programming.

Example
Logout of the port connected to

L232> LOGOUT
Logging out RS232 port 01:03:001

Example
Logout of RS232 port 7 on processor 2

L232> LOGOUT, 2:7:1
Logging out RS232 port 02:07:001

Example
Logout all RS232 ports on processor connected to

L232> LOGOUT, PROC
Processor 1 logging out RS232 ports

Example
Logout all RS232 ports in the system with processors 1, 2 and 3 present

L232> LOGOUT, ALL
Processor 1 logging out RS232 ports
Processor 2 logging out RS232 ports
Processor 3 logging out RS232 ports

See Also
LOGIN - Login to the system

back to the table of contents...