Statistik
0 Fragen
33 Antworten
RANG
1.318
of 297.503
REPUTATION
54
BEITRÄGE
0 Fragen
33 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
7
RANG
of 20.449
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 159.017
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
A number of the Target object functions produce event status. How can I use the MATLAB listener function to monitor event states?
Hi Yuxuan, I'm including some example code for how to do this. tg = slrealtime; listenerConnected = listener(tg,'Connected'...
etwa 2 Jahre vor | 0
Downsampling of Signal in App Designer for Real-Time Execution (Speedgoat)
Hi Felix, If I recall correctly, the instrument object will update the app at roughly 10hz with the 8khz data and I don't beli...
etwa 2 Jahre vor | 0
| akzeptiert
Control Real-Time Application by Using C++
Hi Byron, There are two ways to do this. The first is available from R2020b onwards, and the second is available from R2021b o...
etwa 2 Jahre vor | 0
Is there a way of streaming data from a real time target machine that is running a Simulink-Test test to an app designer GUI?
Hi Luke, I haven't tried this yet, so it may or may not work. Simulink Test Manager is blocking in MATLAB. That means that whi...
mehr als 4 Jahre vor | 0
Can be create a parameter group in Simulink Real-Time Explorer without connect to Target (boot mode: stand alone)?
Based on the screenshot, it looks like the target is not connected to the host. You can only view signals and parameters when th...
mehr als 5 Jahre vor | 0
| akzeptiert
Interfacing Simulink Real-Time and Matlab on Speedgoat
Hi Michaela, This is absolutely doable. You might notice that when you build your Simulink model and download to the Speedgoat...
mehr als 5 Jahre vor | 0
Simulink Real Time: Logging non-virtual bus
Hi Kelly, Non-virtual buses should work when you select them for logging to the Simulation Data Inspector. I suspect that you ...
etwa 6 Jahre vor | 0
Target order in slrtexplr
I don't think this is possible. It seems the order is based on when that target was added.
mehr als 6 Jahre vor | 0
| akzeptiert
Move target data to new version of slrt after an upgrade
They should automatically be carried over through your MATLAB preferences. If they are not for some reason, you can using sl...
mehr als 6 Jahre vor | 0
Test 4 FAILED - Could not open [Content_Types].xml for writing!
Hi Chien-Ping, I believe that your target computer is not formatted correctly. In prior versions you could use a FAT16 forma...
mehr als 6 Jahre vor | 0
| akzeptiert
Connection Refused to Simulink Real Time Target Port
It's not recommended to do this through an S-Function. I recommend using the TCP blocks here: <https://www.mathworks.com/help/xp...
mehr als 6 Jahre vor | 0
How can I run a Simulink model with a C S-Function on a Simulink Real-Time PC?
Hi Mikhail, I took a look at your example. It looks like you did everything right. The only issue is that you are using the ...
mehr als 6 Jahre vor | 0
Simulink Real Time ethernet communication with exteral pc
Hi Chiara, Have you tried using the TCP/IP blocks in Simulink Real-Time? You may also need to use the Byte Pack and Unpack b...
mehr als 6 Jahre vor | 0
Determining selected MEX compiler inside m-Function running in Simulink
Hi Dan, I recommend putting this in a model callback rather than in a MATLAB function block. This can execute before the sta...
mehr als 6 Jahre vor | 0
| akzeptiert
Send Messages through TCP/IP using Simulink Real Time on Target Machine
The Instrument Control Toolbox blocks for UDP Send/Receive and TCP/IP Send/Receive are not supported by the Simulink Real-Time K...
mehr als 6 Jahre vor | 0
| akzeptiert
Can't reboot my Simulink Realtime target.
When you execute "tg = slrt" does that return successfully or does that error out? What about when you execute "slrtpingtarget"?...
etwa 7 Jahre vor | 0
Is there a straightforward way to get names or IDs of signals recorded using Outport blocks in Simulink Real-Time?
Hello, I have a few recommendations for you. First off, I would suggest using file scope over tg.OutputLog as the output log is ...
etwa 7 Jahre vor | 0
Start and Stop Real Time xPC Target system
You can use the external APIs for Simulink Real-Time (.NET and C) to do this.
etwa 7 Jahre vor | 0
Connecting to xPC Target using Simulink Real-Time R2017b
You should connect your target to a monitor. I suspect that the kernel is not booting correctly, which is preventing you from be...
mehr als 7 Jahre vor | 0
Simulink Real-Time input and Output to computer program
Hi Sam, Simulink Real-Time leverages a dedicated computer running the Simulink Real-Time Kernel. Using Simulink Coder, you c...
mehr als 7 Jahre vor | 1
| akzeptiert
How to convert sinewave(any signal) into 8bit binary in Simulink?
Did you try converting to a uint8 data type? You will have to fix the scaling as it will be 0 to 255.
mehr als 7 Jahre vor | 0
Is there workaround to use Dashboard block indicators in External mode (Simulink Real Time)?
Which version of MATLAB are you using? I believe these dashboard blocks work in external mode from R2016a and later.
mehr als 7 Jahre vor | 0
What is the Main Difference between Simulink Desktop Real Time and Simulink Real Time Kernels?
Simulink Desktop Real-Time (SLDRT) kernel is installed with the desktop OS (Mac or Windows). It is limited to using a single cpu...
mehr als 7 Jahre vor | 3
Simulink digital input to decimal from HX711
If the data follows a certain format, like the binary representation for a floating point number, then you probably want to use ...
mehr als 7 Jahre vor | 0
Simulink Real-time 2017a: Failure in Building model with error message - TargetPC1: LoadDLM: WriteFile Error
Please reformat the hard drive on the target PC to be FAT32 and label the volume as C: In prior versions you could use FAT8 a...
mehr als 7 Jahre vor | 0
Simulink Real-Time missing signals
Put a unity gain (gain block with value of 1) in between those blocks and name that block as it makes sense to you (BP Filter, L...
mehr als 7 Jahre vor | 0
How to make a code to access the internet and other programs
You can use system commands to do this. See <http://www.mathworks.com/help/matlab/ref/system.html system> You can also use th...
mehr als 7 Jahre vor | 1
| akzeptiert
How to achieve test automation using a test harness in Simulink Test?
In the test manager, you will create a test case. Generally speaking, a test case is created to test a specific functionality. T...
mehr als 8 Jahre vor | 0
Simulink real-time setup with no target computer
This will not be possible with Simulink Real-Time as it requires a 2 computer setup (Windows PC for developing Simulink model an...
mehr als 8 Jahre vor | 0
Simulink Real Time Code: Scope update speed issue/data logging issue
Which release are you using? The scope behavior changed a little in recent releases and now you can use tools like the Simulink ...
mehr als 8 Jahre vor | 1
| akzeptiert