change rtt_switch general
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
trace_id=? | The ID of item. | The value ranges from 0 to 65536 or all. |
status=? | The switch for an item. | The value can be "open" or "close", where: 1."open": the switch for an item will be enabled. 2."close": the switch for an item will not be enabled. |
Usage Guidelines
- This command is effective for the local controller and does not affect the remote controller.
- System performance reduces if the REQ time switch for all items is enabled. Therefore, exercise caution when enabling the REQ time switch for all items.
Example
-
To enable the REQ time switch for the item whose trace_id is 100, run the following command.
developer:/>change rtt_switch general trace_id=100 status=open Command executed successfully.
-
To disable the REQ time switch for the item whose trace_id is 20, run the following command.
developer:/>change rtt_switch general trace_id=20 status=close Command executed successfully.