Please enable JavaScript to view this site.

IDS peak 2.10.0 / uEye+ firmware 3.34

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

Tests the camera's pending acknowledge feature. When this feature is written, the device waits a time period corresponding to the value of TestPendingAck before acknowledging the write.

hint_info

On GigE Vision cameras, this feature is only available when GevGVCPPendingAck is enabled.
On U3 Vision cameras, this feature is always available.

Name

TestPendingAck

Category

TestControl

Interface

Integer

Access

Read/Write

Unit

ms

Visibility

Guru

Values

0 ... 10000
Increment: 1

Standard

SFNC

Availability uEye+

icon-gev icon-u3v

Availability uEye

-

Code example

C++

// TestPendingAck by requesting a 1 s delay before answering
nodeMapRemoteDevice->FindNode<peak::core::nodes::IntegerNode>("TestPendingAck")->SetValue(1000);

C#

// Determine the current TestPendingAck
long value = nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("TestPendingAck").Value();
// TestPendingAck by requesting a 1 s delay before answering
nodeMapRemoteDevice.FindNode<peak.core.nodes.IntegerNode>("TestPendingAck").SetValue(1000);

Python

# Determine the current TestPendingAck (int)
value = nodeMapRemoteDevice.FindNode("TestPendingAck").Value()
# TestPendingAck by requesting a 1 s delay before answering
nodeMapRemoteDevice.FindNode("TestPendingAck").SetValue(1000)

© 2024 IDS Imaging Development Systems GmbH