MPIUserLimitConditionFilterOutput

Declaration

typedef struct MPIUserLimitConditionFilterOutput {
    long              filterNumber;
    double            demand;
    MPIUserLimitLogic logic;
} MPIUserLimitConditionFilterOutput;

 

Required Header: stdmpi.h
Change History: Added in 04.00.

Description

MPIUserLimitConditionMotorDemad represents a motor demand condition’s data for a user limit’s trigger.

filterNumber The number of the filter whose output is used for the trigger condition.
demand The value to which the demand ouput will be compared.
logic The logic used to compare the filter demand output to the demand member.

If logic is MPIUserLimitLogicGT, then the condition will evaluate true when the motor demand is greater than the demand member.

See Also

MPIUserLimitConditionData | MPIUserLimitConditionType