Main Content

Selectron CAP1131 IDE Requirements

For the Selectron CAP1131 target IDE platform, consider these limitations:

Double-Precision Floating-Point Data Types

The Selectron CAP1131 target IDE does not support double-precision floating-point data types. At code generation, the Simulink® PLC Coder™ converts this data type to single-precision real data types in the generated code. Design your model so that the possible precision loss of numerical results of the generated code numeric results does not change the model semantics that you expect.

Enumerated Data Types

The Selectron CAP1131 target IDE does not support enumerated data types. The Selectron CAP1131 IDE converts this data type to 32-bit signed integer data type in the generated code.