Information tables and settings (advanced)
Information tables and settings consist of fields, settings, and system information essential to setup, programming, and debugging of many advancedCR300 seriessystems. In many cases, the info tables and settings keyword can be used to pull that field into a running CRBasic program. There are several locations where this system information and settings are stored or changed:
Status table: TheStatustable is an automatically created data table. View theStatustable by connecting the data logger to your computer (seeMaking the software connectionfor more information)Station Status, then clicking theStatus Tabletab.
DataTableInfo table: TheDataTableInfotable is automatically created when a program produces other data tables. View theDataTableInfotable by connecting the data logger to your computer (seeMaking the software connectionfor more information).
PC400Free entry-level data logger support software that supports a variety of communications options, manual data collection, and data monitoring displays. Short Cut and CRBasic Editor are included for creating data logger programs. PC400 does not support scheduled data collection or complex communications options such as phone-to-RF.users, click theMonitor Datatab and add theDataTableInfoto display it.
LoggerNetCampbell Scientific's data logger support software for programming, communications, and data retrieval between data loggers and a computer.users, selectDataTableInfofrom theTable Monitorlist.
Settings:设置可以访问的LoggerNetConnect ScreenDatalogger>Settings Editor, or usingDevice Configuration UtilitySoftware tool used to set up data loggers and peripherals, and to configure PakBus settings before those devices are deployed in the field and/or added to networks.Settings Editortab. Clicking on a setting inDevice Configuration Utilityalso provides information about that setting.
Terminal Mode李:st of setting field names is also available from the data logger terminal mode (fromDevice Configuration Utility, click theTerminaltab) using command "F".
Status, DataTableInfo and Settings values may be accessed programmatically using
Tablename.Fieldname
syntax. For example:Variable= Settings.Fieldname
. For more information see://www.ocbeachreo.com/blog/programmatically-access-stored-data-values.
Communications and processor bandwidth are consumed when generating theStatusand other information tables. If data logger is very tight on processing time, as may occur in very fast, long, or complex operations, retrieving these tables repeatedly may cause skipped scans.
Settings that affect memory usage force the data logger program to recompile, which may cause loss of data. Before changing settings, it is a good practice to collect your data (seeCollecting datafor more information). Examples of settings that force the data logger program to recompile:
|
|