(wip)
Table of Contents |
---|
...
CondDelay- Add delay to condition after a transition from false to true before evaluating to true. Units to use are: sec, min, hr
email - Send an email using the configured SMTP connector. More details about this block here.
setDelay - Variable set with a delay.
setExternal - Variable set from an external program
wait - Pause the routine for a specific amount of time. Units to use are: sec, min, hr, and day?
...
neg - Negate: '-val'. Return null if val doesn't evaluate to number.
sineWave - Generate a sine wave
sub - Subtract: 'a - b'. Return null if a or b doesn't evaluate to number.
threshold - Threshold returns true when input is above or below a setpoint with configurable deadband.
aboveBy - Check Check if the in base number is above base the input number by a threshold
abs - Return the absolute value of the number
belowBy - Check if the in base number is bellow below the base input number by a threshold
limit - Limit val between an inclusive min and max
...