.

Axis.DemandConfigurationReset

Resets the demand configuration. For the specified demand channel, Axis.DemandScale will be set to 1.0 and Axis.DemandOffset will be set to 0.

// Demand diagram from DemandConfigurationReset.doc

Version History

Introduced in MPX 2.0.

Result

Void

Arguments

 
Argument Type Description
demand Mpx.Demand The demand channel whose configuration is to be reset. Demand.Primary and Demand.Auxiliary are the only valid indices. Demand.Output is invalid.

Common Exceptions

 
Error Reason
Argument
The demand argument is Demand.Output

 

Visual Basic

Syntax

Sub DemandConfigurationReset(demand As Mpx.Demand)

Sample Code

 
controller.Axis(0).DemandConfigurationReset(Mpx.Demand.Auxiliary)


Sample Application

 

C#

Syntax

void DemandConfigurationReset(Mpx.Demand demand);

Sample Code

 
controller.Axis[0].DemandConfigurationReset(Mpx.Demand.Auxiliary);

 

See Also

Demand | DemandLevel | DemandOffset | DemandScale | Enumerations.Demand

 

       Legal Notice  |  Tech Email  |  Feedback
      
Copyright ©
2001-2021 Motion Engineering