When copying a configuration from one machine to a new machine, the following needs to happen.
Within the fileĀ PFManualDataEntry.exe.config the following keys need to be updated.
<add key="lineidentifier" value="12" /> | This is the downtime area or equipment line associated with the equipment. From Plant Focus you can identify which area it is by navigating to the page: ~/DesignerPages/area_designer.aspx From there you will see a column IDNum that is the identifier for that area. |
<add key="GraphFavorite" value="29" /> | This is the saved fagorite graph that will display on the OpStation screen when it has been idle. You can see the favorites by going here: ~/DOR\Reports\DataGraphContinuousData.aspx?FavoriteID=29 After the ?FavoriteID= put the number of the graph you want to display and it will auto-load it for you. |
<add key="ScreenNumber" value="0"/> | Depending on the new machine that you install it on, the screens may be numbered differently if there are more than 1 screen. The default here is "0" but if it is not on the right screen try changing this to a "1" or a "2". |
For Information on the Dashboard Configuration see here