Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquire data from PXI device running LabVIEW RT without using LabVIEW?

I have a PXI 8187 controller running LabVIEW RT and have configured Global Virtual Channels for different measurements on the device using MAX. I wish to communicate and acquire data from the PXI device without using LabVIEW, or more specifically, using text based languages using NI Daqmx libraries. Please help me out in this regard.

 

Thanks.

0 Kudos
Message 1 of 6
(6,065 Views)

Are you referring to this board? http://sine.ni.com/nips/cds/view/p/lang/en/nid/13972 

 

0 Kudos
Message 2 of 6
(6,052 Views)

Yes.. its the same device

0 Kudos
Message 3 of 6
(6,038 Views)

From what I can tell, that board is just a Windows computer.

 

You can try installing Visual Basic Express 2010 which is free.

Or Python.

0 Kudos
Message 4 of 6
(6,036 Views)

It runs Labview RT and I dont intend to convert it into a windows system. What I wish to know is, is there a way in which I can communicate with it using DAQmx drivers only, without the help of Labview. It is important because the system needs to be integrated into an existing system which is written in C#.

 

0 Kudos
Message 5 of 6
(6,034 Views)

@debarghya wrote:

It runs Labview RT and I dont intend to convert it into a windows system. What I wish to know is, is there a way in which I can communicate with it using DAQmx drivers only, without the help of Labview. It is important because the system needs to be integrated into an existing system which is written in C#.

 


I misunderstood your question.

 

If you are able to communicate to it now from another PC running LabVIEW and DAQmx, then using text-based language such as C# in place of LabVIEW should be possible.

 

Install Visual 2010. Then re-install DAQmx so it installs support for .NET.

 

 

0 Kudos
Message 6 of 6
(6,030 Views)