From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Host PC to PXI system connection

Solved!
Go to solution

Hi everyone,

 

I have a PXI system which contains module 8821 (embedded controller) and 4138 SMU. The PXI system has been changed to boot with Windows. I was able to remote desktop to the PXI system and develop some working SMU codes on it.

 

I would like to use this system as a device which is to be connected to a host PC.

What would be the best way to go about it? Thank you

0 Kudos
Message 1 of 3
(2,716 Views)
Solution
Accepted by topic author nicholas__

Make an application that controls the SMU and receives commands via TCP.  Then make an application for the PC to send said commands.  Look into the STM library, as it is a good protocol that handles a lot of things for you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,681 Views)

This is part of a larger .NET application.

I applied server/client on top of the already developed DC Power .NET library. I am able to control the PXI SMU from my PC now.

Thank you

0 Kudos
Message 3 of 3
(2,659 Views)