Fault 118 MOVIKIT® – MultiMotion profile generation

Fault: 118.0 (7600hex | 30208dec)

Description: Software limit switch not within valid value range

 

 

Cause

Measure

The negative software limit switch is smaller than the permitted value range.

In the IEC program under [Interface] > [Axis name] > [SoftwareLimitSwitch], set a value for the "lrLimitNegative" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

The positive software limit switch is greater than the permitted value range.

In the IEC program under [Interface] > [Axis name] > [SoftwareLimitSwitch], set a value for the "lrLimitPositive" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.1 (7601hex | 30209dec)

Description: Modulo limits not within valid value range

 

 

Cause

Measure

Modulo minimum greater than modulo maximum.

– Set the modulo maximum greater than the modulo minimum.

– Set both modulo limits to 0.

Modulo maximum greater than permitted value range.

In MOVISUITE® in the parameter setting of the software module under [Monitoring functions] > [Limit values], set a value for the "Modulo maximum" parameter that meets the following condition:

Parameter value x 10^(number of decimal places) < +2147483647

Modulo minimum smaller than permitted value range.

In MOVISUITE® in the parameter setting of the software module under [Monitoring functions] > [Limit values], set a value for the "Modulo minimum" parameter that meets the following condition:

Parameter value x 10^(number of decimal places) > -2147483648

Fault: 118.2 (7602hex | 30210dec)

Description: Initialization position not within valid value range

 

 

Cause

Measure

Initialization position not within permitted value range.

An initialization position ("lrPosition" variable) can be specified in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] at the following locations:

– under [Velocity] > [Config] > [stPresetValues]

– under [Positioning] > [Config] > [stPresetValues]

– under [PositioningRelative] > [Config] > [stPresetValues]

– under [Jog] > [Config] > [stPresetValues]

In the IEC program, set a value for the "lrPosition" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.3 (7603hex | 30211dec)

Description: Reference offset not within valid value range

 

 

Cause

Measure

Reference offset not within permitted value range.

In the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Homing] > [Config], set a value for the "lrReferenceOffset" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.4 (7604hex | 30212dec)

Description: Reference offset not within modulo limits

 

 

Cause

Measure

Reference offset greater than modulo maximum.

Set the reference offset smaller than the modulo maximum.

Reference offset smaller than modulo minimum.

Set the reference offset greater than the modulo minimum.

Fault: 118.5 (7605hex | 30213dec)

Description: Home position not within valid value range

 

 

Cause

Measure

Home position not within permitted value range.

In the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Homing] > [Config], set a value for the "lrStartPosition" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.6 (7606hex | 30214dec)

Description: Invalid modulo operating mode

 

 

Cause

Measure

Modulo mode not possible with activated "Relative positioning" controller function.

For relative positioning, set the modulo operating mode to a value other than "MODULO_SHORT".

Modulo mode not possible with configured axis type.

– Set the modulo operating mode for an axis without cycle limitation to "MODULO_OFF".

– Set the modulo operating mode for an axis with cycle limitation to a value other than "MODULO_OFF".

Fault: 118.7 (7607hex | 30215dec)

Description: Axis not referenced

 

 

Cause

Measure

The activated controller function is only permitted with referenced axis.

– Reference the axis.

– In MOVISUITE® in the parameter setting of the software module under [Controller functions] > [Absolute positioning], activate the "Without referenced encoder" parameter.

Fault: 118.8 (7608hex | 30216dec)

Description: Target position not within valid value range

 

 

Cause

Measure

The target position is not within the permitted range of values.

In the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Positioning] > [In], set a value for the "lrPosition" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.9 (7609hex | 30217dec)

Description: Travel distance not within valid value range

 

 

Cause

Measure

Travel distance not within permitted value range.

– For absolute positioning in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Positioning] > [In], set a value for the "lrPosition" variable that meets the following condition:

-2147483648 < variable value - current position < +2147483647

– For relative positioning in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Positioning] > [In], set a value for the "lrDistance" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.10 (760Ahex | 30218dec)

Description: Target position outside software limit switches

 

 

Cause

Measure

Target position not within software limit switches.

