Custom block with OPC read/write blocks - passing a parameter
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
Suppose I have a custom block I use mask to pass a paramter foo.Inside a block I have several opc read/write blocks.I want that blocks will recieve a parameter in cetain template that I decide in advance as Item ID for example.
Let suppose I have number of opc read blocks in my costum block
//Project_name/***.boo1
//Project_name/***.boo2
//Project_name/***.goo3
and etc.
Instead of asterics I want that it will be foo so I will get:
//Project_name/foo.boo1
//Project_name/foo.boo2
//Project_name/foo.goo3
0 个评论
回答(0 个)
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!