Magnetic Sensor in LEGO MINDSTORMS NXT Support from Simulink

1 次查看(过去 30 天)
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
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 个评论
Ola Martner
Ola Martner 2012-5-24
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?
Kaustubha Govind
Kaustubha Govind 2012-5-24
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 个)

类别

Help CenterFile 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