Why does a uint64 input specified by a Data Type Conversion to an Extract Bits block result in the error "PLC Coder does not support externally defined operators" for PLC Code Generation?
显示 更早的评论
I try to upcast a "uint32" signal to "uint64" with a Data Type conversion block and feed it into an "Extract Bits" block. I get an error while trying to generate PLC code for my model in this segment. The error states:
<BlockPath>/Extract Bits/Extract Desired Bits' is configured to implement an operator that is externally defined. PLC Coder does not support externally defined operators.
I have used extract bit block in other places in my main model and i don't get this error. Why does this occur and how can I fix the issue?
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Simulink PLC Coder 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!