– For absolute positioning in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Positioning] > [In], set a value for the "lrPosition" variable that meets the following condition:

Negative software limit switch <= variable value <= positive software limit switch

– For relative positioning in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Positioning] > [In], set a value for the "lrDistance" variable that meets the following conditions:

Current position - variable value >= negative software limit switch

Current position + variable value <= positive software limit switch

– In MOVISUITE® in the parameter setting of the software module under [Controller functions] > [Absolute positioning]/[Relative positioning], deactivate the "Target position monitoring" parameter.

Fault: 118.11 (760Bhex | 30219dec)

Description: Stop position not within valid range

 

 

Cause

Measure

The stop position is not within the permitted range of values.

In the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Velocity] > [Config] > [stStopAtPosition], set a value for the "lrStopPosition" variable that meets the following condition:

-2147483648 < variable value x 10^(number of decimal places) < +2147483647

Fault: 118.12 (760Chex | 30220dec)

Description: Number of decimal places of master position too large

 

 

Cause

Measure

The number of decimal places of the master position is too large.

The number of decimal places ("uiMasterResolution" variable) can be specified in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] at the following locations:

– under [Tracking] > [MasterUserProgram] > [Config]

– under [Gearing] > [MasterUserProgram] > [Config]

– under [Camming] > [MasterUserProgram] > [Config]

In the IEC program, reduce the value of the "uiMasterResolution" variable to a maximum of 9 digits.

Fault: 118.13 (760Dhex | 30221dec)

Description: Modulo limits of master position not within valid range of values

 

 

Cause

Measure

The lower modulo limit of the master position is smaller than the permitted value range.

The modulo minimum ("Modulo minimum" parameter) can be specified in MOVISUITE® in the parameter setting of the respective software module, if the "User program" setting is specified in the "Master source" parameter, at the following locations:

– for the "MultiMotion" software module under [Controller functions] > [Direct coupling]

– for the "MultiMotion Gearing" software module under [Controller functions] > [Synchronous operation]

– for the "MultiMotion Camming" software module under [Controller functions] > [Electronic cam]

In MOVISUITE®, set a value for the "Modulo minimum" parameter that fulfills the following condition:

-2147483648 < parameter value modulo minimum x 10^(number of decimal places) < +2147483647

 

The modulo minimum ("lrMasterModuloMin" variable) can be specified in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] at the following locations:

– under [Tracking] > [MasterUserProgram] > [Config]

– under [Gearing] > [MasterUserProgram] > [Config]

– under [Camming] > [MasterUserProgram] > [Config]

In the IEC program, set a value for the "lrMasterModuloMin" variable that meets the following condition:

-2147483648 < variable value modulo minimum x 10^(number of decimal places) < +2147483647

The upper modulo limit of the master position is greater than the permitted value range.

The modulo maximum ("Modulo maximum" parameter) can be specified in MOVISUITE® in the parameter setting of the respective software module, if the "User program" setting is specified in the "Master source" parameter, at the following locations:

– for the "MultiMotion" software module under [Controller functions] > [Direct coupling]

– for the "MultiMotion Gearing" software module under [Controller functions] > [Synchronous operation]

– for the "MultiMotion Camming" software module under [Controller functions] > [Electronic cam]

In MOVISUITE®, set a value for the "Modulo maximum" parameter that fulfills the following condition:

-2147483648 < parameter value modulo maximum x 10^(number of decimal places) < +2147483647

 

The modulo maximum ("lrMasterModuloMax" variable) can be specified in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] at the following locations:

– under [Tracking] > [MasterUserProgram] > [Config]

– under [Gearing] > [MasterUserProgram] > [Config]

– under [Camming] > [MasterUserProgram] > [Config]

In the IEC program, set a value for the "lrMasterModuloMax" variable that meets the following condition:

-2147483648 < variable value modulo maximum x 10^(number of decimal places) < +2147483647

The lower modulo limit of the slave position is smaller than the permitted value range.

In MOVISUITE®, change the value of the "Modulo minimum" parameter in the parameter setting of the software module under [Controller functions] > [Direct coupling]. If the value is multiplied by the factor 10exp number of decimal places

Fault: 118.14 (760Ehex | 30222dec)

