photo

Dimitri MANKOV


Last seen: 2 days ago|Active since 2020

Statistics

All
  • Knowledgeable Level 3
  • First Review
  • 6 Month Streak
  • Revival Level 3
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

View badges

Content Feed

View by

Answered
Is it possible to generate a PWM signal in a real-time model with a pulse width resolution smaller than the fixed time step of the model?
Hi Findlay, Absolutely, this is possible, though you would probably not use the CPU of your target machine for this purpose. If...

16 days ago | 1

|accepted

Answered
How can i get the Task Execution Time of a simulink model in Execution Profiling for Real-Time Applications
Hi Liqun, In the figure you posted, the task execution time (TET) is represented by the length of each green bar. Besides the p...

16 days ago | 0

Answered
Is there any Simulink block can parse and generate code for LIN Description Files?
Hi Alon, In case you're using Simulink Real-Time, "LIN Pack" and "LIN Unpack" blocks have been introduced for this purpose in M...

17 days ago | 0

Answered
Can "Data frame Sizes" be changed longer than 8? Can "Length" be changed longer than 32?
嗨Byeongsoo,maximum length of a CAN message is by definition 64 bits / 8 bytes. If your message contains more data, you'r...

17 days ago | 1

Answered
How is the CAN Pack block from Simulink Real Time triggered to send remote frames?
Hi Remi, This might be due to the driver blocks for the I/O hardware you're using to send the remote CAN frame. In case you're ...

17 days ago | 0

Answered
Multiple messages have to be transferred by CAN Pack/Unpack
Hi Saeed, As far as I know, you should use one CAN Pack/Unpack block per CAN Message ID. I hope this is helpful! Dimitri

17 days ago | 0

Answered
xPC Target and B&R PowerLink (Real-Time Ethernet)
Hi Igor, I belive you would need a specific module for that. Speedgoat offers dedicated POWERLINK I/O interfaces for this purpo...

19 days ago | 0

Answered
does the RTWT supports CANopen?
Hi Amir, I am not sure about the Simulink Desktop Real-Time toolbox, but there are definitely options to communicate over CANop...

19 days ago | 0

Answered
What is the correct way to read Simulink Real Time data from the Speedgoat IO504 read block?
Hi Wiley, Speedgoat recently introduced product examples in their latest Speedgoat I/O Blockset release (v9.4.1), including an ...

19 days ago | 0

Answered
Wrong number of input arguments passed to S-Function
Hi Alessio, Could you please try installing the latest Speedgoat I/O Blockset version for your MATLAB Release, and see if it so...

19 days ago | 0

Answered
Technical support and model request for Speedgoat's Baseline Real-Time Target Machines
Hi Xueying, It's hard to say for sure based only on the information that you shared, but the time-drifting that you observed ma...

20 days ago | 0

|accepted

Answered
Has anyone used a speedgoat with sensors and actuators to test a SIMULINK-designed flight controller as a RCP/HIL?
Hi Jesus, You can find several success stories here showing projects in which Speedgoat real-time target machines and Simulink ...

20 days ago | 0

Answered
Real time Udp Send and Receive Block
Hi Yavuzhan, You can achieve this by using the UDP Send and UDP Receive blocks from the Simulink Real-Time library (see here fo...

1 month ago | 0

Answered
Packing and Unpacking Messages
Hi Scott, There are different formats used by serial devices to send and receive data. The Simulink model thus must be able to ...

1 month ago | 1

Answered
How to configure byte unpack?
Hi Ander, I'm not sure whether the Byte Unpack block is capable of outputting matrix signals... But most importantly, the dimen...

2 months ago | 0

Answered
How to unpack data with Byte Unpacking
Hi Inna, The "Output port dimension" parameter defines the size of the outputs produced by the "Byte Unpacking" block, as expla...

2 months ago | 0

Answered
J1939 Communication over CAN, J1939 Protocol Stack
Hi Omar and Kenny, Speedgoat have just released a series a product examples in the latest Speedgoat I/O Blockset version (v9.4....

2 months ago | 1

Answered
Send signals to Signal Table and Axes simultaneously using Simulink Real Time in App Designer
Hi Josiah, The syntax of your callbacks looks correct to me... I usually initialize the signal table in the "startup" callback ...

2 months ago | 0

Answered
Want to Switch Axis Ratio During Real-Time Run in Speedgoat/Simulink
Hi Todd, In general, you can use the "ModelStatus.ExecTime" property of the target object to get the current execution time of ...

2 months ago | 0

Answered
Simulink Realtime - is it possible to change parameter dimensions?
Hi Sandra, I don't think this is possible: once the code is generated, the dimensions are fixed as far as I know. But you could...

3 months ago | 0

Answered
simulink: how to send/receive packet data over udp
Hi Hosein, The UDP blocks from the Simulink Real-Time library are mostly intended to be used in conjunction with a target machi...

3 months ago | 0

Answered
unpacking UDP Send block of an xPC target
Hi Aida, Universal Datagram Protocol (UDP) is a packet-based protocol. You can construct a packet from Simulink data types such...

4 months ago | 0

Answered
Can you progamatically call simulink snapshot in a real-time speedgoat application utilizing a GUI?
Hi Todd, I think the easiest way would be to work with Simulink Real-Time instrument objects instead of Simulink Scopes. The in...

4 months ago | 0

Answered
How to change the execution mode of the real-time application in slrt from Singletasking to Multitasking?
Hi Liqun, This is most likely due to the fact that your model uses only one sample rate. You can confirm this by highlighting t...

5 months ago | 0

|accepted

Answered
simulink real-time not useing PCI board
Hi, The host PC and the target machine can only be connected using an Ethernet cable (either direct connection or through a LAN...

5 months ago | 0

|accepted

Answered
Manipulating Parameters real-time in SpeedGoat
Hi Leonid, Do you mean the parameters of the various blocks in your Simulink model? If so, there are several convenient ways to...

5 months ago | 0

|accepted

Answered
Planned support for code generation of sparse optimisation using quadprog()
Hi Will, You might want to check out FORCES PRO from embotech. Their solver can for sure be used with Simulink Real-Time, thoug...

5 months ago | 0

Answered
connect a real-time desktop with slrtexplr
Hi Vincent, I do not think that it's possible to mix Simulink Real-Time tools with Simulink Desktop Real-Time. It is possible, ...

5 months ago | 0

Answered
Connectivity problem to target machine
Hi Mats, Could you make sure that no other host PC or MATLAB release is trying to connect to the target? Are you using a direct...

6 months ago | 0

|accepted

Answered
Error: -22: disk full, when using Real-time Scope block with file type.
Hi Sheng, How big is the C:/ drive installed in your target machine? Could it be that it is already full with previous logs gen...

6 months ago | 0

Load more