merge模块提示初始值警告解决办法

25 次阅读

本文最后更新于 2026年5月11日。

Warning: The ‘Initial output’ parameter of Merge block ‘Al2/CalTH/Merge’ can no longer be specified by signal object in the simplified initialization mode. You can still use signal objects to
initialize the input or the output signals for Merge blocks, but the initialization results may be overwritten by those of the Merge blocks.
Suggested Actions:
    •  – Suppress
   
   
    什么原因,怎么解决

把merge的Initial output’ 参数从‘[ ]’修改成0后仍然有警告。
把signal的初始值由0改成‘[ ]’就没有警告了。