2410_LSS100100/LSS100200_SW_03.0

Alerts

The Alerts tab displays a list of alert messages defined using the alert function within scripts. These messages are stored in the main database.

You have the option to export alerts to a CSV file.


Example

The alert has the following syntax:

alert(message, [var1, [var2, [var3]]])

It stores the alert message along with the current system time in the main database.

temperature = 25.3
if temperature > 24 then
-- resulting message: "Temperature level is too high: 25.3"
alert("Temperature level is too high: %.1f", temperature)
end

QR Code is a registered trademark of DENSO WAVE INCORPORATED in Japan and other countries.

Was this helpful?