Owner's manual

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
323323
323
; recipients for the email.
; A recipient’s email address can be a conventional
; email address (for example, myaddress@gmail.com)
; or a text message address (for example,
; 2125551234@vtext.com).
; 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
ifif
if @MinutesSinceEmailSent >= 30 and
andand
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
oror
or
( @CGFlashCount( 5 ) >= 500 )) then
thenthen
then
#SendEmail
endif
endifendif
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).