Answered
How to suppress error notification with "Joystick Input"-block if user doesnt have gamepad connected?
You can put the Joystick Input block into an Enabled Subsystem. Then, you can control the behavior using the Enable input. When ...

9 years ago | 1

Answered
Is it possible to change the draw distance in Simulink 3D animation?
Please take a look at the |NavigationInfo| node. Its |avatarSize| and |visibilityLimit| fields influence the nearest and farthes...

9 years ago | 0

| accepted

Answered
serial communication using simulink desktop real-time on Mac
Serial port I/O is not yet supported by Simulink Desktop Real-Time on Mac OS X. So, unfortunately, what you are tryinq to do is ...

9 years ago | 0

Answered
Seeing objects far away in 3D Simulation using the VR World in Matlab
You can use |NavigationInfo| node and its |visibilityLimit| and |avatarSize| fields to adjust how near and far objects are rende...

9 years ago | 0

Answered
Getting a broken output for a real time project interfaced with matlab??
If this an External Mode simulation, please go to External Mode Control Panel, Signals and Triggering, and adjust the value of t...

9 years ago | 0

| accepted

Answered
Is the Kvaser Leaf Light HS supported by both Vehicle Network Toolbox and Real Time Windows Target?
Unfortunately, neither Kvaser Leaf Light nor any other Kvaser CAN product is supported by Real-Time Windows Target in External M...

9 years ago | 0

| accepted

Answered
How to debug the code in MatlabFunction during running in real-time windows target
You cannot debug MATLAB Function code while it is running in real time, compiled, running on target. You cannot place breakpoint...

9 years ago | 0

Answered
terrible performance on simulink 3d animation ?
First, it is important to find out whether the graphics driver is the cause of the problem. To do this, please type the followin...

9 years ago | 1

Answered
How do I decide the order of execution of multiple packet output blocks in Real time windows Target model ?
Block execution order control is a Simulink feature, and this order also applies to the generated code. To display the execution...

9 years ago | 0

Answered
Simulink Real-Time Windows Target with C++ Standard Library (STL)
I'm afraid that what you are trying to do is not possible. The problem is not with the fact that you are not able to compile you...

9 years ago | 3

| accepted

Answered
Simulink: How to run simulation in real time
You may want to try Real-Time Windows Target <www.mathworks.com/products/rtwt> . It contains a block to synchronize model execut...

9 years ago | 0

Answered
Problem installing real-time windows target
This generally means that the real-time kernel is unable to find an usable timer hardware that would drive its timing engine. Th...

9 years ago | 0

Answered
Real time on Windows?
Real-Time Windows Target <http://www.mathworks.com/products/rtwt> is able to run Simulink models in real time as defined in your...

9 years ago | 0

| accepted

Answered
Problem when try to build a model using Real Time window target
This probably means what the message says - that is, your block diagram is effectively empty. This means that none of the blocks...

9 years ago | 0

| accepted

Answered
How to get system time into simulink (under Real-time windows target)?
In Normal mode, you can use any method you would use in Simulink. For example, a |MATLAB Function| block that returns the output...

9 years ago | 0

Answered
Is there a list of compatible force feedback joysticks for simulink?
There is no list of compatible joysticks that I know of. But, assuming you are running on Windows, any joystick that you have a ...

9 years ago | 0

Answered
how to combine the robot and maze environment inside one wrl file?
You can try to wrap either the robot or the maze (or both) by a VRML97 |Transform| node. This node has a |scale| field that allo...

9 years ago | 0

Answered
Programmatically change external mode data archiving directory
This should do what you need: set_param(model, 'ExtModeArchiveDirName', 'c:\your_directory')

9 years ago | 0

| accepted

Answered
Triggering Fixed-Length Data Capture from Infinite-Length Simulink Simulation (Real-Time)
This can be done by utilizing the External Mode triggering feature. In the model, just leave the Analog Input (or whatever) bloc...

10 years ago | 0

| accepted

Answered
Packet Input (Simulink) returning 0s
The situation you describe (Data Ready is 0) happens when the incoming data is not accepted by the device, for whatever reason. ...

10 years ago | 1

Answered
External Mode scope traces (Simulink)
One of possible explanations would be that the data are out of range of the Scope block. If in doubt, please use a To Workspace ...

10 years ago | 0

Answered
Different results for Simulink's External and Normal mode!
The behavior you describe is most likely not because of External or Normal mode. It looks like the cause is a different ODE solv...

10 years ago | 0

Answered
Simulink Encoder Block outputting pulses only?
Your expectations about the output signal of the |Encoder Input| block are correct. It is indeed supposed to output accumulated ...

10 years ago | 0

| accepted

Answered
Analog Output block keeps timing out (glitches)
To get reliable timing and smooth output waveform, the only real solution is to switch from Normal Mode to External Mode. This w...

10 years ago | 2

| accepted

Answered
SIMULINK: send string via Stream Output
Simulink does not have a signal of type "string". To work with strings, you must use their numeric (ASCII) encodings. The |St...

10 years ago | 1

| accepted

Answered
SpaceMouse with Simulink 3d Animation on OSX
The Simulink 3D Animation Space Mouse Input block is indeed not supported on Mac OS X. We will consider adding the support as an...

10 years ago | 0

Answered
How can i install the vr editor in the student version?
This message is printed when you are trying to install V-Realm Builder (an external VRML editor) on a platform that is not suppo...

10 years ago | 1

| accepted

Answered
Packet input block not resetting to zero until new data is sent manually through Terminal in RTWT Matlab 2009b. Please help.
What you see is the correct behavior. The value of the last received character stays on the block output until a new character i...

10 years ago | 0

| accepted

Answered
edit *.wrl file, add a new node
Hi Steven, as the parent field, you should use the |children| field, not |addChildren|, which is an event. Like in the follow...

10 years ago | 0

| accepted

Answered
Mapping Encoder channels to Physical DAQ ports- RTW & NI
Remapping of the encoder input channels is not supported with the Real-Time Windows Target driver. The driver always uses the de...

10 years ago | 0

Load more