User's Guide
Table Of Contents
- Remote Terminal Unit M717
- Table Of Contents
- Introduction
- Installation
- Register the RTU to the M2M Gateway
- The SDI Connector
- The MPI Connector
- The Micro USB Service Connector
- About the Data Acquisition Subsystem
- SDI-12 Sensors
- Create a New Template From an Existing One
- Create a New Template From Scratch
- Interface to a Davis Vantage Pro Console
- Interface to a Thies TDL14 or DL16 Data Logger
- Mechanical Installation
- Operation
- Configuration
- Commands
- General Commands
- help
- ver
- echo
- ps
- date
- log
- attr
- pin
- hwid
- connect
- xfer
- fwupdate
- reboot
- exit
- Data Acquisition Commands
- dacq
- dacq info
- dacq sample
- dacq retrieve
- dacq abort
- dacq date
- dacq interval
- dacq direct
- dacq t
- hist
- hist info
- hist stat
- hist map
- hist purge
- Data Acquisition Legacy Commands
- sdi t
- thi t
- thi direct
- Communication Commands
- net
- net get
- net up
- net down
- net session
- modem
- modem direct
- modem pwrdown
- modem pwrup
- modem reset
- modem mode
- File System Commands
- ls
- mkdir
- cd
- cp
- pwd
- rm
- cat
- Command Line Interface Error Messages
- Attributes
- Technical Specifications
"setToAddress": "5"
},
{
"name": "Lambrecht ARCO Wind Direction",
"sdiID": "LMGmbH1514582D",
"setToAddress": "6"
},
{
"name": "Tekbox Rain Gauge",
"sdiID": "TEKBOXVNTBSRG",
"setToAddress": "7",
"configCommands": [
"7XSBV,+0.20!",
"7M!",
"#2",
"7D0!"
]
}
]
}
4.6. Command Line Interface Error Messages
The following list describes the error numbers the CLI may return and their meaning:
CMD_NOT_FOUND 1 Invalid command
INVALID_PARAM 5 Invalid parameter
NOT_ALLOWED 6 Command not allowed from this port
NO_SUCH_DEVICE 7 The requested character device does not exist
MALLOC_ERROR 8 Error allocating memory (out of memory)
FILE_SYSTEM_ERROR 9 Generic file system error
SERIAL_SETATTRIB_ERR 10 Serial port error
USR_TIMEOUT 11 User timeout (no keys pressed for a defined time)
WRONG_PASSWORD 12 Invalid password
UNEXPECTED_ANSWER 13 Unexpected answer (e.g. from a sensor)
SMS_FAILURE 14 Failed to send and/or receive SMS
FACTORY_TEST_FAILED 20 The factory test could not be completed
FLASH_ERROR 31 Error writing to/reading from the flash memory
BAD_CRC_ON_PIN_PUK 33 CRC error when sending PIN & PUK (-v option)
PIN_ENABLE_DISABLE_FAILED 34 Failed to enable or disable the PIN request
EXITCOMMAND 99 User requested exit from CLI
35