4.2.5 Set dialog box
The Set dialog box appears when you choose Monitoring, Set in the Script Editor window.
- Organization of this subsection
(1) Components
- Command line parameter
-
Specify the parameters required for monitoring.
- Specify a command line parameter when starting monitoring
-
Select this check box to display the Command Line Parameter Settings dialog box and specify the command line parameters when you begin monitoring.
(2) Operations
-
Click OK to apply the settings and close the Options dialog box.
-
Click Cancel to close the dialog box without applying the settings.
(3) Processing
-
You can set up to 1,024 characters as command line parameters.
If you set parameters both in this dialog box and in the command line in the script execution environment file, all the specified values will apply when you begin monitoring.
The values you set in the dialog box are applied first, then the values set in the execution environment file. If different values are set for the same item (for example, /SPXLV(3) in the dialog box, but /SPXLV(0) in the file), the dialog box setting takes precedence.
- Example:
-
Below, location variable %1 is ABC, and location variable %2 is 123. Parameter /SPXLV(3) takes precedence, and /NOEVLOG is valid.
Command line specified in the dialog box:
/SPXLV(3) ABC
Command line specified in the execution environment file:
/SPXLV(0) 123 /NOEVLOG
-
The settings in the Set dialog box are saved to a monitoring information file when you quit the editor.