1)What is the Development system. How can I know if both are Device1 or whatever is appropriate.
2)I am using examples for LABVIEW.
Thank you ,
Sincerely
Munir Afzal Bhatti
1)Thanx a lot for ur answer, I want to know how can I change the order of the devices, From Dev1 to Dev2 and vice versa?
2)I am sending u a pic. of the screen shot, the max. shows the
card the chassis , but how can I assign a channel, in the examples I
use, as whe i try to make a channel i get the message , no supported
devices found.
Can u give any suggestion on what I should do?
Thank u
Munir
New Picture.JPG:
http://forums.ni.com/attachments/ni/250/18579/1/New Picture.JPG
You will want to check in Measurement & Automation Explorer (MAX)
to see what your two DAQ devices are named. You should be able to
find your two cards listed under Devices And Interfaces, then NI-DAQmx
devices. They are most likely named something like "Dev1" and
"Dev2". Make sure that in your LabVIEW VI, that the device names
you are using match up to how they are listed in MAX (ie for the part
of your VI that addresses your voltage card, make sure it matches the
name given in MAX to the voltage card).
Thaison V
It sounds like you are using the Traditional Drivers. It would be
helpful if you could share what version of the NI-DAQmx or Traditional
NI-DAQ drivers you are using, as well as the model numbers for the two
boards. From here, we may be able to direct you on how to name
your boards appropriately.
Thaison V
You shouldn't have to worry about the GPIB or PXI entries under Devices
and Interfaces. GPIB is an interface that you can use to
communicate with set-top instruments such as a scope or digital
multimeter, but it won't have anything to do with your 6013
cards. Since your cards are PCI versions, you don't need to be
concerned about the PXI entry either.
To check your current device number assignments in MAX, you will want
to look under Devices and Interfaces, then Traditional NI-DAQ
Devices. You will probably see something like PCI-6013E (Device
1) and then PCI-6013E (Device 2). You will want to make sure that
these device numbers you have in MAX match up with the device numbers
you have in your LabVIEW VI. If you need help with figuring out
your LabVIEW VI, take a look at the manual for the Traditional NI-DAQ
drivers here:
http://digital.ni.com/manuals.nsf/websearch/74E3CF846234B47E86256CB7005DF156
One tip I would also have is to turn on your Context Help in LabVIEW
(Help>>Show Context Help), as it will give you overviews of the
functions you have your mouse over.
Thaison V