LMR 240 Cable Loss Calculator

Software Defined Radios of all Types
User avatar
IB4TL
Member
Member
Reactions:
Posts: 5417
Joined: Mon Nov 05, 2018 6:02 pm

LMR 240 Cable Loss Calculator

#1

Post by IB4TL »


This tool computes the attenuation (in dB) of a user-specified length of LMR-240 [1] RF coaxial cable [2].

To use the insertion loss calculator use the tool below. Enter
  • Cable length and the units (feet/inches/meters)
  • Frequency of operation in MHz

function doValidate_2(form) { window['cff_enabling_form' ] = function(_form){ if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form); _form.validate().settings.ignore = '.ignore,.ignorepb'; _form.removeData('being-submitted'); _form.find('.submitbtn-disabled').removeClass('submitbtn-disabled'); _form.find('.cff-processing-form').remove(); }; window['cff_disabling_form'] = function(_form){ if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form); if(cff_form_disabled(_form)) return; _form.find('.pbSubmit').addClass('submitbtn-disabled'); _form.data('being-submitted',1); var d = document.createElement('div'); $dexQuery(d).addClass('cff-processing-form').appendTo(_form.find('#fbuilder')); }; window['cff_form_disabled' ] = function(_form){ if(!(_form instanceof $dexQuery)) _form = $dexQuery(_form); return ('undefined' != typeof _form.data('being-submitted')); }; var form_identifier = '_2'; if(typeof cpcff_validation_rules == 'undefined') cpcff_validation_rules = {}; if(typeof cpcff_validation_rules[form_identifier] == 'undefined') cpcff_validation_rules[form_identifier] = {}; var $dexQuery = (fbuilderjQuery) ? fbuilderjQuery : jQuery.noConflict(), _form = $dexQuery("#cp_calculatedfieldsf_pform"+form_identifier), form_disabled = function(){cff_form_disabled(_form);}, disabling_form = function(){cff_disabling_form(_form);}, enabling_form = function(){cff_enabling_form(_form);}; if(form_disabled()) return false; _form.validate().settings.ignore = '.ignore'; var cpefb_error = !_form.validate().checkForm(); var validation_rules = cpcff_validation_rules[form_identifier], processing_form = function() { for(var rule in validation_rules) { if(!validation_rules[rule]) return; } _form.find("[name$='_date'][type='hidden']").each(function(){ var v = $dexQuery(this).val(), name = $dexQuery(this).attr( 'name' ).replace('_date', ''), e = $dexQuery("[name='"+name+"']"); if( e.length ){ e.val( $dexQuery.trim( e.val().replace( v, '' ) ) ); } }); _form.find("select option[vt]").each(function(){ var e = $dexQuery(this); e.attr('cff-val-bk', e.val()).val(e.attr("vt")); }); _form.find("input[vt]").each(function(){ var e = $dexQuery(this); e.attr('cff-val-bk', e.val()).val(e.attr("vt")); }); _form.find('.cpcff-recordset,.cff-exclude :input,[id^="form_structure_"]') .add(_form.find( '.ignore' )).attr('cff-disabled', 1).prop('disabled', true); disabling_form(); _form[ 0 ].submit(); setTimeout(function(){ _form.find('[cff-val-bk]').each(function(){ var e = $dexQuery(this); e.val(e.attr('cff-val-bk')).removeAttr('cff-val-bk'); }); _form.find('[cff-disabled]').prop('disabled', false).removeAttr('cff-disabled'); if(!/^(\s*|_self|_top|_parent)$/i.test(_form.prop('target'))) { enabling_form(); } $dexQuery(document).trigger('cff-form-submitted', _form); }, 4000); }; _form.find('[name="cp_ref_page"]').val(document.location.href); validation_rules['fields_validation_error'] = (cpefb_error==0); /* 1: Do not submit if the equations are being evaluated */ validation_rules['no_pending'] = (!(form_identifier in $dexQuery.fbuilder.calculator.processing_queue) || !$dexQuery.fbuilder.calculator.processing_queue[form_identifier]) && !$dexQuery.fbuilder.calculator.thereIsPending(form_identifier); if(!validation_rules['no_pending']) { $dexQuery(document).on('equationsQueueEmpty', function(evt, formId){ if(formId == form_identifier) { $dexQuery(document).off('equationsQueueEmpty'); validation_rules['no_pending'] = true; processing_form(); } }); } /* End :1 */ if (validation_rules['fields_validation_error']) { processing_form(); } else { _form.valid(); var page = $dexQuery('.cpefb_error:not(.message):eq(0)').closest('.pbreak').attr('page')*1; gotopage(page, _form); enabling_form(); } return false; } form_structure_2=[[{"form_identifier":"","name":"fieldname10","shortlabel":"","index":0,"ftype":"fdropdown","userhelp":"","audiotutorial":"","userhelpTooltip":false,"tooltipIcon":false,"csslayout":"","title":"Cable Type","size":"small","required":false,"exclude":false,"toSubmit":"value","merge":0,"choiceSelected":"LMR240 - 0.242080 | 0.000330","select2":false,"multiple":false,"vChoices":1,"showDep":false,"choices":["LMR195","LMR200","LMR240","LMR400","LMR600","LMR900"],"optgroup":[false,false,false,false,false,false],"choicesVal":["0.356859 | 0.000470","0.320900 | 0.000330","0.242080 | 0.000330","0.122290 | 0.000260","0.075550 | 0.000260","0.051770 | 0.000160"],"choicesDep":[[],[],[],[],[],[]],"fBuild":{},"parent":""},{"form_identifier":"","name":"fieldname2","shortlabel":"","index":1,"ftype":"fnumber","userhelp":"","audiotutorial":"","userhelpTooltip":false,"tooltipIcon":false,"csslayout":"col-sm-6","title":"Cable Length","predefined":"10","predefinedClick":false,"required":false,"exclude":false,"readonly":false,"numberpad":false,"spinner":false,"size":"small","thousandSeparator":"","decimalSymbol":".","min":"","max":"","formatDynamically":false,"dformat":"number","formats":["digits","number","percent"],"fBuild":{},"parent":""},{"form_identifier":"","name":"fieldname11","shortlabel":"","index":2,"ftype":"fdropdown","userhelp":"","audiotutorial":"","userhelpTooltip":false,"tooltipIcon":false,"csslayout":"col-sm-6","title":"Units","size":"small","required":false,"exclude":false,"toSubmit":"value","merge":0,"choiceSelected":"Feet - 100","select2":false,"multiple":false,"vChoices":1,"showDep":false,"choices":["Feet","Inches","Meters"],"optgroup":[false,false,false],"choicesVal":["100","1200","30.48"],"choicesDep":[[],[],[]],"fBuild":{},"parent":""},{"form_identifier":"","name":"fieldname6","shortlabel":"","index":3,"ftype":"fnumber","userhelp":"","audiotutorial":"","userhelpTooltip":false,"tooltipIcon":false,"csslayout":"","title":"Frequency in MHz","predefined":"915","predefinedClick":false,"required":false,"exclude":false,"readonly":false,"numberpad":false,"spinner":false,"size":"small","thousandSeparator":"","decimalSymbol":".","min":"","max":"","formatDynamically":false,"dformat":"digits","formats":["digits","number","percent"],"fBuild":{},"parent":""},{"dependencies":[{"rule":"","complex":false,"fields":[""]}],"form_identifier":"","name":"fieldname4","shortlabel":"","index":4,"ftype":"fCalculated","userhelp":"","audiotutorial":"","userhelpTooltip":false,"tooltipIcon":false,"csslayout":"","title":"Insertion Loss (dB)","predefined":"","required":false,"exclude":false,"size":"small","eq":"PREC((fieldname10.split('|')[0]*sqrt(fieldname6)+fieldname10.split('|')[1]*(fieldname6))*(1\/fieldname11)*fieldname2, 2)","min":"","max":"","suffix":"","prefix":"","decimalsymbol":".","groupingsymbol":"","readonly":true,"currency":false,"noEvalIfManual":true,"formatDynamically":false,"hidefield":false,"fBuild":{},"parent":""}],{"0":{"title":"","description":"","formlayout":"top_aligned","formtemplate":"cp_cff_clean","evalequations":1,"evalequationsevent":2,"loading_animation":0,"autocomplete":1,"persistence":0,"animate_form":0,"customstyles":"","request_cost":"fieldname10"},"formid":"cp_calculatedfieldsf_pform_2","setCache":false,"cache":false}]; Payment options Background LMR cables are made by Times Microwave. They come in different varieties differentiated by a numerical suffix. For instance LMR200, LMR600 – each with different electrical attributes. The frequency of operation can be as high as 8 GHz making them suitable for everything from HF to Wi-Fi 6e.

