Interface ITcoCylinderMoveTask
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoPneumaticsConnector.dll
Syntax
public interface ITcoCylinderMoveTask : ITcoTask, ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_stringBuilder
Declaration
IStringBuilder _stringBuilder { get; }
Property Value
|
Improve this Doc
View Source
MaxTimeToReachPosition
Declaration
IOnlineTime MaxTimeToReachPosition { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineTime |
|
|
Improve this Doc
View Source
PositionName
Declaration
IOnlineString PositionName { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineString |
|
|
Improve this Doc
View Source
PositionSensor
Declaration
IOnlineBool PositionSensor { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainTcoCylinderMoveTask CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainTcoCylinderMoveTask)
Declaration
void FlushOnlineToPlain(PlainTcoCylinderMoveTask source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainTcoCylinderMoveTask)
Declaration
void FlushPlainToOnline(PlainTcoCylinderMoveTask source)
Parameters