Entries for script_hosts
- Last UpdatedSep 11, 2025
- 1 minute read
script_hosts is an object where each property defines a unique script_host instance by name. The value of each entry consists of the following entries:
|
Entry |
Description |
|---|---|
|
host |
The IP address to listen on. |
|
port |
The port number to listen on. Set this entry to auto to pick an available port automatically. |
|
api_options |
See the Scripting Interface documentation for more information. |
|
invocation_limit_per_session |
For robustness, you can configure the ScriptHost process to restart periodically. The count decrements every sequence run event and restarts when it reaches zero. |
|
initial_global_sequence_loglevel |
Usually, you leave this at Information unless you're diagnosing issues, in which case you can set it to Debug or Verbose. Setting it to Warning or Error filters out Information level messages. |
|
launch_aps_on_startup |
Changing this to false prevents the AVEVA Process Simulation server from running on start-up. |
|
close_aps_on_shutdown_if_launched |
Changing this to false keeps the AVEVA Process Simulation server running after you shut down AVEVA Real-Time System (RTS). |
|
disconnect_from_aps_on_shutdown |
Internal use only. You must set this entry to false. |
|
aps_name |
Currently, only the default option is supported. |