Jump to content

Recommended Posts

Posted

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?

Posted

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)

×
×
  • Create New...