How to understand a activity connect with muti-same-activities
I'm a newer to MSRS,so there are always questions about VPL,hope you can answer my question :-D
Also in the example of Sick LRF,part of the program like this:
-
-- |* Worker * |
|
| *SickLRF*| |* if ( ..... ) *| |* Worker * |
|
|* Worker * |
|* Worker *| -| if (name == "Right")| -| ... |
|* Worker *| -| if (name == "Left")| -| ... |
|* Worker *| -| if (name == "Center")| -| ... |
-
the SickLRF service conected with three same activities "Worker".
How this program runs.Can you tell me?
Thanks. Tan Wangda

