필터 지우기
필터 지우기

SIMULINK AND ARDUINO. PLEASE HELP!

조회 수: 2 (최근 30일)
rebecca
rebecca 2011년 3월 10일
Hey guys,
I'm a 2nd year electrical engineering student and am currently working on a project in which i have an arduino physically interfaced with an IMU 6DOF razor ( http://voidbot.net/razor-6dof.html). [My goal is to have an inertial navigation system by the end of the project].
My problem is that i need the 6 inputs in my razor to appear on my MATLAB simulink scope in 1 graph so as to have 6 different outputs in 1 axes.
How can i have multiple outputs on one scope? Must i adjust my arduino code or change the physicality of the simulink diagram too?
Help will be highly appreciated!
Thanks!

답변 (2개)

Paulo Silva
Paulo Silva 2011년 3월 10일
Use a Mux block before connecting to the scope
  댓글 수: 5
Paulo Silva
Paulo Silva 2011년 3월 10일
I don't know what's "packet input", what I know is when there's the need to compare signals they are muxed and connected to the scope.
Another alternative might be the use of the Floating Scope but I never used it in my simulations so you must find out if you can select you signals with it.
rebecca
rebecca 2011년 3월 11일
The thing is, i only have 1 port that is being used, but this port is connected to an Arduino that is reading 6 different inputs, where i wish to display each of these inputs onto the same graph. That is why i cant use a mux, because i only have one port being used. You understand why im stuck? :/
I dont know how to display multiple signals all coming from one port onto one graph.

댓글을 달려면 로그인하십시오.


MarkB
MarkB 2011년 3월 11일
The general idea is that "Scope" blocks have one graph per input port. If you want to have more than one signal displayed on a graph, you need to combine those signals using a "Mux" block to produce a single matrix/vector signal to connect to a single port on the "Scope".
  댓글 수: 3
Kaustubha Govind
Kaustubha Govind 2011년 3월 13일
If you have multiple signals coming from one port, it means that you have a wide signal (width>1) - you should be able to connect this signal to a scope directly and see what you need. If you see any errors when you try this, please post the exact error message.
MarkB
MarkB 2011년 3월 14일
I'm not certain that I understand the 6-to-1 combination going on with the signal. Is it a signal of width 6, or is it multiplexed across time, or something else?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by