Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim HC 5.3.10 ]
Hello,
I would like to model a staircase in Flexsim HC and for that I wanted to know if it was possible to change the speed of my patient when he arrives on a path node (Triggers / On arrival)?
Here are the solutions I tried but none works:
setvarnum(patient, "maxspeed", 10); //unknown variable patient getvarnode(patient, "maxspeed").value = 10; //unknown variable patient changeconveyorspeed(patient, 10) //unknown variable patient
Solved! Go to Solution.