|
Function If ... Then ... Else ...
- At this time it is only possible to use on IF function, You cannot use more than one IF-function in one formula.
- You have to enter both expressions, one for TRUE and one for FALSE.
- Between IF and THEN You can use every valid MSR32 formula. TRUE is a value greater/equal than 1, FALSE smaller than 1.
- The logical function "K001 = 1" is also added.
- Errors within the IF-functions will raise a syntax error, but no additional informations.
Example:
if K001=100 then Sin(zeit*10000)+K001 else Cos(zeit*200)+1.234
|