PXI

cancel
Showing results for 
Search instead for 
Did you mean: 

Access same RT program from two consoles

Hi, I have a PXI  RT Target system with multi functioning DAQ card 6363 which is configured for two different HOST systems. I have to READ/WRITE the channel data AI/AO/DI/DO of 6363 from two different HOST PC's simultaneouly. Can i execute .exe from two different consoles/HOST PC's simultaneously for the same controller?

0 Kudos
Message 1 of 3
(967 Views)

You can have multiple TCP connections to your RT application.  You just need to code it so you can have multiple connection handlers and they communicate using queues, notifiers, etc. with the main loop that handles the DAQ.


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
0 Kudos
Message 2 of 3
(945 Views)

I dont want to use TCP/IP for communicating between host and target. 

Currently Iam using network streams for the communication between host and target. I have a single PXI controller with PXIe-6363 card. There are two different set of tests to be performed in two different systems. Some channels are configured for running tests related to one system and remaining channels are configured to other system. Both systems will have same RT program. Is it possible to run the tests in both systems simultaneously through EXE? Please clarify. Thank You.

0 Kudos
Message 3 of 3
(883 Views)