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

From SoftMC-Wiki
Jump to: navigation, search
 
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=
该属性用于设置或查询采集信号的极性。由位置采集是否在采集信号的上升沿或下降沿来确定。 softMC封装了对驱动器上IDN 169的访问用来使用此属性。
+
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 (上升沿)<br>
+
1 (RISE)<br>
  
2 (下降沿)
+
2 (FALL)
  
== 单位 ==
 
  
== 默认 ==
+
|UNITS=
无,当查询该属性时,softMC从驱动器获取该值。
 
  
== 使用范围 ==
+
|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=
*可以在SERCOS通信阶段2或4中进行设置和读取
+
*Can be set and read in SERCOS communications phase 2 or 4
*不支持EtherCAT系统
+
*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

See Also