Welcome to BMH (Guangdong) Kitchen Equipment Co., LTD.
Gas Griddle with Cabinet Base
Home » Products » Commercial Kitchen Equipment » Gas Griddle with Cabinet Base

loading

Share to:
facebook sharing button
twitter sharing button
linkedin sharing button
pinterest sharing button
line sharing button
wechat sharing button
sharethis sharing button

Gas Griddle with Cabinet Base

The 90cm gas griddle is mainly used for frying various foods, such as steaks, sausages, eggs, burger patties, Roti prata, etc.; it is also suitable for all kinds of sizzling squid, sizzling meat, sizzling steak, sizzling seafood, Teppanyaki noodles, Teppanyaki fried rice, etc. The gas griddle with flat top grill is suitable for hotels, restaurants, snack food shops, canteens, bazaars and pedestrian shopping streets.

Availability:
  • LGG-9C

  • V.kitchen

This gas griddle with cabinet base makes the chef's cooking become easier and more enjoyable. With a depth of 90cm, it creates a central kitchen in a compact space to achieve ideal cooking performance. The unit boasts two powerful 10kw stainless steel burners with flame failure protection. The 36'' flat top griddle with 1/3 grill surface can cook everything from burgers to Teppanyaki. The chrome plate griddle plate is scratch resistant and easy to clean. With a 20mm cooking surface thickness, this griddle heats quickly at the same time retain heat well. The two independent thermostatic knobs provide accurate temperature settings from 30°C to 300°C. The gas griddle comes with a cabinet base with two doors, which allow you to store kitchen accessories such as pots and pans, and cooking tools. What's more, the four adjustable stainless steel legs ensures stability and keeps the kitchen equipment at the same level.

gas griddle with cabinet base restaurant kitchen equipment

Product Specification

Model

Gas Pressure (Pa)

Power (kW)

Gas inlet size

Dimension (mm)

LPG

NG

LGG-7C

2800~3700

2000~2500

8

G3/4''

700x700x (850+70)

LGG-9C

2800~3700

2000~2500

10

G3/4''

800x900x (850+70)


Product Properties

1. The griddle with a 20mm cooking surface thickness can fire up quickly and evenly

2. The 80x90cm large cooking area is convenient for a wide variety of meat and vegetables

3. The entire cooking surface with 2 burners thermostatic controls has no cold zone

4. One piece chrome plate cast iron griddle plate with 1/3 groove is scratch resistant

5. All stainless steel construction with cabinet base perfect for holding cooking utensils

6. This gas griddle equips with electronic ignition and flame failure protection

gas range cookers 90cm liquid propane griddle with flame failure protection details_02

gas range cookers 90cm liquid propane griddle with flame failure protection details_03

gas range cookers 90cm liquid propane griddle with flame failure protection details_04

gas range cookers 90cm liquid propane griddle with flame failure protection details_05

gas range cookers 90cm liquid propane griddle with flame failure protection details_06

gas range cookers 90cm liquid propane griddle with flame failure protection details_07

gas range cookers 90cm liquid propane griddle with flame failure protection details_08

gas range cookers 90cm liquid propane griddle with flame failure protection details_09

gas range cookers 90cm liquid propane griddle with flame failure protection details_11

gas range cookers 90cm liquid propane griddle with flame failure protection details_12

