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!