Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

route PXI trigger on Backplane

I have an ADLINK PXIs-3320 chassis which comes with 15-Slot PXI backplane.  I have to route trigger signals across the buses. I know that the backplane of this chassis is divided into three independent PCI buses or segments and each bus has its own set of eight PXI Trigger Lines, that by default ARE NOT connected to each other.

 

My first objectif is sending a signal from example from the device install in the slot 3 to the other one in slot 13 using the backplane through one of the 8 trigger lines. When this part works I will send a signal from the slot 2 to the rest slots.......

 

After identifying the ADLINK PXI controller and chassis in NI MAX v4.5, I used VISA to route the trigger lines.

I want to route the line 7 from the segment Bus 1 outward to the other trigger buses.  I know that  I need to first route “Trigger Bus 1(source) line TTL-7” to “Trigger Bus 2(destination) line TTL-7” and then route “Trigger Bus 1(source) line TTL-7” to “Trigger Bus 3 (destination) line TTL-7”.   

backplane configuration PXIs-3320.JPG

  The problems comes when I use viMapTrigger() to set the trigger routes, after executing, I can see always the same error. I cannot resolve this problem because there are not  any information. I was trying all the possible combinations and it doesn’t work. Maybe I need to set other attributes…..

                    Return status code: 0xBFFF0042

                    Status name: VI_ERROR_LINE_IN_USE

                    The specified trigger line is currently in use.

 

Someone can read the file which I attach and help me????

Thanks in advance for your answer,

yours sincerely,

                                     Veronica Afonso Rodriguez

                                     Electronic Engineer  

Message Edited by VeronicaGC on 06-26-2009 07:24 AM
0 Kudos
Message 1 of 2
(4,886 Views)

PS: Tutorials, manuals, post.... that I have already read without finding a GOOD solution.

- User's manual ADLINK PXIs-3320

-PXI Module Description File Specification

- VISA for PXI specification

- NI VISA user Manual

- viMapTrigger help

-   Programmatically routing PXI Trigger Lines Across a Multi Segment PXI Chassis:

     https://forums.ni.com/t5/Example-Code/Programmatically-Route-PXI-Trigger-Lines-Across-a-Multi-Segmen... 

- Configuring your PXI System in MAX 3.x and above:

http://digital.ni.com/public.nsf/allkb/5902345227DFCA1286256EDA0063F50C 

- Routing PXI Trigger Lines Across the Buses of Multisegment PXI Chassis:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YIIVCA4&l=en-US

- Using PXI Timing and Triggering Functionality:

https://www.ni.com/en/support/documentation/supplemental/18/using-pxi-timing-and-triggering-function...

-Slot detection of PXI modules:

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000004B0jSAE&l=en-US

- PXISYS.INI getting started(MAX 2.x):

http://digital.ni.com/public.nsf/allkb/0AD038EDB394C4DC86256ED800707403 

- Mapping of triggers on PXI chassis:

https://forums.ni.com/t5/PXI/mapping-of-triggers-on-PXI-chassis/m-p/641798?requireLogin=False                        

0 Kudos
Message 2 of 2
(4,884 Views)