We are creating a module based on the DCC and EDC blocks.
The module is designed with the intent that only certain states can be selected for interlock states (e.g. only Stop is allowed for a motor). We have a custom named set for DCC1/I_STATEx with a subset of states. This seemed to be the only way to prevent an invalid value from appearing as an option during configuration of an instance of the module.
When we import the CLASS we get an import warning for each I_STATEx parameter:
WARNING: The values in the named set '<custom named set>' are a subset of those in the defining set '$interlock_states' for parameter <module>/DCC1/I_STATE1'
Is there any real concern with this warning?
In reply to Matt Stoner:
In reply to Brian Hrankowsky: