User Manual V 1-4.XX User guide
Table Of Contents
- Front Cover
- Chapter 1
- Chapter 2
- Chapter 3
- Chapter 4
- Chapter 5
- Chapter 6
- Chapter 7
- Chapter 8
- Chapter 9
- Chapter 10
- Chapter 11
- Chapter 12
- Chapter 13
- Appendix A
- Appendix B
- Appendix C
- Appendix D
- Appendix E
- Appendix F
- Who Should Use this Manual?
- What Is the 1336 IMPACT Drive?
- Purpose of this Manual
- Terms and Abbreviations
- Common Techniques Used in this Manual
- Allen-Bradley Support
- Table of Contents
- Preface
- Chapter 1
- Chapter 2
- Mounting and Wiring Your 1336 IMPACT Drive
- Chapter Objectives
- Before Mounting Your Drive
- Input Fuses and Circuit Breakers
- Mounting Your Drive
- Grounding Your Drive
- Wiring the Power
- Hard Wiring Your I/O
- Connecting Your Gateway
- Installing an Interface Board
- Connecting the Power to the Drive
- Disconnecting the Drive Output
- Starting and Stopping the Motor
- Electrical Interference— EMI/RFI
- Do I Need an RFI Filter?
- Mounting and Wiring Your 1336 IMPACT Drive
- Chapter 3
- Chapter 4
- Chapter 5
- Using the LOption
- Chapter Objectives
- What is the LOption?
- What Functions are Available?
- Setting Up the LOption Board
- Using an Encoder with the LOption Board
- Requirements for the Contact Closure Interface Board (L4)
- Requirements for the 24V AC/DC Interface Board Requirements (L5)
- Requirements for the 115V AC Interface Board (L6)
- Requirements for the Contact Closure Interface Board (L7E)
- Requirements for the 24VAC/DC Interface Board Requirements (L8E)
- Requirements for the 115V AC Interface Board (L9E)
- Using the LOption
- Chapter 6
- Starting Up Your System
- Chapter Objectives
- Before Applying Power to Your Drive
- Applying Power to Your Drive
- Recording Your Drive and Motor Information
- Understanding the Basics of the Human Interface Module (HIM)
- Starting Up Your System
- Running the Quick Motor Tune Procedure
- Configuring the Digital Section
- Configuring the Analog Section
- Understanding Links
- Where Do I Go From Here?
- Starting Up Your System
- Chapter 7
- Chapter 8
- Chapter 9
- Applications
- Chapter Objectives
- Choosing a Motor Feedback Source
- Choosing an Optional Braking/Decelerating Method
- Using DC Hold
- Using Up to 400% Motor Current
- Understanding the Scale and Offset Parameters for Analog I/O
- Using 4 – 20mA Inputs/Outputs
- Using a Remote Pot
- Using MOP
- Using Flying Start
- Speed Profiling Introduction
- Speed Profiling Operation
- Speed Profile Start Up Configuration
- Initial Setup Requirements
- Profile Command & Control
- Using the TB3 Inputs
- Encoder Steps
- Applications
- Chapter 10
- Using the Function Block
- Chapter Objectives
- What is a Function Block?
- Evaluating the Inputs
- Using the Timer Delay Function
- Using the State Machine Function
- Using the Add/Subtract Function
- Using the Maximum/Minimum Function
- Using the Up/Down Counter Function
- Using the Multiply/Divide Function
- Using the Scale Function
- Using the Hysteresis Function
- Using the Band Function
- Using the Logical Add/Subtract Function
- Using the Logical Multiply/Divide Function
- Using the Function Block
- Chapter 11
- Chapter 12
- Troubleshooting
- Chapter Objectives
- Required Equipment
- Fault/Warning Handling
- Viewing the Fault and Warning Queues on the HIM
- What Are the Fault Descriptions?
- Understanding Precharge and Ridethrough Faults
- Understanding the Bus Voltage Tracker
- Understanding the Parameter Limit Faults
- Understanding the Math Limit Faults
- Start Up Troubleshooting Procedures
- Miscellaneous Troubleshooting Procedures
- Encoderless Troubleshooting Problems
- Troubleshooting
- Chapter 13
- Appendix A
- Appendix B
- Appendix C
- Appendix D
- Appendix E
- Appendix F
- Index
- Back Cover

12-24 Troubleshooting
The fact that a parameter limit condition occurred does not by itself
create a problem for the drive because the drive limits the parameter
to a valid number. The ability to configure a fault or warning is
provided to let you determine when a potential application problem
exists — the requested action cannot be achieved because an attempt
was made to set a parameter outside its limits. If this situation is
understood and acceptable, then you can simply set up the drive for a
Param Limit warning (clear bit 9 in Fault Select 2 (parameter 22) and
set bit 9 in Warning Select 2 (parameter 23) or to ignore the condition
entirely (clear both bits). By default, this condition is ignored (both
bits clear).
Understanding the Math Limit
Faults
If you receive a Math Limit fault (03058) or warning (03090), the
drive has limited a mathematical operation. This typically occurs
when a calculation (add, subtract, multiply, or divide) results in a
value that exceeds the range of the drive’s number system. Most
numeric quantities are restricted to ±800%, which is expressed
internally as a 16-bit number in the range of ±32767.
For example, suppose Speed Ref 1 (parameter 29) is 300% of base
motor speed (12,288 decimal) and Speed Scale 1 (parameter 30) is
+3.0. When the drive is run in speed mode with Speed Ref 1 selected,
the speed reference calculation will encounter a math limit condition.
In this example, when Speed Ref 1 is scaled by Speed Scale 1, the
result becomes too large to express as a valid number and must be
internally limited. 300% of base motor speed multiplied by a 3.0 scale
factor would result in a speed reference value of 900% base motor
speed (12288 x 3 = 36864). The 1336 IMPACT drive handles this
condition by limiting the scaled speed reference value to eight times
base motor speed (32767). A math limit condition would indicate that
a positive overflow has occurred. If the calculation produced a
negative result, then a negative overflow would be indicated.
Figure 12.3
Example of a Math Limit on Scaled Speed Ref 1
(Positive Overflow)
You can configure the drive to report a math limit condition as either a
fault or a warning, or to ignore the condition.
To: You need to:
Report the condition as a fault Set bit 10 in Fault Select 2 (parameter 22).
Report the condition as a warning
Clear bit 10 in Fault Select 2 and set bit 10 in
Warning Select 2 (parameter 23).
Ignore the condition
Make sure that bit 10 is clear in both Fault
Select 2 and Warning Select 2.
Scale
800% = 32767
Math Limit
Speed Scale 1
30
3.0
Speed Ref 1
29
300% = 12288