Click or drag to resize

IWinchControl Interface

Interface that allows operating the winch parts.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
public interface IWinchControl : ILinkSource, 
	ILinkPeer
Request Example View Source

The IWinchControl type exposes the following members.

Properties
  NameDescription
Public propertycfgMaxCableLength
Maximum reserve of the cable in the winch.
Public propertycfgMotorMaxSpeed
Maximum speed of retracting or extending the cable.
Public propertycurrentCableLength
Amount of the cable that was extended till the moment.
Public propertyisConnectorLocked
Tells if the cable connector head is locked into the winch.
Public propertymotorCurrentSpeed
Current speed of the motor spindle.
Public propertymotorTargetSpeed
Desired speed of the motor spindle.
Top
Methods
  NameDescription
Public methodReleaseCable
Sets the deployed cable length to the maximum value allowed by the part.
Public methodSetMotor
Sets the winch motor to the desired speed.
Public methodStretchCable
Sets the deployed cable length to the actual distance between the winch and the connector.
Top
See Also