10/02/2020 - v3.5.2.18

10/02/2020 - v3.5.2.18

10/02/2020 - v3.5.2.18

New Feature: Field Expression Editor with Syntax Recognition

Added a new field expression editor feature that includes syntax recognition for function names, variable names, parenthesis and brackets, and error checking. This editor will assist you in creating valid expressions.

To use the Field Expression Editor:

  1. Go to Admin > Company > Fields. Any expressions in the Expression column will display in the editor.

     

  2. Click anywhere in the expression to edit.

  3. To resize the dialog, click and drag the bottom right corner.

     

  4. As you edit, the editor will offer suggestions. In the future, it will be possible to select a suggestion to enter it into the expression.

     

  5. Properties are case sensitive. The property where the error occurs is underlined in red. Hover over the red underline to display the error message.

     

  6. Function names are not case sensitive.

     

  7. Click on a curly bracket to highlight the start and end curly bracket.

     

  8. Click before a parentheses to display it’s closing parentheses, or vice versa.

     

  9. If a parentheses is missing, hovering over the red underlined parentheses will display the error message.

Added to the Shops Tools Table a Hyperlink to the Package

Added to the Shops Tools table a hyperlink to the Package.

Added to the BOM Line Item Override ability to enter a Decimal Quantity Multiplier

Added to the BOM Line Item Override the ability to enter a decimal Quantity Multiplier. In this example:

  1. The QTY for Washers is 64.

     

  2. To add/subtract the QTY based on a multiplier, click the Property Overrides gear icon, click the value in the QTY Multiplier field, click the Manual Override radio button, enter the decimal value, click the check to Save, and then click Close.

     

  3. The BOM table will refresh and the QTY will be roudned to the neaest whole number.

     

Added Filters to the Activites Table Columns

Added Filters to the Activites table columns under Admin > Company > Activities.

Added Open API GET call for Cut Lists

Added Cut List GET calls to the API.

Updated Open API GET call to perform an include query on part properties

Updated the Open API call GET /v1/model/{id}/parts to perform an include query on part properties. This option will provide a means to limit the number of properties being called to improve the call speed and reduce the load on the server. For example, the include string might include the following:
id, description, cadType, properties["Length"], propertiesGtp["Material"]

Updated the STRATUS Workstation Interface

Diabled the ability to select cut list items during an active stock cut process

  1. Updated the STRATUS Workstation inteface by disabling the ability to select cut list items. The only cut list item that can be selected and cut is the top row.

     

Disabled the Cut List tabs when the Move button during an active stock cut process

  1. Disabled the Cut List tabs when the Move button is active (below) and wating for the Done button to be clicked, or if the trigger cycle is engaged.

     

Disabled renesting during an active stock cut process

  1. Disable renesting during an active stock cut process.

    1. In this scenario, while items from Cut List A are actively being cut, a new Cut List B is sent to the station. The B Cut List items do not have stock piece drawings which indidcates they have not been nested. Once a reset stock event occurs, the cut list will automatically renest.

       

    2. In this scenario, a reset stock event has occured. Either the previous stock was completed or the Reset Stock button was clicked. As a result, items from Cut List A (Package H20002) are renested and combined with items from Cut List B (Package H20003). Cut List C is also nested after the reset stock event.

       

    3. When an active stock cut process is not in progress and a new Cut List is sent to the station, items will be renested immediately.

Add Notification when a change to the Cut List is made during an active stock cut process

  1. Notification when a Cut List is in the process of being cut, but then, the Cut List is Unassigned (Recalled) or Deleted from Shops > Tool.

    1. On the Shops > Tool tab, the Cut List is in process (50% complete) but for some reason, the Unassign from Station button is clicked and confirmed (Recalled).

       

    2. In the STRATUS Workstation, the following message will display.

       

Adjusted the Blade Zero Position

Adjusted the Blade Zero Position to be the distance from the push to the near side of the blade face in relation to the pusher.

 

Added Send Diagnostic Data in Help Tab

Added a Help Tab that includes links to the STRATUS Knowledge Base, STRATUS Service Desk, and a Send Diagnostic Data button. Use the Send Diagnostic Data button after you have submitted a Service Desk ticket and the Service Desk responds to your ticket with a request to Send Diagnostic Data.

Fixed a Material Alias Naming Issue

Fixed an issue under Admin > Materials > Material > Material Aliass where if an & symbol were entered in the name, the symbol and any characters after the symbol would be deleted upon refresh. Below is a screen shot of the issue followed by how the name should display:

Fixed a Display Format issue with the BOM Report

Fixed a Display Format issue with the BOM Report that did not display the correct Format when configured as follows:

  1. Under Admin > Company > Part Template > Propertes, the Length property was set to Millimeters.

     

  2. The Package BOM Line Item Override was pointing to the Length property.

     

  3. The BOM Report was using the Length Property and Format = Decimal.

     

  4. Generate a new BOM. The Length Format should be in millimeters, which it was prior to the fix.

     

  5. Run the BOM Report. The Length Format should be in millimeters, which it was NOT prior to the fix. It was in Feet/Inches.