Estadística
0 Preguntas
135 Respuestas
0 Problemas
80 Soluciones
CLASIFICACIÓN
338
of 300.302
REPUTACIÓN
246
CONTRIBUCIONES
0 Preguntas
135 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
22
CLASIFICACIÓN
of 20.911
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
3.295
of 168.040
CONTRIBUCIONES
0 Problemas
80 Soluciones
PUNTUACIÓN
1.105
NÚMERO DE INSIGNIAS
8
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Failed to load 'xpclib' library referenced by 'block_name'
Hello Peman, xPC Target has been replaced by Simulink Real-Time quite some time ago (around 2014, if I'm not mistaken). Further...
22 días hace | 0
| aceptada
Error message while running model in Simulink Real-Time with Speedgoat target 2024b: WTERMSIG: 11 WCOREDUMP: 128
Hi @Gaurav Pawar, The message "WTERMSIG: 11 WCOREDUMP: 128" means that your real-time application crashed. There may be differe...
7 meses hace | 1
| aceptada
Control a Servo with Speedgoat IO135
Hi Alex, The best way to generate PWM signals with a good time resolution in Simulink Real-Time is to use one of Speedgoat's co...
8 meses hace | 0
| aceptada
How to display the real-time numerical value of a Simulink signal in a box in an App Designer app?
Hi Kevin, Have you tried using a Simulink Real-Time Insturement object instead of the "getsignal" function embedded within a ti...
9 meses hace | 1
| aceptada
Troubleshooting Signal Logging in SDI for FPGA Outputs in Speedgoat Motion Control HDL I/O Blockset
Hi Klemen, Thanks for asking! Just for future reference, please note that you can always reach out with new questions and suppo...
9 meses hace | 0
Assigning PWM Ports in Speedgoat Motion Control HDL I/O Blockset for IO334 with 3xx-21 Extension Card?
Hi Klemen, You can fix this issue by selecting the correct platform and I/O interface extension in steps 1.1 and 1.2 of the HDL...
9 meses hace | 0
| aceptada
HDL Workflow Advisor Configuration Issues for PWM Generation on Speedgoat IO334-21
Hi Klemen, I see where the confusion might be coming from. Before running the HDL Workflow Advisor, I understand that you click...
9 meses hace | 0
| aceptada
Purpose of software loopback in IO334_ad_da_hdlc.slx Model for Speedgoat IO334 Analog Interface.
Hi Klemen, The software loopback you mention here is a "remnant" coming from the source model. Before running the HDL Workflow ...
10 meses hace | 1
| aceptada
How to get digital/analog input to speedgoat processor using IO334-325k
Hello Yeung, You are correct: using HDL Coder, you can define what happens at the level of the FPGA, incl. how the FPGA acquire...
10 meses hace | 0
How to send n number of messages through standard can pack unpack and speedgoat IO blocks
Hi Akhila, Could you please provide more details about that you mean by "I am changing in SLRT explorer but signal is not recei...
11 meses hace | 1
| aceptada
use xpcbench to bench a user model using simulink real-time 2015b
Hi Howard, That's a tough question to answer, especially for such an old MATLAB release... But perhaps you could use an alterna...
12 meses hace | 0
MCC PCI-DAS on 64-bit Matlab Simulink real-time
Hi Janez, I'm afraid that's rather unlikely because of the efforts that would be required to adapt the driver blocks. Please al...
alrededor de 1 año hace | 0
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
alrededor de 1 año hace
Resuelto
Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...
alrededor de 1 año hace
Relax real time requirement on Speedgoat on startup
Hello Thomas, Absolutely, this is possible using the SLRT Overload Options block, either via the "Startup duration" setting (if...
alrededor de 1 año hace | 0
| aceptada
Get the xPC Target (Simulink Real-time) message log to the host computer
Hi Thomas, In MATLAB R2020a and earlier, you can use the following command to retrieve the entire target console log: Simulink...
alrededor de 1 año hace | 0
xPC Target Logging in folders
Hi Carl-Johan, This used to be rather complicated to achieve in MATLAB R2020a and earlier, but is very straightforward in Simul...
alrededor de 1 año hace | 0
Unable to run rtwmakecfg file. Insufficient number of outputs
Hi Donovan, In the vast majority of cases related specifically to Simulink Real-Time in R2020a and earlier, this (admittedly cr...
más de 1 año hace | 0
How can I run 'slrttest' on my PC?
Hi Chuanxin, Could you please have a look at the following MATLAB Post? The issue diescription is very similar, and could be du...
más de 1 año hace | 0
Can Simulink Real-time Send and Receive Data to a Host over Ethernet without involving MATLAB?
Hi Jari, Thanks for asking! The Simulink Real-Time target machine can communicate via UDP or TCP/IP with any external device su...
más de 1 año hace | 0
| aceptada
Real Time Robotic Arm
Hello Ceren, One possible approach would be to look into the Simulink Real-Time toolbox, which would allow you to deploy your S...
más de 1 año hace | 0
Simulink Real Time External Mode Requirements
Hi Diede, For the Host PC, the system requirements can be found for every MATLAB release here. Note that these are minimal requ...
más de 1 año hace | 0
Hold signal value in after a trigger then resume with the rest of the signal
Hi Yan, What about a triggered subsystem containing your counter, like in the picture below? That counter would only be increme...
más de 1 año hace | 0
Error message when running simulink real-time with Speedgoat
Hi Jeseong, Looks like your target machine crashed. Not sure if this will work on a release as old as R2015b, but in R2020a and...
casi 2 años hace | 0
Simulink Real-Time UDP block vs Instrumentation Toolbox UDP block
Hi Cheng, It depends: do you intend to run your Simulink model on an external target machine, or on your development PC? If you...
casi 2 años hace | 0
| aceptada
issues about RateTransition block when performed serial communiction on Speedgoat
Hi Yunchao, Could you open the Diagnostic Viewer on the bottom of your Simulink model, and select the correct log (Build) as sh...
casi 2 años hace | 1
XPC trigger model run
Hi Istvan, In MATLAB R2020a or earlier, you can use the "IRQ Source" block to trigger a subsystem of your Simulink model asynch...
casi 2 años hace | 0
| aceptada
Can't send multiple CAN FD messages with 1 send block on Speedgoat
Hi Szilard, Could you try using a "Vector Concatenate" block instead of a "Mux" block to pass several CAN-FD messages to the "C...
casi 2 años hace | 0
| aceptada
Using Simulink RT on development laptop to communicate with Beckhoff EK1100 module
Hi Thomas, I'm afraid the EtherCAT blocks from the Simulink Real-Time library will not work on your desktop computer: Simulink ...
casi 2 años hace | 0
| aceptada