Agilent VEE support
Moderator: serg
Agilent VEE support
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
This VEE Sample demonstartes using of the SUB-20 SPI interface.
- Attachments
-
- spi.zip
- SPI VEE sample program
- (3.22 KiB) Downloaded 2171 times
Re: Agilent VEE support
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
gacutil.exe -i C:\Program Files\SUB-20\bin\x86\sub20dnc.dll