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

From SoftMC-Wiki
Jump to: navigation, search
Line 42: Line 42:
 
* [[MC-Basic:axis.IN3MODE|axis.IN3MODE]]
 
* [[MC-Basic:axis.IN3MODE|axis.IN3MODE]]
  
[[Category:Axystems:Obsolete|axis.IN3]]
+
[[Category:Obsolete|axis.IN3]]
 
}}
 
}}

Revision as of 09:19, 22 May 2014

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