VTI Instruments Corp.
254
EX1629 Command Set
vtex1629_set_euconv_dynamic_excitation_enabled
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_set_euconv_dynamic_excitation_enabled (ViSession
vi
, ViInt32
channnelsArraySize
, ViInt32
_VI_FAR
channels[]
, ViBoolean
enabled
);
F
UNCTION
P
ARAMETERS
vi
= contains a session handle to the instrument. This handle is obtained by the function and remains valid until the
session is closed.
channelsArraySize
= the size of the
channel[]
array. Valid input values: VTEX1629_MIN_SCANLIST_LENGTH
(1) to VTEX1629_MAX_SCANLIST_LENGTH (48).
channel[]
= an integer input array that specifies the channel for which the configuration will be returned. Valid input
values: 0 to 47.
enabled
= a Boolean input value indicating whether dynamic excitation EU is enabled on the listed channels. If
enabled equals VI_TRUE, then dynamic excitation EU will be enabled on the channels listed in the
channels[]
array.
D
ATA
I
TEM
R
ESET
V
ALUE
enabled
= VI_TRUE (1)
D
ESCRIPTION
This function sets the dynamic excitation EU conversion state. In this mode of operation, the EX1629 uses the
excitation voltage measured by the confidence ADC (in real time) in its calculations. This mode is available for
bridge sampling frequencies (
f
s
) less than or equal to 1 kHz. While in this mode, it is advised to give the confidence
filters at least 1.5 s to settle, from the time the confidence source for excitation voltage is enabled or the excitation
value is changed.
The vtex1629_measure_excitation_voltage interface uses the confidence subsystem to measure the excitation
voltage. It returns these voltages to the calling function. Optionally, it can update the excitation voltage value used
for the strain EU conversion. The dynamic excitation EU conversion is slightly different. It is a mode of operation
that essentially does the same operations as vtex1629_measure_excitation_voltage, measuring the excitation voltage
using the confidence subsystem and updating the excitation voltage value used in the EU conversion in real-time.
This is a Boolean mode of operation, selectable per channel. If the user enables this mode, the set excitation voltage
EU function should return an error (users should not be able to manually set the excitation voltage EU value when in
this automatic mode). If the user queries the excitation voltage EU value, the result is the latest, real-time value.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 channelsArraySize = MAX_CHANNELS;
ViInt32 channels[MAX_CHANNELS];
ViBoolean set_enabled = VI_TRUE;
…
status = vtex1629_set_euconv_dynamic_excitation_enabled(vi,
channelsArraySize,
channels,
set_enabled);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...