ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
|
Downloads |
Q&A Using Flexsim and building models |
#1
|
|||
|
|||
how to send msg to another which do not have connection with the sender object
Hi,
In a case, there are 5 object at which the flow is: A -> B -> C -> D -> E I would like E to send a msg to A once E got the flowitem; the problem is I don know how to reference a object NOT using inobject, outobject, centerobject where the sender have connection with the recevier. In this case A & E have no actual connection. Regards, Kelvin |
#3
|
|||
|
|||
You can also do it with a direkt pointer in the trigger:
treenode destination = node("/A", model()); then you can use destination as adress. The way of qin tian is also possible. best regards Tobias |
The Following User Says Thank You to tobias.biemueller For This Useful Post: | ||
Patrick Cap (03-26-2009) |
Thread | Thread Starter | Forum | Replies | Last Post |
send a flowitem from a mobile object to another mobile object | KelvinHo | Q&A | 5 | 03-03-2010 08:24 AM |