Change Station

 

In this Topic Hide

Choose from All Available Stations

Choose from a Specific List of Stations

Run a Pre-Selected Station

 

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.

Choose from All Available Stations

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.

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.

Choose from a Specific List of Stations

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.

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.

8.     Save and close the file.

9.     Start the application for which you have modified the connection.

10.  Select the station from the list.

Run a Pre-Selected Station

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.

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.

8.     Save and close the file.

9.     Start the application for which you have modified the connection.

The station opens.