MATLAB: Do I receive an error while trying to initialize the target board in xPC Target 4.1 (R2009a)

Simulink Real-Time

I have a target PC with PCI-DAC 6703 board. I ran XPCTEST on my host PC and was successful. 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: No CB PCI-DAC6703 at bus 0 slot-1.

Best Answer

This error message is typically observed when the board is not connected to the correct bus. In order to get the correct bus and slot numbers, execute the following command at the MATLAB command prompt.
getxpcpci('all')
Once you have the bus and slot numbers from the above command, enter them using the format [BusNumber, SlotNumber] in the dialog parameter "PCI slot" of the driver block corresponding to board.