Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PROD-141

Allow scorecard to replace OEE / OEEc with Availability Metric

allow scorecard to replace OEE /OEEc with Availability Metric

Be able to select in settings the ability to use OEE, OEEc, or Availbility in the comparative charting and ranking of lines areas and facilites

“Also it would be great if the Scorecard could go down to area and line level like the new app”

Added last request to new feature request: https://slxdev.atlassian.net/browse/PROD-143

TESTING:

New availability option in settings that function just like OEE and OEEc. third gauge is now Capacity. There is only Machine Status Summary if Availability Selected

PROD-134

Update WalkMe for Maintenance Window alerts

User Story

N/A

Background

SLX is moving away from solely reactive maintenance work on servers to scheduled, bi-weekly server maintenance. Brandon and Dan Follows are working on creating a schedule, which they want to make available to our customers within the application itself. This will help calm customers if they are experiencing less-than-ideal network experience on SLX. They will be able to check whether they are currently being affected by a scheduled maintenance time, and will ideally try to work around it.

Requirements

REQ 1. Update production servers with the latest Walkme packaged folder attached here.

Acceptance Criteria

  1. There should be a pop-up alert that appears once, on the home page of SLX, alerting the user of the new schedule.
    Example:

When the user clicks either option, a frame will appear showing the maintenance time periods in an iFrame Google Doc (fully aware that this is not an ideal user experience, but the most practical way for someone like Brandon to quickly update time slots without DEV intervention).

  1. If user closes pop-up, they should be able to access the maintenance times again on their own, at any time, using the WalkMe help menu:

Business Owner

Dan F. / Brandon

PNE-797

OSI PI/Generic REST JSON Connector Integration for Altium

— At the Altium pilot we were using Boomi to integrate with OSI Pi two issues with this is they don't sample more than 1 time per minute which limits our slow running and Microstop analytics from working correctly. 2nd is Boomi wants their partner deal and are threatening to shut us off

  • Nick Marchioli

OSI PI provides a REST/JSON API

https://techsupport.osisoft.com/Documentation/PI-Web-API/help.html

The rough idea is that it would be good to have a connection type available that could talk to REST/JSON endpoints. Currently we have OPC, ModBus and MQTT (in beta) that can be configured, REST/JSON? could be a third.

Very rough idea on generalizing solution would be

  • store perhaps the URL pattern / authentication in the OPC Server ID section of a machine's configuration

  • store JSON path queries as the OPC IDs

But the short term deadline though is to get the specific signals that Altium needs from OSI PI and write them in the OpcCore format and paths so that the connector websocket process (Shoplogix.Connector.Realtime) will send them. So this would be a separate process (EXE) on the connector.

Initial Simplification

Manny Bonilla is looking for ways to minimize risk/timeline and has suggested the following approach

  • Assume we have “Unique IDs”, don’t do first query, configuration will contain unique ID (base64’ish value)

  • Just go direct to second query for these to save the complication of the first query

PNE-671

Plant Line Meeting Clean Up 1.0

, Navigation options navigate user to highest level in hierarchy and due to this issue it doesn't have all options for Area.
Expected Result: Select opting in navigation (Analysis) should take you to selected view for current Area

  1. Offset is not respected when navigating. If users clicks left chevron 2 times (offset= -2) and then select Analysis in navigation, Analysis will open on current shift, instead with offset of -2. Same problem applies to Analysis, Area Meetings, Line Summary, Shift Chrono, Layout and Shift Trend.

  1. States in pareto (Idle, Micro Stoppage, Slow Running, Early Departure, Late Start, Setup, Unscheduled, Plantnode Downtime, Break) and title in Settings are not translated in Spanish.

  1. Navigating to Plant Meeting without Start and End time opens current shift. According to specification, it should open End Time = Start of the current shift and Start Time = Start of the current shift - 24 hrs (format e.g: Jan 6th, 2020, 23:00 - Jan 7th, 2020, 23:00 - Current Time).

  1. There is no option for Goal, hence it should be replaced with OEE in Settings (Sorting option, Gauges > Hide OEE and Target > OEE Target).

  1. If Snap To Shift = NO and Start and End time are setup, chevrons are not working. It should work as in Line Summary.

PNE-565

New Config - Make tree view collapsible and add title bar

Changes to Main screen:

  • Make side panel with tree view collapsible

  • Add Title bar to main page with Machine or Area name visible and move menu to that bar as well (Navigation Bar)

Once the side panel with tree view is collapsible we need to add a title bar to main screen with machine / area name so that we know what machine / area we are working on.

Collapsible tree panel will also free up more space for the config screen, which will be beneficial for tables or low resolution monitors.

Adding Title bar will also be more uniform with whiteboard, where we have title bar and menu, so in config the menu will also be in the title bar and be more intuitive to use.

Would be great to move the menu and title bar into separate components in the code and make mainConfig page less cluttered as well as make adding new items to menu easier in the future.