www.vtiinstruments.com
EX1629 Command Set
287
vtex1629_set_tare
F
UNCTION
P
ROTOTYPE
ViStatus vtex1629_set_tare (ViSession
vi
, ViInt32 _VI_FAR
channels[]
, ViInt32
numberOfChannels
, ViReal64
tareValue
);
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.
channels
= an input integer array containing a list of channel numbers for which the tare value will be set. Valid
input values: 0 to 47.
numberOfChannels
= the size of the
channels
list. Valid input values: 1 to 48.
tareValue
= a real input value indicating the tare value to set for all the indicated channels.
D
ATA
I
TEM
R
ESET
V
ALUE
tareValue
= 0.00000
D
ESCRIPTION
This function sets the tare values for a list of channels. The tare value is subtracted from the output of the EU
conversion. It is used to provide a user-selectable offset value for a channel.
NOTE
The tare value is not linked to the units setting. For correct results, the EU conversion and units
(ε or µε, if using a strain EU conversion) should be set first, followed by any tare value.
E
XAMPLE
ViSession instrumentHandle;
ViStatus status;
ViInt32 channels[] = {0};
…
status = vtex1629_set_tare (instrumentHandle, channels, 1, 0.01);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...