ADLINK PCI-8124-C User Manual

Page 100

Advertising
background image

90

Function Library

_8124_get_linear_next_compare:

This function is used to get the next linear compare data.

This function is only for debug used. It does not have register latch
protection (high word (16-31 bits) latch) of counter when register
read. Therefore, it could be a problem when counter is count up at
mean time you read the counter.

This function is available after Firmware version: 0x13.

_8124_get_linear_remain_trigger_count:

This function is used to get remaining triggered counter.

This counter is a count down counter. You can use this function to
check how many remaining triggered will be output.

This function is available after Firmware version: 0x13.

@ Syntax

C/C++ (Windows 2000/XP)

I16 _8124_set_input_filter_enable( I16 CardId,

I16 Channel, I16 Enable );

I16 _8124_get_noise_detect( I16 CardId, I16

Channel, I16 *DetectStatus );

I16 _8124_get_pwm_trigger_count( I16 CardId, I16

Channel, F64 *PwmCount );

I16 _8124_reset_pwm_trigger_count( I16 CardId,

I16 Channel );

I16 _8124_get_linear_next_compare( I16 CardId,

I16 SetNum, I32 *CmpData );

I16 _8124_get_linear_remain_trigger_count( I16

CardId, I16 SetNum, F64 *Count );

Visual Basic (Windows 2000/XP)

@ Argument

I16 CardId

:

I16 Channel

: Channel number: 0 ~ 4

Advertising