XcmHrDpaState

  • Base type Enumeration

The generic state of this object (system, device, service, etc.). The following standard values are defined (in section 9.1.6.4 'State' of ISO 10175-1): * 'ready' - This object is ready to be used without human intervention. * 'onRequest' - This object requires human intervention in order to be used. * 'unavailable' - This object is NOT available for use even with human intervention. * 'unknown' - This state of this object is NOT known. * 'busy' - This object is temporarily inaccessible due to dynamic constraints, but will become 'ready' without human intervention. * 'initializing' - This object is being initialized (and is therefore temporarily inaccessible). * 'terminating' - This object is being terminated (and is therefore permanently inaccessible).

Possible values

7 objects
Number Name
1 ready
2 onRequest
3 unavailable
4 unknown
5 busy
6 initializing
7 terminating