Class PlainTcoAxisOpModes
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainTcoAxisOpModes
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public class PlainTcoAxisOpModes : INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainTcoAxisOpModes()
Declaration
public PlainTcoAxisOpModes()
Fields
|
Improve this Doc
View Source
_BacklashCompensation
Declaration
bool _BacklashCompensation
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_LoopMode
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_Modulo
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_MotionMonitoring
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_PEHTimeMonitoring
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_PositionAreaMonitoring
Declaration
bool _PositionAreaMonitoring
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_PositionCorrection
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_PositionLagMonitoring
Declaration
bool _PositionLagMonitoring
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_SoftLimitMaxMonitoring
Declaration
bool _SoftLimitMaxMonitoring
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_SoftLimitMinMonitoring
Declaration
bool _SoftLimitMinMonitoring
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_TargetPositionMonitoring
Declaration
bool _TargetPositionMonitoring
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_VelocityLagMonitoring
Declaration
bool _VelocityLagMonitoring
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
BacklashCompensation
Declaration
public bool BacklashCompensation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LoopMode
Declaration
public bool LoopMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Modulo
Declaration
public bool Modulo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MotionMonitoring
Declaration
public bool MotionMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PEHTimeMonitoring
Declaration
public bool PEHTimeMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PositionAreaMonitoring
Declaration
public bool PositionAreaMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PositionCorrection
Declaration
public bool PositionCorrection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
PositionLagMonitoring
Declaration
public bool PositionLagMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SoftLimitMaxMonitoring
Declaration
public bool SoftLimitMaxMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SoftLimitMinMonitoring
Declaration
public bool SoftLimitMinMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TargetPositionMonitoring
Declaration
public bool TargetPositionMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VelocityLagMonitoring
Declaration
public bool VelocityLagMonitoring { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(ITcoAxisOpModes)
Declaration
public void CopyCyclicToPlain(ITcoAxisOpModes source)
Parameters
|
Improve this Doc
View Source
CopyCyclicToPlain(TcoAxisOpModes)
Declaration
public void CopyCyclicToPlain(TcoAxisOpModes source)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(ITcoAxisOpModes)
Declaration
public void CopyPlainToCyclic(ITcoAxisOpModes target)
Parameters
|
Improve this Doc
View Source
CopyPlainToCyclic(TcoAxisOpModes)
Declaration
public void CopyPlainToCyclic(TcoAxisOpModes target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowTcoAxisOpModes)
Declaration
public void CopyPlainToShadow(IShadowTcoAxisOpModes target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(TcoAxisOpModes)
Declaration
public void CopyPlainToShadow(TcoAxisOpModes target)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowTcoAxisOpModes)
Declaration
public void CopyShadowToPlain(IShadowTcoAxisOpModes source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(TcoAxisOpModes)
Declaration
public void CopyShadowToPlain(TcoAxisOpModes source)
Parameters
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged
Vortex.Connector.IPlain