Interface IShadowPower
This is shadow interface for its respective class. For documentation of this type see the onliner class.
Assembly: TcoDrivesBeckhoffConnector.dll
Syntax
public interface IShadowPower : IShadowTcoObject, IVortexShadowObject
Properties
|
Improve this Doc
View Source
_driveEnableLocalTask
Declaration
IShadowTcoToggleTask _driveEnableLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_driveEnableNegativeLocalTask
Declaration
IShadowTcoToggleTask _driveEnableNegativeLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_driveEnablePositiveLocalTask
Declaration
IShadowTcoToggleTask _driveEnablePositiveLocalTask { get; }
Property Value
|
Improve this Doc
View Source
_drivePowerOverrideTask
Declaration
IShadowTcoToggleTask _drivePowerOverrideTask { get; }
Property Value
|
Improve this Doc
View Source
_override
Declaration
IShadowLReal _override { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
|
Improve this Doc
View Source
inEnable
Declaration
IShadowBool inEnable { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inEnableNegative
Declaration
IShadowBool inEnableNegative { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inEnablePositive
Declaration
IShadowBool inEnablePositive { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inIsServiceMode
Declaration
IShadowBool inIsServiceMode { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowBool |
|
|
Improve this Doc
View Source
inOverride
Declaration
IShadowLReal inOverride { get; }
Property Value
Type |
Description |
Vortex.Connector.ValueTypes.Shadows.IShadowLReal |
|
Methods
|
Improve this Doc
View Source
CopyPlainToShadow(PlainPower)
Declaration
void CopyPlainToShadow(PlainPower source)
Parameters
|
Improve this Doc
View Source
CreatePlainerType()
Declaration
PlainPower CreatePlainerType()
Returns
|
Improve this Doc
View Source
FlushShadowToOnline()
Declaration
void FlushShadowToOnline()