Page 30 of 62
© 2021 Multidyne
FN-64-CHAS Product Manual
Get Parameter
Display the Active value of a single parameter or a subset of parameters under a given
parameter node.
Examples of querying all parameters, “mtx” parameters, and “net.ip” parameter.
>Get
ctl.MDCP.ver=2.3
ctl.serial.baud=115200
ctl.serial.log=0
ctl.serial.proto=MDCP
ctl.serial2.baud=115200
ctl.serial2.log=0
ctl.serial2.proto=MDCP
mtx.serial=1
mtx.sync=0
net.dhcp=0
net.gateway=192.168.2.1
net.ip=192.168.2.60
net.mac=00:50:C2:8B:DF:FE
net.netmask=255.255.255.0
pnl.cmdEn=1
pnl.ip=0.0.0.0
sys.arch=Pyxis
sys.descr=
sys.firmware=Pyxis 1.1.7
sys.name=MultiDyne-Router
>Get mtx
mtx.serial=1
mtx.sync=0
>Get net.ip
net.ip=192.168.2.60
>
3.10.9
GetS Command
Protocol version 3.0
Gets system parameter values in Stored memory. The Get Command can be used to query current Active values
of parameters and can also be referenced for more details.
Command
Description
GetS
Display all system parameter Stored values. Output consists of one parameter per line with
the parameter identifier separated by an equals ‘=’ character and the value.
GetS Parameter
Display the Stored value of a single parameter or a subset of parameters under a given
parameter node.