Show TOC

Background documentationApplet Data Types Locate this document in the navigation structure

 

The following table defines the SAP Manufacturing Integration and Intelligence applet data types:

Name

Valid Values

Sample Entry

Date/time

A string value that is dependent on any associated DateFormat parameter; the default date/time format is MM/dd/yyyy HH:mm:ss

StartDate="11/10/1998 10:30:00"

Boolean

true, T, yes, Y, 1, on

false, F, no, N, 0, off

AutoRefresh="false"

String

Unicode characters

TagName.4="ReactorTemp"

XAxisDateFormat="MM/dd"

Integer

Numeric values with no decimal point

MaxItems="500"

Color

You can specify colors in the following ways:

  • Name

  • A hex RGB value

  • An integer RGB value.

PenColor.1="red"

BackgroundColor="#FF00CC"

TitleColor="255"

Floating Point

Numeric values with or without a decimal point

MinRange.5="5"

MaxRange.5="105.0"

Note Note

Double quotes are required when spaces or special characters are part of the value. Although they are not required for all parameters, you should use them, especially for String data types.

End of the note.