![VXI VT1422A User Manual Download Page 171](http://html1.mh-extra.com/html/vxi/vt1422a/vt1422a_user-manual_1057857171.webp)
Advanced Programming with the VT1529B 169
Chapter 5
3. Next, create a custom linear EU conversion for the excitation voltage
channel. This EU will create the ratio of the newly measured value divided
by the original value. The first channel’s pre-INITiate excitation value
measured by the MEAS:VOLT:EXC? query above will be used to create
this EU. For this example, assume that this initial value was 5.60 V.
DIAG:CUST:MXB 1.0/5.60,0.0,(@10006)
Create custom linear EU to
compute ratio of current
excitation voltage to initial value
SENS:FUNC:CUST:HVOL (@10006)
Enables custom EU on
excitation channel
4. Use the ratio inside the algorithm to adjust the DSP-computed value.
After computing the corrected reading, the
writefifo
(),
writecvt()
or
writeboth()
algorithm calls can be used to send the corrected data to the
FIFO and/or CVT. This is a code segment from the algorithm:
{
float ratio;
float chan0, chan1, chan2;
/* get the ratio of new to initial excitation voltages */
ratio = I10006;
/* read and correct channel data */
chan0 = I10000 * ratio;
chan1 = I10001 * ratio;
chan2 = I10002 * ratio;
/* write corrected values to FIFO and the normal
position in CVT for this channel */
writeboth(chan0,
10);
writeboth(chan1,
11);
writeboth(chan2,
12);
writeboth(chan3,
13);
} /* end of code segment */
5. Download the algorithm and start scanning.
6. Read the data with SENS:DATA:FIFO? This data will be corrected strain
readings. Note that the data order in the FIFO will be channel 10006, 10000,
10001, 10002.
Note
Doing these corrections in an algorithm will increase the duration of the
Execute Algorithm phase of the VT1422A operational cycle (see
Figure 6-2 on page 195) and can slow down the frequency at which the
VT1422A can scan channels. For this reason, this method should be limited
to only those channels needed for the algorithms.
Summary of Contents for VT1422A
Page 2: ...This page is blank...
Page 8: ...8 Notes...
Page 22: ...22 Support...
Page 57: ...Field Wiring 57 Chapter 2...
Page 58: ...58 Field Wiring Chapter 2...
Page 96: ...94 Programming the VT1422A VT1529A B for Remote Strain Measurement Chapter 3...
Page 162: ...160 Programming the VT1422A for Data Acquisition and Control Chapter 4...
Page 224: ...222 Creating and Running Algorithms Chapter 6...
Page 419: ...VT1422A Command Reference 417 Chapter 7 Notes...
Page 420: ...418 VT1422A Command Reference Chapter 7 Notes...
Page 425: ...Specifications 423 Appendix A Thermocouple Type E 200 800 C SCPs VT1501 02 03A...
Page 426: ...424 Specifications Appendix A Thermocouple Type E 200 800 C SCPs VT1508 09A...
Page 427: ...Specifications 425 Appendix A Thermocouple Type E 0 800 C SCPs VT1501A 02A 03A...
Page 428: ...426 Specifications Appendix A Thermocouple Type E 0 800 C SCPs VT1508A 09A...
Page 429: ...Specifications 427 Appendix A Thermocouple Type E Extended SCPs VT1501A 02A 03A...
Page 430: ...428 Specifications Appendix A Thermocouple Type E Extended SCPs VT1508A 09A...
Page 431: ...Specifications 429 Appendix A Thermocouple Type J SCPs VT1501A 02A 03A...
Page 432: ...430 Specifications Appendix A Thermocouple Type J SCPs VT1508A 09A...
Page 433: ...Specifications 431 Appendix A Thermocouple Type K SCPs VT1501A 02A 03A...
Page 434: ...432 Specifications Appendix A Thermocouple Type R SCPs VT1501A 02A 03A...
Page 435: ...Specifications 433 Appendix A Thermocouple Type R SCPs VT1508A 09A...
Page 436: ...434 Specifications Appendix A Thermocouple Type S SCPs VT1501A 02A 03A...
Page 437: ...Specifications 435 Appendix A Thermocouple Type S SCPs VT1508A 09A...
Page 438: ...436 Specifications Appendix A Thermocouple Type T SCPs VT1501A 02A 03A...
Page 439: ...Specifications 437 Appendix A Thermocouple Type T SCPs VT1508A 09A...
Page 440: ...438 Specifications Appendix A 5k Thermistor Reference SCPs VT1501A 02A 03A...
Page 441: ...Specifications 439 Appendix A 5k Thermistor Reference SCPs VT1508A 09A...
Page 442: ...440 Specifications Appendix A RTD Reference SCPs VT1501A 02A 03A...
Page 443: ...Specifications 441 Appendix A RTD SCPs VT1501A 02A 03A...
Page 444: ...442 Specifications Appendix A RTD SCPs VT1508A 09A...
Page 445: ...Specifications 443 Appendix A 2250 Thermistor SCPs VT1501A 02A 03A...
Page 446: ...444 Specifications Appendix A 2250 Thermistor SCPs VT1508A 09A...
Page 447: ...Specifications 445 Appendix A 5k Thermistor SCPs VT1501A 02A 03A...
Page 448: ...446 Specifications Appendix A 5k Thermistor SCPs VT1508A 09A...
Page 449: ...Specifications 447 Appendix A 10k Thermistor SCPs VT1501A 02A 03A...
Page 450: ...448 Specifications Appendix A 10k Thermistor SCPs VT1508A 09A...
Page 454: ...452 Specifications Appendix A...
Page 480: ...478 VT1529A B Verification Calibration Appendix C...
Page 484: ...482 Glossary Appendix D Notes...