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

Parameters 11-63
202
Func 2 Mask/Val
1
Use Func 2 Mask/Val to enter a mask or value to compare
Function In2 (parameter 201) to, according to the value you
select in Func 2 Eval Sel (parameter 203).
1 Func 2 Mask/Val was added in Version 2.xx.
Parameter number 202
File:group Application:Prog Function
Parameter type linkable destination
Conversion 1 = 1
If Func 2 Eval Sel (parameter 203) is 0 or 6 – 11, then:
Display ±x
Factory default -1
Minimum value -32767
Maximum value +32767
If Func 2 Eval Sel (parameter 203) is 1 – 5, then:
Display bits
Factory default 11111111.11111111
Minimum value 00000000.00000000
Maximum value 11111111.11111111
If Func 2 Eval Sel (parameter 203) is 12 – 15, then:
Display x
Factory default 65535
Minimum value 0
Maximum value 65535
Refer to Chapter 10, Using the Function Block, for more
information.
203
Func 2 Eval Sel
1
Func 2 Eval Sel lets you choose how you want to evaluate
Function In2 (parameter 201).
1 Func 2 Eval Sel was added in Version 2.xx.
Parameter number 203
File:group Application:Prog Function
Parameter type destination
Display x
Factory default 0
Minimum value 0
Maximum value 17
Conversion 1 = 1
Refer to Chapter 10, Using the Function Block, for more
information.
Value Description
0 None
Pass the value directly on to the
function block.
1 Mask
Mask specific bits.
2 All Bits On
Check to make sure that all bits
that are set (on) in Func 2
Mask/Val (parameter 202) are set
in Function In2 (parameter 201).
3 All Bits Off
Check to make sure that all bits
that are set in Func 2 Mask/Val are
clear in Function In2.
4 Any Bit On
Check to make sure that at least
one of the bits that are set in
Func 2 Mask/Val is set in Function
In2.
5 Any Bit Off
Check to make sure that at least
one of the bits that are set in
Func 2 Mask/Val is clear in
Function In2.
Value Description
6 I=V
Check to see if Function In2 is
equal to Func 2 Mask/Val.
7 I Not = V
Check to see if Function In2 is not
equal to Func 2 Mask/Val.
8 Signed I<V
Check to see if the signed value of
Function In2 is less than the value
of Func 2 Mask/Val.
9 Signed I<=V
Check to see if the signed value of
Function In2 is less than or equal
to the value of Func 2 Mask/Val.
10 Signed I>V
Check to see if the signed value of
Function In2 is greater than the
value of Func 2 Mask/Val.
11 Signed I>=V
Check to see if the signed value of
Function In2 is greater than or
equal to the value of Func 2
Mask/Val.
Value Description
12 Unsign I<V
Check to see if the unsigned value
of Function In2 is less than the
value of Func 2 Mask/Val.
13 Unsign I<=V
Check to see if the unsigned value
of Function In2 is less than or
equal to the value of Func 2
Mask/Val.
14 Unsign I>V
Check to see if the unsigned value
of Function In2 is greater than the
value of Func 2 Mask/Val.
15 Unsign I>=V
Check to see if the unsigned value
of Function In2 is greater than or
equal to the value of Func 2
Mask/Val.
16 Invert
Pass the opposite value on to the
function block
17 Absolute
Pass a positive value on to the
function block.