Difference between revisions of "MC-Basic:axis.CAPTUREPOLARITY"
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | + | == 缩写 == | |
− | |||
<''axis''>.CapPol | <''axis''>.CapPol | ||
− | + | == 格式 == | |
<''axis''>.CapturePolarity = ''<polarity>'' | <''axis''>.CapturePolarity = ''<polarity>'' | ||
− | + | == 可用版本 == | |
− | + | 所有版本 | |
− | + | == 描述 == | |
− | + | 该属性用于设置或查询采集信号的极性。由位置采集是否在采集信号的上升沿或下降沿来确定。 softMC封装了对驱动器上IDN 169的访问用来使用此属性。 | |
− | + | == 类型 == | |
Long | Long | ||
− | + | == 取值范围 == | |
− | 1 ( | + | 1 (上升沿)<br> |
− | 2 ( | + | 2 (下降沿) |
− | + | == 单位 == | |
− | + | == 默认 == | |
− | + | 无,当查询该属性时,softMC从驱动器获取该值。 | |
− | + | == 使用范围 == | |
Configuration, Task or Terminal | Configuration, Task or Terminal | ||
− | + | == 限制 == | |
− | * | + | *可以在SERCOS通信阶段2或4中进行设置和读取 |
− | * | + | *不支持EtherCAT系统 |
− | + | == 例子 == | |
− | a1.capturepolarity = RISE | + | a1.capturepolarity = RISE 上升沿 |
− | + | == 参见 == | |
* [[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 上升沿