ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple setpoints with 5700A?

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 

0 Kudos
Message 1 of 2
(3,047 Views)
You don't have a data type in your array constant. Simply drop one into the empty array.

You say you know that there needs to be a loop but you don't have one. All that you need is a for loop. If tut had taken any of the LabVIEW tutorials, you would know about empty array constants and how a for loop auto-indexes an array.
Message 2 of 2
(3,035 Views)