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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 13: Line 13:
 
       0 = OFF<br>
 
       0 = OFF<br>
 
       1 = ON
 
       1 = ON
 +
 +
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
  
 
|TYPE=
 
|TYPE=
Line 40: Line 42:
 
* [[Axystems:MC-Basic:axis.IN3MODE|axis.IN3MODE]]
 
* [[Axystems:MC-Basic:axis.IN3MODE|axis.IN3MODE]]
  
 
+
[[Category:Axystems:Obsolete|axis.IN3]]
 
}}
 
}}

Revision as of 14:33, 11 March 2014

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

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

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.

Examples

?a1.In3

See Also