Previous | Contents | Index |
The read status function issues a diagnostic status request to the device, interprets the device response, and returns the interpretation as a character buffer. An error message is displayed if a device definition does not match the device in the device response. If this occurs, you must correct the device definition before you can perform an upload function or download function for the device.
The BASEstar Classic Command Line Interface User's Guide gives detailed information about the READ STATUS command. To display the returned values for device status, enter the following at the BASEstar Classic prompt:
DCM> READ STATUS device-name/FULL |
Example 3-11 shows an example of the information displayed after issuing the READ STATUS command.
Example 3-11 Read Status Screen |
---|
DCM> READ STATUS device-name/FULL Status of device GEF_PLC at 17-MAY-1991 09:29:04.70 Vendor: GE_Fanuc Model: SERIES_SIX_PC Revision: 0120_0311_0312 Physical status: 0 (Operational) Logical status: 0 (State Changes Allowed) Local detail: 00000000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000 DCM> |
The logical status of an MMS device tells a remote user, the DAS for OMNI software, the MMS services that it is capable of supporting. A user of the DAS for OMNI software, may check this status to determine why a particular service, his request, is returning an error condition. The logical status code values and their meaning are described in Table 3-5.
Logical Status Value | MMS Meaning |
---|---|
0 | state changes allowed, all MMS services |
1 | no state changes allowed, Read Only services |
2 | limited services permitted, connect and status |
3 | supported services allowed, no PI services |
The physical status of an MMS device tells a remote user, the DAS for OMNI software, the generic capabilities and operational state of the hardware. Further meaning is outside the scope of the MMS specification and may be determined from the vendors local status details. The physical status code values and their meaning are described in Table 3-6.
Physical Status Value | MMS Meaning |
---|---|
0 | Operational, ie. able to perform all tasks |
1 | Partially Operational, ie. not all tasks can be performed |
2 | Inoperable, ie. not operational |
3 | Needs Commisioning, ie. maintenance |
Previous | Next | Contents | Index |