Marquan Posted November 19, 2018 Share 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? Link to comment Share on other sites More sharing options...
CWatson Posted November 19, 2018 Share 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. Link to comment Share on other sites More sharing options...
Marquan Posted November 21, 2018 Author Share Posted November 21, 2018 Thanks Link to comment Share on other sites More sharing options...
Recommended Posts