Description: Modulo limits of slave position not within valid value range

 

 

Cause

Measure

Upper modulo limit of slave position is greater than permitted value range.

In MOVISUITE® in the parameter setting of the slave axis under [Monitoring functions] > [Limit values], set a value for the "Modulo maximum" parameter that meets the following condition:

Parameter value x 10^(number of decimal places) < +1000000000

The lower modulo limit of the slave position is smaller than the permitted value range.

In MOVISUITE® in the parameter setting of the slave axis under [Monitoring functions] > [Limit values], set a value for the "Modulo minimum" parameter that meets the following condition:

Parameter value x 10^(number of decimal places) > -1000000000

Fault: 118.15 (760Fhex | 30223dec)

Description: Numerator/denominator not within valid value range

 

 

Cause

Measure

Value of numerator of gear ratio between master and slave not within permitted value range.

In the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Tracking] > [In], set a value for the "diTrackingNumerator" variable that meets the following condition:

Variable value x 10^(number of decimal places) > -2147483648

Value of denominator of gear ratio between master and slave not within permitted value range.

In the IEC program under [Interface] > [Axis name] > [ProfileGeneration] > [Tracking] > [In], set a value for the "diTrackingDenominator" variable that meets the following condition:

Variable value x 10^(number of decimal places) < +107741824

Fault: 118.16 (7610hex | 30224dec)

Description: Master position not within valid value range

 

 

Cause

Measure

Master position not within permitted value range.

The master position ("lrMasterPosition" variable) can be specified in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] at the following locations:

– under [Tracking] > [MasterUserProgram] > [In]

– under [Gearing] > [MasterUserProgram] > [In]

– under [Camming] > [MasterUserProgram] > [In]

In the IEC program, set a value for the "lrMasterPosition" variable that meets the following condition:

– If modulo limits are set in the [Config] area in the "IrMasterModuloMin" and "IrMasterModuloMax" variables:

Modulo minimum < variable value master position =< modulo maximum

– If no modulo limits are set (the "IrMasterModuloMin" and "IrMasterModuloMax" variables have the value 0):

-2147483648 < variable value master position x 10^(number of decimal places) < +2147483647

Fault: 118.17 (7611hex | 30225dec)

Description: Invalid time factor of master signal

 

 

Cause

Measure

The time factors for speed and acceleration of the master signal do not have the permitted time base.

The time factors ("eVelocity" and "eAcceleration" variables) can be specified in the IEC program under [Interface] > [Axis name] > [ProfileGeneration] at the following locations:

– under [Tracking] > [MasterUserProgram] > [Config] > [stTimeBaseFactor]

– under [Gearing] > [MasterUserProgram] > [Config] > [stTimeBaseFactor]

– under [Camming] > [MasterUserProgram] > [Config] > [stTimeBaseFactor]

Set the following time bases in the variables in the IEC program:

– in the "eVelocity" variable for the speed, the "MINUTE" or "SECOND" time base

– in the "eAcceleration" variable for the acceleration, the "MINUTE_MINUTE", "MINUTE_SECOND" or "SECOND_SECOND" time base

Fault: 118.18 (7612hex | 30226dec)

Description: Invalid time factor of the slave

 

 

Cause

Measure

The time factors for speed and acceleration of the slave do not have the permitted time base.

In MOVISUITE® in the configuration of the drive train in the "User unit" parameter group, set the time factors for speed and acceleration in the respective "Unit" parameter.

Fault: 118.19 (7613hex | 30227dec)

Description: Positive software limit switch hit

 

 

Cause

Measure

Position of software limit switch in positive direction was hit.

– Acknowledge the fault.

– Move clear of the software limit switch in the opposite direction.

Fault: 118.20 (7614hex | 30228dec)

Description: Negative software limit switch hit

 

 

Cause

Measure

Position of software limit switch in negative direction was hit.

– Acknowledge the fault.

– Move clear of the software limit switch in the opposite direction.

Fault: 118.21 (7615hex | 30229dec)

Description: Deceleration application limit exceeded

 

 

Cause

Measure

The current deceleration is greater than the set application limit.

– Reduce deceleration by suitable control.

