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
Remarks
The command will display a table with the mapping of the historians to the
sensor IDs, as well as their status (active/deleted). The stream to which a historian
belongs will be also shown. A "deleted" historian is one that is no more active, it
will be "recycled" when new sensor will be added after all historians have been
used (currently 128).
Note that deleted historians do not belong to any stream.
To look-up the historian for a certain tag, first use the attr -t command to identify
the ID of a tag (or from the M2M Gateway: select the sensor, click the Info tab
there you will find the Public Node ID); using the ID, look-up the historian in the
table shown by the hist map command.
Example
: hist map
Hist. Tag ID Stream Status
------------------------------
0 77180 0 active
1 77179 0 active
2 78482 1 active
3 78481 1 active
4 78480 1 active
5 78479 1 active
6 78478 1 active
7 78477 1 active
[…]
11 79625 - deleted
12 79624 - deleted
13 79623 - deleted
[…]
17 79631 4 active
18 79632 4 active
19 79633 4 active
20 79955 4 active
4.2.14. hist purge
Description
Used to purge (delete) the historians.
Usage
hist purge [-y].
Remarks
Purge all historians. If the -y option is used, then the historians will be purge
without asking for a confirmation, otherwise the user will be prompted for a
confirmation. The command takes about 20 seconds to complete.
WARNING: all sensor data stored in the local data base will be lost!
Example
: hist purge
All stored data will be lost. Proceed? (y/n) y
Please wait, it will take some time...
Historian data purged
4.3. Data Acquisition Legacy Commands
The commands in this group are maintained to assure compatibility with legacy systems. Their use is not
recommended for new implementations; use a variant of the dacq command instead. The main difference
between the equivalent dacq commands and the legacy commands is that for the former a valid
configuration is required to access the sensors, whereas for the later it is not.
27