In this Topic Hide
When you run a station you will either be presented with a list of stations to choose from or the station will be preset and will open automatically. This can be decided as shown below.
With this option, when you run the station you will be presented with a list of all of the available stations.
1. Open Windows Explorer.
2. Goto C:\Program Files\Applied Tech Systems\Inspect\Applications\<application name>.
3. Open the config file (eg. VariableDataCollect.exe.config) in a text editor.
You may need to run the text editor with administrative rights in order to save the changes.
4. Find the PromptForStation value as shown below.
<setting name="PromptForStation" serializeAs="String">
<value>False</value>
</setting>
5. Change the value to True.
6. Save and close the file.
7. Start the application for which you have modified the connection.
You will be presented with a list of stations.
8. Select the station and click OK.
The station opens.
With this option, when you run the station you will be presented with a list of stations that have been specified in the configuration file.
1. Open Windows Explorer.
2. Goto C:\Program Files\Applied Tech Systems\Inspect\Applications\<application name>.
3. Open the config file (eg. VariableDataCollect.exe.config) in a text editor.
You may need to run the text editor with administrative rights in order to save the changes.
4. Find the PromptForStation value as shown below.
<setting name="PromptForStation" serializeAs="String">
<value>True</value>
</setting>
5. Change the value to False.
6. Find the StationInfo section as shown below.
<stationInfo>
<stations>
<clear />
<add code="FINAL3" />
<add code="DC13" />
</stations>
</stationInfo>
7. Modify the add code value as required.
The station code is case sensitive.
8. Save and close the file.
9. Start the application for which you have modified the connection.
10. Select the station from the list.
1. Open Windows Explorer.
2. Goto C:\Program Files\Applied Tech Systems\Inspect\Applications\<application name>.
3. Open the config file (eg. VariableDataCollect.exe.config) in a text editor.
You may need to run the text editor with administrative rights in order to save the changes.
4. Find the PromptForStation value as shown below.
<setting name="PromptForStation" serializeAs="String">
<value>True</value>
</setting>
5. Change the value to False.
6. Find the StationCode section as shown below.
<setting name="StationCode" serializeAs="String">
<value>STATION_CODE</value>
</setting>
7. Modify the STATION_CODE as required.
The station code is case sensitive.
8. Save and close the file.
9. Start the application for which you have modified the connection.
The station opens.