Loading…
Loading…
Method Name: GetHealthStatus
Method ID: 0x0403
Method Label: GetHealthStatus
Method Help:
- {
- unsigned char HealthStatusState;
- if (DiagnosisServices_namurAlarmStatus == 4)
- {
- HealthStatusState = 1;
- }
- else
- {
- if (DiagnosisServices_namurAlarmStatus == 1)
- {
- HealthStatusState = 2;
- }
- else
- {
- if (DiagnosisServices_namurAlarmStatus == 2)
- {
- HealthStatusState = 3;
- }
- else
- {
- if (DiagnosisServices_namurAlarmStatus == 3)
- {
Please login for more