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

From SoftMC-Wiki
Jump to: navigation, search
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.IN3}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.In3
+
<''axis''>.In3
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 11:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Returns the state of the drive digital input 3 as defined by ''<axis>''.IN3MODE.<br>
+
Returns the state of the drive digital input 3 as defined by <''axis''>.IN3MODE.<br>
       0 = OFF<br>
+
0 = OFF<br>
       1 = ON
+
1 = ON
 
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
Line 32: Line 31:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only. Valid in communications phase 2 or higher.
+
*Read only
 +
*Valid in communications phase 2 or higher
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 38: Line 39:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.IN1|axis.IN1]]
+
* [[MC-Basic:axis.IN1|axis.IN1]]
* [[Axystems:MC-Basic:axis.IN2|axis.IN2]]
+
* [[MC-Basic:axis.IN2|axis.IN2]]
* [[Axystems:MC-Basic:axis.IN3MODE|axis.IN3MODE]]
+
* [[MC-Basic:axis.IN3MODE|axis.IN3MODE]]
  
[[Category:Axystems:Obsolete|axis.IN3]]
+
[[Category:Obsolete|axis.IN3]]
 
}}
 
}}

Latest revision as of 09:41, 19 April 2017

Language: English  • 中文(简体)‎

Returns the state of the drive digital input 3 as defined by <axis>.IN3MODE.
0 = OFF
1 = ON

Syntax

<axis>.In3

Availability

All versions

Type

Long

Range

0 or 1

Scope

Task or Terminal

Limitations

  • Read only
  • Valid in communications phase 2 or higher
  • Not supported in EtherCAT system

Examples

?a1.In3

See Also