PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

PXI Backplane via pythn

Hello everybody,

 

I want to connect a digital signal (for example: 'PXI1Slot2/port0/line0') from a PXI-Multifuntion IO Module to the bus/ backplane of the PXI-System to trigger another module in the PXI-System.

 

I am using python and struggle to find an example code for this or anything close to this problem.

 

My idea was:

import nidaqmx

system = nidaqmx.system.System.local()
device = system.devices['PXI1Slot2']

phys_chan = nidaqmx.system.PhysicalChannel('PXI1Slot2/port0/line0')

system.connect_terms(phys_chan.name, ???)

 

Any suggestions?

 

PS: I tried to read the docs: https://nidaqmx-python.readthedocs.io/en/latest/index.html without any success.

0 Kudos
Message 1 of 2
(2,245 Views)

Hello LarsOst


Is this question still relevant? what Interpreter do you use and what controller? Also you have to configure the other module to receive the trigger.  

0 Kudos
Message 2 of 2
(1,912 Views)