LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can labVIEW 5.1 talk to DAS-08 card ?

I have a DAS-08card from measurement computing and labview 5.1.This is an educational project and again low in budget.I need to communicate DAS-08 with labview . Can this be done?Please suggest.
0 Kudos
Message 1 of 5
(3,096 Views)
Because you are not using LabVIEW Real-Time, you'd be better off posting this kind of question under LabVIEW General. The audience there is much larger.

To answer your question, for LabVIEW to talk to any hardware, there must be a driver which is basically a library of functions written in some language. If your DAS-08 card has a driver (usually in the form of a .dll file), you can use LabVIEW to call functions within that driver/library to control the card via a Call Library Node located on the advanced palette. Sometimes, vendors provide LabVIEW instrument drivers for non-NI hardware, so you should check with your card's vendor before writing your own LabVIEW interface.
Message 2 of 5
(3,096 Views)
I have not worked with measurement computing stuff but I have read recently that they charge for their LV driver.

Try contacting them directly because they may be able to do you an educational deal.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 5
(3,096 Views)
Thanks for the reply.
with no driver software from measurement computing,how can I make the card talk to labview 4 ?You have mentioned accessing dlls.please suggest something(a link or the like) about it.
0 Kudos
Message 4 of 5
(3,096 Views)
Hi Buddha,

It has been a long time since I saw LV 4.

I do not remeber if .dll's were supported in LV 4.

I have heard that NI will sometimes help with doing this "back conversion" but that is not a given. Check with your local NI Field Engineer to see if they can assist.

If you have located the 5.1 driver you may want to try posting the whole thing to the "LabVIEW General" list and see if anyone is willing to do a "Save as previous version" from 5.1 to 5.0 and then using LV version 5.0 doing a "save as previous" again to get a LV 4 version.

Even if you found someone willing to do this, there is no guarentee that this would work because new functionality anywhere along the line would stop this procedure COLD!

I seem to remeber you sa
ying that you are trying to do this for an educational organization and you were trying to do this as cheaply as possible.

If so then do the following;

1) Check your documentation to see if dll's are supported in LV 4. If so get the .dll's from MC and you will have to develop your own calls. This could be simplified if you knew someone who had LV5.1 and would let you look at how the dll's should be called. If you do not know anyone, maybe the NI Field Rep could help. Do not put much hope in NI helping you to use non-NI hardware.

If dll's are not supported, then you will have to go with CIN (code interface nodes). In this case you will need the source code from MC.

You have two major things that are complicating this project.

1) Old LV code

2) Non-NI hardware.

If you are going to get anywhere with this project, you are going to have to relax one or both of the above restrictions.

Ben
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(3,096 Views)