Statistics
0 Questions
28 Answers
RANK
780
of 262.921
REPUTATION
76
CONTRIBUTIONS
0 Questions
28 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
of 17.995
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 113.891
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Simulink with Modbus TCP in the Realtime Machine
Modbus TCP support for Simulink Real-Time is provided by Speedgoat: MODBUS RTU and TCP Master/Slave Protocol for Simulink | Spe...
2 meses ago | 0
| accepted
How do is use Simulink with G29 Logitech Wheel to get input ?
For desktop simulation, you can use this block from Simulink 3D Animation: https://www.mathworks.com/help/sl3d/joystickinput.ht...
2 meses ago | 0
| accepted
What are the differences between Simulink Real-Time and xPC Target real-time kernel?
xPC Target has been renamed to Simulink Real-Time. Simulink Real-Time supports Speedgoat hardware for rapid prototyping and har...
2 meses ago | 0
| accepted
xpc target
xPC Target has been renamed to Simulink Real-Time. To learn more about Simulink Real-Time, please visit the product page: http...
2 meses ago | 0
| accepted
Simulink Real-Time not connecting to SpeedGoat
The MATLAB version on the development PC and the RTOS version on the Speedgoat target computer must match. Typically the upgrad...
4 meses ago | 0
Simulink Real-Time Host Scope in SLRT
In the View menu (or Windows?) you should find an option to open the Scopes pane. Once the Scopes pane shows up, you should see...
5 meses ago | 0
create custom application name with slrealtime
You don't need to set an Application name. This line is not required: tg.ModelStatus.Application = AppName;
5 meses ago | 0
Speedgoat to Speedgoat TCP Communication
The tcpserver function is only available in Instrument Control Toolbox. However, you could use the tcpclient function which is i...
5 meses ago | 0
| accepted
Simulink CANopen Blockset/ interface
Speedgoat offers dedicated I/O modules enabling CANopen communication for Simulink Real-Time: https://www.speedgoat.com/product...
9 meses ago | 0
Can I make test process using MATLAB script when model run in realtime simulator?
You can use getparam and setparam to read and write parameters: https://www.mathworks.com/help/slrealtime/api/slrealtime.target...
11 meses ago | 0
Simulink Real-Time 2020b. How do I monitor/log a signal in my application using App Designer?
In R2021b, the code required for binding signals and parameters have been reduced. There is a simple example in the documentatio...
11 meses ago | 0
How to programmatically get tunable parameters from real time application.
To get all parameters of the real-time application, you can use this function: https://www.mathworks.com/help/slrealtime/api/sl...
11 meses ago | 1
| accepted
Convert .slx file to .mldatx
You have to build the Simulink model to generate the real-time application (MLDATX file). Prepare the model, e.g. Simulink -> A...
12 meses ago | 0
How to access simulation results for custom criteria using Simulink Test in Real Time
This article should answer your question: https://www.mathworks.com/matlabcentral/answers/459186-how-can-i-access-simulation-ou...
alrededor de 1 año ago | 0
| accepted
Simulink Real-Time R2020b and later - setting up non-Speedgoat machines
R2020b introduced a major update for Simulink Real-Time. The RTOS has been replaced. Here you can find more information: https:...
alrededor de 1 año ago | 0
Unrecognized function or variable 'xpctest' in 2020b
xpctest is no longer available in R2020b. There is not a replacement function. Please note that R2020b is a major update for Si...
alrededor de 1 año ago | 0
| accepted
Set up Speedgoat target for use with MATLAB 2020b and later
If the "speedgoat" command does not work, the Speedgoat I/O Blockset is not installed. The Speedgoat I/O Blockset is available i...
más de 1 año ago | 0
| accepted
Simulink Data Inspector 2020b Realtime / Speedgoat Issues
Are you using R2020b? SDI performances are improved in R2021a. Also, you can configure the SDI to act as an oscilloscope, i.e. t...
más de 1 año ago | 1
How to call a .dll in the code generation process of C S-Function
It is not possible to call DLL libraries with Simulink Real-Time. R2020a and older releases: dynamic libraries are not supporte...
más de 1 año ago | 0
| accepted
Simulink real time network boot 2020b
Hi Ingomar, Yes, the network boot option has been removed. R2020b is a major update for Simulink Real-Time: https://www.mathwo...
más de 1 año ago | 1
| accepted
Simulink reference model keeps compiling
Hi Gabriel, Does the problematic reference model include Speedgoat drivers, or other particular blocks that are not included in...
más de 1 año ago | 0
| accepted
Simulink Real-Time API for Microsoft .NET Framework @ 2020b
The .NET API had a limited number of functions, while with App Designer you have access to the full MATLAB API for Simulink Real...
más de 1 año ago | 0
| accepted
Control Arduino using gamepad through simulink
It is not possible to use Arduino with Simulink Desktop Real-Time in External Mode. However, it is possible to use Arduino with ...
más de 1 año ago | 0
| accepted
SLRT vs SLDRT with custom hardware
1 - Simulink Real-Time is designed for Speedgoat hardware and does not support third-party target computers. 2 - Simulink Real-...
más de 1 año ago | 0
| accepted
UDP Receive in DESKTOP REAL-TIME
For Simulink Desktop Real-Time, you can use Packet Input (binary data) Stream Input (ASCII data)
más de 1 año ago | 0
| accepted
Connecting to a Real Time Target
In R2020b you can use any SSH client to connect to the target computer, install, load, start and stop a real-time application. ...
casi 2 años ago | 0
How do I set up Microsoft Visual Studio 2019 for SLRT?
1. Close MATLAB. 2. Download VS2019 (Professional or Community Edition). During the VS2019 installation, select the "Desktop de...
casi 2 años ago | 1
Simulink Real-Time TCP Send variable size data input
The approach you suggest is correct. The Data vector should be defined with the expected maximum length. You can control the d...
casi 2 años ago | 0
| accepted