PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

How to control a PXI chassis with Ethernet.

I need to implement a rackmount DAS chassis with a bunch of standard signal conditioning, PXI DAQ kinds of modules, a freq counter, and a waveform generator.  I want to write a CVI application to run on an external computer and control the PXI hardware via NI-DAQmx and Ethernet.  What do I need to plug into a PXI slot(s) to do the Ethernet interface?  This is a simple, slow system that does not need MXI.

0 Kudos
Message 1 of 5
(309 Views)

MXI is easier as you can control and retrieve data from the modules directly from the computer.

 

If you are using a Windows PXI controller, the easiest way for remote control from external computer is Remote Desktop Connection.

 

If you want to write a CVI program that runs on the external computer and control PXI controller remotely, you need to first write a server standalone program for the PXI controller, then a client program on the external computer.

You can use NI gRPC Device Server and Client APIs. See How to use gRPC with NI Software and Hardware

-------------------------------------------------------
Applications Engineer | TME Systems
https://tmesystems.net/
-------------------------------------------------------
https://github.com/ZhiYang-Ong
0 Kudos
Message 2 of 5
(230 Views)

Sounds way too complicated.  

 

If I wanted to control a PXI (PXIe) chassis from a laptop, is there an MXI dongle?

 

Or, does the USB C port on my laptop provide what is necessary for the Thunderbolt interface to PXI?

0 Kudos
Message 3 of 5
(199 Views)

If your USB C port on the laptop is a Thunderbolt port, you can connect to a PXIe-8301. The PXIe-8301 is a Thunderbolt Remote controller module that would go into slot 1 of the PXIe chassis.

 

Not all USB C ports are Thunderbolt ports, so you'll need to verify that. 

 

Can I Use My NI PXIe Thunderbolt™ Remote Controller With A USB-C Interface?

0 Kudos
Message 4 of 5
(192 Views)

Do you intended to have an embedded PXI controller or without it?

 

if without, then, you need some sort of MXI connection, such as the old style cards or if you got PXIe, then 8301 thunderbolt card.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 5 of 5
(187 Views)