英文:
replicating the same process without taking up more space
问题
我有一个采用seize-delay-release-sink逻辑的模型,但我需要复制它100次。在编辑器中显然占用了大量空间,而且是一项繁琐的任务。
有关如何以更快、更优雅的方式创建100个完全相同的seize-delay-release-sink的建议吗?
英文:
I have a model with seize-delay-release-sink logic, but I need to replicate it 100 times. This is obviously very space consuming in the editor and a tedious task.
Any suggestions on how I can make 100 identical seize-delay-release-sink in a quicker and more elegant way?
答案1
得分: 1
选择这些块,右键单击并选择“创建流程图块”。现在,您可以根据需要实例化一百万次。也可以参考这个解释视频。
英文:
Select the blocks, right-click and select "Create flow chart block". Now, you can instantiate that a million times, if you like. See this explanatory video as well.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论