Difference between revisions of "MC-Basic:axis.CAPTUREINPUT"
m (1 revision) |
|||
(14 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:axis.CAPTUREINPUT}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 4: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | '' | + | <''axis''>.CaptureInput = ''<input>'' |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 10: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This property is used to set the digital input (on the | + | This property is used to set the digital input (on the drive) is used as the capture signal. This property takes the values 1, 2, or 3, indicating drive flex-input 1, 2, or 3. These values have keywords IN1, IN2, and IN3. The property sets the value 16 into the relevant IDN on the drive (IDN P123 for IN1; IDN P125 for IN2; IDN P127 for IN3). When the property is queried, the softMC checks the drive to see if the flex-input has been set for CAPTURE.</font> |
− | The property '' | + | |
+ | {{Note|The property <''axis''>. CAPTUREINPUT is replaced in version 3.0 by the properties IN1MODE and IN1.}} | ||
|TYPE= | |TYPE= | ||
Line 24: | Line 26: | ||
|DEFAULT= | |DEFAULT= | ||
− | There is no default in the | + | There is no default in the softMC. When the property is queried, the softMC gets the value from the drive. |
|SCOPE= | |SCOPE= | ||
Line 30: | Line 32: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | + | *Not supported in EtherCAT system | |
|EXAMPLE= | |EXAMPLE= | ||
− | a1.CaptureInput = | + | a1.CaptureInput = IN2 'Use IN2 for capture |
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.CAPTURE|axis.CAPTURE]] |
− | * [[ | + | * [[MC-Basic:axis.CAPTUREPOLARITY|axis.CAPTUREPOLARITY]] |
− | * [[ | + | * [[MC-Basic:axis.RTCB1|axis.RTCB1]] |
− | * [[ | + | * [[MC-Basic:axis.RTCB1 MODE|axis.RTCB1_MODE]] |
− | * [[ | + | * [[MC-Basic:axis.RTSB1 MODE|axis.RTSB1_MODE]] |
− | * [[ | + | * [[MC-Basic:IDNSTATE|IDNSTATE]] |
+ | [[Category:Obsolete|axis.CAPTUREINPUT]] | ||
}} | }} |
Latest revision as of 01:36, 18 April 2017
Language: | English • 中文(简体) |
---|
This property is used to set the digital input (on the drive) is used as the capture signal. This property takes the values 1, 2, or 3, indicating drive flex-input 1, 2, or 3. These values have keywords IN1, IN2, and IN3. The property sets the value 16 into the relevant IDN on the drive (IDN P123 for IN1; IDN P125 for IN2; IDN P127 for IN3). When the property is queried, the softMC checks the drive to see if the flex-input has been set for CAPTURE.</font>
NOTE | |
The property <axis>. CAPTUREINPUT is replaced in version 3.0 by the properties IN1MODE and IN1. |
Syntax
<axis>.CaptureInput = <input>
Availability
All versions
Type
Long
Range
1 to 3
Default
There is no default in the softMC. When the property is queried, the softMC gets the value from the drive.
Scope
Configuration, Task or Terminal
Limitations
- Not supported in EtherCAT system
Examples
a1.CaptureInput = IN2 'Use IN2 for capture