LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Routing PXI trigger lines using LabVIEW 6.1


Hello to all newsgroup,
I have a problem to programmatically routing PXI trigger lines in PXI chassis.
I use LabVIEW 6.1 (I know: is very old, but I need to use this version and I cannot change it....).
I see in LabVIEW 6.1 the "PXI backplane" VISA class doesn't exist. So, I try to use the "PXI Instr" VISA class.  But this class is not supported by the VI "VISA Map Trigger" (which supports only VXI/GPIB-VXI Backplane in LabVIEW 6.1).
Is there a way to programmatically routing PXI trigger lines with LabVIEW 6.1?
I see that in LabVIEW 7.1 the way that I described here above works correctly, but, I repeat, I NEED to use LabVIEW 6.1
Thank you very much and have a nice day.

Gianluca
 
 
0 Kudos
Message 1 of 7
(3,183 Views)
Hi Gianluca,
 
Here is a Knowledgebase explaining how to configure PXI trigger lines. I must confess I am not sure which version of Labview the KB is referring too, it may be a later version. Do you know which version of MAX/DAQmx you are using? 
 
I hope this resource is of some assistance to you.
 
Regards,
Mike W
Applications Engineer
National Instruments UK&Ireland
0 Kudos
Message 2 of 7
(3,178 Views)
Thank you for your answer, but I guess that cannot solve my problem.
My need is to PROGRAMMATICALLY routing PXI trigger lines using LabVIEW 6.1 and not to fix them using the MAX.
I need to do something like this: http://digital.ni.com/public.nsf/allkb/A4DA71CA2F68306686256ED8005515ED?OpenDocument
But these operation doesn't work in LabVIEW 6.1.
Have a nice day.
 
Gianluca
0 Kudos
Message 3 of 7
(3,159 Views)

Hi Gianluca,

Which version of NI-Traditional DAQ and of NI-VISA drivers are you using?

I think your problem could be caused by the fact that the part of the driver used to perform the routing is not compatible with LabVIEW 6.1 as LabVIEW 6.1 only works in traditional DAQ and the routing software uses DAQmx.

My suggestion is to try to upgrade your NI-VISA (you can download the correct version from this link).

Also, refer to examples in LabVIEW Find Examples.

I hope this upgrade will solve your problem!

Bye!

Licia

 

0 Kudos
Message 4 of 7
(3,139 Views)
Hi Licia,
I installed both the NI-DAQmx v8.6.0f5 and the Traditional NI-DAQ v7.3.0f1.
I suppose these versions are correct, because if I use LabVIEW 7.1 in the same PC, I can route the PXI resource.
I think is not a driver problem....   Could be a LabVIEW problem, which using v6.1 doesn't allow this kind of function?
Thank you.
 
Gianluca
0 Kudos
Message 5 of 7
(3,121 Views)

Yes, your drivers versions are ok, but remind that LabVIEW 6.1 is only supported by Traditional DAQ, so be certain you are using these drivers.

In the KB you were referring to, it's indicated that VISA drivers version must be 3.1 or later in order to be able to programmatically route the PXI trigger lines: have you checked this? Otherwise, update VISA drivers.

If you are not still able to route the triggers in that way, maybe the routing is only supported by DAQmx (this KB seems to indicate so), so you should use LabVIEW 7.1: why is it a problem for you?

Regards.

Licia

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

Hi Licia,
of course, I already checked the VISA version: it is 4.2.
Probably the problem is LabVIEW 6.1 that not support this operation.
For me it's very difficult to use LabVIEW 7, because the application is very very very big and it was developed on LabVIEW 6.1: change it meaning to work for two month for the porting....
In any case many thanks for the answer.

 

Gianluca

 

 

0 Kudos
Message 7 of 7
(3,087 Views)