Agilent VEE support

All about Sub-20 Multi Interface USB Adapter USB to I2C, SPI, GPIO, RS232, RS485, Ir, LCD

Moderator: serg

Post Reply
serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

Agilent VEE support

Post by serg »

Agilent VEE is a graphical dataflow programming software development environment from Agilent Technologies for automated test, measurement, data analysis and reporting(Wiki). There is a good document http://cp.literature.agilent.com/litweb ... -90011.pdf which describes using the VEE. The "7. Using .NET with VEE" explains details of using native and third party .NET components in the VEE IDE. In this thread we are going to publish sample VEE programs.

serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

Re: Agilent VEE support

Post by serg »

This VEE Sample demonstartes using of the SUB-20 SPI interface.
vee_spi.JPG
vee_spi.JPG (179.72 KiB) Viewed 22837 times
Attachments
spi.zip
SPI VEE sample program
(3.22 KiB) Downloaded 1654 times

serg
Posts: 143
Joined: Mon Aug 31, 2009 9:17 pm

Re: Agilent VEE support

Post by serg »

The VEE is sensitive to the location of the SUB-20 .NET component(sub20dnc.dll). It must be installed into the GAC (Global Assembly Cache). This can be done by using the gacutil.exe utility:

gacutil.exe -i C:\Program Files\SUB-20\bin\x86\sub20dnc.dll

Post Reply