![API 8512 Series Operation & Installation Manual Download Page 35](http://html.mh-extra.com/html/api/8512-series/8512-series_operation-and-installation-manual_2953475035.webp)
MANUAL IM635
Command Operation
Page 35
FACTORY PRESET
FACTORY PRESET VERIFY
Function:
Sets all NVM parameters to their factory default setting.
Syntax:
FACTORY PRESET
FACTORY PRESET VERIFY
Argument(s): none
Remarks:
The FACTORY PRESET command restores all NVM parameters to the factory default. The default
settings will take effect on the next restart. FACTORY PRESET VERIFY may be used to verify the
integrity of the preset memory. A return value of 0 indicates the integrity check passed, while
any other result indicates a failure.
Example(s): none
HELP
Function:
Displays a list of supported commands
Syntax:
HELP [
level
]
? [
level
]
(console mode enabled)
Argument(s):
level
help level, ALL or 1-3
Remarks:
This command will display a list of all the commands with a short description of their function.
The list is divided into multiple levels, with each level including more commands. HELP ALL will
display a list of all supported commands.
Return Value: none
Example(s):
HELP
// displays main application level commands
HELP ALL
// displays all commands
6.9.
MISC Network Commands
PING
Function:
Sends ICMP ECHO packets
Syntax:
PING
ipaddr
Argument(s):
ipaddr
destination IP address, in the form DDD.DDD.DDD.DDD
Remarks:
This function performs a ping of the specified network address. It is primarily for console usage
Example(s):
>ping 10.100.103.113
pinging 10.100.103.113
reply time: 1 ms
reply time: 1 ms
reply time: 1 ms
reply time: 1 ms
TCP SERVER
Function:
TCP server control
Syntax:
TCP SERVER
cmd
INIT
// reinitializes all server ports
CLOSE
// closes all server ports
OPEN
// reopens server ports
Remarks:
This function allows control of the TCP server. It is primarily for testing/troubleshooting purposes
Returns:
Various
Example(s): none