Magnetic Sensor in LEGO MINDSTORMS NXT Support from Simulink

How do I use HiTechnic NXT Magnetic Sensor <http://www.hitechnic.com/cgi-bin/commerce.cgi?preadd=action&key=NMS1035> in my Simulink model? Is it possible in the Simulink toolbox or do I need to use another programming environment to use this sensor?

 채택된 답변

Kaustubha Govind
Kaustubha Govind 2012년 5월 23일

0 개 추천

From what I know the Simulink Run on Target feature uses the nxtOSEK environment, which does not seem to support the HiTechnic NXT Magnetic Sensor at this point. If you are able to write C code to communicate with the driver, then you can always create a custom driver S-function block to use it with Simulink.

댓글 수: 2

Thank you. What about the compass sensor, <http://www.hitechnic.com/cgi-bin/commerce.cgi?preadd=action&key=NMC1034> It is supported by the nxtOSEK environment, but has no ready simulink block to get the sensor value. What is the easiest way to use this sensor?
Ola: Like I mentioned, you can write a custom S-function driver block to simply call into the corresponding nxtOSEK API function in the generated code. Your S-function itself should be a no-op, but you can write a TLC file to call into it. If you've not done this before, I would recommend using an S-function Builder block (http://www.mathworks.com/help/toolbox/simulink/slref/sfunctionbuilder.html) to automatically generate the S-function and TLC for you. Then, manually edit the S-function and remove the calls to the nxtOSEK functions, so that it is a no-op.

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

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 LEGO MINDSTORMS EV3 Hardware에 대해 자세히 알아보기

제품

태그

Community Treasure Hunt

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

Start Hunting!

Translated by