Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Pilotage à distance carte NI ?

Tout est dans le titre : est-il possible de communiquer avec une carte NI située sur un PC distant ?

 

Je m'explique : j'ai développé une IHM Matlab qui pilote un VI exécutable. Ce VI exécutable communique avec une carte PCIe-6251.

 

Mon interface Matlab est destinée à piloter le VI depuis un PC hôte vers un PC distant sur le réseau interne de mon entreprise.

 

Peut-on communiquer à distance en utilisant des commandes DOS par exemple ??

0 Kudos
Message 1 of 3
(2,905 Views)

Hello,

 

You're on the international forum so I'll answer in English.

It is possible to bind a shared Variable to a DAQmx virtual channel, that is a way to acces it remotely.

 

If you want to send instructions from a PC to another, you'll have to create a program yourself. One for sending instructions, the other one for executing and sending data.

 

Regards,

Mathieu P. | Certified LabVIEW Associate Developer
National Instruments France


Journées techniques : des fondamentaux aux dernières technologies pour la mesure et le contrôle/comm...

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

Thanks for your help Mathieu.

 

But as said in my message, I want to use Matlab with DAQmxWriteAnalogF64() function for a NI device which is not located on the computer that sends the command (the computer using Matlab)...

 

How can I use the "LabVIEW Shared Variable Engine" in my case ?

 

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