Azzera filtri
Azzera filtri

The PIL simulation reports an error, and the host and target board subdata types do not match. How to solve this problem, I am using the PIL module generated by stateflow, the input and output type of defining the stateflow data is double

7 visualizzazioni (ultimi 30 giorni)
### Starting application: 'HysteresisControl_ert_rtw\pil\HysteresisControl.out' Starting PIL simulation *** User inputs: Target Configuration: C:\Users\MAXHK\ti\CCSTAR~1\DSP283~1.CCX Program Name: C:\testtt\HYSTER~1\pil\HYSTER~1.OUT Board Name: unspecified (connect to first board) CPU Name: unspecified (connect to first CPU) *** Starting debug session... *** Debug Session Name: Texas Instruments XDS100v3 USB Debug Probe_0/C28xx *** Board Name: Texas Instruments XDS100v3 USB Debug Probe_0 *** CPU Name: C28xx *** Connecting to target... *** Loading the program to the target... *** Program is running. *** Disconnecting from target... *** Terminating debug session... *** LOAD & RUN DONE.
Data type "double" is not supported for SIL or PIL execution with the current target configuration. This is because the host size (8 bytes) and target size (4 bytes) do not match. To avoid this error, do not use this data type at the component interface.
Component:Simulink | Category:Model error
  3 Commenti
S Saha
S Saha il 14 Mag 2020
Recently I am facing the same error mentioned above , Can you please help to come out of this problem with your solution

Accedi per commentare.

Risposta accettata

ashwinee jadhao
ashwinee jadhao il 22 Feb 2019
You might be using 4byte hardware and sending data of 8byte. Change you data into 4byte.
Please give me more details

Più risposte (0)

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by