* Check your [[serial port]] LV 8.0 Linux * Oxford Instruments [[Magnet Power supply]] LV 8.0 Linux * Elektronikka [[AVS47]] LV 8.0 Linux * Rohde & Schwarz {{:rs_sms_signalgenerator.vi|SMS Signal generator}} 0.1 - 520 MHz. LV 8.0 Linux * PPMS {{labviewvi:ppms_resistivity.vi}} * PPMS {{labviewvi:ppms_controller.vi}} * PPMS {{labviewvi:ppms_chamber_status.vi}} * PPMS {{labviewvi:ppms_field.vi}} * PPMS {{labviewvi:ppms_field_set_pont.vi}} * PPMS {{labviewvi:ppms_install_sample.vi}} * PPMS {{labviewvi:ppms_magnet_status.vi}} * PPMS {{labviewvi:ppms_position_set_point.vi}} * PPMS {{labviewvi:ppms_position_status.vi}} * PPMS {{labviewvi:ppms_position.vi}} * PPMS {{labviewvi:ppms_pressure.vi}} * PPMS {{labviewvi:ppms_resistivity_initialize.vi}} * PPMS {{labviewvi:ppms_set_analog_output.vi}} * PPMS {{labviewvi:ppms_set_angle.vi}} * PPMS {{labviewvi:ppms_set_chamber.vi}} * PPMS {{labviewvi:ppms_set_magnet.vi}} * PPMS {{labviewvi:ppms_set_temp.vi}} * PPMS {{labviewvi:ppms_shutdown.vi}} * PPMS {{labviewvi:ppms_temp_set_point.vi}} * PPMS {{labviewvi:ppms_temp_status.vi}} * PPMS {{labviewvi:ppms_temperature.vi}} * PPMS {{labviewvi:ppms_wait_for_stable_temp.vi}} * PPMS {{labviewvi:temp_calibration_sweep.vi}} * PPMS {{labviewvi:temp_calibration.vi}} * PPMS {{labviewvi:sweep.vi}} * PPMS {{labviewvi:empty_sweep.vi}} Apart from controlling your instrumentation, you should be able to write down your measurements! It's **not** easy in LabVIEW to append data to a file, unless you want to use the predefined LabVIEW WriteToSpreadsheet.vi . The {{:appendtofile.vi|AppendToFile.vi}} does exactly this job: accepts as input the file path and the string buffer to write, and then it opens the file and appends the buffer to the file and then it closes the file. This function is written in LabVIEW 8.0. Some stuff for windows in Labview 7.1: please let me know if there are bugs! (chris) * I-V curves with Keithleys {{labviewvi:keithley_measure_iv.llb}} {{labviewvi:measure_iv_with_keithleys.llb}} This has all of the subvis to measure an IV with a 220 or 224 current source (assuming a minimum step size of 100pA) with various different current ramps possible, and either a 181 or 2182 nanovoltmeter. The only bug I know of, is something funny at exactly 0 current.