Hi,
I am building a multiplayer simulation using interface builder and vensim model and I am encountering following problems :-
-
I have two end users with names facilitator and purchasingDep. Now, first facilitator will manipulate the value of variable say ‘salvage value’. When user ‘purchasingDep’ logs in, the user should be able to see the value of ‘salvage value’ but not edit it. How can I achieve that.
-
I have 5 different end users manipulating different variables. Once all the users submit their decisions, the simulation should enter the next step i.e 2nd run and so on. Also, I want to limit the number of runs to certain value, in my case 15.
-
In the interface builder there is one section ‘Conditions’ in which I can specify the condition under which the variable is shown. How can I specify multiple conditions. The interface provides only 1 show if. I want multiple.
-
Lastly, after certain runs, I want to reset the whole simulation i.e It should erase all the value of variables till now and runs should again start with 1 and time 1.
Please help.
Thank You