Difference between revisions of "MC-Basic:axis.CAPTUREINPUT"
m |
|||
Line 10: | Line 10: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This property is used to set the digital input (on the SERVOSTAR 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 MC checks the drive to see if the flex-input has been set for CAPTURE. | + | <font color ="red">This property is used to set the digital input (on the SERVOSTAR 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 MC checks the drive to see if the flex-input has been set for CAPTURE.</font> |
{{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}} | {{Note/Important| '''THIS PROPERTY IS OBSOLETE'''}} | ||
− | {{Note|The property '' | + | {{Note|The property <''axis''>. CAPTUREINPUT is replaced in version 3.0 by the properties IN1MODE and IN1.}} |
|TYPE= | |TYPE= | ||
Line 35: | Line 35: | ||
|EXAMPLE= | |EXAMPLE= | ||
− | a1.CaptureInput = | + | a1.CaptureInput = IN2 'Use IN2 for capture |
|SEE ALSO= | |SEE ALSO= |
Revision as of 15:04, 16 March 2014
This property is used to set the digital input (on the SERVOSTAR 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 MC checks the drive to see if the flex-input has been set for CAPTURE.
IMPORTANT | |
THIS PROPERTY IS OBSOLETE |
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 MC. When the property is queried, the MC gets the value from the drive.
Scope
Configuration, Task or Terminal
Examples
a1.CaptureInput = IN2 'Use IN2 for capture