Proficy Historian Client Access API
Proficy.Historian.ClientAccess.API Namespace / Collector Class / HeartbeatOutputAddress Property


In This Topic
    HeartbeatOutputAddress Property
    In This Topic
    A data source address that receives a periodic heartbeat signal from a collector. If configured, a collector will write a value of 1 to this address every 60s.
    Syntax
    Public Property HeartbeatOutputAddress As System.String
    public System.string HeartbeatOutputAddress {get; set;}
    public:
    property System.String^ HeartbeatOutputAddress {
       System.String^ get();
       void set (    System.String^ value);
    }
    Requirements

    Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

    See Also