From: Vincent Vanwaelscappel Date: Thu, 30 Nov 2023 17:40:42 +0000 (+0100) Subject: wait #6483 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f4238b7a5531acc22641177af37ca8decb928a11;p=sandvik-screen-selection.git wait #6483 @0.75 --- diff --git a/_doc/screenselection.xlsx b/_doc/screenselection.xlsx index 82947af..e220cb3 100644 Binary files a/_doc/screenselection.xlsx and b/_doc/screenselection.xlsx differ diff --git a/js/project.js b/js/project.js index 6083323..98858b2 100644 --- a/js/project.js +++ b/js/project.js @@ -22,7 +22,7 @@ var APPNAME = 'ScreenSelectionGuide'; // }; var DEV_INIT_VALUES = { - 'max_feed_size': 200, + 'max_feed_size': 250, 'separation_deck_1': 32, 'bulk_density': 1.6, 'importance_wear_protection': 3, @@ -30,14 +30,14 @@ var DEV_INIT_VALUES = { 'importance_available_height': 3, 'importance_tolc': 3, //'screen_type_choice': 'SL|Adjustability, screening efficiency, maintenance friendly, installation requires a low space in the height direction, less sensible for blinding (linear stroke, high g-force)|Horizontal or slightly inclined installation, always double mechanism arrangement, modular screening deck design, suitable for all mining and construction duty applications', 'screen_type_choice': 'SJ|Widely used type, easily adaptable to varying conditions, low capex to performance ratio, less sensible for pegging (circular stroke)|Inclined screen, mainly single mechanism arrangement, modular screening deck design, suitable for heavy duty quarry and medium duty mining applications', //'screen_type_choice': 'SA|Widely used type, low investment cost, less sensible for pegging (circular stroke)|Inclined screen, single mechanism arrangement, suitable for medium duty quarry applications, only side tensioned screening media arrangements applicable', - 'decks': 3, - 'feed_capacity': 600, - 'separation_deck_2': 60, - 'separation_deck_3': 40, + 'decks': 2, + 'feed_capacity': 500, + 'separation_deck_2': 10, + 'separation_deck_3': 0, 'separation_deck_4': 0, 'pct_deck_1': 60, 'pct_deck_2': 30, - 'pct_deck_3': 10, + 'pct_deck_3': 0, 'pct_deck_4': 0, }; @@ -105,7 +105,6 @@ function findScreeningMedia($column) { break; } - console.log(i); let area = i[1]; let media = i[2];