12-12-2005 10:01 PM
12-13-2005 05:00 PM
12-14-2005 07:22 AM
Viper..
Thanks for your comment. I have already done what you suggested. the problem is that everytime we change something in MAX (and therefore in the iak file), the user of my program has to make sure that the "addresses" of the fieldpoint channels match to the ones in the IAK file. Is there a way I could find how to put the address in the MAX to a common URL. For example
FROM : opc://localhost/National Instruments.OPCFieldPoint/FP @ 10_20_38_5\FP-TC-120 @3\Channel 1
TO: lookout://130.164.44.8/FP/1AI/01
12-15-2005 05:02 PM
12-16-2005 07:05 AM
12-19-2005 07:04 PM
11-09-2006 03:01 PM
11-10-2006 10:44 PM
11-11-2006 07:29 AM
Hi Brian,
Microsoft Visual C#. And sorry for not posting it as a new thread.
AJ
11-13-2006 12:11 PM
AlbertJ,
With the Microsoft .NET Framework version 1.1 or later, you can use NI-VISA to create applications using Visual C# and Visual Basic .NET without Measurement Studio. You need Microsoft Visual Studio .NET 2003 for the API documentation to be installed.
The installed documentation contains the NI-VISA API overview and function reference. This help is fully integrated into the Visual Studio .NET documentation. To view the VISA .NET documentation, go to Start»Programs»National Instruments»VISA»NI-VISA .NET Framework 1.1 Help. Expand NI Measurement Studio Help»NI Measurement Studio .NET Class Library»Reference»NationalInstruments.VisaNS to view the function reference. Expand NI Measurement Studio Help»NI Measurement Studio .NET Class Library»Using the Measurement Studio .NET Class Libraries»Using the Measurement Studio VisaNS .NET Library to view conceptual topics for using NI-VISA with Visual C# and Visual Basic .NET.
To get to the same help topics from within Visual Studio .NET 2003, go to Help»Contents. Select Measurement Studio from the Filtered By drop-down list and follow the previous instructions.
Examples can be found at C:\Program Files\National Instruments\MeasurementStudio(version #)\DotNET\Examples\Visa. These examples are installed when you install the VISA driver with .NET support.