Class Jog
Inheritance
System.Object
Jog
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject
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
[TypeMetaDescriptor("{attribute addProperty Name \"\" }", "Jog", "TcoDrivesBeckhoff", TypeComplexityEnum.Complex)]
public class Jog : TcoObject, IVortexIdentity, IsTcoObject, IVortexObject, ITwinObject, IVortexElement, IJog, ITcoObject, IShadowJog, IShadowTcoObject, IVortexOnlineObject, IVortexShadowObject
Constructors
|
Improve this Doc
View Source
Jog()
Declaration
|
Improve this Doc
View Source
Jog(IVortexObject, String, String)
Declaration
public Jog(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
Fields
|
Improve this Doc
View Source
__acceleration
Declaration
OnlinerLReal __acceleration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__deceleration
Declaration
OnlinerLReal __deceleration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__inServiceMode
Declaration
OnlinerBool __inServiceMode
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
__jerk
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__jogBackwardsTask
Declaration
TcoMomentaryTask __jogBackwardsTask
Field Value
|
Improve this Doc
View Source
__jogForwardTask
Declaration
TcoMomentaryTask __jogForwardTask
Field Value
|
Improve this Doc
View Source
__jogMode
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
__myContextCycleCount
Declaration
OnlinerULInt __myContextCycleCount
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
__position
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
__serviceContexCycle
Declaration
OnlinerULInt __serviceContexCycle
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
__velocity
Declaration
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_inIsServiceMode
Declaration
OnlinerBool _inIsServiceMode
Field Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
public OnlinerLReal _acceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_deceleration
Declaration
public OnlinerLReal _deceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_inServiceMode
Declaration
public OnlinerBool _inServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
|
Improve this Doc
View Source
_jerk
Declaration
public OnlinerLReal _jerk { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_jogBackwardsTask
Declaration
public TcoMomentaryTask _jogBackwardsTask { get; }
Property Value
|
Improve this Doc
View Source
_jogForwardTask
Declaration
public TcoMomentaryTask _jogForwardTask { get; }
Property Value
|
Improve this Doc
View Source
_jogMode
Declaration
[EnumeratorDiscriminator(typeof(eJogMode))]
public OnlinerInt _jogMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerInt |
|
|
Improve this Doc
View Source
_myContextCycleCount
Declaration
public OnlinerULInt _myContextCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
_position
Declaration
public OnlinerLReal _position { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
_serviceContexCycle
Declaration
public OnlinerULInt _serviceContexCycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerULInt |
|
|
Improve this Doc
View Source
_velocity
Declaration
public OnlinerLReal _velocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerLReal |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
public OnlinerBool inIsServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.OnlinerBool |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainJog)
Declaration
public void CopyPlainToShadow(PlainJog source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
public PlainJog CreatePlainerType()
Returns
|
Improve this Doc
View Source
CreatePlainerType(PlainJog)
Declaration
protected PlainJog CreatePlainerType(PlainJog cloned)
Parameters
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainJog)
Declaration
public void FlushOnlineToPlain(PlainJog source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
public void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainJog)
Declaration
public void FlushPlainToOnline(PlainJog source)
Parameters
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
public void FlushShadowToOnline()
|
Improve this Doc
View Source
LazyOnlineToShadow()
Declaration
public void LazyOnlineToShadow()
|
Improve this Doc
View Source
LazyShadowToOnline()
Declaration
public void LazyShadowToOnline()
|
Improve this Doc
View Source
PexConstructor(IVortexObject, String, String)
Declaration
void PexConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexConstructorParameterless()
Declaration
void PexConstructorParameterless()
|
Improve this Doc
View Source
PexPreConstructor(IVortexObject, String, String)
Declaration
void PexPreConstructor(IVortexObject parent, string readableTail, string symbolTail)
Parameters
Type |
Name |
Description |
Vortex.Connector.IVortexObject |
parent |
|
System.String |
readableTail |
|
System.String |
symbolTail |
|
|
Improve this Doc
View Source
PexPreConstructorParameterless()
Declaration
void PexPreConstructorParameterless()
Explicit Interface Implementations
|
Improve this Doc
View Source
IJog._acceleration
Declaration
IOnlineLReal IJog._acceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IJog._deceleration
Declaration
IOnlineLReal IJog._deceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IJog._inServiceMode
Declaration
IOnlineBool IJog._inServiceMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IJog._jerk
Declaration
IOnlineLReal IJog._jerk { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IJog._jogBackwardsTask
Declaration
ITcoMomentaryTask IJog._jogBackwardsTask { get; }
Returns
|
Improve this Doc
View Source
IJog._jogForwardTask
Declaration
ITcoMomentaryTask IJog._jogForwardTask { get; }
Returns
|
Improve this Doc
View Source
IJog._jogMode
Declaration
[EnumeratorDiscriminator(typeof(eJogMode))]
IOnlineInt IJog._jogMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
IJog._myContextCycleCount
Declaration
IOnlineULInt IJog._myContextCycleCount { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
IJog._position
Declaration
IOnlineLReal IJog._position { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IJog._serviceContexCycle
Declaration
IOnlineULInt IJog._serviceContexCycle { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
IJog._velocity
Declaration
IOnlineLReal IJog._velocity { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
IJog.inIsServiceMode
Declaration
IOnlineBool IJog.inIsServiceMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
IShadowJog._acceleration
Declaration
IShadowLReal IShadowJog._acceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowJog._deceleration
Declaration
IShadowLReal IShadowJog._deceleration { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowJog._inServiceMode
Declaration
IShadowBool IShadowJog._inServiceMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
IShadowJog._jerk
Declaration
IShadowLReal IShadowJog._jerk { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowJog._jogBackwardsTask
Declaration
IShadowTcoMomentaryTask IShadowJog._jogBackwardsTask { get; }
Returns
|
Improve this Doc
View Source
IShadowJog._jogForwardTask
Declaration
IShadowTcoMomentaryTask IShadowJog._jogForwardTask { get; }
Returns
|
Improve this Doc
View Source
IShadowJog._jogMode
Declaration
[EnumeratorDiscriminator(typeof(eJogMode))]
IShadowInt IShadowJog._jogMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
IShadowJog._myContextCycleCount
Declaration
IShadowULInt IShadowJog._myContextCycleCount { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
IShadowJog._position
Declaration
IShadowLReal IShadowJog._position { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowJog._serviceContexCycle
Declaration
IShadowULInt IShadowJog._serviceContexCycle { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
IShadowJog._velocity
Declaration
IShadowLReal IShadowJog._velocity { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
IShadowJog.inIsServiceMode
Declaration
IShadowBool IShadowJog.inIsServiceMode { get; }
Returns
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
Implements
Vortex.Connector.Identity.IVortexIdentity
Vortex.Connector.IVortexObject
Vortex.Connector.ITwinObject
Vortex.Connector.IVortexElement
Vortex.Connector.IVortexOnlineObject
Vortex.Connector.IVortexShadowObject