1
Automation Interface, Add-Ins and Tools / Re: Help needed with SysML item flows!
« on: May 09, 2008, 07:55:34 pm »
Thank you for your help David, but it didn't work. Or maybe I misunderstood something.
I have tried this with as simple model I could:
I connect Block's port to another block's port using ItemFlow-connector. When I try to assign the flowProperty I just created to the ItemFlow-connector (right click the connector -> advanced -> information flows realized), the list shows nothing no matter how I describe the flowProperty and organize the model.
I have tried defining the flowProperty in all possible ways I can think of, but still I cannot assign anything to the flow. This is so frustrating as defining what flows between system modules is essential for my current project!
If someone has managed to assign items to itemflows, could you please let me know the steps how to do it?
Best regards, Teemu Parkkinen
I have tried this with as simple model I could:
Code: [Select]
- <<block>> Block1
- <<flowPort>> FlowPort :data
- <<block>> Block2
- <<flowPort>> FlowPort :data
- <<dataType>> data
- <<dataType>> FlowProperty1 :data
I connect Block's port to another block's port using ItemFlow-connector. When I try to assign the flowProperty I just created to the ItemFlow-connector (right click the connector -> advanced -> information flows realized), the list shows nothing no matter how I describe the flowProperty and organize the model.
I have tried defining the flowProperty in all possible ways I can think of, but still I cannot assign anything to the flow. This is so frustrating as defining what flows between system modules is essential for my current project!
If someone has managed to assign items to itemflows, could you please let me know the steps how to do it?
Best regards, Teemu Parkkinen