Why do I receive the error "system execution can not be started" while using xPC Target?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have a host PC and a target PC with SCRAMNET board. I ran XPCTEST and that was successful. After that, I opened my model and tried to build it. However, the process failed with the following error message on the target PC screen:
System: download started...
System: download finished
System: initializing application...
Error: Scramnet+ SC150(bus 0,slot 4): board not provided
System: execution cannot be started
Akzeptierte Antwort
MathWorks Support Team
am 21 Okt. 2009
From the error message, it is appearent that the Scramnet Board is not placed in bus 0 and slot 4. To resolve the error, place the Scramnet Board in bus 0 and slot number 4.
Alternatively, you can identify the slot in which the board is located and accordingly modify the information in the driver block corresponding to SCRAMNET board inside the Simulink model.
To identify the bus and the slot number in which the board is located, execute the following command on the MATLAB prompt:
getxpcpci('all')
From the output information, identify the bus and slot in which the Scramnet Board is placed. Then, enter that bus number and the PCI slot number using the format [BusNumber, SlotNumber] in the dialog parameter "PCI slot" of the driver block corresponding to SCRAMNET board.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!