JANUS DELETE

From m204wiki
Jump to navigation Jump to search

Remove Janus port from system

This deletes the definition of the named port. The port must not be in the START state when JANUS DELETE is issued.

Syntax

JANUS DELETE portname

Where portname is the name of the port definition to delete. Once a port definition is deleted it must be redefined, using JANUS DEFINE, before it can be started again.

Example

In the following example, all definitions for port names beginning with SIMPS are deleted from the Online.

JANUS DELETE SIMPS*

See also