跳转至

TFrqMutationStopPrm

急停参数结构体

结构体说明:

typedef struct FrqMutationStopPrm
{
    long positiveMutationValue;      
    short positiveMutationStopLinkLimitType;// 
    long negativeMutationValue;     //
    short negativeMutationStopLinkLimitType;// 
}TFrqMutationStopPrm;
positiveMutationValue:接近挡板时,调高器频率突变量阈值,正整数。
positiveMutationStopLinkLimitType:接近挡板时,频率突变停止触发后关联的限位类型。
MC_LIMIT_POSITIVE(0):正限位。
MC_LIMIT_NEGATIVE(1):负限位。
MC_NONE(-1):解除关联。

negativeMutationValue:远离挡板时,调高器频率突变量阈值,正整数。
negativeMutationStopLinkLimitType:远离挡板时,频率突变停止触发后关联的限位类型。
MC_LIMIT_POSITIVE(0):正限位。
MC_LIMIT_NEGATIVE(1):负限位。
MC_NONE(-1):解除关联。

相关指令:

GTN_HeightFrqMutationStopEnable

注意事项: