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
-rw 337408 Aug 8 2020 20:12 - m717_1_03.pack
Capacity: 0.01 GB (12288 KB), available: 0.01 GB (6844 KB).
4.5.5. pwd
Description
Prints the working (current) directory.
Usage
pwd.
Examples
: pwd
/flash/
: cd new-directory
: pwd
/flash/new-directory
: cd ../firmware
: pwd
/flash/firmware
: cd
: pwd
/flash/
4.5.6. rm
Description
Used to remove a file or a directory.
Usage
rm <path>, where <path> is the path to the file/directory to be deleted.
Remarks
It is not possible to delete multiple files using wildcards. However, if a directory
containing more than a file is deleted, all the files in the directory will be deleted.
Examples
: rm new-directory
: rm m717_1_02.pack
4.5.7. cat
Description
Dumps the content of a file. To the console
Usage
cat <path>, where <path> is the path to the file to be dumped.
Remarks
The command does not check if the file contains text or binary data. Beware of
long files, as there is no possibility to interrupt this command.
Example
: cat sdi-sensors.json
{
"fileVersion": 2,
"sdiSensors": [
{
"name": "Campbell CS215",
"sdiID": “CS215",
"setToAddress": "0"
},
{
"name": "Metrilog M512",
"sdiID": "MetrilogM512",
"setToAddress": "*"
},
{
"name": "Lambrecht ARCO Wind Speed",
"sdiID": "LMGmbH1514582S",
34