Page 1 of 1

Agilent VEE support

Posted: Tue Oct 04, 2011 4:36 am
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.

Re: Agilent VEE support

Posted: Tue Oct 04, 2011 4:40 am
by serg
This VEE Sample demonstartes using of the SUB-20 SPI interface.
vee_spi.JPG
vee_spi.JPG (179.72 KiB) Viewed 22929 times

Re: Agilent VEE support

Posted: Mon Sep 24, 2012 3:16 am
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