Previous: 
Next: 
Contact us
', component_bgcolor:'rgb(248, 248, 248)', component_checkBgcolor:'rgb(255, 255, 255)', component_placeHoldercolor:'rgb(153, 153, 153)', component_fcolor:'', component_formStyle:'0', component_phoenix_form_upload_limit:"Attachment can't exceed 30M", component_phoenix_from_emptyerror:"This field is required", component_phoenix_form_length_error:"The length of this field is invalid", component_phoenix_from_mailerror:"invalid email address", component_phoenix_from_phoneerror:"Please enter the correct phone number", component_phoenix_view_details:"View Details", component_phoenix_from_max_upload:"Upload up to 10 files", }; if (phoenixSite.form && phoenixSite.form !== 'undefined' && typeof phoenixSite.form.init == "function") { phoenixSite.form.init(options); } $("#component_lNpWcaqrDMzh").find("input.timePicker").each(function(){ var this_ = $(this); this_.attr("placeholder","Select time"); this_.addClass("inited"); this_.datepicker({ dateFormat: 'yyyy/mm/dd', autoClose: true }); }) $("#component_lNpWcaqrDMzh .timePickers .timePicker").on("blur",function(){ if($(this).index() == 0){ var minDate = $(this).val(); if(minDate){ $(this).parent().find(".timePicker").eq(1).datepicker({ minDate:new Date(minDate), dateFormat: 'yyyy/mm/dd', autoClose: true }); }else{ $(this).parent().find(".timePicker").eq(1).datepicker({ dateFormat: 'yyyy/mm/dd', autoClose: true }); } } if($(this).index() == 1){ var maxDate = $(this).val(); if(maxDate){ $(this).parent().find(".timePicker").eq(0).datepicker({ maxDate:new Date(maxDate), dateFormat: 'yyyy/mm/dd', autoClose: true }); }else{ $(this).parent().find(".timePicker").eq(0).datepicker({ dateFormat: 'yyyy/mm/dd', autoClose: true }); } } }) $("#component_lNpWcaqrDMzh .phoneInputprepend").each(function (indexMu,elMu) { var twoId = $(elMu).find('input:eq(1)').attr("id") var twoName = $(elMu).find('input:eq(1)').attr("name") $(elMu).find('input:eq(0)').attr("id",twoId) $(elMu).find('input:eq(0)').attr("name",twoName) }) $("#component_lNpWcaqrDMzh select[multiple]").each(function (indexMu,elMu) { var thisId = $(elMu).attr("id") var multipleHtml = '' multipleHtml += '
'+"Please select"+'
' multipleHtml += '
    ' $(elMu).find("option").each(function (index,el) { multipleHtml += '
  • ' multipleHtml += '' multipleHtml += '
  • ' }) multipleHtml += '
' $(elMu).parent().append(multipleHtml) $("#component_lNpWcaqrDMzh .multiple-select."+thisId+" ").on("click",function () { if ($("#component_lNpWcaqrDMzh .multiple-parent."+thisId+"").css("display") == "none") { $("#component_lNpWcaqrDMzh .multiple-parent."+thisId+"").css("display", "block") } else { $("#component_lNpWcaqrDMzh .multiple-parent."+thisId+"").css("display", "none") } }) $("#component_lNpWcaqrDMzh .multiple-parent."+thisId+"").on("click", "li", function (e) { e.stopPropagation() e.preventDefault() var $label = $(this).children("label") var input = this.getElementsByTagName("input")[0] if (input.checked) { input.checked = false } else { input.checked = true } //获取所有选项的值 var contents = []; $("#component_lNpWcaqrDMzh .multiple-parent."+thisId+" li").each(function (index, elem) { if (!$(elem).hasClass("group")) { var ck = $(elem).find("input")[0].checked if (ck) { var html = $(elem).children("label").html(); contents.push(html); } } }) if (contents.length > 0) { $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").empty(); for (var i = 0; i < contents.length; i++) { var span = " "+contents[i]+"×" $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").append(span) } } else { $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").empty(); var span = " "+"Please select"+"" $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").append(span) } contents = contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }); $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").on("click", ".select-delete", function (e) { e.stopPropagation() var value = $(this).parent().children(".select-value").html(); $("#component_lNpWcaqrDMzh .multiple-parent."+thisId+" ul li").each(function (index, elem) { if ($(elem).children("label").html() == value) { elem.getElementsByTagName("input")[0].checked = false; } }) $(this).parent().remove(); var len = $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").children().length; if (len == 0) { var span = " "+"Please select"+"" $("#component_lNpWcaqrDMzh .multiple-select."+thisId+"").append(span) } var contents = []; $("#component_lNpWcaqrDMzh .multiple-parent."+thisId+" li").each(function (index, elem) { if (!$(elem).hasClass("group")) { var ck = $(elem).find("input")[0].checked if (ck) { var html = $(elem).children("label").html(); contents.push(html); } } }) contents = contents.map(function(item) { return item.replace(/&/g, '&'); }); $(elMu).val(contents) }) }) }catch(e){try{console && console.log && console.log(e);}catch(e){}} })(window, $);

BMH (Guangdong) Kitchen Equipment Co., Limited.

One Stop Solution of

Restaurant Equipment and Supplies

QUICK LINKS

      CONTACT US

  +86 020-3423-4200 / 138-2224-8161
   info@kitchenware-equipments.com
   No. 3819, Yingbin Road, Panyu District,                      Guangzhou,China

SEARCH PRODUCT

© 2025 BMH . All Rights Reserved. Powered by Oulucn