Disabling Rebroadcasting for Historian Data Archiver
About this task
Procedure
- Start the Windows Registry Editor.
- Navigate to the
HKEY_LOCAL_MACHINE\SOFTWARE\Intellution, Inc\iHistorian\Services\DataArchiver
key - Create a new DWORD called
RouteInterfaceStatusMsg
and set it to0
(to enable rebroadcasting, set this value to1
). - Close the Windows Registry Editor.
- Restart the Historian Data Archiver service.Note: If rebroadcasting is disabled in the Historian Data Archiver service, any programs subscribed to collector status changes using
Collectors.SubscribeStatus = true
will no longer automatically receive collector status messages. To receive collector status messages, periodically read theCollector.Status
property instead.