Jump to content
  • 0

VB.net with USB-1808X


lseal

Question

I need to develop a simple application in VB.net for our USB-1808X.  I have tried downloading one of the VB examples but I am just getting errors.  Do I need to install the UL?  If so, where do I get that.  Your link on the web site to an ftp site does not work.  Is there a decent document for this stuff?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

The programming examples are installed when InstaCal is installed from MCC DAQ Software CD. They are located in C:\Users\Public\Documents\Measurement Computing\DAQ\. They are sometimes tricky to figure out because of the extra code to interrogate the device. I've attached a simple 32-bit console example designed for the USB-1808X. To use it, create a 32-bit VB Console project and then add a reference to our MccDaq dll. This can be done by right-mouse-clicking the project in the Solution Explorer and choosing Add->Reference->Extension. In the list, find and add MccDaq. Copy the attached file's contents and paste it into the Module.vb file. Before running the example, run the InstaCal utility and make sure it finds the USB-1808X and adds it to the board list. Close InstaCal and run the example.

 

 

Module1.vb

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...