WOLFRAM SYSTEM MODELER
LimitValueLimiting function |
SystemModel["OPCClassic.Examples.Utilities.LimitValue"]
This function outputs a Real signal pLim with upper limit pMax and lower limit pMin. It is used in OPCClassic.Examples.Utilities.ControlledTank.
pMin |
Type: Real Description: Minimum value of ouput signal |
---|---|
pMax |
Type: Real Description: Maximum value of output signal |
p |
Type: Real Description: Input signal |
pLim |
Type: Real Description: Limited output signal |
---|