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

From SoftMC-Wiki
Jump to: navigation, search
m
Line 10: Line 10:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
 +
<font color="red">
 
This property is used to set or query the polarity of the capture signal. It determines whether position is captured on the rising edge or falling edge of the capture signal. With this property, the SERVOSTAR MC encapsulates access to IDN 169 on the drive.
 
This property is used to set or query the polarity of the capture signal. It determines whether position is captured on the rising edge or falling edge of the capture signal. With this property, the SERVOSTAR MC encapsulates access to IDN 169 on the drive.
 +
</font>
  
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
Line 35: Line 37:
  
 
|EXAMPLE=
 
|EXAMPLE=
a1.capturepolarity = RISE                'rising edge
+
a1.capturepolarity = RISE     rising edge
  
 
|SEE ALSO=
 
|SEE ALSO=

Revision as of 15:08, 16 March 2014

This property is used to set or query the polarity of the capture signal. It determines whether position is captured on the rising edge or falling edge of the capture signal. With this property, the SERVOSTAR MC encapsulates access to IDN 169 on the drive.

IMPORTANT.svgIMPORTANT
THIS PROPERTY IS OBSOLETE

Short form

<axis>.CapPol

Syntax

<axis>.CapturePolarity = <polarity>

Availability

All versions

Type

Long

Range

1 (RISE)

2 (FALL)

Default

None. When the property is queried, the MC gets the value from the drive.

Scope

Configuration, Task or Terminal

Limitations

Can be set and read in SERCOS communications phase 2 or 4.

Examples

a1.capturepolarity = RISE  rising edge

See Also