The Data type is the Scada-LTS representation of the value. Received data is automatically converted to the required data type. The Value RegEx determines where in the email content to find the point value. See the "Regular Expressions" documentation for more information. Note that only the first instance of the expression found in the content is used.
The Ignore if missing checkbox indicates whether missing values in email content should be considered error conditions. If unchecked and the value is not found in the content, a data source exception event will be raised. If checked, the event is suppressed, and the point is not updated.
For the binary data type, the Binary 0 value can be defined. If the value found in the content matches it, the point will be updated with 0. Otherwise, the point is updated with 1. For the numeric data type a Number format can be defined, which provides information on how the text value found by the RegEx should be parsed. See the "Number formats" documentation for more information.
A Time RegEx can be defined to locate the value's time stamp in the returned content. If the RegEx is defined, a Time format must also be entered, which provides information on how the text time found by the RegEx should be parsed. See the "Date/time formats" documentation for more information.
You may test your RegEx by entering sample email content into the Test content area and clicking the associated icon.