Enum Error
- Namespace
- Loehnert.Lisrt.HighVoltageTester.Etl
- Assembly
- Loehnert.Lisrt.HighVoltageTester.Etl.dll
Represents an error of the Ats400Module.
public enum Error
Fields
AboveUpperLimit = 14The measured value exceeds the upper limit.
BelowLowerLimit = 15The measured value falls below the lower limit value.
CanceledBYSafetyCircuitOpened = 8The safety circuit was opened during the test or the test was started with the safety circuit open.
CanceledByConnectionMonitoring = 9The contact was opened during the test or the test was started with the contact open.
CanceledByUser = 4Aborted by user via ETL interface.
CanceledByUserInterface = 7The controlling application ETL DataView 3 or the client application has canceled the check.
CommunicatioError = 11Communication to an external device is disturbed.
CommunicationFailed = 10Communication in the device or to an external module is disturbed.
ErrorPowerSource = 1The inverter is no longer ready for operation. This can have the following causes: Short or long term overload, This condition goes away after a few seconds when the overload is no longer present. Defect in the inverter. This condition is permanent and requires repair.
ExternalCommunication = 6External communication error.
HighVoltagACTestVoltageNotReached = 18The necessary high voltage could not be generated. The following causes are possible: There is a short circuit in the test object. -or- The test was started when handling test pistols at the same test point. -or- There is a defect in the device.
HighVoltageACFailureArcDetectionGradientRamp = 24There was a breakdown in the ramp, which was detected via the voltage curve. The slope for the breakdown detection was exceeded.
HighVoltageACFailureArcDetectionGradientStaticPhase = 25A breakdown occurred in the static phase, which was detected via the voltage curve. The slope for the breakdown detection was exceeded.
HighVoltageACFailureArcDetectionRamp = 20A breakdown occurred in the ramp, which was detected via the voltage curve. The breakdown detection threshold was exceeded.
HighVoltageACFailureArcDetectionStaticPhase = 22A breakdown occurred in the static phase, which was detected via the voltage curve. The breakdown detection threshold was exceeded.
HighVoltageACFailureLimitDetectionIMaxRamp = 21During the ramp, the upper limit was exceeded and the test was aborted.
HighVoltageACFailureLimitDetectionIMaxStaticPhase = 23During the static phase, the upper limit was exceeded and the test was aborted.
HighVoltageACLimitDetectionIMax = 16During the static phase, the upper limit was exceeded and the test was aborted.
HighVoltageACMinimalCurrentNotReached = 19During the evaluation time, the current has not reached or exceeded the lower limit value.
HighVoltageACPeakValueDetection = 17A current spike was detected and the test was aborted.
HighVoltageACShortcut = 26The necessary high voltage could not be generated. The following causes are possible: There is a short circuit in the test object. -or- The test was started when handling test pistols at the same test point. -or- There is a defect in the device.
HighVoltageACVoltageOvershoot = 27After switching on or after the end of the ramp, the voltage is too high.
HighVoltageDCFailureArDetectionRamp = 37A breakdown occurred in the ramp, which was detected via the voltage curve. The breakdown detection threshold was exceeded.
HighVoltageDCFailureArcDetection = 35A breakdown occurred, which was detected via the voltage curve. The breakdown detection threshold has been exceeded.
HighVoltageDCFailureArcDetectionGradientRamp = 41There was a breakdown in the ramp, which was detected via the voltage curve. The slope for the breakdown detection was exceeded.
HighVoltageDCFailureArcDetectionGradientStaticPhase = 42A breakdown occurred in the static phase, which was detected via the voltage curve. The slope for the breakdown detection was exceeded.
HighVoltageDCFailureArcDetectionStaticPhase = 39A breakdown occurred in the static phase, which was detected via the voltage curve. The breakdown detection threshold was exceeded.
HighVoltageDCFailureLimiDetectionIMaxStaticPhase = 40During the static phase, the upper limit was exceeded and the test was aborted.
HighVoltageDCFailureLimitDetectionIMax = 32During the static phase, the upper limit was exceeded and the test was aborted.
HighVoltageDCFailureLimitDetectionIMaxRamp = 38During the ramp, the upper limit was exceeded and the test was aborted.
HighVoltageDCFailurePeakValueDetection = 33A current spike was detected and the test was aborted.
HighVoltageDCTestConditionMinimalCurrentNoReached = 34During the evaluation time, the current has not reached or exceeded the lower limit value.
HighVoltageDCTestConditionTestVoltageNotReached = 36The necessary high voltage could not be generated. The following causes are possible: There is a short circuit in the test object. -or- The test was started when handling test pistols at the same test point. -or- There is a defect in the device.
HighVoltageDCTimeForDischargeExceeded = 43After the test, the voltage could not be reduced below the discharge voltage within the discharge time.
HighVoltageDCVoltageOvershoot = 44After switching on or after the end of the ramp, the voltage is too high.
MeasurementRangeOvershoot = 12The measured value exceeds the upper limit of the set measuring range.
MeasurementRangeUndershoot = 13The measured value falls below the lower limit of the set measuring range.
NoError = 0No error has occurred.
OverTemperature = 2The temperature of the inverter has exceeded. This error disappears when the temperature falls.
PowerLimitReached = 5The maximum power limit of the inverter has been reached.
ProtectiveEarthCurrentUndershoot = 81The current cannot be set to the configured setpoint. The following causes are possible for this: The test object is not contacted. -or- There is a cable break. -or- The tester has slipped with the test probe. -or- The tester has accidentally started the test too early with the button on the test probe. -or- There is a defect in the device.
ProtectiveEarthResistanceOvershoot = 80The measured resistance is greater than the upper limit value.
ProtectiveEarthResistanceUndershoot = 82The measured resistance is lower than the lower limit value.
ProtectiveEarthScalingDataIsMissing = 83No scaling data has been transferred for the current clamp. When using the current clamp, these must be available before starting the test.
StartconditionStateError = 3The state of the contact monitoring or the safety circuit has changed during the test.
UnknownError = -1Error is unknown.