MultiSpeakMaxMessagePoints
Controls the maximum number of ScadaAnalog, ScadaStatus or ScadaPoint items that VTScada will send in a single message.
GetAllScadaPoints, ScadaAnalogChangedNotification, and ScadaStatusChangedNotification will all return arrays of points, and this property sets the maximum for a single message.
When one message would otherwise send more points than the limit set by this property, GetAllScadaPoints will use pagination, whereas the Notification methods will send multiple notifications
Section: System
Default: MultiSpeakMaxMessagePoints = 100
*No restart required (Settings.Dynamic property)