matlab interface

5 次查看(过去 30 天)
Rene
Rene 2011-5-24
I need to get data from a Elcomat-2000. I dont have the drivers nor are they in the matlab library. what should I do?

回答(2 个)

Chirag Gupta
Chirag Gupta 2011-5-24
A quick look at the manual:
suggests that the instrument supports a RS 232 interface to communicate with the computer. It also seems to have specific commands that are documented in the manual. You should be able to communicate with it using the serial port functionality in MATLAB.
  1 个评论
Rene
Rene 2011-5-24
thanks Chirag, I am using a serial port. however, would I need to create a driver or can I find some where to download one?

请先登录,再进行评论。


Ankit Desai
Ankit Desai 2011-5-25
You should be able to talk to the device using the serial port. The post here should serve as a good starting point.
To use just a serial port using the specific commands found in the manual, you do not need to create a driver.
Here's an example that shows how to perform query based serial communication. Feel free to edit the example to fit your needs.
All the best
-Ankit

类别

Help CenterFile Exchange 中查找有关 Instrument Control Toolbox Supported Hardware 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by