USING LABJACK U12 with AGILENT VEE:
	Drivers tested with Agilent VEE pro 6.2.


INSTALLATION:
	Extract all files in "LabJack_VEE.zip" to a LabJack folder in your VEE directory. 
	EXAMPLE: C:\Program Files\Agilent\VEE Pro 6.2\
	NOTE: The zip contains folder data. To preserve the folder data open the archive in an 
	      extraction utility, select all files, then right-click on the files and select extract. 

USING:
	To control the LabJack from within VEE, the LabJack functions must be imported.
	Follow the following steps to import the LabJack functions: 
		
	1. From within VEE's Device menu select Import Library. Place the Import box in your program. 
	
	2. From the Library Type drop down box, select "Compiled Function". 

	3. Give the Library a name.
	
	4. Click on the "File Name" input field. A file browser window will pop up. In the browser 
		enter "ljackuw.dll" . A directory is not required. 
	
	5. Click on the "Definition File" field. A file browser window will pop up. In the browser 
		select "ljackuwv.h" from within your VEE directory \LabJack. 
		EXAMPLE: C:\Program Files\Agilent\VEE Pro 6.2\LabJack\ljackuwv.h

	6. To load the library click on the menu button, (the menu button is in the top left corner of 
		the import library object) and select "Load Lib".

	7. In the program explorer click the plus next to the name you gave the library. A list of all 
		labjack functions will be displayed. 

	8. To use a function right click on it and generate a call. 


ADDITIONAL INFORMATION:
	For information on using the functions please see the "Programming Reference" section in the
	LabJack U12 users guide: http://www.labjack.com/files/LabJack_U12_Users_Guide.PDF


EXAMPLES:
	After installing as described above, the examples can be found in your VEE directory\LabJack\examples. 
	The import library function within the examples may need to be updated with your VEE directory	
	EXAMPLE: C:\Program Files\Agilent\VEE Pro 6.2\LabJack\Examples

	Included Examples:

		AOUpdate_AISample:
			This example demonstrates how to update both Analog output channels, read the 8 
			analog input channels, set the direction and state of all digital channels, 
			and read the state of all digital channels.


SUPPORT:
	Forum:
	http://www.labjack.com/forums/index.php	
	
	Email:
	support@labjack.com

	Phone:
	(303)942-0228
	
