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

1 回表示 (過去 30 日間)
Chethan Pandarinath
Chethan Pandarinath 2014 年 6 月 26 日
回答済み: Chethan Pandarinath 2014 年 6 月 26 日
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?

採用された回答

Chethan Pandarinath
Chethan Pandarinath 2014 年 6 月 26 日
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.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMulticore Processor Targets についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by