The operators use different channel with their respective functions.
Channel 1001~1003 : AC Output Voltage
Channel 1007~1009 : CT Voltage
Channel 1013 : Resistance
In order to use any other channel to measure current instead of using channel 41~44, we have to configure it manually by selecting AC voltage measurement and turn scaling ON.
Set the gain to 100.
Lastly set the unit to A.
The Mx + B will show on the screen after we finish configuring the channel. This indicates that the scaled reading (current) = (Gain x Measurement) + offset .
These are the VIs for 34980A which are essential for our programming.
This is the program we design to get the data and current reading without setting the GAIN to 100 manually.
This is the front panel of 34980A program in which all the data will be shown here.
After that, we are required to export the data into excel/notepad format. This can be achieved by using Write to Measurement File VI. When we place the Write to Measurement File VI into our program it will prompt out the configuration window automatically for user to select the location to store the data.
We include several Write to Measurement File VI in our main program which is the data acquisition of power meter and oscilloscope. We will combine 34980A program with the main program later.
When the users click the "Acquire" button, the data will be exported automatically into notepad format. However, the program of the respective instrument will stop after acquiring a set of data.
This is the example of a set of data exported in notepad format.




























