
Public Attributes | |
| long | number |
| DiagnosisState | state |
| DateAndTime | dateTime = new DateAndTime() |
| int | logicalAddress |
| int | physicalAddress |
| DiagnosisDespatcher | despatcher |
| long | index |
| String | text |
This structure defines the broken date and time information.
Elements of struct Diagnosis
| Type | Element | Description |
|---|---|---|
| long | number | Identity number described in the help manual and used to identify the diagnosis. |
| DiagnosisState | state | State of a diagnostic message. |
| DateAndTime | dateTime | Date and time of the diagnosis. |
| int | logicalAddress | Logical address of the device(e.g. axis, touchprobe,...) that dispatched the diagnosis. |
| int | physicalAddress | Physical address of a physical device possibly connected to the logical object, e.g. drive of an axis. |
| DiagnosisDespatcher | despatcher | Identifying source of diagnosis. |
| long | index | Index of the diagnosis inside the diagnosis ring buffer. |
| String | text | Diagnosis text with diagnosis description. |
Elements of struct Diagnosis
| Type | Element | Description |
|---|---|---|
| long | totalVolatileBytes | Total RAM of the device in bytes. |
| long | totalNonvolatileBytes | Total non-volatile RAM of the device in bytes. This memory is not directly accessible for the user, but used for storing system parameters and settings. For example axis configuration etc... |
| long | freeVolatileBytes | Free RAM of the device in bytes. |
| long | freeNonvolatileBytes | Free non-volatile RAM of the device in bytes. This value should never reach 0. |
Definition at line 426 of file System.java.
| long com.boschrexroth.mlpi.System.Diagnosis.number |
Identity number described in the help manual and used to identify the diagnosis.
Definition at line 428 of file System.java.
| DiagnosisState com.boschrexroth.mlpi.System.Diagnosis.state |
State of a diagnostic message.
Definition at line 429 of file System.java.
| DateAndTime com.boschrexroth.mlpi.System.Diagnosis.dateTime = new DateAndTime() |
Date and time of the diagnosis .
Definition at line 430 of file System.java.
| int com.boschrexroth.mlpi.System.Diagnosis.logicalAddress |
Logical address of the device(e.g. axis, touchprobe,...) that dispatched the diagnosis.
Definition at line 431 of file System.java.
| int com.boschrexroth.mlpi.System.Diagnosis.physicalAddress |
Physical address of a physical device possibly connected to the logical object, e.g. drive of an axis.
Definition at line 432 of file System.java.
| DiagnosisDespatcher com.boschrexroth.mlpi.System.Diagnosis.despatcher |
Identifying source of diagnosis.
Definition at line 433 of file System.java.
| long com.boschrexroth.mlpi.System.Diagnosis.index |
Index of the diagnosis inside the diagnosis ring buffer.
Definition at line 434 of file System.java.
| String com.boschrexroth.mlpi.System.Diagnosis.text |
Diagnosis text with diagnosis description.
Definition at line 435 of file System.java.