Difference between revisions of "MC-Basic:axis.IN1MODE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.IN1MODE}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
  
 
|SYNTAX=
 
|SYNTAX=
<''axis''>.In1Mode = ''<value>''
+
<''axis''>.In1Mode = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
Specifies the functionality of the drive digital input 1.<br>
 
Specifies the functionality of the drive digital input 1.<br>
       0 – no special function<br>
+
0 – no special function<br>
       1 – CW limit switch<br>
+
1 – CW limit switch<br>
       2 – CCW limit switch<br>
+
2 – CCW limit switch<br>
       3 – reserved<br>
+
3 – reserved<br>
       4 – reserved<br>
+
4 – reserved<br>
       5 – reserved<br>
+
5 – reserved<br>
       6 – reserved<br>
+
6 – reserved<br>
       7 – reserved<br>
+
7 – reserved<br>
       8 – second bipolar torque limit<br>
+
8 – second bipolar torque limit<br>
       9 – reserved<br>
+
9 – reserved<br>
       10 – home switch<br>
+
10 – home switch<br>
       11 – reserved<br>
+
11 – reserved<br>
       12 – reserved<br>
+
12 – reserved<br>
       13 – reserved<br>
+
13 – reserved<br>
       14 – reserved<br>
+
14 – reserved<br>
       15 – reserved<br>
+
15 – reserved<br>
       16 – probe input (capture)<br>
+
16 – probe input (capture)<br>
       17 – reserved<br>
+
17 – reserved<br>
       18 – open fault relay
+
18 – open fault relay
  
 
Two keyword values are defined:<br>
 
Two keyword values are defined:<br>
       “capturing” (=16)<br>
+
* “capturing” (=16)<br>
       “homing” (=10)
+
* “homing” (=10)
  
An invalid value specified displays the message, “Incorrect parameter value.” Replacing a previous functionality displays the message, “Input switch might have been dedicated to another function.”
+
Specifying an invalid value specified displays the message “Incorrect parameter value.” <br>
 +
Replacing a previous functionality displays the message “Input switch might have been dedicated to another function.”
  
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
Line 55: Line 55:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Each function input may be assigned only 1 digital value. Valid in communications phase 2 or higher.
+
* Each function input may be assigned only one digital value
 +
* Valid in communications phase 2 or higher
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 63: Line 65:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.IN1|axis.IN1]]
+
* [[MC-Basic:axis.IN1|axis.IN1]]
  
[[Category:Axystems:Obsolete|axis.IN1MODE]]
+
[[Category:Obsolete|axis.IN1MODE]]
 
}}
 
}}

Latest revision as of 09:15, 19 April 2017

Language: English  • 中文(简体)‎

Specifies the functionality of the drive digital input 1.
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 specified displays the message “Incorrect parameter value.”
Replacing a previous functionality displays the message “Input switch might have been dedicated to another function.”

Syntax

<axis>.In1Mode = <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 one digital value
  • Valid in communications phase 2 or higher
  • Not supported in EtherCAT system

Examples

?a1.In1Mode

a1.In1mode = homing

See Also