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?
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Simulink PLC Coder dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!