01-19-2016 08:58 AM
I am creating a calibration (verification not adjustment) routine for the PXI-4224. I want to control the Fluke 5700A to output 13 different DC voltages incrementally. I am fairly certain that I should be using an array wired to the Primary Value of the Fluke 5XXX Multicalibrator.lvlib: Set output values.vi .When I insert and wire an array constant (thinking this is correct as the values I want to be the testpoints are static) I am getting a "constant has undefined type" error.
How would I correct this to do the following:
1. Output a DC Voltage based on a predetermined list of voltages
2.When the routine for the first output voltage is complete, go to the next voltage in the "list". (I am aware that there needs to be a loop in place, I can handle that it is how to write the vi where on the following iteration the next value is sourced from the 5700A)
Thank you for your assistance
Chris
01-19-2016 09:15 AM