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

From SoftMC-Wiki
Jump to: navigation, search
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:axis.CAPTUREPOLARITY}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
''<axis>''.CapPol
+
 
 +
<''axis''>.CapPol
  
 
|SYNTAX=
 
|SYNTAX=
''<axis>''.CapturePolarity = ''<polarity>''
+
<''axis''>.CapturePolarity = ''<polarity>''
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 10: Line 12:
  
 
|DESCRIPTION=
 
|DESCRIPTION=
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 softMC encapsulates access to IDN 169 on the drive.
 
 
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}}
 
  
 
|TYPE=
 
|TYPE=
Line 21: Line 21:
  
 
2 (FALL)
 
2 (FALL)
 +
  
 
|UNITS=
 
|UNITS=
 
  
 
|DEFAULT=
 
|DEFAULT=
None. When the property is queried, the MC gets the value from the drive.
+
None. When the property is queried, the softMC gets the value from the drive.
  
 
|SCOPE=
 
|SCOPE=
Line 32: Line 32:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Can be set and read in SERCOS communications phase 2 or 4.
+
*Can be set and read in SERCOS communications phase 2 or 4
 +
*Not supported in EtherCAT system
  
 
|EXAMPLE=
 
|EXAMPLE=
a1.capturepolarity = RISE                'rising edge
+
a1.capturepolarity = RISE     rising edge
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:axis.CAPTURE|axis.CAPTURE]]
+
* [[MC-Basic:axis.CAPTURE|axis.CAPTURE]]
* [[Axystems:MC-Basic:axis.CAPTUREINPUT|axis.CAPTUREINPUT]]
+
* [[MC-Basic:axis.CAPTUREINPUT|axis.CAPTUREINPUT]]
* [[Axystems:MC-Basic:axis.RTCB1|axis.RTCB1]]
+
* [[MC-Basic:axis.RTCB1|axis.RTCB1]]
* [[Axystems:MC-Basic:axis.RTCB1_MODE|axis.RTCB1_MODE]]
+
* [[MC-Basic:axis.RTCB1 MODE|axis.RTCB1_MODE]]
* [[Axystems:MC-Basic:axis.RTSB1_MODE|axis.RTSB1_MODE]]
+
* [[MC-Basic:axis.RTSB1 MODE|axis.RTSB1_MODE]]
* [[Axystems:MC-Basic:IDNSTATE|IDNSTATE]]
+
* [[MC-Basic:IDNSTATE|IDNSTATE]]
  
[[Category:Axystems:Obsolete|axis.CAPTUREPOLARITY]]
+
[[Category:Obsolete|axis.CAPTUREPOLARITY]]
 
}}
 
}}

Latest revision as of 01:55, 18 April 2017

Language: English  • 中文(简体)‎

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 softMC 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 softMC gets the value from the drive.

Scope

Configuration, Task or Terminal

Limitations

  • Can be set and read in SERCOS communications phase 2 or 4
  • Not supported in EtherCAT system

Examples

a1.capturepolarity = RISE  rising edge

See Also