Click or drag to resize

KM_AxisKM_Axis_HomingParams Class

Multiple parameters to describe the homing sequence for the axis so that a proper sequence can be auto-generated in some circumstances. (This has not been fully implemented)
Inheritance Hierarchy
SystemObject
  KMotion_dotNetKM_AxisKM_Axis_HomingParams

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public class KM_Axis_HomingParams

The KM_AxisKM_Axis_HomingParams type exposes the following members.

Constructors
 NameDescription
Public methodKM_AxisKM_Axis_HomingParamsInitializes a new instance of the KM_AxisKM_Axis_HomingParams class
Top
Properties
 NameDescription
Public propertyDefaultThread Which KFLOP Thread should be used to run the Home C Program in
Public propertyEncoderBit Which Input Bit is to be used for any encoder index mark homing
Public propertyHomeFastVel Initial Fast Homing Velocity
Public propertyHomeLimitBit Which bit is to be used as a Limit while Homing
Public propertyHomeLimitState State (polarity) when Input is actively in sensor
Public propertyHomeNegative Direction to be homed
Public propertyHomeSlowVel Secondary Slow Homing Velocity
Public propertyHoming_c_Program C Program Filename for Homing
Public propertyHoming_c_Program_Dir C Program Filename Directory for Homing if unspecified the Directory of the DLL assembly will be used for writing and reading the auto created C Program
Public propertyOrigin Origin value to be set after homing
Public propertyRepeatHomeAtSlowerRate Determines if Home sequence is to be performed twice with the second pass at a slower speed
Public propertySensorOffset Amount to move after finding Home Switch
Public propertySequencePriority Determines the order of axes to be homed
Public propertySequenceType Enumerated Code describing the overall homing type for the axis
Public propertySetToZero Option to Zero Command and Position
Public propertySourceType Determines method of homing - Fixed C file or Autogenerated C code
Public propertyStatusBit Which bit is to be used as Home input
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetDirection Returns direction to move for homing
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPolarity State (polarity) when Input is actively in sensor - optionally inverted
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also