Class PlainJog
This is POCO object for its respective onliner class. For documentation of this type see the onliner class.
Inheritance
System.Object
PlainJog
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 PlainJog : PlainTcoObject, INotifyPropertyChanged, IPlain
Constructors
|
Improve this Doc
View Source
PlainJog()
Declaration
Fields
|
Improve this Doc
View Source
__acceleration
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__deceleration
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__inServiceMode
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
__jerk
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__jogBackwardsTask
Declaration
PlainTcoMomentaryTask __jogBackwardsTask
Field Value
|
Improve this Doc
View Source
__jogForwardTask
Declaration
PlainTcoMomentaryTask __jogForwardTask
Field Value
|
Improve this Doc
View Source
__jogMode
Declaration
Field Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
__myContextCycleCount
Declaration
ulong __myContextCycleCount
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__position
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
__serviceContexCycle
Declaration
ulong __serviceContexCycle
Field Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
__velocity
Declaration
Field Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_inIsServiceMode
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
public double _acceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_deceleration
Declaration
public double _deceleration { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_inServiceMode
Declaration
public bool _inServiceMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
_jerk
Declaration
public double _jerk { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_jogBackwardsTask
Declaration
public PlainTcoMomentaryTask _jogBackwardsTask { get; set; }
Property Value
|
Improve this Doc
View Source
_jogForwardTask
Declaration
public PlainTcoMomentaryTask _jogForwardTask { get; set; }
Property Value
|
Improve this Doc
View Source
_jogMode
Declaration
public short _jogMode { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
_myContextCycleCount
Declaration
public ulong _myContextCycleCount { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_position
Declaration
public double _position { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
_serviceContexCycle
Declaration
public ulong _serviceContexCycle { get; set; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
_velocity
Declaration
public double _velocity { get; set; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
public bool inIsServiceMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CopyCyclicToPlain(IJog)
Declaration
public void CopyCyclicToPlain(IJog source)
Parameters
Type |
Name |
Description |
IJog |
source |
|
|
Improve this Doc
View Source
CopyCyclicToPlain(Jog)
Declaration
public void CopyCyclicToPlain(Jog source)
Parameters
Type |
Name |
Description |
Jog |
source |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(IJog)
Declaration
public void CopyPlainToCyclic(IJog target)
Parameters
Type |
Name |
Description |
IJog |
target |
|
|
Improve this Doc
View Source
CopyPlainToCyclic(Jog)
Declaration
public void CopyPlainToCyclic(Jog target)
Parameters
Type |
Name |
Description |
Jog |
target |
|
|
Improve this Doc
View Source
CopyPlainToShadow(IShadowJog)
Declaration
public void CopyPlainToShadow(IShadowJog target)
Parameters
|
Improve this Doc
View Source
CopyPlainToShadow(Jog)
Declaration
public void CopyPlainToShadow(Jog target)
Parameters
Type |
Name |
Description |
Jog |
target |
|
|
Improve this Doc
View Source
CopyShadowToPlain(IShadowJog)
Declaration
public void CopyShadowToPlain(IShadowJog source)
Parameters
|
Improve this Doc
View Source
CopyShadowToPlain(Jog)
Declaration
public void CopyShadowToPlain(Jog source)
Parameters
Type |
Name |
Description |
Jog |
source |
|
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