Difference between revisions of "MC-Basic:axis.IN3MODE"
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.IN3MODE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | |||
− | |||
− | |||
− | |||
− | |||
Specifies the functionality of the drive digital input 3.<br> | Specifies the functionality of the drive digital input 3.<br> | ||
0 – no special function<br> | 0 – no special function<br> | ||
Line 61: | Line 57: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | * Each function input may be assigned only 1 digital value | + | * Each function input may be assigned only 1 digital value |
− | * Valid in communications phase 2 or higher | + | * Valid in communications phase 2 or higher |
+ | *Not supported in EtherCAT system | ||
|EXAMPLE= | |EXAMPLE= | ||
Line 70: | Line 67: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.IN3|axis.IN3]] |
− | [[Category | + | [[Category:Obsolete|axis.IN3MODE]] |
}} | }} |
Latest revision as of 09:45, 19 April 2017
Language: | English • 中文(简体) |
---|
Specifies the functionality of the drive digital input 3.
0 – no special function
1 – CW limit switch
2 – CCW limit switch
3 – reserved
4 – reserved
5 – reserved
6 – reserved
7 – reserved
8 – second bipolar torque limit
9 – reserved
10 – home switch
11 – reserved
12 – reserved
13 – reserved
14 – reserved
15 – reserved
16 – probe input (capture)
17 – reserved
18 – open fault relay
Two keyword values are defined:
- “capturing” (=16)
- “homing” (=10)
Specifying an invalid value displays the message “Incorrect parameter value”.
Replacing a previous functionality displays the message “Input switch might have been dedicated to another function.”
Syntax
<axis>.In3Mode = <value>
Availability
All versions
Type
Long
Range
0 to 18
Default
Dependent on the drive
Scope
Task or Terminal
Limitations
- Each function input may be assigned only 1 digital value
- Valid in communications phase 2 or higher
- Not supported in EtherCAT system
Examples
?a1.In3Mode
a1.in3Mode = homing