New on 9.1.2

Module: Historian

Added new TraceWindow messages for playback historian.

Removed PI license for historian playback works.

Module: HTML5

Enabled image column in TDataGridWindow object when content of column is byte array.

Enabled combobox column in TDataGridWindow object via Javascript CodeBehind:

void SetComboItems(string fieldName, string[] comboItems)

e.g.: var grid1 = this.CurrentDisplay.GetControl("Grid1");
grid1.SetComboItems("Country", ["USA", "UK", "Brazil"]);


  • No labels