MicroPython for Satlink 3 and XLink 500
1.8
  • Python Development Environment Setup
  • Loading a script and setup into Satlink 3 and XLink 500
  • Writing Measurement Scripts
  • Writing Transmission Formatting Python Scripts
  • Writing Control Applications and Other Script Tasks
  • Python Example Scripts
    • alarm Increase the measurement and transmission rates when the system is in alarm
    • Alpha_display demonstrates writting data to an Alpha Display module over RS232
    • auto_sampler_eight_triggers Automated sampler program triggers on multiple varied conditions.
    • auto_sampler_volume Triggers sampler based on volume
    • bin6_four demonstrates how to create 4 byte pseudobinary encoded numbers
    • control demonstrates triggering a digital output based on a tipping bucket level
    • daylight demonstrates accumulating minutes of daylight
    • dga demonstrates formatting a message in DGA format
    • evapo_transpiration Computes evapotranspiration
    • event_based_logging Event based logging for a measurement
    • file Demonstrates file operations
    • general_purpose provides functions to access General Purpose Variables (gp)
    • gps_tracker GPS Position Logging Program
    • http_post_file demonstrates TCP/IP TXMODE via HTTP POST of an image
    • http_post_message demonstrates TCP/IP TXMODE via HTTP POST of telemetry data
    • insat INSAT custom formatting utility routines
    • log_simple demonstrates log access
    • log_task_trigger demonstrates custom logging based on an event trigger
    • log_txformat demonstrates custom tx formatting from the log
    • meas_daily_roc Rain during the last 24 hours, Rate of change measurements
    • meas_rain_sliding Computes rainfall during the last 60 and last 90 minutes
    • meas_simple demonstrates some simple custom measurements
    • median Computes a median value from many samples
    • moving_sum Computes a moving sum value from previous samles
    • mqtt_raw_transmission_demo demonstrates TCP/IP TXMODE by publishing a MQTT message
    • never_log How to prevent Sat/XLink from logging a measurement
    • NFDRS_TX_Format demonstrates SHEF reformatted to NRDRS transmission format using string comprehension
    • parity demonstrates adding parity bits to a string
    • rating_table demonstrates rating table to interpolate flow based on stage
    • rating_table_gp demonstrates an interpolation table using general purpose variables
    • RS232_demo demonstrates writing to the RS232 port
    • sdi12 Module provides SDI-12 examples
    • setup provides functions to read and write the setup
    • sms send an SMS (text) message to a phone number
    • SonTek_RS232 demonstrates reading the SonTek RS232 sensor
    • txformat_group_table telemetry data is formatted in group (aka table) mode
    • txformat_simple demonstrates some simple TX format scripts
  • LinkComm Software, Manual, and Python Example Code
  • MicroPython libraries
  • The MicroPython language
  • Python and MicroPython Resources
  • MicroPython license information
  • MicroPython documentation contents
MicroPython for Satlink 3 and XLink 500
  • Python Example Scripts
  • never_log How to prevent Sat/XLink from logging a measurement
  • View page source

never_log How to prevent Sat/XLink from logging a measurement¶

never_log.py

never_log.never_log(value)¶

Plug this routine into any measurement, and it will never get logged no matter what the station settings are

Previous Next

© Copyright 2014-2017, Damien P. George and contributors for original MicroPython documentation, Sutron Corporation for port, and Python Software Foundation for Python documentation. Last updated on 03 Sep 2024.

Built with Sphinx using a theme provided by Read the Docs.
Ports and Versions sl3 (latest)
Ports
sl3
Versions
latest

External links
XLink 500
Satlink 3
Sutron GitHub
LinkComm