Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

connecting to yokogawa mx100 using measurement studio.NET

I am developing an application that required to acquire data from yokogawa MX100 and than log the data to database. I build my application using Visual Studio.NET with Measurement Studio Component installed. The problem is I couldn't found device driver of Yokogawa MX100 for Measurement Studio. Any idea to solve this problem?
0 Kudos
Message 1 of 2
(3,688 Views)

codebreak,

You could check the Instrument Driver Network on ni.com to see if there is a driver available, or the instrument manufacturer's website (remember drivers for .NET or C++ would work).  If neither of those have drivers then it is likely you will have to communicate with the device in a protocol supported by the instrument (Serial/RS232, GPIB, Ethernet, etc) and use lower-level programming to send information back and forth.

John B.
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,640 Views)