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

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "''<axis>''" to "<''axis''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.In2
+
<''axis''>.In2
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Returns the state of the drive digital input 2 as defined by ''<axis>''.IN2MODE.<br>
+
Returns the state of the drive digital input 2 as defined by <''axis''>.IN2MODE.<br>
 
       0 – off<br>
 
       0 – off<br>
 
       1 – on
 
       1 – on

Revision as of 17:40, 16 March 2014

Returns the state of the drive digital input 2 as defined by <axis>.IN2MODE.
       0 – off
       1 – on

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Syntax

<axis>.In2

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.In2

See Also