Please enable JavaScript to view this site.

IDS peak 2.20.0 / uEye+ firmware 3.80

IDS Peak comfortSDK, genericSDK, AFL, ICL, and IPL developer manuals are external documents.
Please contact us if you need these manuals.

Controls the current heartbeat timeout of the link.

Name

DeviceLinkHeartbeatTimeout

Category

DeviceControl

Interface

Float

Access

Read/Write

Unit

µs

Visibility

Guru

Values

> 0

Standard

SFNC

Availability uEye+

icon-gev

Availability uEye

-

hint_info

The access changes to read-only during an acquisition.

Code example

C++

// Determine the current DeviceLinkHeartbeatTimeout
double value = nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("DeviceLinkHeartbeatTimeout")->Value();
// Set DeviceLinkHeartbeatTimeout to 3500000.0 us
nodeMapRemoteDevice->FindNode<peak::core::nodes::FloatNode>("DeviceLinkHeartbeatTimeout")->SetValue(3500000.0);

C#

// Determine the current DeviceLinkHeartbeatTimeout
double value = nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("DeviceLinkHeartbeatTimeout").Value();
// Set DeviceLinkHeartbeatTimeout to 3500000.0 us
nodeMapRemoteDevice.FindNode<IDSImaging.Peak.API.Core.Nodes.FloatNode>("DeviceLinkHeartbeatTimeout").SetValue(3500000.0);

Python

# Determine the current DeviceLinkHeartbeatTimeout (float)
value = nodeMapRemoteDevice.FindNode("DeviceLinkHeartbeatTimeout").Value()
# Set DeviceLinkHeartbeatTimeout to 3500000.0 us (float)
nodeMapRemoteDevice.FindNode("DeviceLinkHeartbeatTimeout").SetValue(3500000.0)

© 2026 IDS Imaging Development Systems GmbH