– Set the deceleration setpoint within the application limits.

Fault: 118.22 (7616hex | 30230dec)

Description: Acceleration application limit exceeded

 

 

Cause

Measure

The current acceleration is greater than the set application limit.

– Reduce acceleration by suitable control.

– Set the acceleration setpoint within the application limits.

Fault: 118.23 (7617hex | 30231dec)

Description: Positive speed application limit exceeded

 

 

Cause

Measure

The current acceleration in positive direction is greater than the set application limit.

– Reduce speed by suitable control.

– Set the speed setpoint within the application limits.

Fault: 118.24 (7618hex | 30232dec)

Description: Negative speed application limit exceeded

 

 

Cause

Measure

The current speed in negative direction is greater than the set application limit.

– Reduce speed by suitable control.

– Set the speed setpoint within the application limits.

Fault: 118.25 (7619hex | 30233dec)

Description: Interface not linked

 

 

Cause

Measure

Internal error. One of the interfaces is not linked.

Contact SEW-EURODRIVE Service.

Fault: 118.26 (761Ahex | 30234dec)

Description: Profile generator error

 

 

Cause

Measure

The internal profile generator detected an error.

Observe the fault message of the subcomponent. Identify the exact cause of this fault message and take the appropriate measures to eliminate the fault.

Fault: 118.27 (761Bhex | 30235dec)

Description: Error reading configuration data

 

 

Cause

Measure

The required configuration data are missing completely or individual parameters are not available.

– Check the configuration of the individual operating modes.

– In MOVISUITE® in the parameter setting of the controller under [Data management], download the data using "Update configuration data".

Fault: 118.28 (761Chex | 30236dec)

Description: Invalid license

 

 

Cause

Measure

The license required for the function is missing or invalid.

Purchase the required license. Contact your responsible SEW-EURODRIVE sales partner for this purpose.

Fault: 118.29 (761Dhex | 30237dec)

Description: Continuation of relative positioning not supported

 

 

Cause

Measure

The relative positioning of a modulo axis has been interrupted, e.g. due to an error or the withdrawal of the enable. The relative positioning cannot be continued when there is another enable, because cycles that have already been run might not have been taken into account.

Move the modulo axis to a defined position and restart relative positioning.

Fault: 118.30 (761Ehex | 30238dec)

Description: Signal from positive limit switch missing

 

 

Cause

Measure

Negative limit switch hit during reference travel in positive direction.

Check whether the limit switches have been assigned correctly and are not swapped.

The input of the positive reference travel limit switch does not provide a signal.

Check the connection of the positive limit switch: The input must provide a "high" signal when the limit switch is not hit.

Fault: 118.31 (761Fhex | 30239dec)

Description: Signal from negative limit switch missing

 

 

Cause

Measure

The input of the negative limit switch does not provide a signal. The input must provide a "high" signal when the limit switch is not hit.

When the limit switch is not hit, the data signal of the input must have a high level.

Positive limit switch hit during reference travel in negative direction.

Check whether the limit switches have been assigned correctly and are not swapped.

Fault: 118.32 (7620hex | 30240dec)

Description: Signal from limit switches missing

 

 

Cause

Measure

The input of both the negative and positive limit switch does not provide a signal. The input must provide a "high" signal when the limit switch is not hit.

Check the connection of the negative and positive limit switch.

Fault: 118.33 (7621hex | 30241dec)

Description: Signal from reference cam missing

 

 

Cause

Measure

The input of the reference cam does not provide a signal during reference cam search travel.

Check the connection of the sensor for the reference cam: The input must provide a "high" signal when the reference cam is reached.

Fault: 118.34 (7622hex | 30242dec)

Description: Reference travel type not supported

 

 

Cause

Measure

The selected reference travel type is not supported. This is why reference travel cannot be performed.

Select a suitable reference travel type (e.g. reference travel to reference cam).

Fault: 118.35 (7623hex | 30243dec)

Description: Error calculating position setpoint

 

 

Cause

Measure

The cyclically calculated position delta is greater than half the modulo range. Consequently, the position setpoint is calculated incorrectly.

Reduce the speed or adjust the scaling of the drive (e.g. by changing the modulo limits).