Travis Posted December 1, 2016 Posted December 1, 2016 I want to show total change over time on a response in Experiment. But, I don't know how to type on Expression of response. I tried like this "Workstation1.ResourceState.TotalTime(ChangeoverLogic.TotalChangeoverTime)" , but it didn't work. How can I do?
dsturrock Posted December 3, 2016 Posted December 3, 2016 You correctly determined that the state of a resource is in the ResourceState function. The help on that function describes that the argument to that function is the number associated with the state, and what each state is. In this case the number associated with the Setup state is 5. So your expression would be Workstation1.ResourceState.TotalTime(5)
Recommended Posts