104
NetComm Wireless 4G M2M Router
www.netcommwireless.com
v1.0
For example:
set forceplmn=0
Sets the selection of operator and network type to automatic mode.
set forceplmn=505,3
Sets the operator to a manual selection made by
the user where “505” is the Mobile Country Code for Australia and “3” is
the Mobile Network Code for Vodafone. As no network type (e.g. LTE/3G/2G) is specified, it is selected automatically.
set forceplmn=505,3,7
Sets the operator and network type to a manual selection made by the user
where “505” is the Mobile Country Code for
Australia, “3” is the Mobile Network Code for Vodafone and “7” is the 3G network type
.
Notes about the set forceplmn command:
1.
If the manual selection fails, the device will fall back to
the previous ‘good’ n
etwork.
2.
When enabled, the SMS acknowledgement reply reflects the success or failure of the manual selection with respect to
the
set
command and includes the final MNC/MCC that was configured.
Confirming the currently configured operator and network type
You can retrieve the currently configured operator and network type using the get forceplmn command.
The get forceplmn command returns the operator and network type selection mode (Automatic/Manual), in addition to the MCC
and MNC values, for example:
Automatic,505,3
This response indicates that the operator/network selection mode is Automatic, and the network used is Vodafone AU.
SMS diagnostics examples
The examples below demonstrate various combinations of supported commands. This is not an exhaustive list and serves as an
example of possibilities only.
DESCRIPTION
AUTHENTICATION
INPUT EXAMPLE
Send SMS to change the data
connection username
Not required
set
username=’NetComm’
Required
PASSWORD set
username= ”NetComm”
Send SMS to change the data
connection password
Not required
set password= `NetComm`
Required
PASSWORD set password= `NetComm`
Send SMS to change the data
connection authentication
Not required
set
authtype= ‘
pap
’
Required
PASSWORD set authtype = pap
Send SMS to reboot
Not required
execute reboot
Required
PASSWORD execute reboot
Send SMS to check the WAN IP
address
Not required
get wanip
Required
PASSWORD get wanip
Send SMS to check the mobile
signal strength
Not required
get rssi
Required
PASSWORD get rssi
Send SMS to check the IMEI
number
Not required
get imei
Required
PASSWORD get imei
Send SMS to check the current
band
Not required
get band
Required
PASSWORD get band
Send SMS to Disconnect (if
connected) and reconnect the data
connection
Not required
execute pdpcycle
Required
PASSWORD execute pdpcycle
Send SMS to disconnect the data
connection
Not required
execute pdpdown
Required
PASSWORD execute pdpdown
Not required
execute pdpup