Interface IShadowJog
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IShadowJog : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
IShadowLReal _acceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_deceleration
Declaration
IShadowLReal _deceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_inServiceMode
Declaration
IShadowBool _inServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
_jerk
Declaration
IShadowLReal _jerk { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_jogBackwardsTask
Declaration
IShadowTcoMomentaryTask _jogBackwardsTask { get; }
Property Value
|
Improve this Doc
View Source
_jogForwardTask
Declaration
IShadowTcoMomentaryTask _jogForwardTask { get; }
Property Value
|
Improve this Doc
View Source
_jogMode
Declaration
[EnumeratorDiscriminator(typeof(eJogMode))]
IShadowInt _jogMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowInt |
|
|
Improve this Doc
View Source
_myContextCycleCount
Declaration
IShadowULInt _myContextCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_position
Declaration
IShadowLReal _position { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
_serviceContexCycle
Declaration
IShadowULInt _serviceContexCycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowULInt |
|
|
Improve this Doc
View Source
_velocity
Declaration
IShadowLReal _velocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
IShadowBool inIsServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainJog)
Declaration
void CopyPlainToShadow(PlainJog source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainJog CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()