The cable has an outer conductor (shield) and an inner conductor (coaxial cable), which are separated by a dielectric material. The cable also has a Jacket (outer cover) that protects the inner conductors from environmental damage.
What is LMR-240?
LMR-240 cables are typically used for Jumper Assemblies in Wireless Communications Systems, short antenna feeder runs and any application that requires low loss cable.

There are 6 different types of LMR cables:
  • LMR-240
  • LMR-240-DB
  • LMR-240-FR
  • LMR-240-FR-PVC
  • LMR-240-PVC
  • LMR-400-PVC-W
  • LMR-240-MA

The main difference between these different LMR 240 cables is in the jacket material and color.

The longer the cable the greater the insertion loss. As well, insertion loss increases with operating frequency.
What does LMR stand for?
LMR stands for Land Mobile Radio. Typical LMR frequencies are in the VHF and UHF (30 MHz to 512 MHz) range. However LMR cables can be used for frequencies up to 8 GHz.
References
[1] LMR 240 data sheet from Times Microwave

[2] Coaxial Cable on Wikipedia







The post LMR 240 Cable Loss Calculator appeared first on OneSDR - A Wireless Technology Blog.


Source: https://www.onesdr.com/lmr-240-cable-loss-calculator/
Chow
IB4TL

Return to “Software Defined Radios”

Who is online

Users browsing this forum: No registered users and 0 guests