GSM_STALE_COLOR_KEY

For CimView System or Project
Purpose To display a last available data value in a color rather than display the default text if a point being displayed in a Text object on a CimView screen is unavailable and there is last available data. If no last available data exists, the default text is displayed.
Value Numbers to specify RGB color indices. Format is: RGB(<red>,<green>,<blue>) where <red>,<green>,<blue> are the red, green, and blue color indices from 0 to 255. Examples
RGB(0,0,0) Note: The value = black
RGB(255,255,255) Note: The value  =  white.
Default Value The Text object displays the default text when the point is unavailable, regardless of whether a last available value exists or not.