Interface IJog
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IJog : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_acceleration
Declaration
IOnlineLReal _acceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_deceleration
Declaration
IOnlineLReal _deceleration { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_inServiceMode
Declaration
IOnlineBool _inServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
_jerk
Declaration
IOnlineLReal _jerk { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_jogBackwardsTask
Declaration
ITcoMomentaryTask _jogBackwardsTask { get; }
Property Value
|
Improve this Doc
View Source
_jogForwardTask
Declaration
ITcoMomentaryTask _jogForwardTask { get; }
Property Value
|
Improve this Doc
View Source
_jogMode
Declaration
[EnumeratorDiscriminator(typeof(eJogMode))]
IOnlineInt _jogMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineInt |
|
|
Improve this Doc
View Source
_myContextCycleCount
Declaration
IOnlineULInt _myContextCycleCount { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_position
Declaration
IOnlineLReal _position { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
_serviceContexCycle
Declaration
IOnlineULInt _serviceContexCycle { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineULInt |
|
|
Improve this Doc
View Source
_velocity
Declaration
IOnlineLReal _velocity { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
IOnlineBool inIsServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainJog CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainJog)
Declaration
void FlushOnlineToPlain(PlainJog source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainJog)
Declaration
void FlushPlainToOnline(PlainJog source)
Parameters