Toshiba teli BU040M Instruction Manual page 118

Cmos camera
Table of Contents

Advertisement

GenICam function API
Control TimerControl using GenICam API.
 TimerDelay/TimerDuration/TimerTriggerSource
1. Sets the delay of Timer0Active signal by 'TimerDelay'.
2. Sets the duration of Timer0Active signal by 'TimerDuration'.
3. Selects the source of Timer0Active pulse to start by 'TimerTriggerSource'.
Integer value and string value of Enumeration are as follows.
Integer
0
32
104
124
// GenICam node handle
CAM_NODE_HANDLE hDelay = NULL;
CAM_NODE_HANDLE hDuration = NULL;
CAM_NODE_HANDLE hSource = NULL;
// TimerDelay = 1000.0[us], TimerDuration = 2000.0[us]
float64_t
float64_t
// Retrieve GenICam node.
Nd_GetNode(s_hCam, "TimerDelay", &hDelay);
Nd_GetNode(s_hCam, "TimerDuration", &hDuration);
Nd_GetNode(s_hCam, "TimerTriggerSource", &hSource);
// 1.Sets the delay of Timer0Active signal.
Nd_SetFloatValue(s_hCam, hDelay, dDelay);
// 2.Sets the dulation of Timer0Active signal.
Nd_SetFloatValue(s_hCam, hDuration, dDuration);
// 3.Selects the source of Timer0Active pulse to start.
Nd_SetEnumStrValue(s_hCam, hSource, "ExposureStart");
Please refer to [INode functions], [IFloat node functions] and [IEnumeration node functions] in
[TeliCamAPI Library manual] for more detail.
Copyright © 2018 - 2020 Toshiba Teli Corporation, All rights reserved.
String
Off
DisablesTimer0Active signal.
Line0
Starts when Line0 is active.
FrameTrigger
Starts with the reception of the Frame Start Trigger.
ExposureStart
Starts with the reception of the Exposure Start
dDelay = 1000.0;
dDuration = 2000.0;
117 / 177
Description
https://www.toshiba-teli.co.jp/en/
DAA00195C

Advertisement

Table of Contents
loading

Table of Contents