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?
Show older comments
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?
Accepted Answer
More Answers (0)
Categories
Find more on Simulink PLC Coder 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!