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

From SoftMC-Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
{{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.
+
该属性用于设置或查询采集信号的极性。由位置采集是否在采集信号的上升沿或下降沿来确定。 softMC封装了对驱动器上IDN 169的访问用来使用此属性。
  
|TYPE=
+
== 类型 ==
 
Long
 
Long
  
|RANGE=
+
== 取值范围 ==
1 (RISE)<br>
+
1 (上升沿)<br>
  
2 (FALL)
+
2 (下降沿)
  
|UNITS=
+
== 单位 ==
  
  
|DEFAULT=
+
== 默认 ==
None. When the property is queried, the softMC gets the value from the drive.
+
无,当查询该属性时,softMC从驱动器获取该值。
  
|SCOPE=
+
== 使用范围 ==
 
Configuration, Task or Terminal
 
Configuration, Task or Terminal
  
|LIMITATIONS=
+
== 限制 ==
*Can be set and read in SERCOS communications phase 2 or 4
+
*可以在SERCOS通信阶段2或4中进行设置和读取
*Not supported in EtherCAT system
+
*不支持EtherCAT系统
  
  
|EXAMPLE=
+
== 例子 ==
a1.capturepolarity = RISE     rising edge
+
a1.capturepolarity = RISE     上升沿
  
|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 47: Line 46:
  
 
[[Category:Obsolete|axis.CAPTUREPOLARITY]]
 
[[Category:Obsolete|axis.CAPTUREPOLARITY]]
}}
 

Revision as of 01:51, 18 April 2017

Language: [[::MC-Basic:axis.CAPTUREPOLARITY|English]]  • [[::MC-Basic:axis.CAPTUREPOLARITY/zh-hans|中文(简体)‎]]

缩写

<axis>.CapPol

格式

<axis>.CapturePolarity = <polarity>

可用版本

所有版本

描述

该属性用于设置或查询采集信号的极性。由位置采集是否在采集信号的上升沿或下降沿来确定。 softMC封装了对驱动器上IDN 169的访问用来使用此属性。

类型

Long

取值范围

1 (上升沿)

2 (下降沿)

单位

默认

无,当查询该属性时,softMC从驱动器获取该值。

使用范围

Configuration, Task or Terminal

限制

  • 可以在SERCOS通信阶段2或4中进行设置和读取
  • 不支持EtherCAT系统


例子

a1.capturepolarity = RISE  上升沿

参见