matlab interface
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (2개)
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.
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
댓글 수: 0
참고 항목
카테고리
Help Center 및 File 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!