LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQ Assistant

Solved!
Go to solution

I have a Labview program that another individual used DAQ Assistant in to measure analog channels.  He used a PCI6229.  I now want to port that SW over to another PC that uses a PCI 6343 instead of the 6229.  IF the 6343 is a one for one swap in hardware and sw will the switch be transparent to DAQ Assistant ?  In other words if I open an existing DAQ Assistant under "DEVICE TYPE" will the PCI6343 show up in this column? I'm trying to use the 6343 in place of my 6229 w/o going thru and recompiling the code.

thxs

0 Kudos
Message 1 of 7
(3,044 Views)
Solution
Accepted by topic author Clint1000

You've got a pretty good chance, probably.

 

By default, DAQ devices get assigned aliases such as "Dev1", "Dev2", and so on.  Task configurations are typically based on using these aliases and LabVIEW's shipping examples commonly designate channels on "Dev1" by default to match up.

 

The fact that you're even using DAQ Assistant rather than regular DAQmx functions suggests a certain newness to the realm, which further suggests that the devices might each have the default alias of "Dev1" in their respective PC's.

 

To make sure, go into MAX on the two PC's and check what alias is assigned.  If necessary, make the alias for the 6343 on the 2nd PC match the alias for the 6229 on the 1st.

 

 

-Kevin P

ALERT! LabVIEW's subscription-only policy came to an end (finally!). Unfortunately, pricing favors the captured and committed over new adopters -- so tread carefully.
Message 2 of 7
(3,035 Views)
Solution
Accepted by topic author Clint1000

It will depend on how the device is call in your software. If you are lucky you will only have to change the device name to what ever it is in your code. (i.e if it is called DEV 1 and the new card is called DEV 3 you will have to rename it to DEV 1). Assuming that they are a direct drop in and the channels did not change physical location.

Tim
GHSP
Message 3 of 7
(3,034 Views)

Wish I could accept both answers as a solution..thanks.

0 Kudos
Message 4 of 7
(3,020 Views)

I believe that you can. If you click accept solution on each of the comments. Even if you can't you should actually click the comment that answered your question and not your response. You do this so if someone had the same problem they click on go to solution it actually takes them to the answer and not you telling everyone that it solved your issues.

Tim
GHSP
0 Kudos
Message 5 of 7
(3,012 Views)

You can.

 

That would be more appropriate then accepting your own message as the solution.

0 Kudos
Message 6 of 7
(3,011 Views)

No No No.  My last message is not the solution, nor aeatest's that occurred same time as mine.

 

Go to message #2  Click Accept as Solution

Go to message #3  Click Accept as Solution

0 Kudos
Message 7 of 7
(2,985 Views)