Travis Posted December 1, 2016 Share 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? Link to comment Share on other sites More sharing options...
dsturrock Posted December 3, 2016 Share 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) Link to comment Share on other sites More sharing options...
Travis Posted December 5, 2016 Author Share Posted December 5, 2016 Thank you for your help! I did it!!_ Link to comment Share on other sites More sharing options...
Recommended Posts