Difference between revisions of "MC-Basic:axis.CAPTUREPOLARITY"
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:axis.CAPTUREPOLARITY}} |
− | = | + | {{MC-Basic |
+ | |SHORT FORM= | ||
+ | |||
<''axis''>.CapPol | <''axis''>.CapPol | ||
− | + | |SYNTAX= | |
<''axis''>.CapturePolarity = ''<polarity>'' | <''axis''>.CapturePolarity = ''<polarity>'' | ||
− | + | |AVAILABILITY= | |
− | + | All versions | |
− | + | |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 softMC encapsulates access to IDN 169 on the drive. | |
− | + | |TYPE= | |
Long | Long | ||
− | + | |RANGE= | |
− | 1 ( | + | 1 (RISE)<br> |
− | 2 ( | + | 2 (FALL) |
− | |||
− | = | + | |UNITS= |
− | |||
− | = | + | |DEFAULT= |
+ | None. When the property is queried, the softMC gets the value from the drive. | ||
+ | |||
+ | |SCOPE= | ||
Configuration, Task or Terminal | Configuration, Task or Terminal | ||
− | + | |LIMITATIONS= | |
− | * | + | *Can be set and read in SERCOS communications phase 2 or 4 |
− | * | + | *Not supported in EtherCAT system |
− | |||
− | + | |EXAMPLE= | |
− | a1.capturepolarity = RISE | + | a1.capturepolarity = RISE rising edge |
− | + | |SEE ALSO= | |
* [[MC-Basic:axis.CAPTURE|axis.CAPTURE]] | * [[MC-Basic:axis.CAPTURE|axis.CAPTURE]] | ||
* [[MC-Basic:axis.CAPTUREINPUT|axis.CAPTUREINPUT]] | * [[MC-Basic:axis.CAPTUREINPUT|axis.CAPTUREINPUT]] | ||
Line 45: | Line 47: | ||
[[Category: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