The Basic Output uses built-in functions to analyze and display table data, such as highlight devices with particular configurations on a map, draw devices on a map, create an alert when a predefined condition was met, create CSV report, set device properties or modify device queue. You can define the basic output without writing any scripts.

Defining Basic Output

1.Click the Basic Output node in the Qapp Editor.

2.Specify the execution logic. By default, the Qapp will automatically select an execution logic according to table type.

Execute by rowsexecute the basic output node by table rows. For interface-level data or multiple-instance data, this option is selected.

Execute onceexecute the basic output only once. For single-instance data or device-level data in an attribute table, this option is selected.

Tip: By default, the Qapp will automatically select an execution logic according to table data type and keep it as default.

3.Create conditions for consequent actions.

1)Click New Conditions.

2)In the Define Condition dialog, select the variable name (such as $mtu) and operator from the drop-down lists, then enter the value.

3)Repeat step 2) to add more conditions. You can use a Boolean expression to set relation between the added conditions, such as A and B, and A or B.

Note: The system creates a condition by default, whose condition is True. If multiple conditions are created, the default condition is only executed when all other conditions are not met.

4.Define Actions. Click the icon on the Output node, choose a condition and select an action from the Action Node drop-down menu.

Alert
Message
Highlight Map
Draw Note
Draw Device
Device Property
Export Report