Boltek Lightning/2000 User Manual

Page 261

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

261

261

261

261

#AlertStatusLineRed

Sets the alert level of the general status line to red. A
general status line red alert always remains in effect
for at least 5 minutes.

#AppendFile( ‘filename’, expression )

#AppendFile( ‘filename’, expression,
expression, …, expression )

Writes a line of text to the end of a file. The previous
contents of the file (if any) are preserved. The name
of the file is specified in the ‘filename’ parameter. The
expression may be either a quoted string, a
mathematical expression (including keywords), or a
combination. Multiple elements in the same
#AppendFile command may be concatenated with
plus signs, or they may be separated by commas.
Examples of #AppendFile commands:

#AppendFile( @L2Kfolder + ‘ftplog.txt’, ‘FTP started at
‘ + @LocalTime )

#AppendFile( ‘C:\test.txt’, ‘just testing’ )

Any errors encountered during the execution of the
#AppendFile command will be written to the Custom
Summary window.

#BackgroundColor( R,G,B )

Sets the background color of the Custom Summary
window. The background color is specified as an
RGB (red, green, blue) value. Each of the numbers
for the red, green, and blue values may range from 0
to 255.

Advertising