xPC Target error: ERROR: EtherInit: EtherID 1: Binning Error 776

1 view (last 30 days)
I'm getting the error listed above when trying to execute an xPC model. The same model runs fine if I remove one of the Ethernet Initialization blocks. Interestingly, the block I remove is not the one with the EtherID listed in the error (the error always gives EtherID 1).
Does anyone else have experience with this issue?

Accepted Answer

Chethan Pandarinath
Chethan Pandarinath on 26 Jun 2014
It turns out this issue was solved by increasing the Network Buffer sizes under the Buffer Mngmt blocks. The model ran without issue after setting the Buffer pool sizes to: [8196 512 4096 65535]
They were previously set at the default values for the Buffer Mngmt block.
Side note: because this is a concurrent model, with multiple model reference subsystems, there are Ethernet Initialization and Buffer Mngmt blocks within multiple model reference subsystems. To get the model to work, I had to change the pool sizes in all Buffer Mngmt blocks to match the above values.
This is under Matlab R2012b.

More Answers (0)

Categories

Find more on Multicore Processor Targets in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!