07-10-2012 12:12 PM
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 ??
07-11-2012 08:29 AM
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
07-13-2012 05:51 AM
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 ?