Jump to content

Developing application for NI USB modules


Recommended Posts

Did you check the manual? - DAQmx will definitely work.

The drivers are free and should be included with the device or can be downloaded from NI's website.

Hi jgcode,

When I first connect the device it shows..

post-16569-0-56257300-1311592721_thumb.j

Then if I press enter it opens a panel something like...

post-16569-0-62352000-1311592768_thumb.j

In my LV application I can see the device id.but I dont know how to proceed further..

post-16569-0-49422500-1311592940_thumb.j

Sharonthrowpc.giffrusty.gif

Edited by Sharon_
Link to comment

This is one of those places where using the DAQ Assistant (on the LabVIEW Function Palette) is sort of useful. If you drop the assistant on block diagram, it will guide you through creating a simple DaqMx VI using your new card. You can then convert the assistant to code and see what had to happen to open and talk to your card. A caveat: The DAQ Assistant (imho) does not make code that should be used in anything that remotely resembles production code. Just use it as a learning tool and then re-write the DaqMx code to fit your particular application.

Mark

Link to comment

I don't have it right of front of me, but you 'should' be able to popup on the io constant and select which class i.e. DO.

Hi friends,

Everything is fine now- I just needed to install DAQmx 9.1.7 software that came along with the USB module. But Ia m sure I already had DAQmx on my machine.. I dont know what happend.. unsure.gif

Anyway it is working now.

Thank you for your comments and suggestions..!!!

Sharonworshippy.gif

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.