Questions tagged [dspace-ecu]

dspace-ecu is a tag to be used for questions relating to dSPACE GmbH's portfolio. Not to be confused with the dspace tag (which is to be used for questions relating to the dspace.org repository software)

12 questions
1
vote
1 answer

How to add dSPACE AutomationDesk libraries to Python interpreter?

I want to create virtual enviornment with access to dSAPCE AutomationDesk libraries such as reportlibrary, mainlibrary, evaluation, rtplib2, rs232lib2, matlablib2, .. I have installed dSPACE ControlDesk 5.6, dSPACE AutomationDesk 5.2and dSPACE…
Maciek
  • 463
  • 8
  • 22
1
vote
0 answers

dSPACE MicroAutoBox-PWM-Generation

I have a problem with the so-called MicroAutoBox 2 with the DIO that when i genrate a PWM signal, then the signal remains almost at 0V, but if I change the duty cycle or frequency then the shape of the signal changes. and I also tried to set a pin…
Samuel
  • 53
  • 1
  • 6
1
vote
0 answers

Using custom code to measure execution time of Simulink subsystems

I need to measure the execution time of a subsystem (group of Simulink blocks) which runs as an atomic unit with a specific sampleTime. The measurement will be done on a Real-time embedded target hardware by flashing code generated by Simulink…
1
vote
1 answer

How to change a tunable parameter with a Matlab function when using Simulink Coder (or accept input from multiple sources)?

We have a Simulink model that is compiled and run on a dSPACE box. We need to be able to change the value of a parameter with dSPACE ControlDesk and change the value of a parameter with a Matlab function inside the model (or something equivalent…
nspo
  • 1,488
  • 16
  • 21
0
votes
0 answers

DSpace 6 - Custom Metadata Field

In DSpace 6.3, when I try to export metadata in a particular collection where .csv file will be downloaded in that file how could I add a custom field or column of fulltextpdf column or Name of the file column where can I modify to get this…
0
votes
1 answer

dSPACE ControlDesk error - No free memory available.[0.000]

When using a large sampling rate, no data could be measured (displayed yes but not plotted/stored) and I get the following error from the log file: ControlDesk NG Platform: Error 16:19:41 0,0:No free memory available.[0.000] (0xCA,1) dSPACE…
Simon Sultana
  • 235
  • 1
  • 2
  • 13
0
votes
1 answer

dSPACE AutomationDesk Export report as pdf using python

I am executing test set using dSPACE AumationDesk 5.4. I could successfully execute the adp file. And generated the report in the input adp file path. I need to export the result as a pdf file with a custom folder. Used the below method to export…
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
0
votes
0 answers

How to get details in Matlab/Simulink about the error "Struct contents reference from a non-struct array object"?

I have a model designed with Matlab/Simulink R2017a and it is running well with no errors or warning messages in Diagnostic Viewer or MATLAB Command Window when I run it diretly from the Simulink. However, when I start a build process on…
Cleber Marques
  • 426
  • 5
  • 20
0
votes
2 answers

How to convert TargetLink model to Simulink

I'm new to Targetlink and need to convert Targetlink blocks to simulink blocks. Do I need Targetlink license for converting as well ?
0
votes
1 answer

Matlab/Simulink - Create S-function from DSpace Code

I know that it is possible to create S-function from C code that I provide. But is it possible to create one S-function from C Code, which is generated from a Simulink Model for dSPACE ECUs, with low effort. The reason is, I am trying to test the…
d4rty
  • 3,970
  • 5
  • 34
  • 73
0
votes
0 answers

SIMULINK/dSPACE: Manual start of real-time simulation input data

Good day everyone, I am using a dSPACE interface connected to my test set-up in order to facilitate a real-time working environment. When a model is built and loaded onto the dSPACE module, dSPACE immediately excites the defined signals on the test…
0
votes
2 answers

I am not able to load enums package

I'm not able to load the enums package in python 2.7 from win32com.client import Enums This is the error message Traceback (most recent call last): File "", line 1, in ImportError: cannot import name Enums Please suggest me how to solve…
Madhu Billy
  • 197
  • 1
  • 10