User's Manual
NTC-6000 Series – Industrial M2M Wireless Routers YML6908
56
www.netcommwireless.com
NETCOMM CALLDIRECT™ SERIES – NTC-6000 Series
SMS Diagnostics Examples
The examples below demonstrate various combinations of supported commands. This is not a complete list. To obtain a complete list, please contact NetComm.
DESCRIPTION AUTHENTICATION INPUT EXAMPLE
Send SMS to change APN
Not Required
set apn1=Telstra.internet
set apn2=”3netaccecss”
Required
Password1234 set apn1=Telstra.internet
Password1234 set apn2=3netaccecss
Send SMS to change the 3G username
Not Required set username=’NetComm’
Required Password1234 set username= ”NetComm”
Send SMS to change the 3G password
Not required set password= `NetComm`
Required Password1234 set password= `NetComm`
Send SMS to change the 3G
authentication
Not required set authtype= ‘pap’
Required Password1234 set authtype = pap
Send SMS to reboot
Not Required execute reboot
Required Password1234 execute reboot
Send SMS to check the WAN IPaddress
Not Required get wanip
Required Password1234 get wanip
Send SMS to check the 3G signal strength
Not Required get rssi
Required Password1234 get rssi
Send SMS to check the IMEI number
Not Required get imei
Required Password1234 get imei
Send SMS to check the current band
Not Required get band
Required Password1234 get band
Send SMS to Disconnect (if disconnected)
and reconnect the 3G connection
Not Required execute pdpcycle
Required Password1234 execute “pdpcycle1”
Send SMS to disconnect the 3G
connection
Not Required execute pdpdown1
Required Password1234 execute “pdpdown1”
Send SMS to connect the 3G connection
Not Required execute pdpup
Required Password1234 execute pdpup1
Send multiple get command
Not Required get wanip; get rssi
Required Password1234 get wanip; get rssi
Send multiple set command
Not Required set apn1=”3netaccecss”; set password1=’NetComm’
Required Password1234 set apn=”3netaccecss”; set password=NetComm
Table14:SMSDiagnosticsCommandExamples