E_SMIDiagResWithError
TYPE E_SMIDiagResWithError :
(
eSMIDiagResWithErrorUndefined := 0,
eSMIDiagResNoMotorWithError := 1,
eSMIDiagResAtLeastOneMotorWithError := 2
);
END_TYPE
TYPE E_SMIDiagResWithError :
(
eSMIDiagResWithErrorUndefined := 0,
eSMIDiagResNoMotorWithError := 1,
eSMIDiagResAtLeastOneMotorWithError := 2
);
END_TYPE