Appendix B. Configuring Settings And Retrieving Status Information With The Crbasic Program; Using The Setsetting() Instruction - Campbell CELL200 Series Product Manual

4g lte cellular module
Hide thumbs Also See for CELL200 Series:
Table of Contents

Advertisement

Appendix B. Configuring
settings and retrieving status
information with the CRBasic
program
B.1 Using the SetSetting() instruction
NOTE:
This functionality is available in the CR1000X, CR300-series, and CR6 dataloggers only.
This example shows how to set up the cellular module using the
also illustrates how to retrieve status information from the module in the CRBasic program. This
program can be downloaded from
https://s.campbellsci.com.au/documents/us/miscellaneous/CELL2XX-SetSettings.dld.
CRBasic Example 2: Settings configuration and status retrieval
'CR300 Series
Public
battery_voltage
Public
panel_temperature_c
'cell modem diagnostic information
Public
cell_todays_usage
Public
cell_yesterdays_usage  :
Public
cell_this_months_usage :
Public
cell_last_months_usage :
Public
cell_rssi
Public
cell_info
Public
cell_ip_address
Public
cell_rsrp
Public
cell_rsrq
Public
cell_ecio
Public
cell_status
Public
cell_state
Units
:
Units
Units
Units
As Long
Units
:
As String
* 400
As String
* 40
As Long
As String
* 300
As String
* 100
SetSetting()
cell_todays_usage = KB
cell_yesterdays_usage = KB
cell_this_months_usage = KB
cell_last_months_usage = KB
cell_rssi = DB
CELL200-Series 4G LTE Cellular Module
instruction. It
60

Advertisement

Table of Contents
loading

This manual is also suitable for:

Cell205Cell210Cell215Cell220Cell225

Table of Contents