1830A Sample C# Applications

For users of 1830A DC Substitution RF Power Meter
Post Reply
jnewton
Posts: 25
Joined: Thu Jun 25, 2009 9:08 am
Real Name: Jim Newton

1830A Sample C# Applications

Post by jnewton »

Attached are sample applications and source code to communicate with the 1830A RF Power meter.

The applications are written in C# using Visual Studio 2005.

1830A Sample 1:
This sample uses tcp client connection to communicate with the 1830A, this is the simplest sample since it does not require the installation of any other third party libraries.

1830A Sample 2:
This sample uses the VisaCom Interoperability libraries. This sample requires the installation of the NI-VISA runtimes and IVI shared components outlined in the IVI Drivers topic ( viewtopic.php?f=5&t=61 )

1830A Sample 3:
This sample uses the IVI drivers developed for the 1830A. This sample requires the installation of the NI-VISA runtimes, IVI shared components, and 1830A IVI driver outlined in the IVI Drivers topic ( viewtopic.php?f=5&t=61 )

1830A Sample 4:
This sample uses the the visa32.dll for communications to the 1830A. This sample requires the installation of the NI-VISA runtimes.

These samples are quick demonstrations of a few of the ways to communicate with the 1830A, and are not production ready applications.
You do not have the required permissions to view the files attached to this post.
Post Reply