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

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
This property is used to set the source is used as the position capture. This property takes the values 0 - for the motor position capture or 1 – for  the external position capture .
 
This property is used to set the source is used as the position capture. This property takes the values 0 - for the motor position capture or 1 – for  the external position capture .
 +
 +
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
  
 
|TYPE=
 
|TYPE=
Line 45: Line 47:
 
* [[Axystems:MC-Basic:IDNSTATE|IDNSTATE]]
 
* [[Axystems:MC-Basic:IDNSTATE|IDNSTATE]]
  
 
+
[[Category:Axystems:Obsolete|axis.CAPTURESOURCE]]
 
}}
 
}}

Revision as of 14:27, 11 March 2014

This property is used to set the source is used as the position capture. This property takes the values 0 - for the motor position capture or 1 – for  the external position capture .

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Short form

<axis>.CapSrc

Syntax

<axis>.CaptureSource = <value>

Availability

All versions

Type

Long

Range

0 – motor

1 - external source

Default

0

Scope

Configuration, Task or Terminal

Limitations

Can be set in SERCOS communications phase 2 . Read only in communications phase 4 .

Examples

ser.phase=0

a1.CaptureSource = 1                     ' Capture external position

See Also