User`s guide

Motion Libra 75
_8136_A_Output_Control
Once user wants to stop outputting any voltage from DA channel,
he can use this function to close DA channel immediately. It can be
open again by this function too.
_8136_A_Set_Trigger
This function is for enable/disable DA channel output by trigger
source. The trigger source would be ADC comparator interrupt or
encoder counter comparator interrupt.
_8136_A_Set_Trigger_Map
This function is for assigning each channel's trigger source. The
trigger source is selected by one parameter. Each bit of this
parameter represents one kind of trigger source. Bit0~5 means
trigger source is from encoder counter channel 0~5 and bit8~13
means trigger source is from ADC channel 0~5. Set 1 is for enable
and 0 is for disable.
_8136_A_Set_Preload_Volt
Once user set the DAC trigger function, the preload voltage must
be set first. When the trigger is active, the DAC channel will output
this preload value.
_8136_A_Set_Compare_Value
This function is for DAC trigger output or simply for generating
ADC comparator interrupt. When user wants to output a preload
voltage which is triggered by ADC level, the trigger level must be
set by this function. The trigger level is set by a 12-bits ADC value
with a range from 0 to 4000.
_8136_A_Set_Compare_Volt
This function is for DAC trigger output or simply for generating
ADC comparator interrupt. When user wants to output a preload
voltage which is triggered by ADC level, the trigger level must be
set by this function. The trigger level is set by a 12-bits ADC
voltage with a range from 10.0 to 10.0.
@ Syntax
C/C++ (DOS, Windows 95/98/NT/2000)
I16 _8136_A_Write_Value(I16 CardNo, I16 Channel, I16 Value)
I16 _8136_A_Write_Volt(I16 CardNo, I16 Channel, F64 Volt)
I16 _8136_A_Read_Value(I16 CardNo, I16 Channel, I16 *Value)
I16 _8136_A_Read_Volt(I16 CardNo, I16 Channel, F32 *Volt)
I16 _8136_A_Output_Control(I16 CardNo, I16 Channel, I16
Control)
I16 _8136_A_Set_Compare_Value(I16 CardNo, I16 Channel, I16
Value)
I16 _8136_A_Set_Compare_Volt(I16 CardNo, I16 Channel, F64
Volt)