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 Jun 29 2020 16:54 - m717_1_03.pack
-rw 330199 Jun 29 2020 17:00 - m717_1_02.pack
-rw 4194304 Aug 8 2020 17:15 - speedtest.bin
Capacity: 0.01 GB (12288 KB), available: 0.01 GB (7504 KB).
4.5.2. mkdir
Description
Creates a new directory.
Usage
mkdir <path-to-dir>, where <path-to-dir> is the path to the directory to be
created.
Examples
: mkdir new-directory
: ls
drw 0 Jun 26 2020 17:49 - firmware
-rw 337408 Jun 29 2020 16:54 - m717_1_03.pack
-rw 330199 Jun 29 2020 17:00 - m717_1_02.pack
-rw 4194304 Aug 8 2020 17:15 - speedtest.bin
drw 0 Aug 8 2020 19:09 - new-directory
Capacity: 0.01 GB (12288 KB), available: 0.01 GB (7500 KB).
4.5.3. cd
Description
Used to change the current path to a new directory.
Usage
cd [path], where path is the path to the directory to change to. If no path
parameter is given, then the current path will be changed to the home directory.
Remarks
In this context, the “home” directory is the root of the block device, currently
named /flash/.
Examples
: cd firmware
: pwd
/flash/firmware
: cd
: pwd
/flash/
4.5.4. cp
Description
Used to copy a file.
Usage
cp <source_file> <target_file>, where <source_file> and <target_file> are the path
to the source and target files respectively.
Remarks
Multiple files, as well as directory copy is not possible.
Examples
: cp m717_1_02.pack new-directory
: cp m717_1_03.pack new-directory
: ls new-directory
-rw 330199 Aug 8 2020 20:12 - m717_1_02.pack
33