Interface IPower
This is onliner interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IPower : ITcoObject, IVortexOnlineObject
Properties
|
Improve this Doc
View Source
_driveEnableLocalTask
Declaration
ITcoToggleTask _driveEnableLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_driveEnableNegativeLocalTask
Declaration
ITcoToggleTask _driveEnableNegativeLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_driveEnablePositiveLocalTask
Declaration
ITcoToggleTask _driveEnablePositiveLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_drivePowerOverrideTask
Declaration
ITcoToggleTask _drivePowerOverrideTask { get; }
Property Value
|
Improve this Doc
View Source
_override
Declaration
IOnlineLReal _override { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
|
Improve this Doc
View Source
inEnable
Declaration
IOnlineBool inEnable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
IOnlineBool inEnableNegative { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
IOnlineBool inEnablePositive { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
IOnlineBool inIsServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineBool |
|
|
Improve this Doc
View Source
inOverride
Declaration
IOnlineLReal inOverride { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Online.IOnlineLReal |
|
Methods
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainPower CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushOnlineToPlain(PlainPower)
Declaration
void FlushOnlineToPlain(PlainPower source)
Parameters
|
Improve this Doc
View Source
FlushOnlineToShadow()
Declaration
void FlushOnlineToShadow()
|
Improve this Doc
View Source
FlushPlainToOnline(PlainPower)
Declaration
void FlushPlainToOnline(PlainPower source)
Parameters