<< Click to Display Table of Contents >> Navigation: Macros > Macro commands and parameters > Macro conditional commands |
A conditional is used to perform an action if a particular condition is met. So, for example, you can automatically reduce the load by a certain value if one or more cables is/are overloaded, or arrange for a particular warning text to be printed in the event of an overload.
A conditional occupies several lines of a macro. Two values are compared and, depending on the outcome, the relevant part of the macro is executed, repeatedly executed or skipped.
See:
•If