Marquan Posted November 19, 2018 Posted November 19, 2018 Is there a way to check if a server/workstation etc. is operational, failure or in setup? If so what is the syntax?
CWatson Posted November 19, 2018 Posted November 19, 2018 The various resource type objects, such as Server, Combiner, Resource, etc. as well as moveable resources, such as Workers and Vehicles have Resource States that are automatically assigned by Simio. See the List States page in Simio for a listing of the resource states for each object. You can evaluate the state by using the ResourceName.ResourceState in an expression, such as in a Decide step - Server1.ResourceState == 3. These resource states can also easily be viewed by clicking on the object itself and going to the Active Symbol section of the Symbols ribbon to display the animation symbol and listing of the various states and their associated numbers.
Recommended Posts