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
Examples
: xfer -r m717_1_04.pack
CCC
: xfer -s test.json
4.1.12. fwupdate
Description
Initiate a firmware update.
Usage
fwupdate <filename> where <filename> is the name of the package file
containing the firmware
fwupdate -a to update to the latest official firmware version distributed by
Metrilog. The RTU automatically searches and retrieves the package file over the
Internet.
Remarks
When updating from a local file, it is essential that the package file has a .pack
extension, and is located in the firmware/ directory on the local file system. The
file can be brought on the file system either using the xfer command (x-modem
protocol) or by downloading it from the Internet using the net get command.
Before the update starts, the file is checked for validity and the user is prompted
for a final confirmation. If you are connected over USB, during the update the
virtual serial port will disconnect and you might need to unplug and re-plug the
USB cable.
Examples
: fwupdate firmware/m717_1_04.pack
Package is ok
M717-boot, 0.94,
M717-app, 1.04, force
Proceed with the firmware update? (y/n): y
Please stand by, the system will be updated.
It will take several seconds.
During this time, don't switch the power off!
: fwupdate -a
New firmware found, loading file...
Update under way, don't switch the power off!
: fwupdate -a
The firmware is up to date
4.1.13. reboot
Description
This command reboots the RTU.
Usage
reboot [ -c | -cc ]
Without parameters, the system will reboot. With the -c parameter, the system
reboots, but immediately after start-up the internal configuration will be erased.
With the -cc parameter, the system reboots, but immediately after start-up both
the internal configuration, as well as all the historians will be erased.
WARNING: after using the option -cc, all data in the RTU will be lost!
Remark
This operation must be done whenever an RTU is relocated to another site with a
different sensor configuration.
21