Measurement Instruments

Eng27

New member
Joined
Nov 15, 2018
Messages
1
Programming Experience
3-5
Hello!
I want to retrieve data from measurement instruments (like force measurement instruments, Voltage, etc...) then show retrieved data on a chart.
However, How to connect to these instruments from c#??????
 
There's no general answer to that question. It depends on the instrument. Any hardware that you get will have documentation that will give you at least some information about that. Often, you'll end up using the SerialPort class in .NET if you're going to be getting data via a physical or virtual COM port. There are various other possibilities though. You need to consult the documentation provided by the hardware supplier and then ask specific questions for each device if required.
 
Back
Top Bottom