Vishay Micro-Measurements System 7000 Programmer’s Reference Manual
Page 82 of 142
Arguments:
CardNo The card number (1-16).
ChannelNo The channel number on the card (1-8)
CGCType The thermocouple type:
0 = None(default)
1 = Type J
2 = Type K
3 = Type T
4 = Type R
5 = Type S
6 = Type B
7 = Type N
8 = Type E
Returns:
0 if Successful, otherwise an Error Code
Notes:
6.5.4.17 ConfigureLVDTCardExcitation Method
Syntax:
HRESULT _stdcall ConfigureLVDTCardExcitation(in long CardNo, in long Frequency, in long
Enable, in long Excitation, out retval long * result );
Description:
Sets the excitation for the selected LVDT card.
Arguments:
CardNo The card number (1-16).
Frequency The LVDT Card operates at 3 Vrms. The Excitation Frequency may be:
0 = Off (default)
1 = 2.5 kHz
2 = 5 kHz
3 = 10 kHz
4 = 125 Hz (test mode only)
Enable 1 = Enable Excitation,
0 = Disable Excitation (default)
Excitation The excitation value in Vrms. The excitation value is based upon your sensor
requirements. Note: Currently the LVDT only accepts 3 Vrms.
Returns:
0 if Successful, otherwise an Error Code
Notes: