Sending place-specific e-mail – Boltek Lightning/2000 User Manual

Page 323

Advertising
background image

R E A L - T I M E L I G H T N I N G D E T E C T I O N

323

323

323

323

; recipients for the email.

; A recipient’s email address can be a conventional
; email address (for example, [email protected])
; or a text message address (for example,
; [email protected]).

; Don’t even try to send an email if it’s been less
; than 30 minutes since the last one went out. Sending
; out emails with only a short time between emails (for
; example, 5 minutes) is a really good way to annoy the
; recipients!

if

if

if

if @MinutesSinceEmailSent >= 30 and

and

and

and


; Only send the email if there has been a nearby flash
; in the past 5 minutes, or if there have been at
; least 500 cloud-to-ground flashes in the past 5
; minutes.

(( @StrongFlashCount( 5 ) > 0 ) or

or

or

or

( @CGFlashCount( 5 ) >= 500 )) then

then

then

then


#SendEmail
endif

endif

endif

endif

Sending Place-Specific E-Mail

Use this template to send an email with an image of the Real-
time Lightning window attached to a single recipient. Open
the Custom Summary Manager (choose Options | Custom
Summary Manager…
from the main menu). Add this
template by clicking the “Add…” button and then choosing
the template file.

Then click the “File” checkbox. Click the “Change…” button
and select the name of the file to receive the output of this
custom summary template. Note: the name of this file must
match the name of the file in the #SendEmail command. In
this example, this file was named “abb.txt”.

In order to send e-mails or text messages, you will need to fill
out the server information in the E-Mail Options dialog
(Options | Internet | E-Mail… from the main menu).

Advertising