MC-Basic:axis.CAPTUREPOLARITY

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= ''<axis>''.CapPol |SYNTAX= ''<axis>''.CapturePolarity = ''<polarity>'' |AVAILABILITY= All versions |DESCRIPTION= This property is used to set or query …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

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