| add to execute |
Adds a group at the end of the queue. |
group |
| aggregate |
Aggregates data from one table into another. |
parameter |
| append |
Adds data to a parameter. |
parameter |
| append data |
Adds raw data to a parameter. |
parameter |
| change length |
Changes the length of the parameter to the number of bytes found. |
parameter |
| clear |
Erases data from the parameter in memory or removes the response from memory. |
parameter, response |
| clear length info |
Clears the length info. |
response |
| clear on display |
Erases the displayed value of a parameter. |
parameter |
| close |
Closes the port (serial). |
protocol |
| copy |
Copies a value to another parameter. |
parameter |
| copy reverse |
Copies the reverse value to another parameter. |
parameter |
| crc |
Calculates the CRC of the CRC parameter or response. |
command, response |
| execute |
Adds a group to the queue at the end but before timers. |
group |
| execute next |
Adds a group after the one that is currently being executed. |
group |
| execute one |
Adds a group, if not present in the queue, at the end of the queue. |
group |
| execute one now |
Add group, if not present in the queue, at the end of the queue but before timers. |
group |
| execute one top |
Adds a group, if not present in the queue, at the beginning (front) of the queue. |
group |
| force execute |
Adds a group at the front of the queue and executes (pairs). |
group |
| go |
Runs the last known write. |
parameter |
| increment |
Increments the parameter value. |
parameter |
| length |
Calculates the length of the length parameter or response. |
command, response |
| lock/unlock |
Locks or unlocks a specific port. |
protocol |
| make |
Makes the command with the current parameter values. |
command |
| merge |
Aggregates data from tables across protocols. |
protocol |
| multiply |
Multiplies the parameter value. |
parameter |
| normalize |
Sets as the parameter’s normal value. |
parameter |
| open |
Opens the port (serial). |
protocol |
| pow |
Raises the parameter to the power. |
parameter |
| priority lock/priority unlock |
Same as lock/unlock but with priority. |
protocol |
| read |
Reads the parameter or response. |
parameter, response |
| read file |
Reads a file from a directory. |
protocol |
| read stuffing |
Removes redundant characters. |
response |
| replace |
Replaces a parameter with another or replaces a parameter by another. |
command, response |
| replace data |
Replaces specific bytes by other bytes in a command or parameter or replaces specific bytes by other bytes. |
command, parameter, response |
| reschedule |
Reschedules a timer. |
timer |
| restart timer |
Stops and starts a timer (groups removed from queue). |
timer |
| reverse |
Takes the reverse of the parameter. |
parameter |
| run actions |
Triggers a parameter that triggers a QAction. |
parameter |
| save |
Saves the parameter. |
parameter |
| set |
Sets multiple SNMP parameters or performs an SNMP set. |
group, parameter |
| set and get with wait |
Performs an SNMP set and get, and waits until it is executed on the device. |
parameter |
| set info |
Dynamically changes sequence and scale. |
parameter |
| set next |
Sets the time to wait before the next pair is executed. |
pair |
| set with wait |
Performs an SNMP set and waits until it is executed on the device. |
group, parameter |
| sleep |
Pauses execution of the thread that executes this action. |
protocol |
| start |
Starts a timer. |
timer |
| stop |
Stops a timer. |
timer |
| stop current group |
Stop execution of a group containing pairs. |
protocol |
| stuffing |
Performs stuffing on command or response. |
command, response |
| swap column |
Moves data from one column to another. |
protocol |
| timeout |
Overrules the default timeout. |
pair |
| wmi |
Executes a WMI script. |
protocol |