MultiSpeakSubscriptionMethods

A comma-separated value (CSV) list of notification methods that VTScada will send to the configured subscriber. This is equivalent to the MethodsList that would be provided in the RegisterForService method.

The list should include either or both of SCADAAnalogChangedNotification and SCADAStatusChangedNotification.

Notification methods listed here will not be invoked unless also included in the methods of a GetMethods response returned by the endpoint.

 

Section: System

Default: MultiSpeakSubscriptionMethods =

 

Examples:

MultiSpeakSubscriptionMethods = SCADAAnalogChangedNotification,SCADAStatusChangedNotification

Analogs and digitals

MultiSpeakSubscriptionMethods = SCADAAnalogChangedNotification

Only the analogs

MultiSpeakSubscriptionMethods = SCADAStatusChangedNotification

Only the digitals